path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
public/css/client.css
dennishall/node-frontend-boilerplate
::-moz-selection { background-color: rgba(0,0,0,0.6); } ::selection { background-color: rgba(0,0,0,0.6); } html { height: 100%; /*gradient: purple_yellow;*/ /** /gradient: #4693A3_#008;/**/ /*BSOD:* /gradient: #00a_#00a;/**/ /**/gradient: cyan_purple;/**/ } body { height: 100%; -vendor-box-sizing: border-box; /**/background: data-url(/img/bg.png);/**/ color: #000; margin: 0; font: 12px 'helvetica neue', helvetica, arial, sans-serif; text-rendering: optimizeLegibility; } a { color: #000; } a:hover { text-decoration: underline; } h1,h2 { font-weight: bold; -vendor-text-shadow: 1px 1px 0 rgba(255,255,255,0.4), 0 0 15px rgba(0,0,0,0.4); } h1 { text-align: center; font-size: 50px; color: #fff; letter-spacing: 6px; padding: 40px 0; } h2 { color: #111; font-size: 26px; } h3 { font-size: 17px; margin: 0 0 6px; font-weight: bold; color:#000; -vendor-text-shadow: 1px 1px 0 rgba(255,255,255,0.2), 0 0 15px rgba(0,0,0,0.4); } hr { border: 0; border-top: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); display: block; margin: 10px 0; } strong { font-weight: bold; } p { line-height: 1.4; } ul { padding: 4px 0 0px 15px; } li { list-style: outside; padding: 5px 0; line-height: 1.4; } #page-container { border: 1px rgba(255,255,255,0.3) solid; gradient: rgba(255,255,255,0.8)_rgba(255,255,255,0.5); -vendor-box-shadow: 0px 0px 15px rgba(0,0,0,0.3), 0px 0px 10px rgba(0,0,0,0.2) inset; padding: 30px 50px; -vendor-border-radius: 10px; } #dummy-links a { color: #000; text-decoration: none; outline: none; color: #fff; gradient: #292929_#111; border: 1px solid #222; -vendor-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.5) inset, 1px 1px 0px #666 inset; -vendor-border-radius: 5px; font-size: 11px; line-height: 24px; text-align: center; cursor: pointer; padding: 0px 10px; display: inline-block; position: relative; margin: 0 0 0 14px; }
_includes/critical/css/src/blog-post.css
Kenty/jonsuh.com
* { box-sizing: inherit; } @font-face { font-family: "RobotoLocal"; font-style: normal; font-weight: 400; src: local("Roboto"), local("Roboto-Regular"); } @font-face { font-family: "RobotoLocal"; font-style: normal; font-weight: 500; src: local("Roboto Medium"), local("Roboto-Medium"); } @font-face { font-family: "RobotoLocal"; font-style: normal; font-weight: 700; src: local("Roboto Bold"), local("Roboto-Bold"); } @font-face { font-family: "RobotoSlabLocal"; font-style: italic; font-weight: 400; src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"); } html { box-sizing: border-box; } body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } body, html { font-family: RobotoLocal, Helvetica, Arial, sans-serif; color: rgb(102, 103, 110); background-color: rgb(34, 35, 38); height: 100%; } body, html, input { text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; } .fonts-loaded body { font-family: Roboto, Helvetica, Arial, sans-serif; } article, aside, figcaption, figure, header, nav, section { display: block; } code { font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 1em; color: rgb(102, 103, 110); } figure { margin-top: 1em; margin-right: 40px; margin-bottom: 1em; margin-left: 40px; } figure::after { clear: both; content: ''; display: table; } figure img { display: block; } figcaption { font-family: RobotoSlabLocal, Georgia, 'Times New Roman', serif; font-style: italic; font-size: 0.875em; color: rgb(147, 148, 155); line-height: 1.3; text-align: center; margin-top: 0.75em; } form { font-size: 1em; margin-bottom: 0.75em; } hr { box-sizing: content-box; height: 0px; } img { max-width: 100%; height: auto; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; } input { color: inherit; font: inherit; line-height: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } pre { padding: 0.625em 0.9375em; margin-bottom: 0.75em; } svg:not(:root) { overflow-x: hidden; overflow-y: hidden; } h1, h2, h4 { color: rgb(51, 52, 59); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } h1 { font-size: 1.875em; line-height: 1.2em; margin-bottom: 0.3em; } h2 { font-size: 1.25em; line-height: 1.3em; margin-bottom: 0.35em; } h4 { font-size: 1em; line-height: 1.4em; margin-bottom: 0.5em; } p, figure, .post-content table { width: 100%; font-size: 1em; letter-spacing: 0px; line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0.75em; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; } p > code { font-size: 0.95em; background-color: rgb(244, 245, 246); padding-top: 0.25em; padding-right: 0.4375em; padding-bottom: 0.125em; padding-left: 0.4375em; border-top-left-radius: 0.1875em 0.1875em; border-top-right-radius: 0.1875em 0.1875em; border-bottom-right-radius: 0.1875em 0.1875em; border-bottom-left-radius: 0.1875em 0.1875em; } ul, ol { font-size: 1em; letter-spacing: 0px; line-height: 1.5em; padding-left: 1.5em; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0.75em; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; } ul li, ol li, ul li ul, ul li ol, ol li ul, ol li ol { font-size: 1em; line-height: 1.5em; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } a { color: rgb(102, 103, 110); text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(187, 222, 251); background-color: transparent; } .container { padding-left: 0.9375em; padding-right: 0.9375em; max-width: 68.75em; margin-left: auto; margin-right: auto; position: relative; } .container::after { clear: both; content: ''; display: table; } .section { background-color: rgb(255, 255, 255); padding-top: 1.5625em; padding-bottom: 1.5625em; } .section::after { clear: both; content: ''; display: table; } .section-break-half { width: 100%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } .section-break-half::after { clear: both; content: ''; display: table; } .section-break-half { padding-top: 0.78125em; } .figure-padding { background: url("/assets/images/loading.svg") no-repeat center; padding-bottom: 56%; height: 0; position: relative; } .figure-padding img { position: absolute; width: 100%; top: 0; } .main, .sidebar { max-width: 39.0625em; margin-left: auto; margin-right: auto; } .header-border { width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-width: 0.1875em; border-top-style: solid; border-top-color: rgb(230, 231, 235); position: absolute; bottom: 0px; left: 0px; z-index: 1; } .header { background-color: rgb(34, 35, 38); height: 3.75em; line-height: 3.5625em; overflow-x: hidden; overflow-y: hidden; position: relative; z-index: 3; } .header::after { clear: both; content: ''; display: table; } .logo { width: 3.125em; float: left; position: relative; left: -0.3125em; } .logo-link { text-align: center; border-bottom-width: 0.1875em; border-bottom-color: transparent; display: block; position: relative; z-index: 2; } .logo-canvas { position: relative; height: 3.5625em; } .logo-svg { width: 2.39583em; height: 2.60417em; position: relative; top: 0.4375em; } .logo-svg polygon { stroke: #bbbcc3; stroke-width: 1px; } .logo-svg g { -webkit-transform: translateX(0px); } .logo-svg-g-1 { fill: #3fae52; } .logo-svg-g-2 { fill: #7cc686; } .logo-svg-g-3 { fill: #2d8d43; } .logo-svg-c-1 { fill: #00bad2; } .logo-svg-c-2 { fill: #0097a7; } .logo-svg-c-3 { fill: #4ac4d7; } .logo-svg-c-4 { fill: #00bad2; } .logo-svg-b-1 { fill: #62b3e4; } .logo-svg-b-2 { fill: #1b77bd; } .logo-svg-b-3 { fill: #62b3e4; } .logo-svg-b-4 { fill: #3191cf; } .logo-svg-pu-1 { fill: #7a3594; } .logo-svg-pu-2 { fill: #944198; } .logo-svg-pu-3 { fill: #b06eae; } .logo-svg-pu-4 { fill: #944198; } .logo-svg-pi-1 { fill: #e81f64; } .logo-svg-pi-2 { fill: #c21e5c; } .logo-svg-pi-3 { fill: #f06392; } .logo-svg-pi-4 { fill: #e81f64; } .logo-svg-pi-5 { fill: #c21e5c; } .logo-svg-r-1 { fill: #ef4438; } .logo-svg-r-2 { fill: #e57373; } .logo-svg-r-3 { fill: #d32e2e; } .logo-svg-r-4 { fill: #ef4438; } .logo-svg-r-5 { fill: #d32e2e; } .logo-svg-o-1 { fill: #f47c20; } .logo-svg-o-2 { fill: #f8951f; } .logo-svg-o-3 { fill: #f47c20; } .logo-svg-o-4 { fill: #fcb452; } .logo-svg-y-1 { fill: #fedc63; } .logo-svg-y-2 { fill: #fecd27; } .logo-svg-y-3 { fill: #faa71c; } .nav { text-align: center; background-color: rgb(34, 35, 38); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(58, 60, 68); position: relative; top: -1px; float: right; } .nav-link { font-weight: 500; color: rgb(187, 188, 195); letter-spacing: 0.03em; text-transform: uppercase; border-bottom-width: 0.1875em; border-bottom-color: transparent; padding-left: 0.4375em; padding-right: 0.4375em; margin-left: -0.3125em; display: inline-block; position: relative; z-index: 2; } .nav-link:first-child { margin-left: 0px; } .nav-label { font-size: 0.8125em; margin-bottom: -0.07692em; display: inline-block; } .nav-link.is-current { color: rgb(255, 255, 255); } .nav-link.is-current:nth-child(3) { border-top-color: rgb(255, 152, 0); border-right-color: rgb(255, 152, 0); border-bottom-color: rgb(255, 152, 0); border-left-color: rgb(255, 152, 0); } .form::after { clear: both; content: ''; display: table; } .form input { -webkit-appearance: none; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(230, 231, 235); border-right-color: rgb(230, 231, 235); border-bottom-color: rgb(230, 231, 235); border-left-color: rgb(230, 231, 235); padding-top: 0.75em; padding-right: 0.9375em; padding-bottom: 0.75em; padding-left: 0.9375em; display: block; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; outline-style: none; outline-width: initial; outline-color: initial; } .form input { width: 100%; } .form-field-group { margin-bottom: 0.625em; } .mce-form { overflow-x: hidden; overflow-y: hidden; } .mce-responses .response { display: none; } .mce-security { position: absolute; left: -5000px; } .sidebar-title { font-size: 95%; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 1em; } .sidebar-list { line-height: 1em; list-style-type: none; list-style-position: initial; list-style-image: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } .sidebar-list-item { margin-bottom: 0.3em; } .sidebar-list-link { color: rgb(137, 138, 146); border-bottom-color: rgb(230, 231, 235); } .sidebar-subscribe-link--rss .svg-icon-rss { fill: #f57c00; width: 0.75em; height: 0.75em; } .form--sidebar-newsletter .form-field-group { margin-bottom: 0.3125em; } .section--post { position: relative; } .post { padding-left: 0.9375em; padding-right: 0.9375em; max-width: 68.75em; margin-left: auto; margin-right: auto; position: relative; } .post::after { clear: both; content: ''; display: table; } .post-title { margin-bottom: 0.5em; } .post-link { color: rgb(34, 35, 38); border-bottom-color: transparent; } .post-meta { font-size: 0.875em; color: rgb(153, 154, 161); } .post-meta-author-link { color: rgb(153, 154, 161); border-bottom-color: transparent; } .post-rating { margin-bottom: 0.75em; } .post-rating-stars { font-family: sans-serif; color: #dddee1; margin-right: .3em; } .post-rating-star { display: inline-block; vertical-align: middle; position: relative; } .post-rating-star--yellow { color: #f9ce1d; } .post-rating-star-ha, .post-rating-star-lf { display: block; position: relative; margin-right: .5em; } .post-rating-star-ha { color: #f9ce1d; width: .5em; overflow: hidden; z-index: 2; } .post-rating-star-lf { position: absolute; top: 0; z-index: 1; } .post-rating-comments { font-family: RobotSlabLocal; font-size: 0.875em; color: rgb(153, 154, 161); } .post-content p + h2 { margin-top: 1.25rem; } .post-content table th, .post-content table td { font-size: 90%; line-height: 1.3; padding: .5em .7em; } .post-content > hr { margin: 1.5625em 0; } .post-share-menu-item { display: inline-block; } .post-share-menu-link .svg-icon { width: 1.375em; height: 1.375em; } .post-author-twitter-icon, .post-author-twitter-icon .svg-icon { width: 1.1875em; height: 1.1875em; } .post-author-twitter-icon .svg-icon { fill: #55acee; } .post-author-image { width: 4.6875em; } .post-tags-item { display: inline-block; margin-bottom: 0.7em; } .post-tag { height: 1.625em; line-height: 1.625em; color: rgb(102, 103, 110); background-color: rgb(244, 245, 246); display: inline-block; margin-right: 0.3125em; margin-left: 0.625em; position: relative; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-right-radius: 0.125em 0.125em; border-bottom-right-radius: 0.125em 0.125em; border-right-width: 0.25em; border-right-style: solid; border-right-color: rgb(33, 150, 243); padding-top: 0px; padding-right: 0.625em; padding-bottom: 0px; padding-left: 0.625em; } .post-tag::before { border-top-width: 0.8125em; border-bottom-width: 0.8125em; border-right-width: 0.8125em; width: 1.625em; left: -1.625em; } .post-tag::before, .post-tag::after { content: ''; position: absolute; } .post-tag::before { border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-right-color: rgb(244, 245, 246); top: 0px; } .post-tag::after { width: 0.25em; height: 0.25em; background-color: rgb(255, 255, 255); top: 50%; margin-top: -0.125em; left: -0.125em; border-top-left-radius: 0.25em 0.25em; border-top-right-radius: 0.25em 0.25em; border-bottom-right-radius: 0.25em 0.25em; border-bottom-left-radius: 0.25em 0.25em; box-shadow: rgb(230, 231, 235) 0.125em 0.0625em 0px inset; } .post-tag-label { font-size: 0.875em; font-weight: 500; } .sidebar .post-tag { font-size: 16px; } .post-tag--design { border-right-color: rgb(0, 188, 212); } .post-tag--tutorial { border-right-color: rgb(76, 175, 80); } .post-tag--development { border-right-color: rgb(255, 152, 0); } .post-tag--review { border-right-color: rgb(233, 30, 99); } .post-pagination-bumper { display: none; } @media only screen and (min-width: 22.8125em) { .logo { width: 4.0625em; float: left; position: relative; left: -0.1875em; } .nav-link { padding-left: 0.625em; padding-right: 0.625em; } .logo-svg { width: 2.875em; height: 3.125em; position: relative; top: 0.21875em; } .nav-label { font-size: 0.875em; margin-bottom: -0.07692em; } } @media only screen and (min-width: 25em) { .nav-link { padding-left: 0.75em; padding-right: 0.75em; } } @media only screen and (min-width: 30em) { h1 { font-size: 2em; } h2 { font-size: 1.375em; } p, figure, .post-content table { font-size: 1.0625em; } ul, ol { font-size: 1.0625em; } form { font-size: 1.0625em; } .container { padding-left: 1.5625em; padding-right: 1.5625em; } .section { padding-top: 2.5em; padding-bottom: 2.5em; } .section-break-half { padding-top: 1.25em; } .header { background-color: rgb(255, 255, 255); height: 4.375em; line-height: 4.1875em; } .logo { width: 4.6875em; } .nav { width: calc(100% - 4.6875em); } .logo { left: initial; } .logo-canvas { height: 4.1875em; } .logo-svg { width: 3.8125em; height: 4.1875em; top: 0px; } .nav { background-color: rgb(255, 255, 255); text-align: right; height: inherit; border-top-width: 0px; border-top-style: initial; border-top-color: initial; top: inherit; float: left; clear: inherit; } .nav-link { color: rgb(102, 103, 110); padding-left: 0.6875em; padding-right: 0.6875em; } .nav-link.is-current { color: rgb(51, 52, 59); } .nav-label { font-size: 1em; padding-top: initial; } .form--sidebar-newsletter .form-field-group { float: left; } .form--sidebar-newsletter .form-field-group { width: 14.375em; margin-right: 0.3125em; margin-bottom: 0px; } .post { padding-left: 1.5625em; padding-right: 1.5625em; } .post-meta { font-size: 0.9375em; } .post-content p + h2 { margin-top: 1.5625rem; } .post-content > hr { margin: 1.875em 0; } .post-rating-comments { font-size: 0.9375em; } } @media only screen and (min-width: 34.375em) { .nav-link { padding-left: 1.125em; padding-right: 1.125em; } } @media only screen and (min-width: 40em) { h1 { font-size: 2.125em; } h2 { font-size: 1.5em; } p, figure, .post-content table { font-size: 1.125em; } ul, ol { font-size: 1.125em; } form { font-size: 1.125em; } .section { padding-top: 3.75em; padding-bottom: 3.75em; } .section-break-half { padding-top: 1.875em; } .logo { width: 4.9375em; } .nav { width: calc(100% - 4.9375em); } .nav-link { padding-left: 1.375em; padding-right: 1.375em; } .sidebar-title { font-size: inherit; } .sidebar-section { font-size: 95%; } .form--sidebar-newsletter .form-field-group { float: left; } .form--sidebar-newsletter .form-field-group { width: 16.875em; margin-right: 0.3125em; margin-bottom: 0px; } .post-meta { font-size: 1em; } .post-content p + h2 { margin-top: 1.875rem; } .post-content > hr { margin: 2.5em 0; } .post-rating-comments { font-size: 1em; } } @media only screen and (min-width: 48em) { .header { height: 5.625em; line-height: 5.4375em; } .logo { width: 6.375em; } .nav { width: calc(100% - 6.375em); } .logo-canvas { height: 5.4375em; } .logo-svg { width: 5em; height: 5.4375em; } .nav-link { padding-left: 1.5625em; padding-right: 1.5625em; } } @media only screen and (min-width: 56.25em) { .logo { width: 8.25em; } .nav { width: calc(100% - 8.25em); } .nav-link { padding-left: 2.5em; padding-right: 2.5em; } } @media only screen and (min-width: 64em) { h1 { font-size: 2.25em; } h2 { font-size: 1.625em; } h4 { font-size: 1.0625em; } p, figure, .post-content table { font-size: 1.1875em; } ul, ol { font-size: 1.1875em; } form { font-size: 1.1875em; } .main { float: left; display: block; margin-right: 3.63636%; width: 61.13636%; } .sidebar { float: left; display: block; margin-right: 3.63636%; width: 30.90909%; margin-left: 4.31818%; } .sidebar:last-child { margin-right: 0px; } .sidebar-section { font-size: 90%; } .form--sidebar-newsletter .form-field-group { width: 100%; margin-bottom: 0.3125em; margin-right: 0px; } }
public/index.html
nussjustin/gophers.life
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <link rel="shortcut icon"type="image/x-icon" href="data:image/x-icon;,"> <title>a gophers.life</title> <link rel="canonical" href="https://gophers.life" /> <style> a { text-decoration: none; } html { height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Raleway', sans-serif; letter-spacing: 1px; } body > * { font-weight: normal; text-align: center; } h1 { font-size: 22px; } h1 a { color: #222; } h2 { font-size: 18px; } h2 a { color: #000; } h3 { font-size: 14px; } </style> </head> <body> <h1> <b>a gophers.life</b> | <a href="https://github.com/nussjustin">github</a> · <a href="https://twitter.com/nussjustin">twitter</a> </h1> <h2> everything on <a href="https://golang.org">go</a>, programming and maybe pizza </h2> <h3 title="I really hope..."> (more coming soon) </h3> <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> </body> </html>
ajax/libs/bootswatch/3.1.1-1/css/flatly/bootstrap.min.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:b48d2b841583dd61f3b55021dbc94ba866dc358f24e98819e45360667631c507 size 103822
src/djanban/apps/fetch/templates/fetch/fetch_success.html
diegojromerolopez/djanban
{% extends "base/base.html" %} {% block page_title %}Fetch data of all boards{% endblock %} {% block content %} <div class="row"> <div class="col-md-7 center-block"> <div class="panel panel-success"> <div class="panel-heading">Fetching board contents was a success!</div> <div class="panel-body"> <p> Congratulations! Now, you should have your boards up to date. </p> </div> </div> </div> </div> {% endblock %}
api/class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html
Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class Doctrine\DBAL\Schema\ForeignKeyConstraint | seip</title> <script type="text/javascript" src="resources/combined.js?784181472"></script> <script type="text/javascript" src="elementlist.js?3927760630"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" /> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Namespaces</h3> <ul> <li><a href="namespace-Acme.html">Acme<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Command.html">Command</a> </li> <li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Acme.DemoBundle.Form.html">Form</a> </li> <li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a> </li> </ul></li></ul></li> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a> </li> </ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Alpha.html">Alpha</a> </li> <li><a href="namespace-Apc.html">Apc<span></span></a> <ul> <li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a> <ul> <li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a> <ul> <li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a> </li> </ul></li></ul></li> <li><a href="namespace-Apc.Namespaced.html">Namespaced</a> </li> </ul></li> <li><a href="namespace-Assetic.html">Assetic<span></span></a> <ul> <li><a href="namespace-Assetic.Asset.html">Asset<span></span></a> <ul> <li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a> </li> </ul></li> <li><a href="namespace-Assetic.Cache.html">Cache</a> </li> <li><a href="namespace-Assetic.Exception.html">Exception</a> </li> <li><a href="namespace-Assetic.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Assetic.Extension.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-Assetic.Factory.html">Factory<span></span></a> <ul> <li><a href="namespace-Assetic.Factory.Loader.html">Loader</a> </li> <li><a href="namespace-Assetic.Factory.Resource.html">Resource</a> </li> <li><a href="namespace-Assetic.Factory.Worker.html">Worker</a> </li> </ul></li> <li><a href="namespace-Assetic.Filter.html">Filter<span></span></a> <ul> <li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a> </li> <li><a href="namespace-Assetic.Filter.Sass.html">Sass</a> </li> <li><a href="namespace-Assetic.Filter.Yui.html">Yui</a> </li> </ul></li> <li><a href="namespace-Assetic.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Bazinga.html">Bazinga<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a> </li> </ul></li></ul></li> <li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a> <ul> <li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Beta.html">Beta</a> </li> <li><a href="namespace-Blameable.html">Blameable<span></span></a> <ul> <li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Blameable.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a> </li> <li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a> </li> <li><a href="namespace-ClassMap.html">ClassMap</a> </li> <li><a href="namespace-Composer.html">Composer<span></span></a> <ul> <li><a href="namespace-Composer.Autoload.html">Autoload</a> </li> </ul></li> <li><a href="namespace-Container14.html">Container14</a> </li> <li class="active"><a href="namespace-Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a> </li> </ul></li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> </ul></li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.Common.html">Common<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.Cache.html">Cache</a> </li> <li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a> </li> <li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a> </li> <li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a> </li> <li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a> </li> <li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a> </li> <li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a> </li> <li><a href="namespace-Doctrine.Common.Util.html">Util</a> </li> </ul></li> <li class="active"><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a> </li> <li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Id.html">Id</a> </li> <li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a> </li> <li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a> </li> <li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a> </li> </ul></li> <li class="active"><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a> </li> <li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a> </li> <li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a> </li> <li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.DBAL.Types.html">Types</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a> </li> <li><a href="namespace-Doctrine.ORM.Event.html">Event</a> </li> <li><a href="namespace-Doctrine.ORM.Id.html">Id</a> </li> <li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a> </li> <li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a> </li> <li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a> </li> <li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a> </li> <li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a> </li> <li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a> </li> <li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a> </li> <li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a> </li> <li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a> </li> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a> </li> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a> </li> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a> </li> </ul></li> <li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a> </li> </ul></li> <li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Foo.html">Foo<span></span></a> <ul> <li><a href="namespace-Foo.Bar.html">Bar</a> </li> </ul></li> <li><a href="namespace-FOS.html">FOS<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a> </li> <li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a> </li> <li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Request.html">Request</a> </li> <li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a> </li> </ul></li></ul></li> <li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.View.html">View</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.Command.html">Command</a> </li> <li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a> </li> <li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a> </li> <li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-FOS.UserBundle.Document.html">Document</a> </li> <li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a> </li> <li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a> </li> <li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a> </li> <li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a> </li> <li><a href="namespace-FOS.UserBundle.Model.html">Model</a> </li> <li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a> </li> <li><a href="namespace-FOS.UserBundle.Security.html">Security</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.Util.html">Util</a> </li> <li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.html">Gedmo<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Exception.html">Exception</a> </li> <li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a> <ul> <li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a> </li> <li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li> <li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a> </li> </ul></li> <li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a> <ul> <li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.References.html">References<span></span></a> <ul> <li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a> <ul> <li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a> </li> <li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a> </li> </ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a> <ul> <li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a> <ul> <li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a> <ul> <li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a> <ul> <li><a href="namespace-Gedmo.Translator.Document.html">Document</a> </li> <li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a> <ul> <li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a> </li> <li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a> </li> <li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a> </li> <li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a> </li> <li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a> </li> </ul></li></ul></li> <li><a href="namespace-Incenteev.html">Incenteev<span></span></a> <ul> <li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a> <ul> <li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a> </li> </ul></li></ul></li> <li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a> <ul> <li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.html">JMS<span></span></a> <ul> <li><a href="namespace-JMS.Parser.html">Parser<span></span></a> <ul> <li><a href="namespace-JMS.Parser.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a> </li> <li><a href="namespace-JMS.Serializer.Builder.html">Builder</a> </li> <li><a href="namespace-JMS.Serializer.Construction.html">Construction</a> </li> <li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Exception.html">Exception</a> </li> <li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a> </li> <li><a href="namespace-JMS.Serializer.Handler.html">Handler</a> </li> <li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Naming.html">Naming</a> </li> <li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Twig.html">Twig</a> </li> <li><a href="namespace-JMS.Serializer.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a> </li> <li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a> </li> <li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a> </li> <li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a> </li> <li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a> </li> <li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a> </li> <li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a> </li> <li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a> </li> <li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a> </li> <li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a> </li> <li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a> </li> </ul></li></ul></li> <li><a href="namespace-Knp.html">Knp<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Knp.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Factory.html">Factory</a> </li> <li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a> </li> <li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a> </li> <li><a href="namespace-Knp.Menu.Loader.html">Loader</a> </li> <li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a> </li> <li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a> </li> <li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a> </li> <li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a> </li> <li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Twig.html">Twig</a> </li> <li><a href="namespace-Knp.Menu.Util.html">Util</a> </li> </ul></li></ul></li> <li><a href="namespace-Loggable.html">Loggable<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a> </li> </ul></li> <li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Lunetics.html">Lunetics<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a> </li> </ul></li></ul></li> <li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a> </li> </ul></li></ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a> </li> </ul></li></ul></li> <li><a href="namespace-Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a> </li> <li><a href="namespace-Mapping.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a> </li> <li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a> </li> <li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a> </li> </ul></li></ul></li> <li><a href="namespace-Metadata.html">Metadata<span></span></a> <ul> <li><a href="namespace-Metadata.Cache.html">Cache</a> </li> <li><a href="namespace-Metadata.Driver.html">Driver</a> </li> <li><a href="namespace-Metadata.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Cache.html">Cache</a> </li> <li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a> </li> <li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a> </li> <li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a> </li> </ul></li> <li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a> </li> </ul></li></ul></li> <li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Monolog.html">Monolog<span></span></a> <ul> <li><a href="namespace-Monolog.Formatter.html">Formatter</a> </li> <li><a href="namespace-Monolog.Handler.html">Handler<span></span></a> <ul> <li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a> </li> <li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a> </li> </ul></li> <li><a href="namespace-Monolog.Processor.html">Processor</a> </li> </ul></li> <li><a href="namespace-MyProject.html">MyProject<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a> </li> </ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a> <ul> <li><a href="namespace-NamespaceCollision.A.html">A<span></span></a> <ul> <li><a href="namespace-NamespaceCollision.A.B.html">B</a> </li> </ul></li> <li><a href="namespace-NamespaceCollision.C.html">C<span></span></a> <ul> <li><a href="namespace-NamespaceCollision.C.B.html">B</a> </li> </ul></li></ul></li> <li><a href="namespace-Namespaced.html">Namespaced</a> </li> <li><a href="namespace-Namespaced2.html">Namespaced2</a> </li> <li><a href="namespace-Negotiation.html">Negotiation<span></span></a> <ul> <li><a href="namespace-Negotiation.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-None.html">None</a> </li> <li><a href="namespace-Pequiven.html">Pequiven<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a> </li> </ul></li></ul></li> <li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-PHP.html">PHP</a> </li> <li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a> <ul> <li><a href="namespace-PhpCollection.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-PhpOption.html">PhpOption<span></span></a> <ul> <li><a href="namespace-PhpOption.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Proxies.html">Proxies<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Psr.html">Psr<span></span></a> <ul> <li><a href="namespace-Psr.Log.html">Log<span></span></a> <ul> <li><a href="namespace-Psr.Log.Test.html">Test</a> </li> </ul></li></ul></li> <li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a> <ul> <li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a> </li> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a> </li> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a> </li> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-References.html">References<span></span></a> <ul> <li><a href="namespace-References.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a> <ul> <li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a> </li> </ul></li> <li><a href="namespace-References.Fixture.ORM.html">ORM</a> </li> </ul></li></ul></li> <li><a href="namespace-Sensio.html">Sensio<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a> </li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a> </li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a> </li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a> </li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a> </li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Sluggable.html">Sluggable<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a> </li> </ul></li> <li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a> </li> </ul></li> <li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a> </li> <li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a> </li> <li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a> </li> </ul></li></ul></li> <li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a> <ul> <li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a> </li> <li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-Sortable.html">Sortable<span></span></a> <ul> <li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a> </li> </ul></li></ul></li> <li><a href="namespace-Stof.html">Stof<span></span></a> <ul> <li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a> <ul> <li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.html">Symfony<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.html">Component<span></span></a> <ul> <li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a> <ul> <li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a> <ul> <li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a> </li> <li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a> </li> <li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a> </li> <li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Console.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a> </li> <li><a href="namespace-Symfony.Component.Console.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a> </li> <li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Console.Input.html">Input</a> </li> <li><a href="namespace-Symfony.Component.Console.Output.html">Output</a> </li> <li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a> </li> <li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a> </li> <li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a> </li> <li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a> <ul> <li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a> <ul> <li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a> </li> <li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a> </li> <li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a> </li> <li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a> </li> <li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a> </li> <li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a> </li> <li><a href="namespace-Symfony.Component.Form.Test.html">Test</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a> </li> <li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a> </li> <li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a> </li> <li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a> </li> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a> <ul> <li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a> <ul> <li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a> </li> <li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a> </li> <li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a> </li> <li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a> </li> <li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a> </li> <li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a> </li> <li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a> </li> <li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a> </li> <li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a> </li> <li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a> </li> <li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a> </li> <li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a> </li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-TestBundle.html">TestBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a> <ul> <li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a> <ul> <li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a> </li> <li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a> </li> </ul></li></ul></li> <li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-TestFixtures.html">TestFixtures</a> </li> <li><a href="namespace-Timestampable.html">Timestampable<span></span></a> <ul> <li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Timestampable.Fixture.Document.html">Document</a> </li> </ul></li></ul></li> <li><a href="namespace-Tool.html">Tool</a> </li> <li><a href="namespace-Translatable.html">Translatable<span></span></a> <ul> <li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a> </li> </ul></li> <li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a> </li> <li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a> </li> <li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a> </li> <li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a> </li> <li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a> </li> <li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a> </li> <li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a> </li> <li><a href="namespace-Translatable.Fixture.Template.html">Template</a> </li> <li><a href="namespace-Translatable.Fixture.Type.html">Type</a> </li> </ul></li></ul></li> <li><a href="namespace-Translator.html">Translator<span></span></a> <ul> <li><a href="namespace-Translator.Fixture.html">Fixture</a> </li> </ul></li> <li><a href="namespace-Tree.html">Tree<span></span></a> <ul> <li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Tree.Fixture.Closure.html">Closure</a> </li> <li><a href="namespace-Tree.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a> </li> <li><a href="namespace-Tree.Fixture.Mock.html">Mock</a> </li> <li><a href="namespace-Tree.Fixture.Repository.html">Repository</a> </li> <li><a href="namespace-Tree.Fixture.Transport.html">Transport</a> </li> </ul></li></ul></li> <li><a href="namespace-Uploadable.html">Uploadable<span></span></a> <ul> <li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-Wrapper.html">Wrapper<span></span></a> <ul> <li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Wrapper.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> </ul> </div> <hr /> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-Doctrine.DBAL.Schema.AbstractAsset.html">AbstractAsset</a></li> <li><a href="class-Doctrine.DBAL.Schema.AbstractSchemaManager.html">AbstractSchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.Column.html">Column</a></li> <li><a href="class-Doctrine.DBAL.Schema.ColumnDiff.html">ColumnDiff</a></li> <li><a href="class-Doctrine.DBAL.Schema.Comparator.html">Comparator</a></li> <li><a href="class-Doctrine.DBAL.Schema.DB2SchemaManager.html">DB2SchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.DrizzleSchemaManager.html">DrizzleSchemaManager</a></li> <li class="active"><a href="class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html">ForeignKeyConstraint</a></li> <li><a href="class-Doctrine.DBAL.Schema.Identifier.html">Identifier</a></li> <li><a href="class-Doctrine.DBAL.Schema.Index.html">Index</a></li> <li><a href="class-Doctrine.DBAL.Schema.MySqlSchemaManager.html">MySqlSchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.OracleSchemaManager.html">OracleSchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.PostgreSqlSchemaManager.html">PostgreSqlSchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.Schema.html">Schema</a></li> <li><a href="class-Doctrine.DBAL.Schema.SchemaConfig.html">SchemaConfig</a></li> <li><a href="class-Doctrine.DBAL.Schema.SchemaDiff.html">SchemaDiff</a></li> <li><a href="class-Doctrine.DBAL.Schema.Sequence.html">Sequence</a></li> <li><a href="class-Doctrine.DBAL.Schema.SqliteSchemaManager.html">SqliteSchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.SQLServerSchemaManager.html">SQLServerSchemaManager</a></li> <li><a href="class-Doctrine.DBAL.Schema.Table.html">Table</a></li> <li><a href="class-Doctrine.DBAL.Schema.TableDiff.html">TableDiff</a></li> <li><a href="class-Doctrine.DBAL.Schema.View.html">View</a></li> </ul> <h3>Interfaces</h3> <ul> <li><a href="class-Doctrine.DBAL.Schema.Constraint.html">Constraint</a></li> </ul> <h3>Exceptions</h3> <ul> <li><a href="class-Doctrine.DBAL.Schema.SchemaException.html">SchemaException</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" class="text" /> <input type="submit" value="Search" /> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <a href="namespace-Doctrine.DBAL.Schema.html" title="Summary of Doctrine\DBAL\Schema"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class ForeignKeyConstraint</h1> <div class="description"> <p>An abstraction class for a foreign key constraint.</p> </div> <dl class="tree"> <dd style="padding-left:0px"> <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html"><span>Doctrine\DBAL\Schema\AbstractAsset</span></a> </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by" /> <b><span>Doctrine\DBAL\Schema\ForeignKeyConstraint</span></b> implements <a href="class-Doctrine.DBAL.Schema.Constraint.html"><span>Doctrine\DBAL\Schema\Constraint</span></a> </dd> </dl> <div class="info"> <b>Namespace:</b> <a href="namespace-Doctrine.html">Doctrine</a>\<a href="namespace-Doctrine.DBAL.html">DBAL</a>\<a href="namespace-Doctrine.DBAL.Schema.html">Schema</a><br /> <b>Author:</b> Benjamin Eberlei &lt;<a href="mailto:kontakt&#64;beberlei.de">kontakt&#64;<!---->beberlei.de</a>&gt;<br /> <b>Author:</b> Steve Müller &lt;<a href="mailto:st.mueller&#64;dzh-online.de">st.mueller&#64;<!---->dzh-online.de</a>&gt;<br /> <b>Since:</b> 2.0<br /> <b>Link:</b> <a href="http://www.doctrine-project.org">www.doctrine-project.org</a><br /> <b>Located at</b> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#24-365" title="Go to source code">vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php</a><br /> </div> <table class="summary" id="methods"> <caption>Methods summary</caption> <tr data-order="__construct" id="___construct"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#___construct">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#69-98" title="Go to source code">__construct</a>( <span>array <var>$localColumnNames</var></span>, <span><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>|string <var>$foreignTableName</var></span>, <span>array <var>$foreignColumnNames</var></span>, <span>string|null <var>$name</var> = <span class="php-keyword1">null</span></span>, <span>array <var>$options</var> = <span class="php-keyword1">array</span>()</span> )</code> <div class="description short"> <p>Initializes the foreign key constraint.</p> </div> <div class="description detailed hidden"> <p>Initializes the foreign key constraint.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$localColumnNames</var></dt> <dd><code>array</code><br>$localColumnNames Names of the referencing table columns.</dd> <dt><var>$foreignTableName</var></dt> <dd><code><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>|string</code><br>$foreignTableName Referenced table.</dd> <dt><var>$foreignColumnNames</var></dt> <dd><code>array</code><br>$foreignColumnNames Names of the referenced table columns.</dd> <dt><var>$name</var></dt> <dd><code>string|null</code><br>$name Name of the foreign key constraint.</dd> <dt><var>$options</var></dt> <dd><code>array</code><br>$options Options associated with the foreign key constraint.</dd> </dl></div> </div> </div></td> </tr> <tr data-order="getLocalTableName" id="_getLocalTableName"> <td class="attributes"><code> public string </code> </td> <td class="name"><div> <a class="anchor" href="#_getLocalTableName">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#100-109" title="Go to source code">getLocalTableName</a>( )</code> <div class="description short"> <p>Returns the name of the referencing table the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the name of the referencing table the foreign key constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>string</code><br /> </div> </div> </div></td> </tr> <tr data-order="setLocalTable" id="_setLocalTable"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_setLocalTable">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#111-122" title="Go to source code">setLocalTable</a>( <span><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code> <var>$table</var></span> )</code> <div class="description short"> <p>Sets the Table instance of the referencing table the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Sets the Table instance of the referencing table the foreign key constraint is associated with.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$table</var></dt> <dd><code><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code></code><br>$table Instance of the referencing table.</dd> </dl></div> </div> </div></td> </tr> <tr data-order="getLocalTable" id="_getLocalTable"> <td class="attributes"><code> public <code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code> </code> </td> <td class="name"><div> <a class="anchor" href="#_getLocalTable">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#124-130" title="Go to source code">getLocalTable</a>( )</code> <div class="description short"> </div> <div class="description detailed hidden"> <h4>Returns</h4> <div class="list"> <code><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code></code><br /> </div> </div> </div></td> </tr> <tr data-order="getLocalColumns" id="_getLocalColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getLocalColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#132-141" title="Go to source code">getLocalColumns</a>( )</code> <div class="description short"> <p>Returns the names of the referencing table columns the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the names of the referencing table columns the foreign key constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="getQuotedLocalColumns" id="_getQuotedLocalColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getQuotedLocalColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#143-164" title="Go to source code">getQuotedLocalColumns</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code> <div class="description short"> <p>Returns the quoted representation of the referencing table column names the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the quoted representation of the referencing table column names the foreign key constraint is associated with.</p> <p>But only if they were defined with one or the referencing table column name is a keyword reserved by the platform. Otherwise the plain unquoted value as inserted is returned.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$platform</var></dt> <dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="getUnquotedLocalColumns" id="_getUnquotedLocalColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getUnquotedLocalColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#166-174" title="Go to source code">getUnquotedLocalColumns</a>( )</code> <div class="description short"> <p>Returns unquoted representation of local table column names for comparison with other FK</p> </div> <div class="description detailed hidden"> <p>Returns unquoted representation of local table column names for comparison with other FK</p> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="getUnquotedForeignColumns" id="_getUnquotedForeignColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getUnquotedForeignColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#176-184" title="Go to source code">getUnquotedForeignColumns</a>( )</code> <div class="description short"> <p>Returns unquoted representation of foreign table column names for comparison with other FK</p> </div> <div class="description detailed hidden"> <p>Returns unquoted representation of foreign table column names for comparison with other FK</p> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="getColumns" id="_getColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#186-194" title="Go to source code">getColumns</a>( )</code> <div class="description short"> <p>Returns the names of the referencing table columns the constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the names of the referencing table columns the constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> <h4>See</h4> <div class="list"> <code><code><a href="class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#_getLocalColumns">Doctrine\DBAL\Schema\ForeignKeyConstraint::getLocalColumns()</a></code></code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-Doctrine.DBAL.Schema.Constraint.html#_getColumns">Doctrine\DBAL\Schema\Constraint::getColumns()</a></code></div> </div> </div></td> </tr> <tr data-order="getQuotedColumns" id="_getQuotedColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getQuotedColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#196-213" title="Go to source code">getQuotedColumns</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code> <div class="description short"> <p>Returns the quoted representation of the referencing table column names the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the quoted representation of the referencing table column names the foreign key constraint is associated with.</p> <p>But only if they were defined with one or the referencing table column name is a keyword reserved by the platform. Otherwise the plain unquoted value as inserted is returned.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$platform</var></dt> <dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> <h4>See</h4> <div class="list"> <code><code><a href="class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#_getQuotedLocalColumns">Doctrine\DBAL\Schema\ForeignKeyConstraint::getQuotedLocalColumns()</a></code></code><br /> </div> <h4>Implementation of</h4> <div class="list"><code><a href="class-Doctrine.DBAL.Schema.Constraint.html#_getQuotedColumns">Doctrine\DBAL\Schema\Constraint::getQuotedColumns()</a></code></div> </div> </div></td> </tr> <tr data-order="getForeignTableName" id="_getForeignTableName"> <td class="attributes"><code> public string </code> </td> <td class="name"><div> <a class="anchor" href="#_getForeignTableName">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#215-224" title="Go to source code">getForeignTableName</a>( )</code> <div class="description short"> <p>Returns the name of the referenced table the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the name of the referenced table the foreign key constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>string</code><br /> </div> </div> </div></td> </tr> <tr data-order="getUnqualifiedForeignTableName" id="_getUnqualifiedForeignTableName"> <td class="attributes"><code> public string </code> </td> <td class="name"><div> <a class="anchor" href="#_getUnqualifiedForeignTableName">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#226-235" title="Go to source code">getUnqualifiedForeignTableName</a>( )</code> <div class="description short"> <p>Returns the non-schema qualified foreign table name.</p> </div> <div class="description detailed hidden"> <p>Returns the non-schema qualified foreign table name.</p> <h4>Returns</h4> <div class="list"> <code>string</code><br /> </div> </div> </div></td> </tr> <tr data-order="getQuotedForeignTableName" id="_getQuotedForeignTableName"> <td class="attributes"><code> public string </code> </td> <td class="name"><div> <a class="anchor" href="#_getQuotedForeignTableName">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#237-252" title="Go to source code">getQuotedForeignTableName</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code> <div class="description short"> <p>Returns the quoted representation of the referenced table name the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the quoted representation of the referenced table name the foreign key constraint is associated with.</p> <p>But only if it was defined with one or the referenced table name is a keyword reserved by the platform. Otherwise the plain unquoted value as inserted is returned.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$platform</var></dt> <dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>string</code><br /> </div> </div> </div></td> </tr> <tr data-order="getForeignColumns" id="_getForeignColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getForeignColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#254-263" title="Go to source code">getForeignColumns</a>( )</code> <div class="description short"> <p>Returns the names of the referenced table columns the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the names of the referenced table columns the foreign key constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="getQuotedForeignColumns" id="_getQuotedForeignColumns"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getQuotedForeignColumns">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#265-286" title="Go to source code">getQuotedForeignColumns</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code> <div class="description short"> <p>Returns the quoted representation of the referenced table column names the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the quoted representation of the referenced table column names the foreign key constraint is associated with.</p> <p>But only if they were defined with one or the referenced table column name is a keyword reserved by the platform. Otherwise the plain unquoted value as inserted is returned.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$platform</var></dt> <dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="hasOption" id="_hasOption"> <td class="attributes"><code> public boolean </code> </td> <td class="name"><div> <a class="anchor" href="#_hasOption">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#288-299" title="Go to source code">hasOption</a>( <span>string <var>$name</var></span> )</code> <div class="description short"> <p>Returns whether or not a given option is associated with the foreign key constraint.</p> </div> <div class="description detailed hidden"> <p>Returns whether or not a given option is associated with the foreign key constraint.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$name</var></dt> <dd><code>string</code><br>$name Name of the option to check.</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>boolean</code><br /> </div> </div> </div></td> </tr> <tr data-order="getOption" id="_getOption"> <td class="attributes"><code> public mixed </code> </td> <td class="name"><div> <a class="anchor" href="#_getOption">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#301-311" title="Go to source code">getOption</a>( <span>string <var>$name</var></span> )</code> <div class="description short"> <p>Returns an option associated with the foreign key constraint.</p> </div> <div class="description detailed hidden"> <p>Returns an option associated with the foreign key constraint.</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$name</var></dt> <dd><code>string</code><br>$name Name of the option the foreign key constraint is associated with.</dd> </dl></div> <h4>Returns</h4> <div class="list"> <code>mixed</code><br /> </div> </div> </div></td> </tr> <tr data-order="getOptions" id="_getOptions"> <td class="attributes"><code> public array </code> </td> <td class="name"><div> <a class="anchor" href="#_getOptions">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#313-321" title="Go to source code">getOptions</a>( )</code> <div class="description short"> <p>Returns the options associated with the foreign key constraint.</p> </div> <div class="description detailed hidden"> <p>Returns the options associated with the foreign key constraint.</p> <h4>Returns</h4> <div class="list"> <code>array</code><br /> </div> </div> </div></td> </tr> <tr data-order="onUpdate" id="_onUpdate"> <td class="attributes"><code> public string|null </code> </td> <td class="name"><div> <a class="anchor" href="#_onUpdate">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#323-332" title="Go to source code">onUpdate</a>( )</code> <div class="description short"> <p>Returns the referential action for UPDATE operations on the referenced table the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the referential action for UPDATE operations on the referenced table the foreign key constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>string|null</code><br /> </div> </div> </div></td> </tr> <tr data-order="onDelete" id="_onDelete"> <td class="attributes"><code> public string|null </code> </td> <td class="name"><div> <a class="anchor" href="#_onDelete">#</a> <code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#334-343" title="Go to source code">onDelete</a>( )</code> <div class="description short"> <p>Returns the referential action for DELETE operations on the referenced table the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Returns the referential action for DELETE operations on the referenced table the foreign key constraint is associated with.</p> <h4>Returns</h4> <div class="list"> <code>string|null</code><br /> </div> </div> </div></td> </tr> </table> <table class="summary inherited"> <caption>Methods inherited from <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#methods">Doctrine\DBAL\Schema\AbstractAsset</a></caption> <tr> <td><code> <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#__generateIdentifierName">_generateIdentifierName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#__setName">_setName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getFullQualifiedName">getFullQualifiedName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getName">getName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getNamespaceName">getNamespaceName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getQuotedName">getQuotedName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getShortestName">getShortestName()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_isIdentifierQuoted">isIdentifierQuoted()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_isInDefaultNamespace">isInDefaultNamespace()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_isQuoted">isQuoted()</a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_trimQuotes">trimQuotes()</a> </code></td> </tr> </table> <table class="summary" id="properties"> <caption>Properties summary</caption> <tr data-order="_localTable" id="$_localTable"> <td class="attributes"><code> protected <code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code> </code></td> <td class="name"> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#34-39" title="Go to source code"><var>$_localTable</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$_localTable" class="anchor">#</a> <div class="description short"> <p>Instance of the referencing table the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Instance of the referencing table the foreign key constraint is associated with.</p> </div> </div></td> </tr> <tr data-order="_localColumnNames" id="$_localColumnNames"> <td class="attributes"><code> protected <code><a href="class-Doctrine.DBAL.Schema.Identifier.html">Doctrine\DBAL\Schema\Identifier</a>[]</code> </code></td> <td class="name"> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#41-47" title="Go to source code"><var>$_localColumnNames</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$_localColumnNames" class="anchor">#</a> <div class="description short"> <p>Asset identifier instances of the referencing table column names the foreign key constraint is associated with. array($columnName =&gt; Identifier)</p> </div> <div class="description detailed hidden"> <p>Asset identifier instances of the referencing table column names the foreign key constraint is associated with. array($columnName =&gt; Identifier)</p> </div> </div></td> </tr> <tr data-order="_foreignTableName" id="$_foreignTableName"> <td class="attributes"><code> protected <code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>|<code><a href="class-Doctrine.DBAL.Schema.Identifier.html">Doctrine\DBAL\Schema\Identifier</a></code> </code></td> <td class="name"> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#49-54" title="Go to source code"><var>$_foreignTableName</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$_foreignTableName" class="anchor">#</a> <div class="description short"> <p>Table or asset identifier instance of the referenced table name the foreign key constraint is associated with.</p> </div> <div class="description detailed hidden"> <p>Table or asset identifier instance of the referenced table name the foreign key constraint is associated with.</p> </div> </div></td> </tr> <tr data-order="_foreignColumnNames" id="$_foreignColumnNames"> <td class="attributes"><code> protected <code><a href="class-Doctrine.DBAL.Schema.Identifier.html">Doctrine\DBAL\Schema\Identifier</a>[]</code> </code></td> <td class="name"> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#56-62" title="Go to source code"><var>$_foreignColumnNames</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$_foreignColumnNames" class="anchor">#</a> <div class="description short"> <p>Asset identifier instances of the referenced table column names the foreign key constraint is associated with. array($columnName =&gt; Identifier)</p> </div> <div class="description detailed hidden"> <p>Asset identifier instances of the referenced table column names the foreign key constraint is associated with. array($columnName =&gt; Identifier)</p> </div> </div></td> </tr> <tr data-order="_options" id="$_options"> <td class="attributes"><code> protected array </code></td> <td class="name"> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#64-67" title="Go to source code"><var>$_options</var></a> </td> <td class="value"><code></code></td> <td class="description"><div> <a href="#$_options" class="anchor">#</a> <div class="description short"> <p>Options associated with the foreign key constraint.</p> </div> <div class="description detailed hidden"> <p>Options associated with the foreign key constraint.</p> </div> </div></td> </tr> </table> <table class="summary inherited"> <caption>Properties inherited from <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#properties">Doctrine\DBAL\Schema\AbstractAsset</a></caption> <tr> <td><code> <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#$_name"><var>$_name</var></a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#$_namespace"><var>$_namespace</var></a>, <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#$_quoted"><var>$_quoted</var></a> </code></td> </tr> </table> </div> <div id="footer"> seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>
saw/jquery.Jcrop.css
Gandalf-/CAP-FRS
/* jquery.Jcrop.css v0.9.12 - MIT License */ /* The outer-most container in a typical Jcrop instance If you are having difficulty with formatting related to styles on a parent element, place any fixes here or in a like selector You can also style this element if you want to add a border, etc A better method for styling can be seen below with .jcrop-light (Add a class to the holder and style elements for that extended class) */ .jcrop-holder { direction: ltr; text-align: left; } /* Selection Border */ .jcrop-vline, .jcrop-hline { background: #ffffff url("./Jcrop.gif"); font-size: 0; position: absolute; } .jcrop-vline { height: 100%; width: 1px !important; } .jcrop-vline.right { right: 0; } .jcrop-hline { height: 1px !important; width: 100%; } .jcrop-hline.bottom { bottom: 0; } /* Invisible click targets */ .jcrop-tracker { height: 100%; width: 100%; /* "turn off" link highlight */ -webkit-tap-highlight-color: transparent; /* disable callout, image save panel */ -webkit-touch-callout: none; /* disable cut copy paste */ -webkit-user-select: none; } /* Selection Handles */ .jcrop-handle { background-color: #333333; border: 1px #eeeeee solid; width: 7px; height: 7px; font-size: 1px; } .jcrop-handle.ord-n { left: 50%; margin-left: -4px; margin-top: -4px; top: 0; } .jcrop-handle.ord-s { bottom: 0; left: 50%; margin-bottom: -4px; margin-left: -4px; } .jcrop-handle.ord-e { margin-right: -4px; margin-top: -4px; right: 0; top: 50%; } .jcrop-handle.ord-w { left: 0; margin-left: -4px; margin-top: -4px; top: 50%; } .jcrop-handle.ord-nw { left: 0; margin-left: -4px; margin-top: -4px; top: 0; } .jcrop-handle.ord-ne { margin-right: -4px; margin-top: -4px; right: 0; top: 0; } .jcrop-handle.ord-se { bottom: 0; margin-bottom: -4px; margin-right: -4px; right: 0; } .jcrop-handle.ord-sw { bottom: 0; left: 0; margin-bottom: -4px; margin-left: -4px; } /* Dragbars */ .jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s { height: 7px; width: 100%; } .jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w { height: 100%; width: 7px; } .jcrop-dragbar.ord-n { margin-top: -4px; } .jcrop-dragbar.ord-s { bottom: 0; margin-bottom: -4px; } .jcrop-dragbar.ord-e { margin-right: -4px; right: 0; } .jcrop-dragbar.ord-w { margin-left: -4px; } /* The "jcrop-light" class/extension */ .jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline { background: #ffffff; filter: alpha(opacity=70) !important; opacity: .70!important; } .jcrop-light .jcrop-handle { -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #000000; border-color: #ffffff; border-radius: 3px; } /* The "jcrop-dark" class/extension */ .jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline { background: #000000; filter: alpha(opacity=70) !important; opacity: 0.7 !important; } .jcrop-dark .jcrop-handle { -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #ffffff; border-color: #000000; border-radius: 3px; } /* Simple macro to turn off the antlines */ .solid-line .jcrop-vline, .solid-line .jcrop-hline { background: #ffffff; } /* Fix for twitter bootstrap et al. */ .jcrop-holder img, img.jcrop-preview { max-width: none; }
styles/css/index.css
junxigu/junxigu.github.io
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } a { background: transparent; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { font-size: 2em; margin: 0.67em 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 2cm .5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } p { margin: 0 0 10px; } /*.lead { margin-bottom: @line-height-computed; font-size: floor(@font-size-base * 1.15); font-weight: 200; line-height: 1.4; @media (min-width: @screen-sm-min) { font-size: (@font-size-base * 1.5); } }*/ small, .small { font-size: 85%; } cite { font-style: normal; } .text-muted { color: #999999; } .text-primary { color: #428bca; } .text-primary:hover { color: #3071a9; } .text-warning { color: #c09853; } .text-warning:hover { color: #a47e3c; } .text-danger { color: #b94a48; } .text-danger:hover { color: #953b39; } .text-success { color: #468847; } .text-success:hover { color: #356635; } .text-info { color: #3a87ad; } .text-info:hover { color: #2d6987; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, 'Microsoft YaHei', sans-serif, "Open Sans", "Helvetica Neue", Helvetica, Arial, 'Microsoft YaHei', sans-serif; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small { font-size: 65%; } h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small { font-size: 75%; } h1, .h1 { font-size: 38px; } h2, .h2 { font-size: 31px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } .dl-horizontal dd:after { clear: both; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } .dl-horizontal dd:after { clear: both; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 4px solid #eeeeee; } blockquote p { color: #7a7a7a; font-weight: 300; line-height: 1.25; } blockquote p:last-child { margin-bottom: 0; } blockquote small { display: block; line-height: 1.42857143; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small { text-align: right; } blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } blockquote:before, blockquote:after { content: ""; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 4px; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } .container:after { clear: both; } .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } .container:after { clear: both; } .row { margin-left: -15px; margin-right: -15px; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } @media (min-width: 768px) { .container { width: 750px; } .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } } @media (min-width: 992px) { .container { width: 970px; } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } } @media (min-width: 1200px) { .container { width: 1170px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; } .table { width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #f7f7f7; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; border-color: #d6e9c6; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; border-color: #c9e2b3; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; border-color: #ebccd1; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; border-color: #e4b9c0; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; border-color: #faebcc; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; border-color: #f7e1b5; } @media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } select[multiple], select[size] { height: auto; } select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; vertical-align: middle; } .form-control:-moz-placeholder { color: #999999; } .form-control::-moz-placeholder { color: #999999; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; vertical-align: middle; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; } textarea.form-control { height: auto; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; vertical-align: middle; } .radio label, .checkbox label { display: inline; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm { height: auto; } .input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg { height: auto; } .has-warning .help-block, .has-warning .control-label { color: #c09853; } .has-warning .form-control { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } .has-warning .input-group-addon { color: #c09853; border-color: #c09853; background-color: #fcf8e3; } .has-error .help-block, .has-error .control-label { color: #b94a48; } .has-error .form-control { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .has-error .input-group-addon { color: #b94a48; border-color: #b94a48; background-color: #f2dede; } .has-success .help-block, .has-success .control-label { color: #468847; } .has-success .form-control { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .has-success .input-group-addon { color: #468847; border-color: #468847; background-color: #dff0d8; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; } .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:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } .btn-primary { color: #ffffff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } .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:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #ffffff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-link { color: #46B6AE; font-weight: normal; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2c4d68; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-xs { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs { padding: 1px 5px; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url('//cdn.staticfile.org/twitter-bootstrap/3.0.3/fonts/glyphicons-halflings-regular.eot'); src: url('//cdn.staticfile.org/twitter-bootstrap/3.0.3/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('//cdn.staticfile.org/twitter-bootstrap/3.0.3/fonts/glyphicons-halflings-regular.woff') format('woff'), url('//cdn.staticfile.org/twitter-bootstrap/3.0.3/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('//cdn.staticfile.org/twitter-bootstrap/3.0.3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; } .glyphicon:empty { width: 1em; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; border-bottom: 0 dotted; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #999999; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0 dotted; border-bottom: 4px solid #000000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } } .btn-default .caret { border-top-color: #333333; } .btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret { border-top-color: #fff; } .dropup .btn-default .caret { border-bottom-color: #333333; } .dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret { border-bottom-color: #fff; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar:before, .btn-toolbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .btn-toolbar:after { clear: both; } .btn-toolbar:before, .btn-toolbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .btn-toolbar:after { clear: both; } .btn-toolbar .btn-group { float: left; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group-xs > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; padding: 1px 5px; } .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .btn-group-vertical > .btn-group:after { clear: both; } .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .btn-group-vertical > .btn-group:after { clear: both; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified .btn { float: none; display: table-cell; width: 1%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group.col { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; white-space: nowrap; } .input-group-btn:first-child > .btn { margin-right: -1px; } .input-group-btn:last-child > .btn { margin-left: -1px; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -4px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } .nav:after { clear: both; } .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } .nav:after { clear: both; } .nav > li { position: relative; display: block; } .nav > li > a, .docs-nav .navbar-nav > li > span { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #46B6AE; } .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret { border-top-color: #2c4d68; border-bottom-color: #2c4d68; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #f7f7f7; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #f7f7f7; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #428bca; } .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #f7f7f7; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav .caret { border-top-color: #46B6AE; border-bottom-color: #46B6AE; } .nav a:hover .caret { border-top-color: #2c4d68; border-bottom-color: #2c4d68; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; z-index: 1000; min-height: 60px; margin-bottom: 20px; border: 1px solid transparent; } .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar:after { clear: both; } .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar:after { clear: both; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } .navbar-header:before, .navbar-header:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-header:after { clear: both; } .navbar-header:before, .navbar-header:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-header:after { clear: both; } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse:before, .navbar-collapse:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-collapse:after { clear: both; } .navbar-collapse:before, .navbar-collapse:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar-collapse:after { clear: both; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; } .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; } .navbar-collapse .navbar-text:last-child { margin-right: 0; } } .container > .navbar-header, .container > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { z-index: 1030; top: 0; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; } .navbar-brand { float: left; padding: 20px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 13px; margin-bottom: 13px; background-color: transparent; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 10px -15px; } .navbar-nav > li > a, .docs-nav .navbar-nav > li > span { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a, .docs-nav .navbar-nav > li > span { padding-top: 20px; padding-bottom: 20px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 13px; margin-bottom: 13px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar-btn { margin-top: 13px; margin-bottom: 13px; } .navbar-text { float: left; margin-top: 20px; margin-bottom: 20px; } @media (min-width: 768px) { .navbar-text { margin-left: 15px; margin-right: 15px; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777777; } .navbar-default .navbar-nav > li > a { color: #777777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #cccccc; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333333; border-bottom-color: #333333; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555555; } .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555555; border-bottom-color: #555555; } .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777777; border-bottom-color: #777777; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777777; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-inverse { background-color: #0C4D48; border-color: #0F3836; } .navbar-inverse .navbar-brand { color: #b9c8e0; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #b9c8e0; } .navbar-inverse .navbar-nav > li > a { color: #b9c8e0; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #0F3836; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #152642; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #0F3836; color: #ffffff; } .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #b9c8e0; border-bottom-color: #b9c8e0; } .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #0F3836; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #b9c8e0; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #0F3836; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #b9c8e0; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } .breadcrumb > .active { color: #999999; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } .pager:before, .pager:after { content: " "; /* 1 */ display: table; /* 2 */ } .pager:after { clear: both; } .pager:before, .pager:after { content: " "; /* 1 */ display: table; /* 2 */ } .pager:after { clear: both; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #ffffff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .label[href]:hover, .label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .label-default { background-color: #999999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } .badge:empty { display: none; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .btn .badge { position: relative; top: -1px; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #46B6AE; background-color: #ffffff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; font-size: 21px; font-weight: 200; line-height: 2.14285714; color: inherit; background-color: #eeeeee; } .jumbotron h1 { line-height: 1; color: inherit; } .jumbotron p { line-height: 1.4; } .container .jumbotron { border-radius: 6px; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1 { font-size: 63px; } } .thumbnail { padding: 4px; line-height: 1.42857143; background-color: #f7f7f7; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; display: block; margin-bottom: 20px; } .thumbnail > img { display: block; max-width: 100%; height: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #46B6AE; } .thumbnail > img { margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #356635; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #2d6987; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #c09853; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #a47e3c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #b94a48; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #953b39; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; } a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #e1edf7; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-body:before, .panel-body:after { content: " "; /* 1 */ display: table; /* 2 */ } .panel-body:after { clear: both; } .panel-body:before, .panel-body:after { content: " "; /* 1 */ display: table; /* 2 */ } .panel-body:after { clear: both; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; } .panel > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel > .list-group .list-group-item:last-child { border-bottom: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table, .panel > .table-responsive { margin-bottom: 0; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; overflow: hidden; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } .panel-default { border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: #ffffff; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { margin-left: auto; margin-right: auto; width: auto; padding: 10px; z-index: 1050; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } .modal-footer:after { clear: both; } .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media screen and (min-width: 768px) { .modal-dialog { width: 600px; padding-top: 30px; padding-bottom: 30px; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow { border-width: 11px; } .popover .arrow:after { border-width: 10px; content: ""; } .popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left { background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } /*! * Copyright 2013 Twitter, Inc. * * Licensed under the Creative Commons Attribution 3.0 Unported License. For * details, see http://creativecommons.org/licenses/by/3.0/. */ /* * Bootstrap Documentation * Special styles for presenting Bootstrap's documentation and code examples. * * Table of contents: * * Scaffolding * Main navigation * Footer * Social buttons * Homepage * Page headers * Old docs callout * Ads * Side navigation * Docs sections * Callouts * Grid styles * Examples * Code snippets (highlight) * Responsive tests * Glyphicons * Customizer * Miscellaneous */ /* * Scaffolding * Update the basics of our documents to prep for docs content. */ body { position: relative; /* For scrollyspy */ padding-top: 50px; /* Account for fixed navbar */ } /* Keep code small in tables on account of limited space */ .table code { font-size: 13px; font-weight: normal; } /* * Social buttons * Twitter and GitHub social action buttons (for homepage and footer). */ .bs-social { margin-top: 20px; margin-bottom: 20px; text-align: center; } .bs-social-buttons { display: inline-block; margin-bottom: 0; padding-left: 0; list-style: none; } .bs-social-buttons li { display: inline-block; line-height: 1; padding: 5px 8px; } .bs-social-buttons .twitter-follow-button { width: 225px !important; } .bs-social-buttons .twitter-share-button { width: 98px !important; } /* Style the GitHub buttons via CSS instead of inline attributes */ .github-btn { border: 0; overflow: hidden; } @media (min-width: 768px) { .bs-social { text-align: left; } .bs-social-buttons li:first-child { padding-left: 0; } } /* * Homepage * Tweaks to the custom homepage and the masthead (main jumbotron). */ /* Masthead (headings and download button) */ .bs-masthead { position: relative; padding: 30px 15px; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } .bs-masthead h1 { font-size: 50px; line-height: 1; color: #fff; } .bs-masthead .btn-outline-inverse { margin: 10px; } /* Links to project-level content like the repo, Expo, etc */ .bs-masthead-links { margin-top: 20px; margin-bottom: 40px; padding: 0 15px; list-style: none; text-align: center; } .bs-masthead-links li { display: inline; } .bs-masthead-links li + li { margin-left: 20px; } .bs-masthead-links a { color: #fff; } @media (min-width: 768px) { .bs-masthead { text-align: left; padding-top: 140px; padding-bottom: 140px; } .bs-masthead h1 { font-size: 100px; } .bs-masthead .lead { margin-right: 25%; font-size: 30px; } .bs-masthead .btn-outline-inverse { width: auto; margin: 20px 5px 20px 0; padding: 18px 24px; font-size: 21px; } .bs-masthead-links { padding: 0; text-align: left; } } /* * Callout for 2.3.2 docs * * Only appears below page headers (not on the homepage). The homepage gets its * own link with the masthead links. */ .bs-old-docs { padding: 15px 20px; color: #777; background-color: #fafafa; border-top: 1px solid #fff; border-bottom: 1px solid #e5e5e5; } .bs-old-docs strong { color: #555; } /* * Grid examples * * Highlight the grid columns within the docs so folks can see their padding, * alignment, sizing, etc. */ .show-grid { margin-bottom: 15px; } .show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; background-color: #eee; border: 1px solid #ddd; background-color: rgba(86, 61, 124, 0.15); border: 1px solid rgba(86, 61, 124, 0.2); } /* * Examples * * Isolated sections of example content for each component or feature. Usually * followed by a code snippet. */ .bs-example { position: relative; padding: 45px 15px 15px; margin: 0 -15px 15px; background-color: #fafafa; box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); border-color: #e5e5e5 #eee #eee; border-style: solid; border-width: 1px 0; } /* Echo out a label for the example */ .bs-example:after { content: "Example"; position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: bold; color: #bbb; text-transform: uppercase; letter-spacing: 1px; } /* Tweak display of the code snippets when following an example */ .bs-example + .highlight { margin: -15px -15px 15px; border-radius: 0; border-width: 0 0 1px; } /* Make the examples and snippets not full-width */ @media (min-width: 768px) { .bs-example { margin-left: 0; margin-right: 0; background-color: #fff; border-width: 1px; border-color: #ddd; border-radius: 4px 4px 0 0; box-shadow: none; } .bs-example + .highlight { margin-top: -16px; margin-left: 0; margin-right: 0; border-width: 1px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } } /* Undo width of container */ .bs-example .container { width: auto; } /* Tweak content of examples for optimum awesome */ .bs-example > p:last-child, .bs-example > ul:last-child, .bs-example > ol:last-child, .bs-example > blockquote:last-child, .bs-example > .form-control:last-child, .bs-example > .table:last-child, .bs-example > .navbar:last-child, .bs-example > .jumbotron:last-child, .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, .bs-example > .well:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table { margin-bottom: 0; } .bs-example > p > .close { float: none; } /* Typography */ .bs-example-type .table .info { color: #999; vertical-align: middle; } .bs-example-type .table td { padding: 15px 0; border-color: #eee; } .bs-example-type .table tr:first-child td { border-top: 0; } .bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 { margin: 0; } /* Images */ .bs-example > .img-circle, .bs-example > .img-rounded, .bs-example > .img-thumbnail { margin: 5px; } /* Tables */ .bs-example > .table-responsive > .table { background-color: #fff; } /* Buttons */ .bs-example > .btn, .bs-example > .btn-group { margin-top: 5px; margin-bottom: 5px; } .bs-example > .btn-toolbar + .btn-toolbar { margin-top: 10px; } /* Forms */ .bs-example-control-sizing select, .bs-example-control-sizing input[type="text"] + input[type="text"] { margin-top: 10px; } .bs-example-form .input-group { margin-bottom: 10px; } .bs-example > textarea.form-control { resize: vertical; } /* List groups */ .bs-example > .list-group { max-width: 400px; } /* Navbars */ .bs-example .navbar:last-child { margin-bottom: 0; } .bs-navbar-top-example, .bs-navbar-bottom-example { z-index: 1; padding: 0; overflow: hidden; /* cut the drop shadows off */ } .bs-navbar-top-example .navbar-header, .bs-navbar-bottom-example .navbar-header { margin-left: 0; } .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom { position: relative; margin-left: 0; margin-right: 0; } .bs-navbar-top-example { padding-bottom: 45px; } .bs-navbar-top-example:after { top: auto; bottom: 15px; } .bs-navbar-top-example .navbar-fixed-top { top: -1px; } .bs-navbar-bottom-example { padding-top: 45px; } .bs-navbar-bottom-example .navbar-fixed-bottom { bottom: -1px; } .bs-navbar-bottom-example .navbar { margin-bottom: 0; } @media (min-width: 768px) { .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom { position: absolute; } .bs-navbar-top-example { border-radius: 0 0 4px 4px; } .bs-navbar-bottom-example { border-radius: 4px 4px 0 0; } } /* Pagination */ .bs-example .pagination { margin-top: 10px; margin-bottom: 10px; } /* Pager */ .bs-example > .pager { margin-top: 0; } /* Example modals */ .bs-example-modal { background-color: #f5f5f5; } .bs-example-modal .modal { position: relative; top: auto; right: auto; left: auto; bottom: auto; z-index: 1; display: block; } .bs-example-modal .modal-dialog { left: auto; margin-left: auto; margin-right: auto; } /* Example dropdowns */ .bs-example > .dropdown > .dropdown-menu { position: static; display: block; margin-bottom: 5px; } /* Example tabbable tabs */ .bs-example-tabs .nav-tabs { margin-bottom: 15px; } /* Tooltips */ .bs-example-tooltips { text-align: center; } .bs-example-tooltips > .btn { margin-top: 5px; margin-bottom: 5px; } /* Popovers */ .bs-example-popover { padding-bottom: 24px; background-color: #f9f9f9; } .bs-example-popover .popover { position: relative; display: block; float: left; width: 260px; margin: 20px; } /* Scrollspy demo on fixed height div */ .scrollspy-example { position: relative; height: 200px; margin-top: 10px; overflow: auto; } /* * Code snippets * * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS. */ .highlight { display: none; /* hidden by default, until >480px */ padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; border: 1px solid #e1e1e8; border-radius: 4px; } .highlight pre { padding: 0; margin-top: 0; margin-bottom: 0; background-color: transparent; border: 0; white-space: nowrap; } .highlight pre code { font-size: inherit; color: #333; /* Effectively the base text color */ } .highlight pre .lineno { display: inline-block; width: 22px; padding-right: 5px; margin-right: 10px; text-align: right; color: #bebec5; } /* Show code snippets when we have the space */ @media (min-width: 481px) { .highlight { display: block; } } /* * Responsive tests * * Generate a set of tests to show the responsive utilities in action. */ /* Responsive (scrollable) doc tables */ .table-responsive .highlight pre { white-space: normal; } /* Utility classes table */ .bs-table th small, .responsive-utilities th small { display: block; font-weight: normal; color: #999; } .responsive-utilities tbody th { font-weight: normal; } .responsive-utilities td { text-align: center; } .responsive-utilities td.is-visible { color: #468847; background-color: #dff0d8 !important; } .responsive-utilities td.is-hidden { color: #ccc; background-color: #f9f9f9 !important; } /* Responsive tests */ .responsive-utilities-test { margin-top: 5px; } .responsive-utilities-test .col-xs-6 { margin-bottom: 10px; } .responsive-utilities-test span { padding: 15px 10px; font-size: 14px; font-weight: bold; line-height: 1.1; text-align: center; border-radius: 4px; } .visible-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-xs, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-lg { color: #999; border: 1px solid #ddd; } .visible-on .col-xs-6 .visible-xs, .visible-on .col-xs-6 .visible-sm, .visible-on .col-xs-6 .visible-md, .visible-on .col-xs-6 .visible-lg, .hidden-on .col-xs-6 .visible-xs, .hidden-on .col-xs-6 .visible-sm, .hidden-on .col-xs-6 .visible-md, .hidden-on .col-xs-6 .visible-lg { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; } /* * Glyphicons * * Special styles for displaying the icons and their classes in the docs. */ .bs-glyphicons { padding-left: 0; padding-bottom: 1px; margin-bottom: 20px; list-style: none; overflow: hidden; } .bs-glyphicons li { float: left; width: 25%; height: 115px; padding: 10px; margin: 0 -1px -1px 0; font-size: 12px; line-height: 1.4; text-align: center; border: 1px solid #ddd; } .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .bs-glyphicons .glyphicon-class { display: block; text-align: center; } .bs-glyphicons li:hover { background-color: rgba(86, 61, 124, 0.1); } @media (min-width: 768px) { .bs-glyphicons li { width: 12.5%; } } /* * Customizer * * Since this is so form control heavy, we have quite a few styles to customize * the display of inputs, headings, and more. Also included are all the download * buttons and actions. */ .bs-customizer .toggle { float: right; margin-top: 85px; /* On account of ghetto navbar fix */ } /* Headings and form contrls */ .bs-customizer label { margin-top: 10px; font-weight: 500; color: #555; } .bs-customizer h2 { margin-top: 0; margin-bottom: 5px; padding-top: 30px; } .bs-customizer h3 { margin-bottom: 0; } .bs-customizer h4 { margin-top: 15px; margin-bottom: 0; } .bs-customizer .bs-callout h4 { margin-top: 0; /* lame, but due to specificity we have to duplicate */ margin-bottom: 5px; } .bs-customizer input[type="text"] { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; background-color: #fafafa; } .bs-customizer .help-block { font-size: 12px; margin-bottom: 5px; } /* For the variables, use regular weight */ #less-section label { font-weight: normal; } /* * Miscellaneous * * Odds and ends for optimum docs display. */ /* Examples gallery: space out content better */ .bs-examples h4 { margin-bottom: 5px; } .bs-examples p { margin-bottom: 20px; } /* Pseudo :focus state for showing how it looks in the docs */ #focusedInput { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); } /* Better spacing on download options in getting started */ .docs-dl-options h4 { margin-top: 15px; margin-bottom: 5px; } /* Code coloring (minimalistic (sort of) scheme) Assuming we only highlight the following languages: less, css, html, js and "generic shell" */ pre code { display: block; padding: 0.5em; color: #657b83; } .hljs-comment { color: #93a1a1; font-style: italic; } .hljs-id { color: #268bd2; } .hljs-class { color: #284a80; } .hljs-tag { color: #4b5e64; } .hljs-variable { color: #4b5e64; } .hljs-attribute { color: #4b5e64; } .hljs-keyword { color: #4b5e64; } .hljs-built_in { color: #4b5e64; } .hljs-value { color: #2aa198; } .hljs-number { color: #2aa198; } .hljs-hexcolor { color: #2aa198; } .hljs-literal { color: #2aa198; } .hljs-string { color: #2aa198; } .hljs-attr_selector { color: #d33682; } .hljs-at_rule { color: #cb4b16; } .lang-less .hljs-built_in { color: #859900; } h1, h2, h3 { margin-top: 30px; margin-bottom: 15px; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, 'Microsoft YaHei', sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #f7f7f7; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #46B6AE; text-decoration: none; } a:hover, a:focus { color: #2c4d68; text-decoration: underline; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { vertical-align: middle; } .img-responsive { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #f7f7f7; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /* * Advertisement that shows on all pages (except homepage) in page headers. * `!important` is required for any pre-set property. */ .ad { width: auto !important; margin: 50px -30px -40px !important; padding: 20px !important; overflow: hidden; /* clearfix */ height: auto !important; font-size: 13px !important; line-height: 16px !important; text-align: left; background: #172b4a !important; border: 0 !important; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075); } .ad-img { margin: 0 !important; } .ad-text, .ad-tag { float: none !important; display: block !important; width: auto !important; height: auto !important; margin-left: 145px !important; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; } .ad-text { padding-top: 0 !important; } .ad-tag { color: #b9c8e0 !important; text-align: left !important; } .ad-text a, .ad-tag a { color: #fff !important; } .ad #adsense > img { display: none; /* hide what I assume are tracking images */ } @media (min-width: 768px) { .ad { margin: 0 !important; border-radius: 4px; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.1); } } @media (min-width: 992px) { .ad { position: absolute; top: 20px; right: 15px; /* 15px instead of 0 since box-sizing */ padding: 15px !important; width: 330px !important; } } /* Homepage variations */ .docs-home .ad { margin: 0 -15px 40px !important; } @media (min-width: 480px) { .docs-home .ad { width: 330px !important; margin: 0 auto 40px !important; border-radius: 4px; } } @media (min-width: 768px) { .docs-home .ad { float: left; width: 330px !important; margin: 0 0 30px !important; } .docs-home .bs-social, .docs-home .bs-masthead-links { margin-left: 350px; } .docs-home .bs-social { margin-bottom: 10px; } .docs-home .bs-masthead-links { margin-top: 10px; } } @media (min-width: 992px) { .docs-home .ad { position: static; } } @media (min-width: 1170px) { .docs-home .ad { margin-top: -25px !important; } } .banner { padding: 15px 20px; color: #777; background-color: #fafafa; border-top: 1px solid #fff; border-bottom: 1px solid #e5e5e5; } .banner strong { color: #555; } .callout { margin: 20px 0; padding: 20px; border-left: 3px solid #eeeeee; } .callout h4 { margin-top: 0; margin-bottom: 5px; } .callout p:last-child { margin-bottom: 0; } .callout-info { background-color: #f4f8fa; border-color: #bce8f1; } .callout-info h4 { color: #3a87ad; } .callout-warning { background-color: #faf8f0; border-color: #faebcc; } .callout-warning h4 { color: #c09853; } .callout-danger { background-color: #fdf7f7; border-color: #eed3d7; } .callout-danger h4 { color: #b94a48; } .docs-header, .docs-home { color: #b9c8e0; background-color: #0C4D48; } /* Page headers */ .docs-header { padding: 30px 15px 50px; /* side padding builds on .container 15px, so 30px */ font-size: 16px; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } .docs-header h1 { color: #fff; } .docs-header p { font-weight: 300; line-height: 1.5; } .docs-header .container { position: relative; } @media (min-width: 768px) { .docs-header { font-size: 21px; text-align: left; } .docs-header h1 { font-size: 60px; line-height: 1; } } @media (min-width: 992px) { .docs-header h1, .docs-header p { margin-right: 380px; } } .footer { padding-top: 40px; padding-bottom: 30px; margin-top: 100px; color: #777; background: #fff; text-align: center; border-top: 1px solid #eeeeee; } .footer-links { margin: 10px 0; padding-left: 0; } .footer-links li { display: inline; padding: 0 2px; } .footer-links li:first-child { padding-left: 0; } @media (min-width: 768px) { .footer { text-align: left; } .footer p { margin-bottom: 0; } } /** * Team members * Avatars, names, and usernames for core team. */ .less-team .team-member { color: #555; line-height: 32px; } .less-team .team-member:hover { color: #333; text-decoration: none; } .less-team .github-btn { float: right; margin-top: 6px; width: 185px; height: 20px; } .less-team img { float: left; width: 32px; margin-right: 10px; border-radius: 4px; } .docs-section table { margin-bottom: 20px; } .docs-section td { padding: 0 10px 5px 0; } .docs-content { position: relative; overflow: hidden; background: #fff; background-color: #fff; padding: 1px 60px 80px 60px; margin: 0 -15px; border: none; border-radius: 0 0 4px 4px; } .docs-content .container-fluid { padding: 0; } .docs-content { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .docs-section + .docs-section { padding-top: 40px; } .sidebar { display: none; } .sidebar.affix { position: static; } /* First level of nav */ .sidenav { margin-top: 30px; margin-bottom: 30px; padding-top: 10px; padding-bottom: 10px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #f7f7f7; border-radius: 5px; } /* All levels of nav */ .sidebar .nav > li > a { display: block; color: #33615F; padding: 5px 20px; } .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus { text-decoration: none; background-color: #e8ebee; border-right: 1px solid #d8dde2; } .sidebar .nav > .active > a, .sidebar .nav > .active:hover > a, .sidebar .nav > .active:focus > a { font-weight: bold; color: #0C4D48; background-color: transparent; border-right: 1px solid #0C4D48; } .sidebar .nav .nav { display: none; margin-bottom: 8px; } .sidebar .nav .nav > li > a { padding: 3px 30px; font-size: 90%; } .sidebar .glyphicon { font-size: 12px; margin-left: 10px; } @media (min-width: 992px) { .sidebar { display: block; padding-top: 15px; } .sidebar .nav > .active > ul { display: block; } .sidebar.affix, .sidebar.affix-bottom { width: 213px; } .sidebar.affix { position: fixed; top: 45px; } .sidebar.affix-bottom { position: absolute; } .sidebar.affix .sidenav, .sidebar.affix-bottom .sidenav { margin-top: 10px; margin-bottom: 0; } } @media (min-width: 1200px) { .sidebar.affix-bottom, .sidebar.affix { width: 263px; } } .docs-nav { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15); background-color: #0C4D48; border-color: rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07); } .docs-nav .navbar-collapse { border-color: #0F3836; } .docs-nav .container .navbar-brand { margin: 12px 0 0; width: 100px; padding: 0; } .docs-nav .container .navbar-brand img { display: block; max-width: 100%; height: auto; } .docs-nav .navbar-nav > li > a, .docs-nav .navbar-nav > li > span { color: #b9c8e0; } .docs-nav .navbar-nav > li > a:hover, .docs-nav .navbar-nav > li > span:hover { color: #fff; } .docs-nav .navbar-nav > .active > a, .docs-nav .navbar-nav > .active > span, .docs-nav .navbar-nav > .active > a:hover, .docs-nav .navbar-nav > .active > span:hover { color: #fff; background-color: rgba(0, 0, 0, 0.2); } .docs-nav .navbar-toggle { border-color: #0C4D48; } .docs-nav .navbar-toggle:hover { background-color: #0F3836; border-color: #0F3836; } .btn-outline { color: #0C4D48; background-color: #fff; border-color: #e5e5e5; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { color: #fff; background-color: #0C4D48; border-color: #0C4D48; } /* Inverted outline button (white on dark) */ .btn-outline-inverse { color: #fff; background-color: transparent; border-color: #b9c8e0; } .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active { color: #0C4D48; text-shadow: none; background-color: #fff; border-color: #fff; } .anchor, .anchor:empty { position: absolute; top: auto; bottom: 0; left: 0; color: transparent; font-size: 18px; padding: 10px 10px 10px 25px; width: 60px; } h2 .anchor { margin-bottom: -3px; } h3 .anchor { margin-bottom: -7px; } h4 .anchor { margin-bottom: -11px; } h1, h2, h3 { position: relative; padding-left: 60px; margin-left: -60px; } h1 .anchor:hover, h2 .anchor:hover, h3 .anchor:hover { color: #131313; visibility: visible; text-decoration: none; } .anchor-target { position: absolute; margin-top: -80px; padding-top: 80px; } .anchor-target-small { margin-top: -40px; padding-top: 40px; } /** * ## .source-link * * This link */ .section-content .source-link { top: -5px; width: 100px; padding: 15px; color: #999999; font-size: 18px; text-align: right; } .section-content .source-link.active, .section-content .source-link:hover { color: #46B6AE; text-decoration: none; } .section-content .source-link.right { float: right; } /** * ## .popover-source * * Special popover styles */ .popover-source { max-width: auto; } .popover-source .glyphicon-new-window { font-size: 12px; padding-left: 6px; } .popover-source, .popover-source .glyphicon-new-window, .popover-source:hover, .popover-source .glyphicon-new-window:hover { color: #46B6AE; } .popover-source.left { margin-top: 2px; margin-left: 60px; } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-xs.visible-sm { display: block !important; } tr.visible-xs.visible-sm { display: table-row !important; } th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-xs.visible-md { display: block !important; } tr.visible-xs.visible-md { display: table-row !important; } th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-xs.visible-lg { display: block !important; } tr.visible-xs.visible-lg { display: table-row !important; } th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; } } .visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; } @media (max-width: 767px) { .visible-sm.visible-xs { display: block !important; } tr.visible-sm.visible-xs { display: table-row !important; } th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-sm.visible-md { display: block !important; } tr.visible-sm.visible-md { display: table-row !important; } th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-sm.visible-lg { display: block !important; } tr.visible-sm.visible-lg { display: table-row !important; } th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; } } .visible-md, tr.visible-md, th.visible-md, td.visible-md { display: none !important; } @media (max-width: 767px) { .visible-md.visible-xs { display: block !important; } tr.visible-md.visible-xs { display: table-row !important; } th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-md.visible-sm { display: block !important; } tr.visible-md.visible-sm { display: table-row !important; } th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-md.visible-lg { display: block !important; } tr.visible-md.visible-lg { display: table-row !important; } th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; } } .visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; } @media (max-width: 767px) { .visible-lg.visible-xs { display: block !important; } tr.visible-lg.visible-xs { display: table-row !important; } th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-lg.visible-sm { display: block !important; } tr.visible-lg.visible-sm { display: table-row !important; } th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-lg.visible-md { display: block !important; } tr.visible-lg.visible-md { display: table-row !important; } th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } .hidden-xs { display: block !important; } tr.hidden-xs { display: table-row !important; } th.hidden-xs, td.hidden-xs { display: table-cell !important; } @media (max-width: 767px) { .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; } } .hidden-sm { display: block !important; } tr.hidden-sm { display: table-row !important; } th.hidden-sm, td.hidden-sm { display: table-cell !important; } @media (max-width: 767px) { .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; } } .hidden-md { display: block !important; } tr.hidden-md { display: table-row !important; } th.hidden-md, td.hidden-md { display: table-cell !important; } @media (max-width: 767px) { .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; } } .hidden-lg { display: block !important; } tr.hidden-lg { display: table-row !important; } th.hidden-lg, td.hidden-lg { display: table-cell !important; } @media (max-width: 767px) { .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; } } .visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; } @media print { .visible-print { display: block !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; } }
doc/api/files/__/_rvm/gems/ruby-2_2_2/gems/activesupport-4_2_2/lib/active_support/file_update_checker_rb.html
benfreeman/yammer_training
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>file_update_checker.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../../../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.2</span><br /> <h1> file_update_checker.rb </h1> <ul class="files"> <li> ../.rvm/gems/ruby-2.2.2/gems/activesupport-4.2.2/lib/active_support/file_update_checker.rb </li> <li>Last modified: 2016-02-03 17:30:05 -0800</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../classes/ActiveSupport.html">ActiveSupport</a> </li> <li> <span class="type">CLASS</span> <a href="../../../../../../../../../classes/ActiveSupport/FileUpdateChecker.html">ActiveSupport::FileUpdateChecker</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
src/Innova/ActivityBundle/Resources/public/css/style.css
InnovaLangues/ENPA_old
[class*="span"] { padding: 10px; } .titreEspace { background: -webkit-linear-gradient(#FFFFFF,#E7E7E7); background: -moz-linear-gradient(#FFFFFF,#E7E7E7); background: -o-linear-gradient(#FFFFFF,#E7E7E7); background: -ms-linear-gradient(#FFFFFF,#E7E7E7); background: linear-gradient(#FFFFFF,#E7E7E7); border: solid #C7C7C7 1px; border-radius: 10px 10px 0px 0px; padding: 5px; } .titreAct { background: -webkit-linear-gradient(#FFFFFF,#D7D7D7); background: -moz-linear-gradient(#FFFFFF,#D7D7D7); background: -o-linear-gradient(#FFFFFF,#D7D7D7); background: -ms-linear-gradient(#FFFFFF,#D7D7D7); background: linear-gradient(#FFFFFF,#D7D7D7); border: solid #C7C7C7 1px; padding: 0px; } .corps { width: 70%; height: 100%; margin-left: 16%; margin-top: 100px; } .contenu { border: solid 1px #C7C7C7; border-top: none; } img { height: 30px; padding: 5px; } .menuAct { margin-top: 10px; } #voletLG { position: fixed; left: -70px; top: 90px; background: #F7F7F7; border-radius: 0px 10px 10px 0px; border: solid #C7C7C7 1px; min-width: 5%; height: 80%; -webkit-box-shadow: 0px 0px 10px #888888; box-shadow: 0px 0px 10px #888888; padding: 10px; } #voletLG .ouvrirLG,#voletLG .fermerLG { position: absolute; right: -25px; top: 150px; background: #F7F7F7; border: solid 1px #C7C7C7; border-left: none; padding: 5px; } #voletLG #deployerG,#voletLG #reduireG { position: absolute; right: -25px; top: 180px; background: #F7F7F7; border: solid 1px #C7C7C7; border-left: none; padding: 5px; } #voletLG #reduireG { display: none; } #voletEdit { position: fixed; left: -614px; top: 51px; background: #F7F7F7; border-radius: 0px 10px 10px 0px; border: solid #C7C7C7 1px; width: 600px; height: 100%; -webkit-box-shadow: 0px 0px 10px #888888; box-shadow: 0px 0px 10px #888888; padding: 7px; } #voletEdit .ouvrirEdit,#voletEdit .fermerEdit { position: absolute; right: -25px; top: 180px; background: #F7F7F7; border: solid 1px #C7C7C7; border-left: none; padding: 5px; z-index: 100; } #voletEdit .fermerEdit { display: none; } #voletLG .fermerLG { display: none; } #voletLD { position: fixed; min-width: 5%; height: 80%; top: 90px; right: -100px; background: #F7F7F7; border-radius: 10px 0px 0px 10px; border: solid #C7C7C7 1px; -webkit-box-shadow: 0px 0px 10px #888888; box-shadow: 0px 0px 10px #888888; } #voletLD .ouvrirLD,#voletLD .fermerLD { position: absolute; left: -25px; top: 100px; background: #F7F7F7; border: solid 1px #C7C7C7; border-right: none; padding: 5px; } #voletLD .fermerLD { display: none; } #voletLD #deployerD,#voletLD #reduireD { position: absolute; left: -25px; top: 130px; background: #F7F7F7; border: solid 1px #C7C7C7; border-right: none; padding: 5px; } #voletLD #reduireD { display: none; } #voletH { position: fixed; width: 75%; top: -293px; left: 150px; height: 323px; -webkit-box-shadow: 0px 0px 10px #888888; box-shadow: 0px 0px 10px #888888; margin-bottom: -160px; background: #F7F7F7; border-radius: 0px 0px 10px 10px; border: solid #C7C7C7 1px; padding: 5px; z-index: 100; } #voletH .ouvrirH,#voletH .fermerH { position: relative; left: 148px; top: 67px; width: 15px; display: block; background: #F7F7F7; border: solid 1px #C7C7C7; border-top: none; padding: 5px; text-align: center; } #voletH .fermerH { display: none; } #voletH #deployerH,#voletH #reduireH { position: relative; left: 174px; top: 36px; width: 15px; display: block; background: #F7F7F7; border: solid 1px #C7C7C7; border-top: none; padding: 5px; text-align: center; } #voletH #reduireH { display: none; } #voletH2 { position: fixed; width: 75%; top: -202px; left: 150px; height: 231px; -webkit-box-shadow: 0px 0px 10px #888888; box-shadow: 0px 0px 10px #888888; margin-bottom: -160px; background: #F7F7F7; border-radius: 0px 0px 10px 10px; border: solid #C7C7C7 1px; padding: 5px; z-index: 99; } #voletH2 .ouvrirH2,#voletH2 .fermerH2 { position: relative; left: 200px; top: 36px; width: 15px; display: block; background: #F7F7F7; border: solid 1px #C7C7C7; border-top: none; padding: 5px; text-align: center; } #voletH2 .fermerH2 { display: none; } .boutMenu { margin: none; height: 25px; } .avatar { width: 15px; height: 15px; border: solid 1px grey; border-radius: 2px 2px 2px 2px; } hr { margin: 0px; border: solid 1px #D7D7D7; } .listVerticale { margin-left: -25px; } textarea { width: 400px; height: 200px; -webkit-resize: none; -moz-resize: none; resize: none; } ul { list-style: none; } #voletLG ul,#voletLD ul { margin: 0px; } .pagination { margin: none; padding: none; position: relative; top: -35px; right: 0px; } .visibleLi { color: black; cursor: move; } .invisibleLi { color: silver; cursor: move; } .rendreInvisible { display: none; cursor: auto; } .rendreVisible { cursor: auto; } .icon-folder-close { cursor: auto; } .icon-folder-open { cursor: auto; } .titreDroit { font-size: 10px; background: #E7E7E7; overflow: hidden; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; width: 100px; white-space: nowrap; } .outil { display: none; } .outilVisible { display: block; } .sortable2 { cursor: move; } .sortableD li { margin-left: 20px; } .menuOutilPerso li { margin-left: 20px; } .nav li { font-size: 11px; } #clicWeek1 { display: none; } #clicWeek2 { display: none; } #clicWeek3 { display: none; } #week3Doc2p2 { display: none; } #clicWeek4 { display: none; } #clicWeek5 { display: none; } #clicEtape2 { display: none; } .auteur { top: 50px; right: 10px; position: fixed; background: none; } .titreCacheG { font-size: 0.7em; display: none; } .titreCacheD { font-size: 0.7em; display: none; } .titreCacheH { color: #B7B7B7; display: none; } .droite { float: right; } #scrollH,#scrollH2 { height: 200px; overflow: hidden; position: relative; } #scrollG { position: relative; height: 95%; overflow: hidden; padding: 5px; margin: 5px; } #scrollD { height: 95%; overflow: hidden; position: relative; } .imgCorps { height: 300px; border: solid 1px #D7D7D7; padding: 2px; margin: 10px; }
igpa.nat.gov.tw/fp7827.html
cipas-tw/old-website
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="zh-TW" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-namespace-here" xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from igpa.nat.gov.tw/fp.asp?xItem=755&ctNode=6&mp=1 by HTTrack Website Copier/3.x [XR&CO'2007], Wed, 26 Mar 2008 08:57:11 GMT --> <head> <title>清查不當黨產,向人民交代-國家資產經營管理委員會黨產處理小組</title> <link rel="stylesheet" type="text/css" href="xslgip/style1/css/content.css"/> </head> <body> <table cellpadding="0" cellspacing="0" id="middle" summary="二欄排版表格" width="100%" height="100%"> <tr> <td valign="top" id="main"><a href="#" title="主要內容區" class="Accesskey" accesskey="C">:::</a>   <div class="PageTitle">相關報導</div> <div class="Article"> <h1>43億地皮閒置 建商告市府(2006/11/21)</h1> <div class="Date">張貼日期:2006/11/21</div> <div class="Body"><P>  聯合報記者蘇位榮、錢震宇/台北報導 <P>  國民黨去年以近43億元的天價,賣出黨產國家發展研究院的土地,但土地上蓋有文山區民活動中心,台北市政府不肯拆除,承買的元利建設認為買來的土地無法進行整體規畫,損失難以估算,告上法院。 <P>  台北地方法院審理認為,雖然國民黨過去同意市府興建文山區民活動中心,但市府及文山區民活動中心並不因此而獲得正當權源,判決台北市府及文山區公所應將土地返還給元利建設,並從今年3月催討時起到返還土地為止,每月支付1萬7740元的租金給元利建設。 <P>  文山區長李美麗對這個判決坦承「不開心」,表示為了維護市產權益,一定上訴到底,但若最後仍是敗訴,會尊重判決,該拆屋還地、給付租金,市府不會卸責,一定會執行。 <P>  位於台北市文山區木柵路一段,占地3萬6327平方公尺的國民黨黨產國發院(原革命實錢研究院),國民黨去年九月決定賣給元利建設。元利建設買進後,發函給台北市政府及文山區公所,要求拆除區民活動中心,但對方置之不理。 <P>  元利建設認為,文山區民活動中心有90平方公尺,雖然僅占整片土地的千分之二,但是活動中心就在馬路旁,缺了這一塊,整片土地無法進行整體開發。 <P>  法院雖判決元利建設可收回土地,但是目前該地的地目仍為「機關用地」,在元利建設沒有申請變更為「非公共設施」用地之前,元利建設不能拆除活動中心,但市府及區公所應給付租金。 </P></div> </div><DIV id=footer >使用 IE 6.0 以上 最佳觀看解析度 1024x768 .&nbsp; <A href="contenta6c6.html?CuItem=39">網站免責條款</A>&nbsp;<BR> <font color="#990000"><strong>國家資產經營管理委員會—黨產處理小組</strong></font> 本網站所載之新聞報導、學者研究等內容,其著作權屬各該著作權人所有,其內容不代表政府立場。其餘資料,依<a href="http://data.gov.tw/license" target="_blank">政府資料開放授權條款</a>釋出。本網站原始碼,<a href="https://github.com/cipas-tw/old-website" target="_blank">依MIT授權條款釋出</a>。<br> <img alt=IGPA src="site/igpa/public/MMO/IGPA/IPGA-banner7.gif" mmoid="1585">歡迎連結</DIV></td> </tr> </table> </body> <!-- Mirrored from igpa.nat.gov.tw/fp.asp?xItem=755&ctNode=6&mp=1 by HTTrack Website Copier/3.x [XR&CO'2007], Wed, 26 Mar 2008 08:57:11 GMT --> </html>
_includes/section-speakers.html
GrUSP/2015.reactjsday.it
<a name="programma"></a> <section class="alpha_24"> <div class="container group"> <h3 class="center">The schedule</h3> <table id="schedule" border="0" cellspacing="0" cellpadding="0"> <thead> <tr> <th> Time </th> <th> Track </th> </tr> </thead> <tr class="common_event"> <td class="time">09:00 &ndash; 09:30</td> <td><h4><a href="#" title="">Check-in</a></h4></td> </tr> <tr class="common_event"> <td class="time">09:30 &ndash; 09:40</td> <td> <h4><a href="#" title="">Presentation of GrUSP</a></h4> </td> </tr> <tr class="common_event"> <td class="time">09:40 &ndash; 09:50</td> <td> <h4><a href="#" title="">Presentation of FEVR and REACT.JS Day</a></h4> </td> </tr> <tr class="common_event"> <td class="time">09:55 &ndash; 10:25</td> <td> <h4><a href="#" rel="tooltip" title="Isn't React that clear? Don't you fully understand how/why you should use it on your apps and why it gained all this attention? Do you want to learn the basics and to understand why it's so powerful? In this talk you will see how this library works and you will discover and understand its main concepts in details: Components, Virtual DOM, One-way data binding.">React.js: Rethinking UI development</a></h4> <a href="http://twitter.com/stecb" target="_blank" title="Stefano Ceschi Berrini">Stefano Ceschi Berrini - @stecb</a><br /> <a href="https://vimeo.com/album/3642120/video/147351380" target="_blank">Video</a> - <a href="http://www.slideshare.net/stefanoceschiberrini/reactjs-rethinking-ui-devel" target="_blank">Slides</a> </td> </tr> <tr class="common_event"> <td class="time">10:30 &ndash; 11:15</td> <td> <h4><a href="#" rel="tooltip" title="Talking about inline styles is always hard and there are still a lot of unanswered questions, like: 'are you kidding me?'. I'll try to give you the key to enter the magical world of #CSSinJS (or to stay away from it forever).">Inline Styles</a></h4> <a href="http://twitter.com/MicheleBertoli" target="_blank" title="Michele Bertoli">Michele Bertoli - @MicheleBertoli</a><br /> <a href="https://vimeo.com/album/3642120/video/147351381" target="_blank">Video</a> - <a href="https://speakerdeck.com/michelebertoli/inline-styles" target="_blank">Slides</a> </td> </tr> <tr class="break"> <td class="time">11:15 &ndash; 11:30</td> <td> <h4><strong>Coffee break</strong></h4> </td> </tr> <tr class="common_event"> <td class="time">11:30 &ndash; 12:15</td> <td> <h4><a href="#" rel="tooltip" title="Since Flux has been announced we have seen an endless stream (a flux?) of Flux frameworks. Redux (http://rackt.github.io/redux) is 'yet another one', but for me it's special. A few highlights that set it apart from the rest are that it has a fully functional design, to the point that its stores are stateless (can you picture a stateless store?), a tiny API surface (and even its full weight is small, at 2kb of code added to the page), and the fact that it enables the use of a time-traveler debugger (sort of like the Elm language does). So, are you ready for time traveling?">What the Flux? Let’s Redux!</a></h4> <a href="http://twitter.com/M_a_s_s_i" target="_blank" title="Massimiliano Mantione">Massimiliano Mantione - @M_a_s_s_i</a><br /> <a href="https://vimeo.com/album/3642120/video/147356986" target="_blank">Video</a> </td> </tr> <tr class="common_event"> <td class="time">12:20 &ndash; 12:50</td> <td> <h4> <a href="#" rel="tooltip" title="Companies always focus on User Experience because customer satisfaction is what pays the bill. But it's 2015, we can have both a great User Experience and a great Developer Experience. React ecosystem is full of awesome developers who care about their DX. It's time to improve our daily experience, as developers, to also improve our customer's satisfaction. This talk will show many tools to have a better development experience (webpack, babel, eslint, etc..). We'll see different libraries for React that will improve development time and give us back the fun of doing front-end development.">Developer Experience in the React ecosystem</a> </h4> <a href="http://twitter.com/cef62" target="_blank" title="Matteo Ronchi">Matteo Ronchi - @cef62</a><br /> <a href="https://vimeo.com/album/3642120/video/147351587" target="_blank">Video</a> </td> </tr> <tr class="break lunch"> <td class="time">12:50 &ndash; 14:05</td> <td><h4><strong>Lunch</strong></h4></td> </tr> <tr class="common_event"> <td class="time">14:05 &ndash; 14:35</td> <td> <h4> <a href="#" rel="tooltip" title="So people love react, that's no secret, but what's up with react-native? In this talk we investigate how to build native mobile apps, just for iOS for the moment, in react-native. We dive into its' APIs, investigate native components and show ways how to use it with your native code. Additionally we explain what's so special and different in react-native and why people should use it">Rethinking mobile with react-native</a> </h4> <a href="http://twitter.com/hotifatos" target="_blank" title="Fatos Hoti">Fatos Hoti - @hotifatos</a><br /> <a href="https://vimeo.com/album/3642120/video/147351588" target="_blank">Video</a> </td> </tr> <tr class="common_event"> <td class="time">14:40 &ndash; 15:25</td> <td> <h4> <a href="#" rel="tooltip" title="Universal JavaScript is the new frontier in web application architecture. Isomorphic code can be run on any environment, providing great flexibility. In this talk, we will tell you the story of how we went from an empty Gulpfile to a fully fledged, automated development environment, a robustly tested production-ready application, all delivered as a Docker image and based on Node, Express, React and the Fluxible library.">The Front End That Ran On The Server</a> </h4> <a href="http://twitter.com/SiAdcock" target="_blank" title="Simon Adcock">Simon Adcock - @SiAdcock</a> &amp; <a href="http://twitter.com/kosmotaur" target="_blank" title="Marek Stasikowski">Marek Stasikowski - @kosmotaur</a><br /> <a href="https://vimeo.com/album/3642120/video/147357636" target="_blank">Video</a> </td> </tr> <tr class="common_event"> <td class="time">15:30 &ndash; 16:00</td> <td> <h4> <a href="#" rel="tooltip" title="As a developer working on rich, end-user facing web applications, I have been working for two years using Ember.js. In the last year, I started using React, with very good results in terms of both development speed and ease of maintenance, especially in the context of managing server-side data persistence directly from the client. I will talk about my experience, and I will give my reasons on why I'm not going back.">From Ember to React, One way ticket</a> </h4> <a href="javscript:void(0);" title="Francesca Barbazeni" target="_blank">Francesca Barbazeni</a><br /> </td> </tr> <tr class="break"> <td class="time">16:00 &ndash; 16:15</td> <td> <h4><strong>Coffee break</strong></h4> </td> </tr> <tr class="common_event"> <td class="time">16:15 &ndash; 16:45</td> <td> <h4> <a href="#" rel="tooltip" title="This is a tale of a large, feature-rich and Backbone-driven single-page app. A mobile banking app, possibly Norway's largest and most complex single-page app. The codebase has grown to over 100k lines of js. At scale, any flaws in your frontend architecture has transformed into a nasty monster that will bite you in the ass at every opportunity. Thus - our repo is a monster zoo by now. We've managed to reduce the complexity in our app by utilizing React as our view layer. The functional and declarative way of programming is our bug vaccine, and reusable components is our consistency pill. The coexistence of React and Backbone is not entirely straightforward, but has helped us tremendously in dealing with our big state machine. This journey has taught us some valuable lessons. This is the story of how we used React to tame the single-page beast.">How we used React to tame the single-page beast</a> </h4> <a href="http://twitter.com/ewndl" target="_blank" title="Erik Wendel">Erik Wendel - @ewndl</a><br /> <a href="https://vimeo.com/album/3642120/video/147357637" target="_blank">Video</a> </td> </tr> <tr class="common_event"> <td class="time">16:50 &ndash; 17:35</td> <td> <h4> <a href="#" rel="tooltip" title="In this talk i wish to share tips and pitfalls encountered during development of a desktop application (streaming console for the @spreaker platform) with github electron nodejs and react. I'm gonna explain challenges and obstacles found during development, tools we picked and lesson we learned along the way. The talk will be techical.">Building a desktop streaming console with electron and React.js</a> </h4> <a href="http://twitter.com/emanuele_r" target="_blank" title="Emanuele Rampichini">Emanuele Rampichini - @emanuele_r</a><br /> <a href="https://vimeo.com/album/3642120/video/147357638" target="_blank">Video</a> </td> </tr> <tr class="common_event"> <td class="time">17:35</td> <td><h4><a href="#" title="">Bye bye from GrUSP and FEVR</a></h4></td> </tr> </table> </div> <div class="separator"></div> </section>
index.html
MaZZly/lifx-http-interface
<!DOCTYPE html> <html> <head> <title>LIFX control</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/jquery.minicolors.css"> <link rel="stylesheet" href="css/bootstrap-switch.min.css"> <link rel="stylesheet" href="css/style.css"> <script src="js/jquery-2.1.0.min.js"></script> <script src="js/jquery.minicolors.min.js"></script> <script src="js/snippets.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/bootstrap-switch.min.js"></script> <script src="js/functionality.js"></script> <!--Shitload of favicon code--> <link rel="shortcut icon" href="/img/favicons/favicon.ico"> <link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png"> <link rel="icon" type="image/png" href="/img/favicons/favicon-196x196.png" sizes="196x196"> <link rel="icon" type="image/png" href="/img/favicons/favicon-160x160.png" sizes="160x160"> <link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32"> <meta name="msapplication-TileColor" content="#9f00a7"> <meta name="msapplication-TileImage" content="/img/favicons/mstile-144x144.png"> <meta name="msapplication-config" content="/img/favicons/browserconfig.xml"> </head> <body> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"> <img src="img/favicons/favicon-32x32.png"/> LIFX Control </a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="#" data-toggle="modal" data-target="#settings"> <span class="glyphicon glyphicon-cog"></span> Settings </a> </li> </ul> </div> </div> </nav> <div class="container"> <div class="col-sm-4"> <h1>Lights</h1> <div id="lights" class="list-group"> </div> <span class="help-block">Ctrl (cmd on Mac) + click to select multiple</span> </div> <div class="col-sm-4"> <h1>Tags</h1> <div id="tags" class="list-group"> </div> <span class="help-block">Ctrl (cmd on Mac) + click to select multiple</span> </div> <div id="colorBox" class="col-sm-4"> <h1>Color</h1> <input id="colorWheel" type="text"> <button id="setColor" class="btn btn-info"> <span class="glyphicon glyphicon-ok"></span> Set </button> <label>Color Temp</label> <input id="colorTemp" type="range" name="kelvin" min="2500" max="10000"> </div> </div> <div id="settings" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title"> <span class="glyphicon glyphicon-cog"></span> Settings </h4> </div> <div class="modal-body"> <div class="form-inline"> <div class="form-group"> <label>Endpoint</label> <input type="text" class="form-control" id="host" placeholder="HOST:PORT"> <button id="saveSettings" class="btn btn-success"> <span class="glyphicon glyphicon-floppy-disk"></span> Save </button> <button id="resetSettings" class="btn btn-warning"> <span class="glyphicon glyphicon-refresh"></span> Reset </button> </div> <span class="help-block"> <span class="glyphicon glyphicon-info-sign"></span> Where is lifx-http running? </span> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </body> </html>
servicios.html
edualorobles/webpage
<!DOCTYPE html> <html lang="en"> <script type="text/javascript">(function() {var walkme = document.createElement('script'); walkme.type = 'text/javascript'; walkme.async = true; walkme.src = 'https://cdn.walkme.com/users/bd072499baf3497aa4db2b5c6cdfa990/walkme_bd072499baf3497aa4db2b5c6cdfa990_https.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(walkme, s); window._walkmeConfig = {smartLoad:true}; })();</script> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>IPO-SHOP</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/shop-homepage.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">IPO-SHOP</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="somos.html">¿Quiénes somos?</a> </li> <li> <a href="servicios.html">Servicios</a> </li> <li> <a href="contacto.html">Contacto</a> </li> <li> <a href="login.html">Login</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-md-12"> <div class="container"> <div class="col-sm-12"> <div class="bs-calltoaction bs-calltoaction-default"> <div class="row"> <div class="col-md-2 cta-contents"> <h1 class="cta-title"><img src="https://pbs.twimg.com/profile_images/786187830091407360/FUH63jZv.jpg" width="128" height="128"></h1> <div class="cta-desc"> </div> </div> <div class="col-md-10 cta-button"> <h3>IPO-SHOP</h3> <p>Somos una empresa especializada en la venta de productos relacionados con la Interacción Persona-Ordenador.<br> Actualmente no tenemos tienda física, pero nuestros comerciales te atienden 24 horas vía <a href="http://studium.usal.es/" target="_blank">Studium</a> </p> </div> </div> </div> </div> </div> <div class="col-md-12"> <H2>¿Qué dicen nuestros clientes sobre nosotros?</H2> </div> <div class="col-sm-4 col-lg-4 col-md-4"> <div class="container"> <blockquote class="quote-box"> <p class="quotation-mark"> “ </p> <p class="quote-text"> La mejor tienda de internet relacionada con la IPO, ¡tienen de todo! </p> <hr> <div class="blog-post-actions"> <p class="blog-post-bottom pull-left"> Donald Norman </p> <p class="blog-post-bottom pull-right"> <span class="badge quote-badge">896</span>  ❤ </p> </div> </blockquote> </div> </div> <div class="col-sm-4 col-lg-4 col-md-4"> <div class="container"> <blockquote class="quote-box"> <p class="quotation-mark"> “ </p> <p class="quote-text"> Si no tuviera mi propia empresa de consultoría y productos, les contrataría a ellos </p> <hr> <div class="blog-post-actions"> <p class="blog-post-bottom pull-left"> Steven Krug </p> <p class="blog-post-bottom pull-right"> <span class="badge quote-badge">147</span>  ❤ </p> </div> </blockquote> </div> </div> <div class="col-sm-4 col-lg-4 col-md-4"> <div class="container"> <blockquote class="quote-box"> <p class="quotation-mark"> “ </p> <p class="quote-text"> Ojalá hubiera encontrado esta tienda antes, ¡qué pasada! </p> <hr> <div class="blog-post-actions"> <p class="blog-post-bottom pull-left"> Bruce Tognazzini </p> <p class="blog-post-bottom pull-right"> <span class="badge quote-badge">491</span>  ❤ </p> </div> </blockquote> </div> </div> </div> <!-- /.container --> <div class="container"> <!-- Footer --> <footer> <div class="row"> <div class="col-lg-12"> <hr> <p>Copyright &copy; <a href="http://startbootstrap.com/">Start Bootstrap</a> & IPO USAL 2017</p> </div> </div> </footer> </div> <!-- /.container --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
client/public/resources/css/resizable.css
JustinTulloss/harmonize.fm
/* * Ext JS Library 2.0 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ .x-resizable-handle { position:absolute; z-index:100; /* ie needs these */ font-size:1px; line-height:6px; overflow:hidden; background:white; filter:alpha(opacity=0); opacity:0; zoom:1; } .x-resizable-handle-east{ width:6px; cursor:e-resize; right:0; top:0; height:100%; } .ext-ie .x-resizable-handle-east { margin-right:-1px; /*IE rounding error*/ } .x-resizable-handle-south{ width:100%; cursor:s-resize; left:0; bottom:0; height:6px; } .ext-ie .x-resizable-handle-south { margin-bottom:-1px; /*IE rounding error*/ } .x-resizable-handle-west{ width:6px; cursor:w-resize; left:0; top:0; height:100%; } .x-resizable-handle-north{ width:100%; cursor:n-resize; left:0; top:0; height:6px; } .x-resizable-handle-southeast{ width:6px; cursor:se-resize; right:0; bottom:0; height:6px; z-index:101; } .x-resizable-handle-northwest{ width:6px; cursor:nw-resize; left:0; top:0; height:6px; z-index:101; } .x-resizable-handle-northeast{ width:6px; cursor:ne-resize; right:0; top:0; height:6px; z-index:101; } .x-resizable-handle-southwest{ width:6px; cursor:sw-resize; left:0; bottom:0; height:6px; z-index:101; } .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{ filter:alpha(opacity=100); opacity:1; } .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{ background:url(../images/default/sizer/e-handle.gif); background-position: left; } .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{ background:url(../images/default/sizer/e-handle.gif); background-position: left; } .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{ background:url(../images/default/sizer/s-handle.gif); background-position: top; } .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{ background:url(../images/default/sizer/s-handle.gif); background-position: top; } .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{ background:url(../images/default/sizer/se-handle.gif); background-position: top left; } .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ background:url(../images/default/sizer/nw-handle.gif); background-position:bottom right; } .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ background:url(../images/default/sizer/ne-handle.gif); background-position: bottom left; } .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ background:url(../images/default/sizer/sw-handle.gif); background-position: top right; } .x-resizable-proxy{ border: 1px dashed #3b5a82; position:absolute; overflow:hidden; display:none; left:0;top:0; z-index:50000; } .x-resizable-overlay{ width:100%; height:100%; display:none; position:absolute; left:0; top:0; background:white; z-index:200000; -moz-opacity: 0; opacity:0; filter: alpha(opacity=0); }
starwars2/index/GaleriePhotos/css/style.css
lionelquellery/star-wars
body { background-color: #000; background-image: url('images/overlay.png'), url('../images/bg.jpg'); background-repeat: repeat, no-repeat; background-size: auto, cover; background-position: top left, center 0; background-attachment: fixed, fixed; } section > :last-child, article > :last-child { margin-bottom: 0; } section:last-child, article:last-child { margin-bottom: 0; } .row > section, .row > article { margin-bottom: 0; } .image { display: inline-block; border: 0; } .image img { display: block; width: 100%; } .image.featured { display: block; width: 100%; margin: 0 0 2em 0; } .image.fit { display: block; width: 100%; } .image.left { float: left; margin: 0 2em 2em 0; } .image.centered { display: block; margin: 0 0 2em 0; } .image.centered img { margin: 0 auto; width: auto; } .box { position: relative; margin-top: 22em; margin-bottom: 0; } .box:after { content: ''; display: block; position: absolute; top: -9em; left: 50%; height: 9em; border-left: solid 1px #fff; } .box:before { content: ''; display: block; width: 90px; height: 66px; position: absolute; left: 50%; top: -4.5em; margin-left: -45px; margin-top: -33px; background: url('images/arrow.svg'); } .box :last-child { margin-bottom: 0; } .box.style { text-align: center; } .box.style .inner { position: relative; padding: 40px 0 0px 0; } .box.style .inner:after { content: ''; display: block; position: absolute; top: 0; left: 50%; height: 100%; border-left: solid 1px #fff; } .box.style .inner .row { position: relative; } .box.style .inner .roww { position: relative; } .box.style .inner .row:before { content: ''; display: block; position: absolute; top: 50%; left: 20px; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: -ms-calc(100% - 40px); width: calc(100% - 40px); border-bottom: solid 1px #fff; } .box.style .inner .image { position: relative; z-index: 1; padding: 20px; } .poptrox-popup { background: #fff; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box; padding-bottom: 3em; } .poptrox-popup .loader { width: 48px; height: 48px; background: url('images/loader.gif'); position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; } .poptrox-popup .caption { position: absolute; bottom: 0; left: 0; background: #fff; width: 100%; height: 3em; line-height: 3em; text-align: center; cursor: default; z-index: 1; } .poptrox-popup .nav-next, .poptrox-popup .nav-previous { position: absolute; top: 0; width: 50%; height: 100%; opacity: 0; cursor: pointer; background: rgba(0,0,0,0.01); -moz-transition: opacity 0.5s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; -webkit-tap-highlight-color: rgba(255,255,255,0); } .poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before { content: ''; position: absolute; width: 96px; height: 64px; background: url('images/poptrox-nav.svg'); top: -moz-calc(50% - 1.5em); top: -webkit-calc(50% - 1.5em); top: -o-calc(50% - 1.5em); top: -ms-calc(50% - 1.5em); top: calc(50% - 1.5em); margin: -32px 0 0 0; } .poptrox-popup:hover .nav-next, .poptrox-popup:hover .nav-previous { opacity: 0.5; } .poptrox-popup:hover .nav-next:hover, .poptrox-popup:hover .nav-previous:hover { opacity: 1.0; } .poptrox-popup .nav-previous:before { -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); -ms-filter: "FlipH"; filter: FlipH; } .poptrox-popup .nav-next { right: 0; } .poptrox-popup .nav-next:before { right: 0; } .poptrox-popup .nav-previous { left: 0; } .poptrox-popup .nav-previous:before { left: 0; } .poptrox-popup .closer { position: absolute; top: 0; right: 0; width: 64px; height: 64px; text-indent: -9999px; z-index: 2; opacity: 0; -moz-transition: opacity 0.5s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; -webkit-tap-highlight-color: rgba(255,255,255,0); } .poptrox-popup .closer:before { content: ''; display: block; position: absolute; right: 16px; top: 16px; width: 40px; height: 40px; border-radius: 100%; box-shadow: inset 0 0 0 1px #fff; background: rgba(255,255,255,0.1) url('images/poptrox-closer.svg') center center; color: #fff !important; -moz-transition: background-color 0.5s ease-in-out; -webkit-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; } .poptrox-popup:hover .closer { opacity: 0.5; } .poptrox-popup:hover .closer:hover { opacity: 1.0; } .btn a { text-decoration: none; } .btnn a { text-decoration: none; } .btn { -webkit-border-radius: 19; -moz-border-radius: 19; border-radius: 19px; font-family: Courier New; color: #ffffff; font-size: 17px; background: #3498db; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; text-decoration: none; margin-left: 41%; margin-top: 30px; margin-right: 41%; } .btnn { -webkit-border-radius: 19; -moz-border-radius: 19; border-radius: 19px; font-family: Courier New; color: #ffffff; font-size: 17px; background: #3498db; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; text-decoration: none; margin-left: 41%; margin-top: 10px; margin-right: 41% } .btnn:hover { background: #3cb0fd; text-decoration: none; } .btn:hover { background: #3cb0fd; text-decoration: none; } .haut { margin-top: 70px; margin-left: 36%; margin-right: 30%; color: #FFF; font-family: Courier New; }
codeInstance_apiua%3A%2F%2Fcodeinstance%2F-9223372036854775505.memo.html
bkahlert/seqan-research
<p>&ldquo;wenn man weiss&nbsp;wie&quot;</p>
vue/day2/demo/12.循环数据.html
7fe/guide
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link href="https://cdn.bootcss.com/semantic-ui/2.2.10/semantic.min.css" rel="stylesheet"> <script src="vue.js"></script> </head> <body> <div id="box"> <input class="ui button" type="button" name="" value="添加" @click="add"> <ul> <li v-for="val in arr"> {{val}} </li> </ul> </div> <script> var vm = new Vue({ el: '#box', data: { arr: ['apple', 'pear', 'orange'] }, methods: { add: function() { this.arr.push('tomato'); } } }) </script> </body> </html>
doc/packages/dartdoc_viewer/components/page.html
himulawang/i_redis
<link rel="import" href="item.html"> <link rel="import" href="homepage.html"> <link rel="import" href="library.html"> <link rel="import" href="class.html"> <link rel="import" href="method.html"> <link rel="import" href="typedef.html"> <polymer-element name="dartdoc-page"> <template> <!-- Home --> <template if="{{isHome}}"> <dartdoc-homepage item="{{item}}"></dartdoc-homepage> </template> <template if="{{viewer.homePage}}"> <!-- Library --> <template if="{{isLibrary}}"> <dartdoc-library item="{{item}}"></dartdoc-library> </template> <!-- Class --> <template if="{{isClass}}"> <dartdoc-class item="{{item}}"></dartdoc-class> </template> <!-- Method --> <template if="{{isMethod}}"> <dartdoc-method item="{{item}}"></dartdoc-method> </template> <!-- Typedef --> <template if="{{isTypedef}}"> <dartdoc-typedef item="{{item}}"></dartdoc-typedef> </template> </template> </template> <script type="application/dart;component=1" src="page.dart"></script> </polymer-element>
docs/api/org/springframework/dao/class-use/IncorrectResultSizeDataAccessException.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:42 GMT+01:00 2004 --> <TITLE> Uses of Class org.springframework.dao.IncorrectResultSizeDataAccessException (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.dao.IncorrectResultSizeDataAccessException (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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IncorrectResultSizeDataAccessException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.springframework.dao.IncorrectResultSizeDataAccessException</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/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao">IncorrectResultSizeDataAccessException</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.dao.support"><B>org.springframework.dao.support</B></A></TD> <TD>Support classes for DAO implementations, providing miscellaneous utility methods.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.dao.support"><!-- --></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/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao">IncorrectResultSizeDataAccessException</A> in <A HREF="../../../../org/springframework/dao/support/package-summary.html">org.springframework.dao.support</A></FONT></TD> </TR> </TABLE> &nbsp; <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/dao/support/package-summary.html">org.springframework.dao.support</A> that throw <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao">IncorrectResultSizeDataAccessException</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B>DataAccessUtils.</B><B><A HREF="../../../../org/springframework/dao/support/DataAccessUtils.html#uniqueResult(java.util.Collection)">uniqueResult</A></B>(java.util.Collection&nbsp;results)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a unique result object from the given Collection. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B>DataAccessUtils.</B><B><A HREF="../../../../org/springframework/dao/support/DataAccessUtils.html#requiredUniqueResult(java.util.Collection)">requiredUniqueResult</A></B>(java.util.Collection&nbsp;results)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a unique result object from the given Collection. </TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IncorrectResultSizeDataAccessException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright (C) 2003-2004 The Spring Framework Project.</i> </BODY> </HTML>
WebLab/Services/css/base/jquery.ui.base.css
saludnqn/laboratorio
/* * jQuery UI CSS Framework 1.8.9 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming */ @import url("jquery.ui.core.css"); @import url("jquery.ui.accordion.css"); @import url("jquery.ui.autocomplete.css"); @import url("jquery.ui.button.css"); @import url("jquery.ui.datepicker.css"); @import url("jquery.ui.dialog.css"); @import url("jquery.ui.progressbar.css"); @import url("jquery.ui.resizable.css"); @import url("jquery.ui.selectable.css"); @import url("jquery.ui.slider.css"); @import url("jquery.ui.tabs.css");
cosmo/bootstrap.css
iynaix/cointip_bootswatch
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"); /*! * Bootswatch v3.1.1+1 * Homepage: http://bootswatch.com * Copyright 2012-2014 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; font-size: 15px; line-height: 1.42857143; color: #333333; background-color: #ffffff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #007fff; text-decoration: none; } a:hover, a:focus { color: #0059b3; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 0; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 21px; margin-bottom: 21px; border: 0; border-top: 1px solid #e6e6e6; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; font-weight: 300; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 39px; } h2, .h2 { font-size: 32px; } h3, .h3 { font-size: 26px; } h4, .h4 { font-size: 19px; } h5, .h5 { font-size: 15px; } h6, .h6 { font-size: 13px; } p { margin: 0 0 10.5px; } .lead { margin-bottom: 21px; font-size: 17px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 22.5px; } } small, .small { font-size: 85%; } cite { font-style: normal; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-muted { color: #999999; } .text-primary { color: #007fff; } a.text-primary:hover { color: #0066cc; } .text-success { color: #ffffff; } a.text-success:hover { color: #e6e6e6; } .text-info { color: #ffffff; } a.text-info:hover { color: #e6e6e6; } .text-warning { color: #ffffff; } a.text-warning:hover { color: #e6e6e6; } .text-danger { color: #ffffff; } a.text-danger:hover { color: #e6e6e6; } .bg-primary { color: #fff; background-color: #007fff; } a.bg-primary:hover { background-color: #0066cc; } .bg-success { background-color: #3fb618; } a.bg-success:hover { background-color: #2f8912; } .bg-info { background-color: #9954bb; } a.bg-info:hover { background-color: #7e3f9d; } .bg-warning { background-color: #ff7518; } a.bg-warning:hover { background-color: #e45c00; } .bg-danger { background-color: #ff0039; } a.bg-danger:hover { background-color: #cc002e; } .page-header { padding-bottom: 9.5px; margin: 42px 0 21px; border-bottom: 1px solid #e6e6e6; } ul, ol { margin-top: 0; margin-bottom: 10.5px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 21px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10.5px 21px; margin: 0 0 21px; font-size: 18.75px; border-left: 5px solid #e6e6e6; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #999999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #e6e6e6; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } blockquote:before, blockquote:after { content: ""; } address { margin-bottom: 21px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 0; } kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; background-color: #333333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } pre { display: block; padding: 10px; margin: 0 0 10.5px; font-size: 14px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 0; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: 0%; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: 0%; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: 0%; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: 0%; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: 0%; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: 0%; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: 0%; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: 0%; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; } .table { width: 100%; margin-bottom: 21px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #3fb618; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #379f15; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #9954bb; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #8d46b0; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #ff7518; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #fe6600; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #ff0039; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #e60033; } @media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 21px; font-size: 22.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 11px; font-size: 15px; line-height: 1.42857143; color: #333333; } .form-control { display: block; width: 100%; height: 43px; padding: 10px 18px; font-size: 15px; line-height: 1.42857143; color: #333333; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #e6e6e6; opacity: 1; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } input[type="date"] { line-height: 43px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 21px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; } .radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 31px; padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 0; } select.input-sm { height: 31px; line-height: 31px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg { height: 64px; padding: 18px 30px; font-size: 19px; line-height: 1.33; border-radius: 0; } select.input-lg { height: 64px; line-height: 64px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 53.75px; } .has-feedback .form-control-feedback { position: absolute; top: 26px; right: 0; display: block; width: 43px; height: 43px; line-height: 43px; text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #ffffff; } .has-success .form-control { border-color: #ffffff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; } .has-success .input-group-addon { color: #ffffff; border-color: #ffffff; background-color: #3fb618; } .has-success .form-control-feedback { color: #ffffff; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #ffffff; } .has-warning .form-control { border-color: #ffffff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; } .has-warning .input-group-addon { color: #ffffff; border-color: #ffffff; background-color: #ff7518; } .has-warning .form-control-feedback { color: #ffffff; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #ffffff; } .has-error .form-control { border-color: #ffffff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; } .has-error .input-group-addon { color: #ffffff; border-color: #ffffff; background-color: #ff0039; } .has-error .form-control-feedback { color: #ffffff; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 11px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 32px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } .form-horizontal .form-control-static { padding-top: 11px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 10px 18px; font-size: 15px; line-height: 1.42857143; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #ffffff; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #ffffff; background-color: #222222; border-color: #222222; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #ffffff; background-color: #0e0e0e; border-color: #040404; } .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: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: #222222; border-color: #222222; } .btn-default .badge { color: #222222; background-color: #ffffff; } .btn-primary { color: #ffffff; background-color: #007fff; border-color: #007fff; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #006bd6; border-color: #0061c2; } .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: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: #007fff; border-color: #007fff; } .btn-primary .badge { color: #007fff; background-color: #ffffff; } .btn-success { color: #ffffff; background-color: #3fb618; border-color: #3fb618; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #339213; border-color: #2c8011; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #3fb618; border-color: #3fb618; } .btn-success .badge { color: #3fb618; background-color: #ffffff; } .btn-info { color: #ffffff; background-color: #9954bb; border-color: #9954bb; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #ffffff; background-color: #8441a5; border-color: #783c96; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #9954bb; border-color: #9954bb; } .btn-info .badge { color: #9954bb; background-color: #ffffff; } .btn-warning { color: #ffffff; background-color: #ff7518; border-color: #ff7518; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ee6000; border-color: #da5800; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #ff7518; border-color: #ff7518; } .btn-warning .badge { color: #ff7518; background-color: #ffffff; } .btn-danger { color: #ffffff; background-color: #ff0039; border-color: #ff0039; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #d60030; border-color: #c2002b; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #ff0039; border-color: #ff0039; } .btn-danger .badge { color: #ff0039; background-color: #ffffff; } .btn-link { color: #007fff; font-weight: normal; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #0059b3; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 18px 30px; font-size: 19px; line-height: 1.33; border-radius: 0; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 0; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 13px; line-height: 1.5; border-radius: 0; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 15px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9.5px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #ffffff; background-color: #007fff; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #007fff; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 13px; line-height: 1.42857143; color: #999999; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 64px; padding: 18px 30px; font-size: 19px; line-height: 1.33; border-radius: 0; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 64px; line-height: 64px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 31px; padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 0; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 31px; line-height: 31px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 10px 18px; font-size: 15px; font-weight: normal; line-height: 1; color: #333333; text-align: center; background-color: #e6e6e6; border: 1px solid #cccccc; border-radius: 0; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 13px; border-radius: 0; } .input-group-addon.input-lg { padding: 18px 30px; font-size: 19px; border-radius: 0; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #e6e6e6; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #e6e6e6; border-color: #007fff; } .nav .nav-divider { height: 1px; margin: 9.5px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 0 0 0 0; } .nav-tabs > li > a:hover { border-color: #e6e6e6 #e6e6e6 #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 0 0 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 0; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #007fff; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 0 0 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 21px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 0; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 14.5px 15px; font-size: 19px; line-height: 21px; height: 50px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 0; } .navbar-toggle:focus { outline: none; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.25px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 21px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 21px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 14.5px; padding-bottom: 14.5px; } .navbar-nav.navbar-right:last-child { margin-right: -15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 3.5px; margin-bottom: 3.5px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-form.navbar-right:last-child { margin-right: -15px; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 3.5px; margin-bottom: 3.5px; } .navbar-btn.btn-sm { margin-top: 9.5px; margin-bottom: 9.5px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 14.5px; margin-bottom: 14.5px; } @media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } .navbar-text.navbar-right:last-child { margin-right: 0; } } .navbar-default { background-color: #222222; border-color: #121212; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #ffffff; background-color: none; } .navbar-default .navbar-text { color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #ffffff; background-color: #090909; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #ffffff; background-color: #090909; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: transparent; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #090909; } .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #121212; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #090909; color: #ffffff; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: #090909; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #090909; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } .navbar-default .navbar-link { color: #ffffff; } .navbar-default .navbar-link:hover { color: #ffffff; } .navbar-inverse { background-color: #007fff; border-color: #0066cc; } .navbar-inverse .navbar-brand { color: #ffffff; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: none; } .navbar-inverse .navbar-text { color: #ffffff; } .navbar-inverse .navbar-nav > li > a { color: #ffffff; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: #0066cc; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #0066cc; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: transparent; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #0066cc; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #006ddb; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #0066cc; color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #0066cc; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #0066cc; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: #0066cc; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #0066cc; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ffffff; background-color: transparent; } } .navbar-inverse .navbar-link { color: #ffffff; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .breadcrumb { padding: 8px 15px; margin-bottom: 21px; list-style: none; background-color: #f5f5f5; border-radius: 0; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } .breadcrumb > .active { color: #999999; } .pagination { display: inline-block; padding-left: 0; margin: 21px 0; border-radius: 0; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 10px 18px; line-height: 1.42857143; text-decoration: none; color: #007fff; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #0059b3; background-color: #e6e6e6; border-color: #dddddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #999999; background-color: #f5f5f5; border-color: #dddddd; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 18px 30px; font-size: 19px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 0; border-top-left-radius: 0; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 13px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 0; border-top-left-radius: 0; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; } .pager { padding-left: 0; margin: 21px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 0; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #e6e6e6; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #ffffff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .label[href]:hover, .label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #222222; } .label-default[href]:hover, .label-default[href]:focus { background-color: #090909; } .label-primary { background-color: #007fff; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #0066cc; } .label-success { background-color: #3fb618; } .label-success[href]:hover, .label-success[href]:focus { background-color: #2f8912; } .label-info { background-color: #9954bb; } .label-info[href]:hover, .label-info[href]:focus { background-color: #7e3f9d; } .label-warning { background-color: #ff7518; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #e45c00; } .label-danger { background-color: #ff0039; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #cc002e; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 13px; font-weight: bold; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #007fff; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #007fff; background-color: #ffffff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #e6e6e6; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 23px; font-weight: 200; } .container .jumbotron { border-radius: 0; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 67.5px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 21px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #007fff; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 21px; border: 1px solid transparent; border-radius: 0; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #3fb618; border-color: #4e9f15; color: #ffffff; } .alert-success hr { border-top-color: #438912; } .alert-success .alert-link { color: #e6e6e6; } .alert-info { background-color: #9954bb; border-color: #7643a8; color: #ffffff; } .alert-info hr { border-top-color: #693c96; } .alert-info .alert-link { color: #e6e6e6; } .alert-warning { background-color: #ff7518; border-color: #ff4309; color: #ffffff; } .alert-warning hr { border-top-color: #ee3800; } .alert-warning .alert-link { color: #e6e6e6; } .alert-danger { background-color: #ff0039; border-color: #f0005e; color: #ffffff; } .alert-danger hr { border-top-color: #d60054; } .alert-danger .alert-link { color: #e6e6e6; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 21px; margin-bottom: 21px; background-color: #cccccc; border-radius: 0; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 13px; line-height: 21px; color: #ffffff; text-align: center; background-color: #007fff; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #3fb618; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #9954bb; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #ff7518; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #ff0039; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #007fff; border-color: #007fff; } a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #cce5ff; } .list-group-item-success { color: #ffffff; background-color: #3fb618; } a.list-group-item-success { color: #ffffff; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #ffffff; background-color: #379f15; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-info { color: #ffffff; background-color: #9954bb; } a.list-group-item-info { color: #ffffff; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #ffffff; background-color: #8d46b0; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-warning { color: #ffffff; background-color: #ff7518; } a.list-group-item-warning { color: #ffffff; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #ffffff; background-color: #fe6600; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-danger { color: #ffffff; background-color: #ff0039; } a.list-group-item-danger { color: #ffffff; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #ffffff; background-color: #e60033; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 21px; background-color: #ffffff; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: -1; border-top-left-radius: -1; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 17px; color: inherit; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: -1; border-bottom-left-radius: -1; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: -1; border-top-left-radius: -1; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: -1; border-bottom-left-radius: -1; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: -1; border-top-left-radius: -1; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: -1; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: -1; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: -1; border-bottom-left-radius: -1; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: -1; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: -1; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 21px; } .panel-group .panel { margin-bottom: 0; border-radius: 0; overflow: hidden; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } .panel-default { border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } .panel-primary { border-color: #007fff; } .panel-primary > .panel-heading { color: #ffffff; background-color: #007fff; border-color: #007fff; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #007fff; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #007fff; } .panel-success { border-color: #4e9f15; } .panel-success > .panel-heading { color: #ffffff; background-color: #3fb618; border-color: #4e9f15; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #4e9f15; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #4e9f15; } .panel-info { border-color: #7643a8; } .panel-info > .panel-heading { color: #ffffff; background-color: #9954bb; border-color: #7643a8; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #7643a8; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #7643a8; } .panel-warning { border-color: #ff4309; } .panel-warning > .panel-heading { color: #ffffff; background-color: #ff7518; border-color: #ff4309; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #ff4309; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ff4309; } .panel-danger { border-color: #f0005e; } .panel-danger > .panel-heading { color: #ffffff; background-color: #ff0039; border-color: #f0005e; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #f0005e; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #f0005e; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 0; } .well-sm { padding: 9px; border-radius: 0; } .close { float: right; font-size: 22.5px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 13px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: rgba(0, 0, 0, 0.9); border-radius: 0; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: rgba(0, 0, 0, 0.9); } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: rgba(0, 0, 0, 0.9); } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: rgba(0, 0, 0, 0.9); } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: rgba(0, 0, 0, 0.9); } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: rgba(0, 0, 0, 0.9); } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: rgba(0, 0, 0, 0.9); } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: rgba(0, 0, 0, 0.9); } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: rgba(0, 0, 0, 0.9); } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 15px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: none; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } @media print { .hidden-print { display: none !important; } } .navbar-inverse .badge { background-color: #fff; color: #007fff; } .btn-lg, .btn-group-lg > .btn { padding-top: 19px; } .text-primary, .text-primary:hover { color: #007fff; } .text-success, .text-success:hover { color: #3fb618; } .text-danger, .text-danger:hover { color: #ff0039; } .text-warning, .text-warning:hover { color: #ff7518; } .text-info, .text-info:hover { color: #9954bb; } table a, .table a { text-decoration: underline; } table .success, .table .success, table .warning, .table .warning, table .danger, .table .danger, table .info, .table .info { color: #fff; } table .success a, .table .success a, table .warning a, .table .warning a, table .danger a, .table .danger a, table .info a, .table .info a { color: #fff; } .has-warning .help-block, .has-warning .control-label, .has-warning .form-control-feedback { color: #ff7518; } .has-warning .form-control, .has-warning .form-control:focus, .has-warning .input-group-addon { border: 1px solid #ff7518; } .has-error .help-block, .has-error .control-label, .has-error .form-control-feedback { color: #ff0039; } .has-error .form-control, .has-error .form-control:focus, .has-error .input-group-addon { border: 1px solid #ff0039; } .has-success .help-block, .has-success .control-label, .has-success .form-control-feedback { color: #3fb618; } .has-success .form-control, .has-success .form-control:focus, .has-success .input-group-addon { border: 1px solid #3fb618; } .nav-pills > li > a { border-radius: 0; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-image: none; } .alert { border: none; } .alert .alert-link { text-decoration: underline; color: #fff; } .alert .close { color: #fff; text-decoration: none; opacity: 0.4; } .alert .close:hover, .alert .close:focus { color: #fff; opacity: 1; } .label { border-radius: 0; } .progress { height: 8px; -webkit-box-shadow: none; box-shadow: none; } .progress .progress-bar { font-size: 8px; line-height: 8px; } .panel-heading, .panel-footer { border-top-right-radius: 0; border-top-left-radius: 0; }
index.html
dupengdl/kickoffexpress
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="renderer" content="webkit"> <title>我的清单</title> </head> <body> <div id="root" class="container"></div> <script src="/static/vendor.js"></script><script src="/static/index.js"></script></body> </html>
html/templates/editCommentsTemplate.html
NeoBrackets/Brackets-Trello
<div id="brackets-trello-edit-comment" class="template modal"> <div class="modal-header"> <h1 class="dialog-title">{{strings.TITLE_EDIT_COMMENT}}</h1> </div> <div class="modal-body"> <div class="form-horizontal"> <textarea class="card-comment-text" placeholder="{{strings.LBL_COMMENT}}"></textarea> </div> </div> <div class="modal-footer"> <button class="dialog-button btn primary" data-button-id="save">{{strings.BTN_DONE}}</button> <button class="dialog-button btn" data-button-id="cancel">{{strings.BTN_CANCEL}}</button> </div> </div>
source/theme/templates/feeds.html
makaimc/devangel.io
<a href="http://twitter.com/mattmakai/"><img src="/img/twitter-icon.png" style="border: none; margin-top: 5px;" height="28" width="28" /></a> <a href="/feeds/post.atom.xml"><img src="/img/feed-icon.png" height="28" width="28" style="border: none; margin-top: 5px;" /></a>
demoHouse/CSS3UI/CartDropdown/index.html
zhouxinyong/code-demo
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>CSS3制作购物车下拉列表|w3cplus</title> <meta name="keywords" content="css3学习,css3属性详解,css3 transition,如何学好css3"> <meta name="description" content="W3CPLUS是一个前端爱好者的家园,W3CPLUS努力打造最优秀的web 前端学习的站点。W3CPLUS力求原创,以一起学习,一起进步,共同分享为原则。W3CPLUS站提供了有关于css,css3,html,html5,jQuery,手机移动端的技术文档、DEMO、资源,与前端爱好者一起共勉。"> <link rel="shortcut icon" href="http://www.w3cplus.com/sites/all/themes/marvin/favicon.ico"> <link rel="stylesheet" type="text/css" href="http://www.w3cplus.com/demo/css3/base.css" media="all" /> <style> body { background-color:#282828; } .demo { margin:40px auto 0; width: 680px; height: 400px; background-color:#f2f2f2; } .demo > ul:nth-child(1){ position: relative; height: 60px; box-shadow: 0 1px 3px rgba(0,0,0,.4); background: -webkit-linear-gradient(top,#ddeef0,#c3e1e5); background: -moz-linear-gradient(top,#ddeef0,#c3e1e5); background: linear-gradient(top,#ddeef0,#c3e1e5); } .demo > ul:nth-child(1):after { position: absolute; content: ""; bottom: 3px; display: block; width: 100%; height: 1px; border-bottom: 1px dashed #fff; } .cart { position: absolute; left:50%; top:15px; display: block; width: 36px; height: 30px; text-align: center; color: #728f93; border: 1px solid #a7bdc0; border-radius: 3px; box-shadow: 0 1px 0 #e6f3f4 inset,0 1px 0 #ddeef0; } .cart em { position: absolute; top:-5px; right:-5px; font-style: normal; display: inline-block; width: 14px; height: 14px; border-radius: 7px; border: 1px solid #856045; background-color: #bb815c; content: "2"; color: #fff; line-height: 14px; font-size: 10px; } .cart:after { display: inline-block; font-size: 20px; font-family: 'broccolidry'; font-style: normal; font-weight: normal; speak: none; -webkit-font-smoothing: antialiased; content: "\21"; text-shadow: 0 1px 0 #d6eaec; line-height: 30px; } .item { position: absolute; left: 85px; top: 50px; width: 320px; z-index: 100; max-height: 0px; overflow: hidden; -webkit-transition: max-height 0.4s linear; -moz-transition: max-height 0.4s linear; transition: max-height 0.4s linear; } .demo > ul > li:hover .item { max-height: 220px; } .item ul { margin-top: 5px; text-shadow: 0 1px 0 #fff; border: 1px solid #a8b1b6; box-shadow: 0 0 7px rgba(0,0,0,.3),0 1px 0 #ced3d6,0 2px 0 #9ba4a8,0 3px 0 #cbd0d4,0 4px #9aa3a8,0 5px 5px #cfd0d0; border-radius: 5px 5px 0 0; background-color: #eaeff3; } .item ul li { line-height: 60px; max-height: 60px; border-top: 1px solid #a8b0b6; box-shadow: 0 1px 0 #fff inset; } .item li:nth-child(1) { color: #fff; font-size: 16px; text-shadow: 0 1px 0 rgba(0,0,0,.4); padding: 0 5px; box-shadow: none; border-radius: 3px 3px 0 0; border: 1px solid #667078; background: -webkit-linear-gradient(top,#7f8d97,#6e7c87); background: -moz-linear-gradient(top,#7f8d97,#6e7c87); background: linear-gradient(top,#7f8d97,#6e7c87); } .item li:nth-child(1):before { position: absolute; content: ''; width: 1px; height: 1px; right: 40px; top: -5px; margin-left: -5px; border: 6px solid transparent; border-bottom-color: #7f8d97; z-index: 99; } .item li:nth-child(1):after { position:relative; display: block; bottom: 3px; content: ""; width: 100%; height: 1px; border-bottom: 1px dashed #fff; } .item li:nth-child(1) .checkout { float: right; color: #fff; text-shadow:0 1px 0 #8e4524; padding: 0 5px; height: 28px; line-height: 28px; margin-top: 14px; border-radius: 5px; border :1px solid #81634d; box-shadow: 0 0 3px #a16844 inset,0 1px 0 #8d99a1; background-color: #c58f6a; } .item li .checkout:hover { text-decoration: none; box-shadow: 0 0 3px #a76f4b inset,0 1px 0 #949fa6; background-color: #cb9876; } .items { display: block; color: #78838a; padding: 0 5px; } .items:hover { color: #78838a; text-decoration: none; background-color: #fff; } .items .items_img { float: left; width: 60px; height: 60px; } .items .items_img img { width: 58px; height: 58px; vertical-align: middle; } .items_text { margin-left: 30px; overflow: hidden; } .items_text em { font-weight: bold; color: #82593c; float: right; } @font-face { font-family: 'broccolidry'; src:url('fonts/broccolidry.eot'); src:url('fonts/broccolidry.eot?#iefix') format('embedded-opentype'), url('fonts/broccolidry.svg#broccolidry') format('svg'), url('fonts/broccolidry.woff') format('woff'), url('fonts/broccolidry.ttf') format('truetype'); font-weight: normal; font-style: normal; } </style> </head> <body> <div class="page"> <section class="demo"> <ul class="clearfix"> <li> <a href="#" class="cart"><em>2</em></a> <div class="item"> <ul> <li> Your Products (2 items) <a href="#" class="checkout">Checkout</a> </li> <li> <a class="items"> <div class="items_img"><img src="img/mac.png"></div> <div class="items_text"><span>MacBook Pro 13-inch<span><em>$1,199</em></div> </a> </li> <li> <a class="items"> <div class="items_img"><img src="img/iphone.png"></div> <div class="items_text"><span>MacBook Pro 13-inch</span><em>$1,199</em></div> </a> </li> </ul> </div> </li> </ul> </section> </div> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.1/dpdgraph/0.4.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>dpdgraph: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / dpdgraph - 0.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> dpdgraph <small> 0.4 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-26 01:44:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-26 01:44:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;yves.bertot@inria.fr&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/ybertot/coq-dpdgraph&quot; build: [ [&quot;./configure&quot;] [&quot;echo&quot; &quot;%{jobs}%&quot; &quot;jobs for the linter&quot;] [make] ] install: [make &quot;install&quot; &quot;BINDIR=%{bin}%&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;ocamlgraph&quot; ] authors: [ &quot;Anne Pacalet&quot; &quot;Yves Bertot&quot;] tags: [ &quot;logpath:dpdgraph&quot; ] synopsis: &quot;Compute dependencies between Coq objects (definitions, theorems) and produce graphs&quot; url { src: &quot;https://github.com/ybertot/coq-dpdgraph/archive/release-for-8.5-0.4-rc1.zip&quot; checksum: &quot;md5=fe9f172750906b2acfea71661e408906&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-dpdgraph.0.4 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.4</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.3/random/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>random: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / random - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> random <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-06-26 21:49:50 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-26 21:49:50 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.5.3 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/random&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Random&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: randomized algorithms&quot; &quot;keyword: monads&quot; &quot;keyword: probability&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; ] authors: [ &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/random/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/random.git&quot; synopsis: &quot;Interpretation of random programs&quot; description: &quot;&quot;&quot; This contribution is a modelisation of random programs as measures in Coq. It started in 2004 in the context of the AVERROES project (http://www-verimag.imag.fr/AVERROES/). It is based on comon work with Philippe Audebaud (ENS Lyon). It was last updated in february 2007. It contains the following elements - an axiomatisation of the interval [0,1] and derived properties (files Ubase.v and Uprop.v); - a definition of measures on a type A as functions of type (A-&gt;[0,1])-&gt;[0,1] enjoying special stability properties (files Monads.v and Probas.v); proofs that these constructions have a monadic structure; - an interpretation of programs of type A as measures, in particular a fixpoint construction; the definition of an axiomatic semantic for deriving judgements such as ``the probability of an expression e to evaluate to a result satisfying property q belongs to an interval [p,q]&#39;&#39; (file Prog.v); - Proof of probabilistic termination of a linear random walk (file Iterflip.v); - Proof of a program implementing a bernoulli distribution (Proba(bernouilli(p)=true)=p) using a coin flip and the derived binomial law (Proba(binomial p n=k)=C(n,k)p^k(1-p)^{n-k}) (file Bernoulli.v); - Proof of estimation of the combination of two random executions (file Choice.v) - Proof of partial termination of parameterized random walk (file Ycart.v) - Definition of a measure on traces from a mesure on transitions steps (file Nelist.v, Transitions.v) The document random.pdf contains a short introduction to the library associated to the Gallina source code of the library.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/random/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=d2b71ff2e8465dbb5413e75f1f71183b&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-random.8.7.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3). The following dependencies couldn&#39;t be met: - coq-random -&gt; coq &gt;= 8.7 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-random.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
resources/python-doc/c-api/codec.html
ShiKaiWi/python-practice
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Codec registry and support functions &mdash; Python 2.7.12 documentation</title> <link rel="stylesheet" href="../_static/classic.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '2.7.12', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </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/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 2.7.12 documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python 2.7.12 documentation" href="../contents.html" /> <link rel="up" title="Utilities" href="utilities.html" /> <link rel="next" title="Abstract Objects Layer" href="abstract.html" /> <link rel="prev" title="Reflection" href="reflection.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> <script type="text/javascript" src="../_static/version_switch.js"></script> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="abstract.html" title="Abstract Objects Layer" accesskey="N">next</a> |</li> <li class="right" > <a href="reflection.html" title="Reflection" accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">2.7.12</span> <a href="../index.html">Documentation</a> &raquo; </li> <li class="nav-item nav-item-1"><a href="index.html" >Python/C API Reference Manual</a> &raquo;</li> <li class="nav-item nav-item-2"><a href="utilities.html" accesskey="U">Utilities</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="codec-registry-and-support-functions"> <span id="codec-registry"></span><h1>Codec registry and support functions<a class="headerlink" href="#codec-registry-and-support-functions" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="c.PyCodec_Register"> int <code class="descname">PyCodec_Register</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*search_function</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Register" title="Permalink to this definition">¶</a></dt> <dd><p>Register a new codec search function.</p> <p>As side effect, this tries to load the <code class="xref py py-mod docutils literal"><span class="pre">encodings</span></code> package, if not yet done, to make sure that it is always first in the list of search functions.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_KnownEncoding"> int <code class="descname">PyCodec_KnownEncoding</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_KnownEncoding" title="Permalink to this definition">¶</a></dt> <dd><p>Return <code class="docutils literal"><span class="pre">1</span></code> or <code class="docutils literal"><span class="pre">0</span></code> depending on whether there is a registered codec for the given <em>encoding</em>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_Encode"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Encode</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*object</em>, const char<em>&nbsp;*encoding</em>, const char<em>&nbsp;*errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Encode" title="Permalink to this definition">¶</a></dt> <dd><p>Generic codec based encoding API.</p> <p><em>object</em> is passed through the encoder function found for the given <em>encoding</em> using the error handling method defined by <em>errors</em>. <em>errors</em> may be <em>NULL</em> to use the default method defined for the codec. Raises a <a class="reference internal" href="../library/exceptions.html#exceptions.LookupError" title="exceptions.LookupError"><code class="xref py py-exc docutils literal"><span class="pre">LookupError</span></code></a> if no encoder can be found.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_Decode"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Decode</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*object</em>, const char<em>&nbsp;*encoding</em>, const char<em>&nbsp;*errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Decode" title="Permalink to this definition">¶</a></dt> <dd><p>Generic codec based decoding API.</p> <p><em>object</em> is passed through the decoder function found for the given <em>encoding</em> using the error handling method defined by <em>errors</em>. <em>errors</em> may be <em>NULL</em> to use the default method defined for the codec. Raises a <a class="reference internal" href="../library/exceptions.html#exceptions.LookupError" title="exceptions.LookupError"><code class="xref py py-exc docutils literal"><span class="pre">LookupError</span></code></a> if no encoder can be found.</p> </dd></dl> <div class="section" id="codec-lookup-api"> <h2>Codec lookup API<a class="headerlink" href="#codec-lookup-api" title="Permalink to this headline">¶</a></h2> <p>In the following functions, the <em>encoding</em> string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insensitive. If no codec is found, a <a class="reference internal" href="../library/exceptions.html#exceptions.KeyError" title="exceptions.KeyError"><code class="xref py py-exc docutils literal"><span class="pre">KeyError</span></code></a> is set and <em>NULL</em> returned.</p> <dl class="function"> <dt id="c.PyCodec_Encoder"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Encoder</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Encoder" title="Permalink to this definition">¶</a></dt> <dd><p>Get an encoder function for the given <em>encoding</em>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_Decoder"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Decoder</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Decoder" title="Permalink to this definition">¶</a></dt> <dd><p>Get a decoder function for the given <em>encoding</em>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_IncrementalEncoder"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_IncrementalEncoder</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em>, const char<em>&nbsp;*errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_IncrementalEncoder" title="Permalink to this definition">¶</a></dt> <dd><p>Get an <a class="reference internal" href="../library/codecs.html#codecs.IncrementalEncoder" title="codecs.IncrementalEncoder"><code class="xref py py-class docutils literal"><span class="pre">IncrementalEncoder</span></code></a> object for the given <em>encoding</em>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_IncrementalDecoder"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_IncrementalDecoder</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em>, const char<em>&nbsp;*errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_IncrementalDecoder" title="Permalink to this definition">¶</a></dt> <dd><p>Get an <a class="reference internal" href="../library/codecs.html#codecs.IncrementalDecoder" title="codecs.IncrementalDecoder"><code class="xref py py-class docutils literal"><span class="pre">IncrementalDecoder</span></code></a> object for the given <em>encoding</em>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_StreamReader"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_StreamReader</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em>, <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*stream</em>, const char<em>&nbsp;*errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_StreamReader" title="Permalink to this definition">¶</a></dt> <dd><p>Get a <a class="reference internal" href="../library/codecs.html#codecs.StreamReader" title="codecs.StreamReader"><code class="xref py py-class docutils literal"><span class="pre">StreamReader</span></code></a> factory function for the given <em>encoding</em>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_StreamWriter"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_StreamWriter</code><span class="sig-paren">(</span>const char<em>&nbsp;*encoding</em>, <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*stream</em>, const char<em>&nbsp;*errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_StreamWriter" title="Permalink to this definition">¶</a></dt> <dd><p>Get a <a class="reference internal" href="../library/codecs.html#codecs.StreamWriter" title="codecs.StreamWriter"><code class="xref py py-class docutils literal"><span class="pre">StreamWriter</span></code></a> factory function for the given <em>encoding</em>.</p> </dd></dl> </div> <div class="section" id="registry-api-for-unicode-encoding-error-handlers"> <h2>Registry API for Unicode encoding error handlers<a class="headerlink" href="#registry-api-for-unicode-encoding-error-handlers" title="Permalink to this headline">¶</a></h2> <dl class="function"> <dt id="c.PyCodec_RegisterError"> int <code class="descname">PyCodec_RegisterError</code><span class="sig-paren">(</span>const char<em>&nbsp;*name</em>, <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*error</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_RegisterError" title="Permalink to this definition">¶</a></dt> <dd><p>Register the error handling callback function <em>error</em> under the given <em>name</em>. This callback function will be called by a codec when it encounters unencodable characters/undecodable bytes and <em>name</em> is specified as the error parameter in the call to the encode/decode function.</p> <p>The callback gets a single argument, an instance of <a class="reference internal" href="../library/exceptions.html#exceptions.UnicodeEncodeError" title="exceptions.UnicodeEncodeError"><code class="xref py py-exc docutils literal"><span class="pre">UnicodeEncodeError</span></code></a>, <a class="reference internal" href="../library/exceptions.html#exceptions.UnicodeDecodeError" title="exceptions.UnicodeDecodeError"><code class="xref py py-exc docutils literal"><span class="pre">UnicodeDecodeError</span></code></a> or <a class="reference internal" href="../library/exceptions.html#exceptions.UnicodeTranslateError" title="exceptions.UnicodeTranslateError"><code class="xref py py-exc docutils literal"><span class="pre">UnicodeTranslateError</span></code></a> that holds information about the problematic sequence of characters or bytes and their offset in the original string (see <a class="reference internal" href="exceptions.html#unicodeexceptions"><span>Unicode Exception Objects</span></a> for functions to extract this information). The callback must either raise the given exception, or return a two-item tuple containing the replacement for the problematic sequence, and an integer giving the offset in the original string at which encoding/decoding should be resumed.</p> <p>Return <code class="docutils literal"><span class="pre">0</span></code> on success, <code class="docutils literal"><span class="pre">-1</span></code> on error.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_LookupError"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_LookupError</code><span class="sig-paren">(</span>const char<em>&nbsp;*name</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_LookupError" title="Permalink to this definition">¶</a></dt> <dd><p>Lookup the error handling callback function registered under <em>name</em>. As a special case <em>NULL</em> can be passed, in which case the error handling callback for &#8220;strict&#8221; will be returned.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_StrictErrors"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_StrictErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_StrictErrors" title="Permalink to this definition">¶</a></dt> <dd><p>Raise <em>exc</em> as an exception.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_IgnoreErrors"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_IgnoreErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_IgnoreErrors" title="Permalink to this definition">¶</a></dt> <dd><p>Ignore the unicode error, skipping the faulty input.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_ReplaceErrors"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_ReplaceErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_ReplaceErrors" title="Permalink to this definition">¶</a></dt> <dd><p>Replace the unicode encode error with <code class="docutils literal"><span class="pre">?</span></code> or <code class="docutils literal"><span class="pre">U+FFFD</span></code>.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_XMLCharRefReplaceErrors"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_XMLCharRefReplaceErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_XMLCharRefReplaceErrors" title="Permalink to this definition">¶</a></dt> <dd><p>Replace the unicode encode error with XML character references.</p> </dd></dl> <dl class="function"> <dt id="c.PyCodec_BackslashReplaceErrors"> <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_BackslashReplaceErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em>&nbsp;*exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_BackslashReplaceErrors" title="Permalink to this definition">¶</a></dt> <dd><p>Replace the unicode encode error with backslash escapes (<code class="docutils literal"><span class="pre">\x</span></code>, <code class="docutils literal"><span class="pre">\u</span></code> and <code class="docutils literal"><span class="pre">\U</span></code>).</p> </dd></dl> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Codec registry and support functions</a><ul> <li><a class="reference internal" href="#codec-lookup-api">Codec lookup API</a></li> <li><a class="reference internal" href="#registry-api-for-unicode-encoding-error-handlers">Registry API for Unicode encoding error handlers</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="reflection.html" title="previous chapter">Reflection</a></p> <h4>Next topic</h4> <p class="topless"><a href="abstract.html" title="next chapter">Abstract Objects Layer</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../_sources/c-api/codec.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="abstract.html" title="Abstract Objects Layer" >next</a> |</li> <li class="right" > <a href="reflection.html" title="Reflection" >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">2.7.12</span> <a href="../index.html">Documentation</a> &raquo; </li> <li class="nav-item nav-item-1"><a href="index.html" >Python/C API Reference Manual</a> &raquo;</li> <li class="nav-item nav-item-2"><a href="utilities.html" >Utilities</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Jun 25, 2016. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3. </div> </body> </html>
_posts/tumblr/2012-08-06-improving-the-user-password-combo.html
bltavares/bltavares.github.io
--- layout: post title: Improving the user/password combo tags: --- <p>Hi there!</p> <p>I&#8217;ve been playing around with cryptography and security, and every time I stumble on asymmetric keys I get amazed! All my deployments rely on it.</p> <p>All my connections to another machine rely on the identity provided by my private key.</p> <p>We have been building our identity on the internet. And we don&#8217;t like to let other people impersonate you. That is <em>YOU, </em>nobody can be you!</p> <p>That is why we set up a password for our online services. That is why we have PGP signatures. But it is boring to remember passwords all the time.</p> <p>Some initiatives have been done to address this issue, like OpenID, OAuth and password managers. I really like how OAuth provides a user identity and restricts usage of these identities, giving you the choice to allow them to do some actions in your name. I like the way OpenID provides an online identity, identifying the user to a profile. And I think the way 1Password integrates with the browser is awesome.</p> <p>Mozilla is doing an interesting experiment, <a href="http://www.mozilla.org/en-US/persona/">Mozilla Persona</a>, to provide some of the OpenID benefits through the browser.</p> <p>And then, asymmetric keys always come to my mind.  This magic way of telling any other user that I am the right &#8216;Bruno&#8217; by using a secure key. Some companies already use that authentication format to deploy code, upload files, and store data.</p> <p>I&#8217;ve been thinking different ways to use the power of PGP to identify myself on websites. With the right implementation we could give the user the choice to not user a password at all!</p> <p>The most recent idea I had is something like this:</p> <ul><li>Manage your PGP keys using subkeys. (Keep your master key completely <em>SECURE</em>). That way, if any of your keys get compromised, you still can revoke access to it and restore your user identity.</li> </ul><div></div> <ul><li>Using a challenge-response method in a two way encryptation. The service provider sends a encrypted random message, that should be decrypted by you, and then, respond encrypting with the server public key. It would secure the user authentication on another level, by proving the current website is the correct one, not a fake server.</li> </ul><div></div> <ul><li>A browser/desktop/mobile API, so that you don&#8217;t need have too much hassle responding to the challenge. It could be also a kind of local OAuth provider, in a way that you could choose what the provider could do in your name.</li> </ul><p>We don&#8217;t need to get rid of the password login, but we could add a small advanced login link on the registration/security form, which you could provide the initial public key to access your computer.</p> <p><img src="http://media.tumblr.com/tumblr_m8d0p8mbbJ1qamcq2.png"/></p> <blockquote> <p>I would like to see something like this.</p> </blockquote> <p>The implementation still have some flaws, and I am thinking ways to implement it at the same time I am writing this post. That is the initial draft I have for now.</p> <p>I would like to, some day, use my private key to login in on Twitter.</p>
styles.css
stripedypaper/stripedypaper.github.io
body { color:white; font-family: 'Source Sans Pro',sans-serif; font-size: 0.8em; font-weight:300; background-color: black; } a { color:white; }
index.html
kirbarn/angularjs-directives-lifecycle
<!DOCTYPE html> <html> <head> <title>Taming AngularJS examples</title> <link rel="stylesheet" type="text/css" href="./style.css"> </head> <body> <h1>Taming AngularJS examples</h1> <ol> <li><a href="./directives-lifecycle/index.html">A Directive's Lifecycle</a></li> </ol> </li> </body> </html>
app/templates/user/emails/deactivate_receipt.html
vovantics/flask-bluebone
{% set page_title = 'Your ' + config['APP_NAME'] + ' account is now deactivated' %} {% extends "layouts/emails/email_transactional.html" %} {% block content %} <p><strong>Hi, {{ username }}!</strong></p> <p>You have deactivated your {{ config['APP_NAME'] }} account. You can reactivate your account at any time by logging into {{ config['APP_NAME'] }} using this email address and your password.</p> <div style="margin: 0 0 20px; text-align:center;"><!-- TODO --> <a class="btn btn-primary" href="{{ reactivate_request_url }}">Reactivate</a> </div> <p>The {{ config['APP_NAME'] }} Team</p> {% endblock%}
v3/user-agent-detail/84/36/84367a4a-8d05-4241-9afa-295565a84a47.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5 <p> Detected by 8 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Safari 7.0</td><td>WebKit </td><td>MacOSX 10.9</td><td>Apple</td><td>Macintosh</td><td>Desktop</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*mac os x 10.9.*\) applewebkit\/.* \(khtml, like gecko\) .*version\/7\.0.* safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*mac os x 10?9*) applewebkit/* (khtml, like gecko) *version/7.0* safari/* [parent] => Safari 7.0 [comment] => Safari 7.0 [browser] => Safari [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Apple Inc [browser_modus] => unknown [version] => 7.0 [majorver] => 7 [minorver] => 0 [platform] => MacOSX [platform_version] => 10.9 [platform_description] => Mac OS X [platform_bits] => 32 [platform_maker] => Apple Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => Macintosh [device_maker] => Apple Inc [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => Macintosh [device_brand_name] => Apple [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Macintosh [browser] => Safari [version] => 7.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Safari 7.0</td><td>WebKit </td><td>Mac 10.9</td><td></td><td></td><td>desktop</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Safari [short_name] => SF [version] => 7.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Mac [short_name] => MAC [version] => 10.9 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 0 [deviceName] => desktop ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => 1 [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td>OS X 10.9</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5 ) [name:Sinergi\BrowserDetector\Browser:private] => Safari [version:Sinergi\BrowserDetector\Browser:private] => 7.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => OS X [version:Sinergi\BrowserDetector\Os:private] => 10.9 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td>Mac OS X 10.9</td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 7 [minor] => 0 [patch] => [family] => Safari ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 10 [minor] => 9 [patch] => [patchMinor] => [family] => Mac OS X ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Safari 7.0</td><td>Webkit 537.46.5</td><td>OS X Mavericks 10.9</td><td></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Safari [version] => 7.0 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 537.46.5 ) [os] => Array ( [name] => OS X [version] => Array ( [value] => 10.9 [nickname] => Mavericks ) ) [device] => Array ( [type] => desktop ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 7.0 [category] => pc [os] => Mac OSX [os_version] => 10.9 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Safari 7.0.1</td><td><i class="material-icons">close</i></td><td>Mac OS X 10.9.1</td><td></td><td></td><td>Desktop</td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => true [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Mac OS X [advertised_device_os_version] => 10.9.1 [advertised_browser] => Safari [advertised_browser_version] => 7.0.1 [complete_device_name] => Apple Safari [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Apple [model_name] => Safari [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Mac OS X [mobile_browser] => [mobile_browser_version] => 7.0 [device_os_version] => 10.9 [pointing_method] => mouse [release_date] => 2013_june [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => none [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => false [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 800 [resolution_height] => 600 [columns] => 120 [max_image_width] => 800 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => false [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => true [jqm_grade] => A [is_sencha_touch_ok] => true [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:40:47</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.1/reflexive-first-order/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reflexive-first-order: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.1 / reflexive-first-order - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> reflexive-first-order <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-27 00:59:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-27 00:59:42 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.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/reflexive-first-order&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ReflexiveFirstOrder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: computational reflection&quot; &quot;keyword: interpretation&quot; &quot;keyword: first-order logic&quot; &quot;keyword: equational reasoning&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2005-05&quot; ] authors: [ &quot;Pierre Corbineau &lt;pierre.corbineau@lri.fr&gt; [http://www.cs.ru.nl/~corbineau]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/reflexive-first-order/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/reflexive-first-order.git&quot; synopsis: &quot;Reflexive first-order proof interpreter&quot; description: &quot;&quot;&quot; This contribution is a package which can be used to interpret firstorder proofs provided by an external theorem prover, using computational reflexion.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/reflexive-first-order/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=ea1cee07ca725360772555ec86ef607e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-reflexive-first-order.8.9.0 coq.8.5.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.5.1). The following dependencies couldn&#39;t be met: - coq-reflexive-first-order -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-reflexive-first-order.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/templates/groups.html
ecclesianuernberg/genesis
{% extends "base.html" %} {% block content %} <div class="container"> <h1>Kleingruppen</h1> {% for index, group in groups %} <div class="panel panel-default"> <div class="panel-body"> <div class="pull-left"> <a href="{{ url_for('group', id=group.id) }}"> {% if groups_metadata[index].avatar_id %} <img src="{{ url_for('.static', filename='uploaded_images') }}/{{ groups_metadata[index].avatar_id }}-thumb.jpg" class="img-responsive img-thumbnail"> {% else %} <img src="{{ url_for('.static', filename='images/avatar-thumb.png') }}" class="img-responsive img-thumbnail"> {% endif %} </a> </div> <div class="text-center"> <a href="{{ url_for('group', id=group.id) }}"> <h2>{{ group.bezeichnung.split('-')[-1] }}{% if group.treffname %} <small>{{ group.treffname }}</small>{% endif %}</h2> </a> <p> {% if group.treffzeit %}{{ group.treffzeit }}<br>{% endif %} {% if group.treffpunkt %}{{ group.treffpunkt }}<br>{% endif %} </p> </div> </div> </div> {% endfor %} </div> {{ super() }} {% endblock %}
docs/picturepark-sdk-v1-widgets/api/interfaces/webglsampler.html
Picturepark/Picturepark.SDK.TypeScript
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>WebGLSampler | picturepark-sdk-v1-widgets API</title> <meta name="description" content="Documentation for picturepark-sdk-v1-widgets API"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">picturepark-sdk-v1-widgets API</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="webglsampler.html">WebGLSampler</a> </li> </ul> <h1>Interface WebGLSampler</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a> <ul class="tsd-hierarchy"> <li> <span class="target">WebGLSampler</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="webglsampler.html#webglobject" class="tsd-kind-icon">WebGLObject</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="webglobject" class="tsd-anchor"></a> <h3>WebGLObject</h3> <div class="tsd-signature tsd-kind-icon">WebGLObject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>constructor<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>prototype<span class="tsd-signature-symbol">: </span><a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a><span class="tsd-signature-symbol"> }</span></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:17320</li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter"> <h5>constructor<span class="tsd-signature-symbol">: </span>function</h5> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-external"> <li class="tsd-signature tsd-kind-icon">new __type<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:17321</li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a></h4> </li> </ul> </li> <li class="tsd-parameter"> <h5>prototype<span class="tsd-signature-symbol">: </span><a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a></h5> </li> </ul> </div> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-is-external"> <a href="webglsampler.html" class="tsd-kind-icon">WebGLSampler</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="webglsampler.html#webglobject" class="tsd-kind-icon">WebGLObject</a> </li> </ul> </li> </ul> <ul class="after-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> </body> </html>
resource/docs/event/clipboardData.html
shehuaqigai/JSBOOK
<p> 很多网站当复制粘贴的时候,都会出现有关剪贴板的相关提示,在刚刚入行前端工程师的时候,我还在一直纳闷,这是怎么实现的呢。如今,咱们再也不用纳闷了,因为已经有浏览器把剪贴板相关事件纳入标准了。   IE是最早支持与剪贴板相关的事件,以及通过JavaScript访问剪贴板数据的浏览器。IE的实现成为了事实上的标准,随后Firefox 3+ 、 Chrome和Safari 2+都支持类似的事件和剪贴板的访问,但是Opera不支持通过JavaScript访问剪贴板。直到HTML5的到来,将剪贴板相关事件纳入了HTML5规范。下面就是6个剪贴板事件。   beforecopy:在发生复制操作前触发;   copy:在发生复制操作的时候触发;   beforecut:在发生剪切操作前触发;   cut:在发生剪切操作的时候触发;   beforepaste:在发生粘贴操作前触发;   paste:在发生粘贴操作的时候触发。   因为没有针对剪贴板操作的标准,这些事件及相关对象会因为浏览器而不一样。在Firefox、Chrome和Safari中,beforecopy、beforecut和beforepaste事件只会在显示针对文本框的上下文菜单(预期将发生剪贴板事件)的情况下触发。但是IE则会在触发copy、cut和paste事件之前先触发这些事件。至于copy、cut和paste事件,只要是在上下文菜单(右键菜单)中选择了相应选项,或者使用了相应的键盘组合键如(ctrl+v),所有浏览器都会触发他们。   在实际的事件发生之前,通过beforecopy、beforecut和beforepaste事件可以在向剪贴板发送数据,或者从剪贴板取得数据之前修改数据。不过,取消这些事件并不会取消对剪贴板的操作,只有取消copy、cut和paste事件,才能阻止相应的操作发生。   要访问剪贴板中的数据,可以通过clipboardData对象:在IE中,clipboardData对象是window对象的属性;而在Chrome、Safari和Firefox 4+中,clipboardData对象是相应event对的属性。但是,在Chrome、Safari和Firefox 4+中,只有在处理剪贴板事件期间,clipboardData对象才有效,这是为了防止对剪贴板的未授权访问;在IE中,则可以随时访问clipboardData对象。为了确保跨浏览器兼容,最好只在发生剪贴板事件期间使用这个对象。   这个clipboardData对象有三个方法:getData()方法、setData()方法和clearData()方法。其中,getData()方法用于从剪贴板中获取数据,它接收一个参数,即要取得的数据格式。在IE中,有两种数据格式:’text”和”URL”。在Chrome、Safari和Firefox 4+中,这个参数是一种MIME类型;不过,可以用”text”代表”text/plain”。   setData()方法的第一个参数也是数据类型,第二个参数是要放在剪贴板中的文字。对于第一个参数,IE照样是支持”text”和”URL”,而在Chrome、Safari中,仍然支持MIME类型。但是与getData()方法不同的是,在Chrome、Safari中的setData()方法不能识别”text”类型。这两个浏览器在成功将文本放到剪贴板中后,都会返回true;否则返回false。 </p>
themes/orman/orman.css
wp-plugins/oik-nivo-slider
/* Skin Name: Orman Theme Skin URI: http://nivo.dev7studios.com Skin Type: fixed Image Width: 568 Image Height: 268 Description: A light and green skin for the Nivo Slider. Version: 1.0 Author: Gilbert Pellegrom & Orman Clark Author URI: http://dev7studios.com Modified: bobbingwide for oik-nivo-slider */ .theme-orman.slider-wrapper { background:url(slider.png) no-repeat; width:722px; height:337px; margin:0 auto; padding-top:18px; position:relative; } .theme-orman .nivoSlider271 { position:relative; width:568px; height:268px; margin-left:77px; background:url(loading.gif) no-repeat 50% 50%; } .theme-orman .nivoSlider271 img { position:absolute; top:0px; left:0px; display:none; width:568px; /* Make sure your images are the same size */ height:268px; /* Make sure your images are the same size */ } .theme-orman .nivoSlider271 a { border:0; display:block; } .theme-orman .nivo-controlNav { position:absolute; left:50%; bottom:-60px; margin-left:-30px; /* Tweak this to center bullets */ } .theme-orman .nivo-controlNav a { display:block; width:10px; height:10px; background:url(bullets.png) no-repeat; text-indent:-9999px; border:0; margin-right:7px; float:left; } .theme-orman .nivo-controlNav a.active { background-position:0 -10px; } .theme-orman .nivo-directionNav a { display:block; width:25px; height:200px; background:url(arrows.png) no-repeat 0% 50%; text-indent:-9999px; border:0; top:40px; } .theme-orman a.nivo-nextNav { background-position:100% 50%; right:-40px; padding-right:20px; } .theme-orman a.nivo-prevNav { left:-40px; padding-left:20px; } .theme-orman .nivo-caption { font-family: Helvetica, Arial, sans-serif; } .theme-orman .nivo-caption a { color:#fff; border-bottom:1px dotted #fff; } .theme-orman .nivo-caption a:hover { color:#fff; } .theme-orman .ribbon { background:url(ribbon.png) no-repeat; width:111px; height:111px; position:absolute; top:-3px; left:56px; z-index:300; } .nivoSlider a.iframe:first-child img { margin-left: 77px; }
contact.html
henryxt/Online-Portfolio
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>BootStrap Site</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link href="favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="css/contact.css" rel="stylesheet" type="text/css"> <!-- HTML5 shim and Respond.js for 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="wrapper"> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">BootStrap Website</a> </div> <div class="collapse navbar-collapse" id="myNavbar"> <ul class="nav navbar-nav"> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="Henry Cheung Job Resume.pdf">Resume</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects<span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Project 1</a></li> <li><a href="#">Project 2</a></li> <li><a href="#">Project 3</a></li> <li><a href="#">Project 4</a></li> <li><a href="#">Project 5</a></li> </ul> </li> <li><a href="anime.html">Anime</a></li> <li><a href="T.V-Shows.html">T.V Shows</a></li> <li class="active"><a href="contact.html">Contact</a></li> </ul> </div> </div> </nav> <footer> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <p>&copy;HthHawks Inc, All Rights Reserved.</p> </div> </div> </div> </footer> </div> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Latest compiled JavaScript --> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </body> </html>
posts/2019/01/07/highlighting/index.html
lancelote/lancelote.github.io
<!DOCTYPE html> <html prefix=" og: http://ogp.me/ns# article: http://ogp.me/ns/article# " vocab="http://ogp.me/ns" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Custom Language Highlighting in PyCharm | Pavel Karateev</title> <link href="../../../../../assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css"> <link href="../../../../../assets/css/rst_base.css" rel="stylesheet" type="text/css"> <link href="../../../../../assets/css/nikola_rst.css" rel="stylesheet" type="text/css"> <link href="../../../../../assets/css/code.css" rel="stylesheet" type="text/css"> <link href="../../../../../assets/css/theme.css" rel="stylesheet" type="text/css"> <link href="../../../../../assets/css/custom.css" rel="stylesheet" type="text/css"> <meta name="theme-color" content="#5670d4"> <meta name="generator" content="Nikola (getnikola.com)"> <link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../../../../rss.xml"> <link rel="canonical" href="http://pavelkarateev.com/posts/2019/01/07/highlighting/"> <!--[if lt IE 9]><script src="../../../../../assets/js/html5shiv-printshiv.min.js"></script><![endif]--><meta name="author" content="Pavel Karateev"> <link rel="prev" href="../../../../2018/09/07/bytecode/" title="Runtime bytecode manipulations" type="text/html"> <link rel="next" href="../../17/hyperskill/" title="Hyperskill" type="text/html"> <meta property="og:site_name" content="Pavel Karateev"> <meta property="og:title" content="Custom Language Highlighting in PyCharm"> <meta property="og:url" content="http://pavelkarateev.com/posts/2019/01/07/highlighting/"> <meta property="og:description" content="It is a quite common request to support new programming and config languages in PyCharm. While some of them like (e.g. Markdown, JavaScript) are supported from the box and for some (e.g. Makefile) you"> <meta property="og:type" content="article"> <meta property="article:published_time" content="2019-01-07T14:30:00+03:00"> <meta property="article:tag" content="pycharm"> </head> <body> <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> <div id="container"> <header id="header"><h1 id="brand"><a href="../../../../../" title="Pavel Karateev" rel="home"> <span id="blog-title">Pavel Karateev</span> </a></h1> <nav id="menu"><ul> <li><a href="../../../../../pages/about">About</a></li> <li><a href="https://twitter.com/Lancel0te">Twitter</a></li> <li><a href="https://github.com/lancelote/lancelote.github.io">Source</a></li> <li><a href="../../../../../archive.html">Archive</a></li> <li><a href="../../../../../categories/">Tags</a></li> <li><a href="../../../../../rss.xml">RSS feed</a></li> </ul></nav></header><main id="content"><article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Custom Language Highlighting in PyCharm</a></h1> <div class="metadata"> <p class="byline author vcard p-author h-card"><span class="byline-name fn p-name" itemprop="author"> Pavel Karateev </span></p> <p class="dateline"> <a href="." rel="bookmark"> <time class="published dt-published" datetime="2019-01-07T14:30:00+03:00" itemprop="datePublished" title="2019-01-07 14:30">2019-01-07 14:30</time></a> </p> <p class="commentline"> <a href="#disqus_thread" data-disqus-identifier="cache/posts/2019/01/07/highlighting.html">Comments</a> </p> <p class="sourceline"><a href="index.rst" class="sourcelink">Source</a></p> </div> </header><div class="e-content entry-content" itemprop="articleBody text"> <div> <p>It is a quite common request to support new programming and config languages in PyCharm. While some of them like (e.g. Markdown, JavaScript) are supported from the box and for some (e.g. Makefile) you can install a third party plugin, others have no support at all at the moment. Of course, you can write a new plugin by yourself, but it is too time consuming in many cases, so I present you a different approach, a bit harsh and not so feature-rich but quite useful in many cases (I use it myself) - Custom File Types.</p> <!-- TEASER_END --> <div class="section" id="starting-point"> <h2>Starting Point</h2> <p>For a basic example I will use <tt class="docutils literal">Makefile</tt>. You can install a custom plugin for it called <a class="reference external" href="https://plugins.jetbrains.com/plugin/9333-makefile-support">Makefile support</a>, it provides an interesting features like running targets with gutter icons, but I really need just a bare visual guide to be able to quickly navigate the file structure on the first glance so I stick with a custom type. You can apply my instruction to any syntax you want (e.g. say hello to <tt class="docutils literal">Ruby</tt> in PyCharm).</p> <p>Before we start, here are the official docs on the topic: <a class="reference external" href="https://www.jetbrains.com/help/pycharm/2018.3/new-file-type.html">New File Type</a>.</p> </div> <div class="section" id="custom-syntax-rules"> <h2>Custom Syntax Rules</h2> <p>To add a new custom file type go directly to <strong>Settings | Editor | File Types</strong> and press <tt class="docutils literal">+</tt> under <strong>Recognized File Types</strong> to add a new one. We will name it <tt class="docutils literal">Makefile</tt>.</p> <a class="reference external image-reference" href="../../../../../images/2019/01/07/highlighting/syntax.png"><img alt="Custom Makefile type example" class="align-center" src="../../../../../images/2019/01/07/highlighting/syntax.thumbnail.png"></a> <p>There are multiple options you can define here. The most interesting for us are keywords. There are 4 blocks for keywords, each one has a dedicated color you can change, so it is important to split all the things you want highlighting for into four block. I will use only two for:</p> <blockquote> <ul class="simple"> <li>target names</li> <li>important command</li> </ul> </blockquote> <p>I use <tt class="docutils literal">Makefile</tt> in many of my projects for automation purposes so there is a "standard" pool of targets I use everywhere, for the simple case lets stick with:</p> <pre class="code text"><a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-1"></a>build: <a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-2"></a>deps: <a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-3"></a>run: <a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-4"></a>update: </pre> <p>For important commands I want to see: <tt class="docutils literal">python</tt>, <tt class="docutils literal">nikola</tt> and <tt class="docutils literal">pur</tt>. <a class="reference external" href="https://getnikola.com/">nikola</a> is a Python-based static site generator powering this blog, and <a class="reference external" href="https://github.com/alanhamlett/pip-update-requirements">pur</a> is a dry simple utility to update project requirements.</p> <pre class="code text"><a name="rest_code_69b2b95d2fd5452eb8125904ab1dca07-1"></a>python <a name="rest_code_69b2b95d2fd5452eb8125904ab1dca07-2"></a>nikola <a name="rest_code_69b2b95d2fd5452eb8125904ab1dca07-3"></a>pur </pre> <p>As the last step we have to define a pattern for file matching so PyCharm will understand to which files apply this new custom file type. In our case it is simply <tt class="docutils literal">Makefile</tt> but you can use a more sophisticated alternative with <tt class="docutils literal">*</tt> and <tt class="docutils literal">?</tt> wildcards.</p> <p>Feel free to also define a line comment symbol (e.g. <tt class="docutils literal">#</tt>) and play with other settings here.</p> </div> <div class="section" id="custom-colors"> <h2>Custom Colors</h2> <p>Now to the colors. There is a special section <strong>Settings | Editor | Color Scheme | Custom</strong> for users to define a color scheme for their file types. Feel free to change a keyword group color here if you want it to be a different one. You can also add an effect for it, e.g. underscore.</p> <a class="reference external image-reference" href="../../../../../images/2019/01/07/highlighting/colors.png"><img alt="Settings | Editor | Color Scheme | Custom example" class="align-center" src="../../../../../images/2019/01/07/highlighting/colors.thumbnail.png"></a> </div> <div class="section" id="result-and-resume"> <h2>Result and Resume</h2> <p>Let's see the result:</p> <a class="reference external image-reference" href="../../../../../images/2019/01/07/highlighting/result.png"><img alt="Example of how the Makefiles now looks" class="align-center" src="../../../../../images/2019/01/07/highlighting/result.thumbnail.png"></a> <p>Probably not the most beautiful syntax highlighting I ever saw but it works good enough - I can quickly spot where each target is and where each command starts. You can go further of course.</p> <p>So that was it. This is probably the most simple way to add a new syntax highlighting to PyCharm or any other JetBrains IDE, it will not provide you a lot of features (no error highlighting), but for a thing you can do in few minutes it is quite nice:</p> <blockquote> <ul class="simple"> <li>native support without any third party plugins</li> <li>completion for registered keywords</li> <li>basic highlighting</li> <li>some minor goodies like commenting the code with a dedicated shortcut if you did define a comment sign</li> <li>speed</li> </ul> </blockquote> <p>It is not the only way to add support for a new language in PyCharm, but that is another story.</p> <p>Hope it was helpful, see you next time.</p> </div> </div> </div> <aside class="postpromonav"><nav><ul itemprop="keywords" class="tags"> <li><a class="tag p-category" href="../../../../../categories/pycharm/" rel="tag">pycharm</a></li> </ul> <ul class="pager hidden-print"> <li class="previous"> <a href="../../../../2018/09/07/bytecode/" rel="prev" title="Runtime bytecode manipulations">Previous post</a> </li> <li class="next"> <a href="../../17/hyperskill/" rel="next" title="Hyperskill">Next post</a> </li> </ul></nav></aside><section class="comments hidden-print"><h2>Comments</h2> <div id="disqus_thread"></div> <script> var disqus_shortname ="pavelkarateev", disqus_url="http://pavelkarateev.com/posts/2019/01/07/highlighting/", disqus_title="Custom Language Highlighting in PyCharm", disqus_identifier="cache/posts/2019/01/07/highlighting.html", disqus_config = function () { this.language = "en"; }; (function() { var dsq = document.createElement('script'); dsq.async = true; dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a> </noscript> <a href="https://disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a> </section></article><script>var disqus_shortname="pavelkarateev";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script></main><footer id="footer"><p>Contents © 2020 <a href="mailto:karateev.pavel@ya.ru">Pavel Karateev</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> </p> </footer> </div> <script src="../../../../../assets/js/baguetteBox.min.js"></script><script> baguetteBox.run('div#content', { ignoreClass: 'islink', captions: function(element) { return element.getElementsByTagName('img')[0].alt; }}); </script><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-57414412-1"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-57414412-1'); </script> </body> </html>
all-data/19000-19999/19423-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>條目&nbsp;</b></th><td class="std2">日角偃月</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄖ<sup class="subfont">ˋ</sup> ㄐㄩㄝ<sup class="subfont">ˊ</sup> |ㄢ<sup class="subfont">ˇ</sup> ㄩㄝ<sup class="subfont">ˋ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">rì jué yǎn yuè</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">日角,古代相術稱天庭左方的左額隆起如日狀。偃月,古代相術稱天庭右方的右額隆起如月牙。日角偃月指富貴至極的面相。晉˙袁宏˙後漢紀˙卷十八˙順帝紀:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>選入掖庭,相工茅通見之,驚曰:<img src=/cydic/dicword/fa42.gif border=0 alt=* class=fontimg valign=center>此所謂日角偃月,相之極貴,臣未嘗見之。<img src=/cydic/dicword/fa43.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>&nbsp;</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>
Figure3/Tox21_nnm/WorkHere/1438-94-4.smi.png.html
andrewdefries/ToxCast
<!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' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>1438-94-4.smi.png.html</title> </head> <body>ID1438-94-4<br/> <img border="0" src="1438-94-4.smi.png" alt="1438-94-4.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>1438-94-4</td><td>12784</td><td>C9H9NO</td><td>147.1739</td><td>27663</td><td>82486</td><td>47663</td><td>7167</td><td>1-Furfurylpyrrole</td><td></td><td>1438-94-4</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C9H9NO</td><td>147.1739</td><td>defined organic</td><td>parent</td><td>1-(furan-2-ylmethyl)-1H-pyrrole</td><td>c2cn(Cc1ccco1)cc2</td><td>c2cn(Cc1ccco1)cc2</td><td>20101215</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 04:03:58 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
tag/進得/json/index.html
sunnyKiwi/JustCopy
{ "posts": [ { "url": "/taiwan/tainan/2017/12/31/TainanM.1514723156.A.27C.html", "title": "有人在海安跨年派對現場嗎", "image": "https://i.imgur.com/1SA0R2L.jpg", "push": "21", "boo": "0", "date": "2017-12-31 20:25:53 +0800", "boardName": "台南", "boardLink": "/category/tainan" } ] }
doc/jdk6_cn/org/omg/CORBA/WCharSeqHelper.html
piterlin/piterlin.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:23:34 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> WCharSeqHelper (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <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="WCharSeqHelper (Java Platform SE 6)"; } } </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="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WCharSeqHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/CORBA/VM_TRUNCATABLE.html" title="org.omg.CORBA 中的接口"><B>上一个类</B></A>&nbsp; &nbsp;<A HREF="../../../org/omg/CORBA/WCharSeqHolder.html" title="org.omg.CORBA 中的类"><B>下一个类</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/CORBA/WCharSeqHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="WCharSeqHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.omg.CORBA</FONT> <BR> 类 WCharSeqHelper</H2> <PRE> <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A> <IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><B>org.omg.CORBA.WCharSeqHelper</B> </PRE> <HR> <DL> <DT><PRE>public abstract class <B>WCharSeqHelper</B><DT>extends <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A></DL> </PRE> <P> <tt>WCharSeq</tt> 的 Helper。有关 Helper 文件的更多信息,请参阅<a href="doc-files/generatedfiles.html#helper">&ldquo;生成的文件:Helper 文件&rdquo;</a>。<P> org/omg/CORBA/WCharSeqHelper.java 由 &quot;3.0&quot; 版的 IDL-to-Java 编译器(可移植)从 streams.idl 中生成,生成时间为 1999 年 5 月 13 日 22:41:36 (GMT+00:00) 类定义已经修改,以遵守以下 OMG 规范: <ul> <li> 由 CORBA 2.3.1 定义的 ORB 核心 (<a href="http://cgi.omg.org/cgi-bin/doc?formal/99-10-07">formal/99-10-07</a>) </li> <li> <a href="http://cgi.omg.org/cgi-bin/doc?ptc/00-01-08">ptc/00-01-08</a> 中定义的 IDL/Java 语言映射 </li> </ul> <P> <P> <HR> <P> <!-- ======== 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>构造方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#WCharSeqHelper()">WCharSeqHelper</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;char[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#extract(org.omg.CORBA.Any)">extract</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#id()">id</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#insert(org.omg.CORBA.Any, char[])">insert</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a, char[]&nbsp;that)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;char[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#read(org.omg.CORBA.portable.InputStream)">read</A></B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A>&nbsp;istream)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#type()">type</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#write(org.omg.CORBA.portable.OutputStream, char[])">write</A></B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A>&nbsp;ostream, char[]&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>从类 java.lang.<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> 继承的方法</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= 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>构造方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="WCharSeqHelper()"><!-- --></A><H3> WCharSeqHelper</H3> <PRE> public <B>WCharSeqHelper</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>方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="insert(org.omg.CORBA.Any, char[])"><!-- --></A><H3> insert</H3> <PRE> public static void <B>insert</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a, char[]&nbsp;that)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="extract(org.omg.CORBA.Any)"><!-- --></A><H3> extract</H3> <PRE> public static char[] <B>extract</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="type()"><!-- --></A><H3> type</H3> <PRE> public static <A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A> <B>type</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="id()"><!-- --></A><H3> id</H3> <PRE> public static <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>id</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="read(org.omg.CORBA.portable.InputStream)"><!-- --></A><H3> read</H3> <PRE> public static char[] <B>read</B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A>&nbsp;istream)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="write(org.omg.CORBA.portable.OutputStream, char[])"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A>&nbsp;ostream, char[]&nbsp;value)</PRE> <DL> <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="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WCharSeqHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/CORBA/VM_TRUNCATABLE.html" title="org.omg.CORBA 中的接口"><B>上一个类</B></A>&nbsp; &nbsp;<A HREF="../../../org/omg/CORBA/WCharSeqHolder.html" title="org.omg.CORBA 中的类"><B>下一个类</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/CORBA/WCharSeqHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="WCharSeqHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
app/views/doc/java-client/pro/beam/api/response/channels/package-frame.html
MrAdder/developers
<!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_05) on Thu Jul 23 18:13:21 EDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>pro.beam.api.response.channels (api 1.3.19-SNAPSHOT API)</title> <meta name="date" content="2015-07-23"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../pro/beam/api/response/channels/package-summary.html" target="classFrame">pro.beam.api.response.channels</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="ShowChannelsResponse.html" title="class in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse</a></li> <li><a href="ShowSlugsRepsonse.html" title="class in pro.beam.api.response.channels" target="classFrame">ShowSlugsRepsonse</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="ShowChannelsResponse.Attributes.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse.Attributes</a></li> <li><a href="ShowChannelsResponse.Ordering.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse.Ordering</a></li> <li><a href="ShowChannelsResponse.Scope.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse.Scope</a></li> <li><a href="ShowSlugsRepsonse.OnlineRestriction.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowSlugsRepsonse.OnlineRestriction</a></li> </ul> </div> </body> </html>
htmls/archlinux_install_notice.html
thiefuniverse/thiefuniverse.github.io
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2019-02-27 Wed 00:40 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Arch安装注意事项</title> <meta name="generator" content="Org mode" /> <meta name="author" content="ThankFly" /> <meta name="description" content="change to a wonderful system" /> <meta name="keywords" content="linux,system" /> <style type="text/css"> <!--/*--><![CDATA[/*><!--*/ .title { text-align: center; margin-bottom: .2em; } .subtitle { text-align: center; font-size: medium; font-weight: bold; margin-top:0; } .todo { font-family: monospace; color: red; } .done { font-family: monospace; color: green; } .priority { font-family: monospace; color: orange; } .tag { background-color: #eee; font-family: monospace; padding: 2px; font-size: 80%; font-weight: normal; } .timestamp { color: #bebebe; } .timestamp-kwd { color: #5f9ea0; } .org-right { margin-left: auto; margin-right: 0px; text-align: right; } .org-left { margin-left: 0px; margin-right: auto; text-align: left; } .org-center { margin-left: auto; margin-right: auto; text-align: center; } .underline { text-decoration: underline; } #postamble p, #preamble p { font-size: 90%; margin: .2em; } p.verse { margin-left: 3%; } pre { border: 1px solid #ccc; box-shadow: 3px 3px 3px #eee; padding: 8pt; font-family: monospace; overflow: auto; margin: 1.2em; } pre.src { position: relative; overflow: visible; padding-top: 1.2em; } pre.src:before { display: none; position: absolute; background-color: white; top: -10px; right: 10px; padding: 3px; border: 1px solid black; } pre.src:hover:before { display: inline;} /* Languages per Org manual */ pre.src-asymptote:before { content: 'Asymptote'; } pre.src-awk:before { content: 'Awk'; } pre.src-C:before { content: 'C'; } /* pre.src-C++ doesn't work in CSS */ pre.src-clojure:before { content: 'Clojure'; } pre.src-css:before { content: 'CSS'; } pre.src-D:before { content: 'D'; } pre.src-ditaa:before { content: 'ditaa'; } pre.src-dot:before { content: 'Graphviz'; } pre.src-calc:before { content: 'Emacs Calc'; } pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } pre.src-fortran:before { content: 'Fortran'; } pre.src-gnuplot:before { content: 'gnuplot'; } pre.src-haskell:before { content: 'Haskell'; } pre.src-hledger:before { content: 'hledger'; } pre.src-java:before { content: 'Java'; } pre.src-js:before { content: 'Javascript'; } pre.src-latex:before { content: 'LaTeX'; } pre.src-ledger:before { content: 'Ledger'; } pre.src-lisp:before { content: 'Lisp'; } pre.src-lilypond:before { content: 'Lilypond'; } pre.src-lua:before { content: 'Lua'; } pre.src-matlab:before { content: 'MATLAB'; } pre.src-mscgen:before { content: 'Mscgen'; } pre.src-ocaml:before { content: 'Objective Caml'; } pre.src-octave:before { content: 'Octave'; } pre.src-org:before { content: 'Org mode'; } pre.src-oz:before { content: 'OZ'; } pre.src-plantuml:before { content: 'Plantuml'; } pre.src-processing:before { content: 'Processing.js'; } pre.src-python:before { content: 'Python'; } pre.src-R:before { content: 'R'; } pre.src-ruby:before { content: 'Ruby'; } pre.src-sass:before { content: 'Sass'; } pre.src-scheme:before { content: 'Scheme'; } pre.src-screen:before { content: 'Gnu Screen'; } pre.src-sed:before { content: 'Sed'; } pre.src-sh:before { content: 'shell'; } pre.src-sql:before { content: 'SQL'; } pre.src-sqlite:before { content: 'SQLite'; } /* additional languages in org.el's org-babel-load-languages alist */ pre.src-forth:before { content: 'Forth'; } pre.src-io:before { content: 'IO'; } pre.src-J:before { content: 'J'; } pre.src-makefile:before { content: 'Makefile'; } pre.src-maxima:before { content: 'Maxima'; } pre.src-perl:before { content: 'Perl'; } pre.src-picolisp:before { content: 'Pico Lisp'; } pre.src-scala:before { content: 'Scala'; } pre.src-shell:before { content: 'Shell Script'; } pre.src-ebnf2ps:before { content: 'ebfn2ps'; } /* additional language identifiers per "defun org-babel-execute" in ob-*.el */ pre.src-cpp:before { content: 'C++'; } pre.src-abc:before { content: 'ABC'; } pre.src-coq:before { content: 'Coq'; } pre.src-groovy:before { content: 'Groovy'; } /* additional language identifiers from org-babel-shell-names in ob-shell.el: ob-shell is the only babel language using a lambda to put the execution function name together. */ pre.src-bash:before { content: 'bash'; } pre.src-csh:before { content: 'csh'; } pre.src-ash:before { content: 'ash'; } pre.src-dash:before { content: 'dash'; } pre.src-ksh:before { content: 'ksh'; } pre.src-mksh:before { content: 'mksh'; } pre.src-posh:before { content: 'posh'; } /* Additional Emacs modes also supported by the LaTeX listings package */ pre.src-ada:before { content: 'Ada'; } pre.src-asm:before { content: 'Assembler'; } pre.src-caml:before { content: 'Caml'; } pre.src-delphi:before { content: 'Delphi'; } pre.src-html:before { content: 'HTML'; } pre.src-idl:before { content: 'IDL'; } pre.src-mercury:before { content: 'Mercury'; } pre.src-metapost:before { content: 'MetaPost'; } pre.src-modula-2:before { content: 'Modula-2'; } pre.src-pascal:before { content: 'Pascal'; } pre.src-ps:before { content: 'PostScript'; } pre.src-prolog:before { content: 'Prolog'; } pre.src-simula:before { content: 'Simula'; } pre.src-tcl:before { content: 'tcl'; } pre.src-tex:before { content: 'TeX'; } pre.src-plain-tex:before { content: 'Plain TeX'; } pre.src-verilog:before { content: 'Verilog'; } pre.src-vhdl:before { content: 'VHDL'; } pre.src-xml:before { content: 'XML'; } pre.src-nxml:before { content: 'XML'; } /* add a generic configuration mode; LaTeX export needs an additional (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */ pre.src-conf:before { content: 'Configuration File'; } table { border-collapse:collapse; } caption.t-above { caption-side: top; } caption.t-bottom { caption-side: bottom; } td, th { vertical-align:top; } th.org-right { text-align: center; } th.org-left { text-align: center; } th.org-center { text-align: center; } td.org-right { text-align: right; } td.org-left { text-align: left; } td.org-center { text-align: center; } dt { font-weight: bold; } .footpara { display: inline; } .footdef { margin-bottom: 1em; } .figure { padding: 1em; } .figure p { text-align: center; } .inlinetask { padding: 10px; border: 2px solid gray; margin: 10px; background: #ffffcc; } #org-div-home-and-up { text-align: right; font-size: 70%; white-space: nowrap; } textarea { overflow-x: auto; } .linenr { font-size: smaller } .code-highlighted { background-color: #ffff00; } .org-info-js_info-navigation { border-style: none; } #org-info-js_console-label { font-size: 10px; font-weight: bold; white-space: nowrap; } .org-info-js_search-highlight { background-color: #ffff00; color: #000000; font-weight: bold; } .org-svg { width: 90%; } /*]]>*/--> </style> <link rel="stylesheet" type="text/css" href="../media/stylesheets/org.css"> <script type="text/javascript"> /* @licstart The following is the entire license notice for the JavaScript code in this tag. Copyright (C) 2012-2018 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. As additional permission under GNU GPL version 3 section 7, you may distribute non-source (e.g., minimized or compacted) forms of that code without the copy of the GNU GPL normally required by section 4, provided you include this license notice and a URL through which recipients can access the Corresponding Source. @licend The above is the entire license notice for the JavaScript code in this tag. */ <!--/*--><![CDATA[/*><!--*/ function CodeHighlightOn(elem, id) { var target = document.getElementById(id); if(null != target) { elem.cacheClassElem = elem.className; elem.cacheClassTarget = target.className; target.className = "code-highlighted"; elem.className = "code-highlighted"; } } function CodeHighlightOff(elem, id) { var target = document.getElementById(id); if(elem.cacheClassElem) elem.className = elem.cacheClassElem; if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } /*]]>*///--> </script> </head> <body> <div id="content"> <h1 class="title">Arch安装注意事项</h1> <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org4f488c6">1. lightdm的使用</a></li> <li><a href="#orge92e282">2. 输入法无法切换和应用字体出现空格</a></li> <li><a href="#org7f032df">3. 安装kde-base及相关依赖包</a></li> <li><a href="#orgfebd141">4. 进入不了kde桌面</a></li> </ul> </div> </div> <div id="outline-container-org4f488c6" class="outline-2"> <h2 id="org4f488c6"><span class="section-number-2">1</span> lightdm的使用</h2> <div class="outline-text-2" id="text-1"> <p> /etc/lightdm/lightdm.conf是主体配置文件,可以把greet-xsession设置成自己想要的 greeter.有不同的登录界面可以选择,比如lightdm-gtk-greeter,lightdm-webkit(2)-greeter, 试了半天发现webkit2这个主题比较酷炫的greeter并不能用,感到很无奈,只好用着lightdm-gtk-greeter. 当然这个gtk的登录界面也可以进行简单配置的. </p> </div> </div> <div id="outline-container-orge92e282" class="outline-2"> <h2 id="orge92e282"><span class="section-number-2">2</span> 输入法无法切换和应用字体出现空格</h2> <div class="outline-text-2" id="text-2"> <p> 输入法无法切换这一点纠结了我很久,之前一直用的ubuntu下的搜狗输入法,现在也仍装了它. arch下安装软件还是比较方便的,但是一直切换不出来搜狗输入法让人很无奈,搜了半天最后发 现似乎是在配置文件里加入 </p> <div class="org-src-container"> <pre class="src src-sh"><span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">LANG</span>=zh_CN.UTF-8 <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">LANGUAGE</span>=zh_CN:en_US <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">LC_CTYPE</span>=en_US.UTF-8 <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">XIM</span>=<span style="color: #689f38;">"fcitx"</span> <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">XIM_PROGRAM</span>=<span style="color: #689f38;">"fcitx"</span> <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">XMODIFIERS</span>=<span style="color: #689f38;">"@im=fcitx"</span>&#65348; <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">GTK_IM_MODULE</span>=<span style="color: #689f38;">"fcitx"</span> <span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">QT_IM_MODULE</span>=<span style="color: #689f38;">"fcitx"</span> </pre> </div> <p> 这些配置,然而,也不知道该加入哪个配置文件,/etc/locale.conf,~/.xinitrc,~/.xprofile, /etc/environment都加了最后不知怎么就可以调用了,只是同时也发现clion乱码了,很失望:( </p> <p> 至于乱码是怎么解决的呢? </p> </div> </div> <div id="outline-container-org7f032df" class="outline-2"> <h2 id="org7f032df"><span class="section-number-2">3</span> 安装kde-base及相关依赖包</h2> <div class="outline-text-2" id="text-3"> <p> 安装了kde的字体工具,基本的字体文件之后,一看发现之前有空格的应用现在都正常了. :) 不得不说kde这个系列还是很不错的,只是电脑性能太差了,很容易卡. </p> </div> </div> <div id="outline-container-orgfebd141" class="outline-2"> <h2 id="orgfebd141"><span class="section-number-2">4</span> 进入不了kde桌面</h2> <div class="outline-text-2" id="text-4"> <p> 看archwiki上说kde5用sddm比较好的意思(也可能是我理解错了),最后偶然把lightdmf关了,换成 了gdm,竟然一下可以进入plasma界面了.恩,然后体验了一把gnome和kde的卡,对比了一下发现了我 xfce的流畅简洁. :) </p> </div> </div> </div> <div id="postamble" class="status"> <p class="date">Date: 2016-10-15</p> <p class="author">Author: ThankFly</p> <p class="date">Created: 2019-02-27 Wed 00:40</p> <p class="validation"></p> </div> </body> </html>
app/vendors/PHPExcel/Documentation/API/PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---StringTable.php.html
HadoDokis/Pragtico
<html> <head> <title>Docs for page StringTable.php</title> <link rel="stylesheet" type="text/css" href="../media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PHPExcel_Writer_Excel2007</td> </tr> <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="../classtrees_PHPExcel_Writer_Excel2007.html" class="menu">class tree: PHPExcel_Writer_Excel2007</a> ] [ <a href="../elementindex_PHPExcel_Writer_Excel2007.html" class="menu">index: PHPExcel_Writer_Excel2007</a> ] [ <a href="../elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <div id="todolist"> <p><a href="../todolist.html">Todo List</a></p> </div> <b>Packages:</b><br /> <a href="../li_PHPExcel.html">PHPExcel</a><br /> <a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br /> <a href="../li_JAMA.html">JAMA</a><br /> <a href="../li_Math_Stats.html">Math_Stats</a><br /> <a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br /> <a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br /> <a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br /> <a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br /> <a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br /> <a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br /> <a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br /> <a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br /> <a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br /> <a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br /> <a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br /> <a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br /> <a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br /> <a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br /> <a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br /> <a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br /> <a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Comments.php.html"> Comments.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---ContentTypes.php.html"> ContentTypes.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---DocProps.php.html"> DocProps.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Drawing.php.html"> Drawing.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007.php.html"> Excel2007.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Rels.php.html"> Rels.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---StringTable.php.html"> StringTable.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Style.php.html"> Style.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Theme.php.html"> Theme.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Workbook.php.html"> Workbook.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Worksheet.php.html"> Worksheet.php </a><br> <a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---WriterPart.php.html"> WriterPart.php </a><br> </div><br /> <b>Classes:</b><br /> <div class="package"> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Comments.html">PHPExcel_Writer_Excel2007_Comments</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_ContentTypes.html">PHPExcel_Writer_Excel2007_ContentTypes</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_DocProps.html">PHPExcel_Writer_Excel2007_DocProps</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Drawing.html">PHPExcel_Writer_Excel2007_Drawing</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Rels.html">PHPExcel_Writer_Excel2007_Rels</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_StringTable.html">PHPExcel_Writer_Excel2007_StringTable</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Style.html">PHPExcel_Writer_Excel2007_Style</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Theme.html">PHPExcel_Writer_Excel2007_Theme</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Workbook.html">PHPExcel_Writer_Excel2007_Workbook</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Worksheet.html">PHPExcel_Writer_Excel2007_Worksheet</a><br /> <a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_WriterPart.html">PHPExcel_Writer_Excel2007_WriterPart</a><br /> </div> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <h1>Procedural File: StringTable.php</h1> Source Location: /PHPExcel/Writer/Excel2007/StringTable.php<br /><br /> <br> <br> <div class="contents"> <h2>Classes:</h2> <dt><a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_StringTable.html">PHPExcel_Writer_Excel2007_StringTable</a></dt> <dd>PHPExcel_Writer_Excel2007_StringTable</dd> </div><br /><br /> <h2>Page Details:</h2> PHPExcel<br /><br /><p>Copyright (c) 2006 - 2010 PHPExcel</p><p>This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.</p><p>This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p><p>You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>version:</b>&nbsp;&nbsp;</td><td>1.7.4, 2010-08-26</td> </tr> <tr> <td><b>copyright:</b>&nbsp;&nbsp;</td><td>Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)</td> </tr> <tr> <td><b>filesource:</b>&nbsp;&nbsp;</td><td><a href="../__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007StringTable.php.html">Source Code for this file</a></td> </tr> <tr> <td><b>license:</b>&nbsp;&nbsp;</td><td><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL</a></td> </tr> </table> </div> <br /><br /> <br /><br /> <br /><br /> <br /> <div class="credit"> <hr /> Documentation generated on Thu, 26 Aug 2010 17:44:30 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html>
src/app/app.css
mkinitcpio/GitHub-Notifier
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; } app { display: flex; flex-direction: column; flex-basis: 100%; } .router-outlet-container { flex-basis: 100%; overflow-y: auto; background-color: #f1f1f1; } .router-outlet-container::-webkit-scrollbar { width: 0 !important }
src/app/shared/galal-UI/file-manager/browser-view/browser-view.component.css
ahmedgalal007/Galal-UI
.browser-view { height: 448px; overflow: scroll; border: solid 1px #ccc ; }
epa-grants/research/raw/05756.html
1wheel/scraping
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)]><!--> <html class="no-js not-oldie" lang="en" dir="ltr"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="HandheldFriendly" content="true" /> <link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="MobileOptimized" content="width" /> <meta http-equiv="cleartype" content="on" /> <meta http-equiv="ImageToolbar" content="false" /> <meta name="viewport" content="width=device-width" /> <meta name="version" content="20161218" /> <!--googleon: all--> <meta name="DC.description" content="" /> <meta name="DC.title" content="" /> <title> Application of Advanced Waste Characterization to Soil Washing and Treatment| Research Project Database | Grantee Research Project | ORD | US EPA</title> <!--googleoff: snippet--> <meta name="keywords" content="" /> <link rel="shortlink" href="" /> <link rel="canonical" href="" /> <meta name="DC.creator" content="" /> <meta name="DC.language" content="en" /> <meta name="DC.Subject.epachannel" content="" /> <meta name="DC.type" content="" /> <meta name="DC.date.created" content="" /> <meta name="DC.date.modified" content="2003-02-18" /> <!--googleoff: all--> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" /> <!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]--> <link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" /> <link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" /> <link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" /> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]--> <style type="text/css"> /*This style needed for highlight link. Please do not remove*/ .hlText { font-family: "Arial"; color: red; font-weight: bold; font-style: italic; background-color: yellow; } .tblClass { font-size:smaller; min-width: 10%; line-height: normal; } </style> </head> <!-- NOTE, figure out body classes! --> <body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" > <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script> <!-- End Google Tag Manager --> <div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div> <header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" /> <hgroup class="site-name-and-slogan"> <h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1> <div class="site-slogan">United States Environmental Protection Agency</div> </hgroup> <form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch"> <label class="element-hidden" for="search-box">Search</label> <input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/> <button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button> <input type="hidden" name="fld" value="" /> <input type="hidden" name="areaname" value="" /> <input type="hidden" name="areacontacts" value="" /> <input type="hidden" name="areasearchurl" value="" /> <input type="hidden" name="typeofsearch" value="epa" /> <input type="hidden" name="result_template" value="2col.ftl" /> <input type="hidden" name="filter" value="sample4filt.hts" /> </form> </header> <section id="main-content" class="main-content clearfix" role="main"> <div class="region-preface clearfix"> <div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region"> <ul class="menu utility-menu"> <li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li> </ul> </div> </div> <div class="main-column clearfix"> <!--googleon: all--> <div class="panel-pane pane-node-content" > <div class="pane-content"> <div class="node node-page clearfix view-mode-full"> <div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index--> <h5 class="pane-title">Project Research Results</h5> <div class="pane-content"> <ul> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5756/report/F">Final Report</a></li> </ul> <strong>Main Center: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">R825511</a><br /> </strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/132">131 publications for this center</a><br /> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.journals/Center/132">39 journal articles for this center</a><br /> </div> <!-- RFA Search start --> <h5 class="pane-title">Related Information</h5> <div class="pane-content"> <ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li> <li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li> <li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li> <li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li> <li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li> </ul> </div> <!-- RFA Search End --><!--googleon: index--> </div> <a name="content"></a> <h2> Application of Advanced Waste Characterization to Soil Washing and Treatment</h2> <b>EPA Grant Number:</b> R825511C046<br /> <b>Subproject:</b> <i>this is subproject number 046 , established and managed by the Center Director under grant <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">R825511</a> <br> (EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</i><br /> <b>Center:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">HSRC (1989) - Northeast HSRC</a><br /> <b>Center Director:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6121"> Sidhu, Sukh S.</a><br /> <b>Title:</b> Application of Advanced Waste Characterization to Soil Washing and Treatment<br /> <b>Investigators:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6188"> Labib, Mohammed E. </a> <br /> <strong>Institution:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/4533"> <b>New Jersey Institute of Technology</b> </a> <br /> <strong>EPA Project Officer:</strong> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/4003"> Manty, Dale </a> <br /> <b>Project Period:</b> January 1, 1996 through December 31, 1996 <br /> <b>RFA:</b> Hazardous Substance Research Centers - HSRC (1989) <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/269">RFA Text</a>&nbsp;|&nbsp; <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/269">Recipients Lists</a> <br /> <b>Research Category:</b> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/722">Hazardous Substance Research Centers</a> , <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1174">Land and Waste Management</a> <br /> <br> <h3>Objective:</h3> <p>The goals of this program are to use advanced characterization techniques to define the treatability of heavy metal contaminated soils and to reach more informed decisions compared to conventional approaches. The project should result in methodologies for using advanced techniques to characterize earth materials and answer questions regarding heavy metal distribution, speciation and association with the host matrix of soil. Soil washing techniques can thus be evaluated and assessed with the aid of the development methodologies. <p></p> <h3>Approach:</h3> <p>Methodology for selecting and applying various advanced characterization techniques to soil and wastes has been developed. Several examples of contaminants were examined using the new methodology for investigating: Cr, Pb and Hg contamination. The investigaotrs are currently investigating As-contaminated soils. They have performed limited soil washing experiments and investigated the soils before and after washing. We have been collaborating with Dr. J. Benschoten at the University of Buffalo during his soils washing developments. These recent investigation should provide us with the level of Pb contamination so a function of depth in a particle of soil. <p></p> <h3>Expected Results:</h3> <p>Conventional analytical chemistry techniques are limited with respect to providing information about heavy metal contaminates and the host soil matrices. In order to arrive at informed decisions regarding treatability, advanced characterization techniques such as: XRD, RXF, XPS, Auger, EDS, TOF-SIMS, digital elemental mapping, and others provide such needed details. For example, conventional techniques could not tell if the soil is contaminated with elemental or compound lead, or if the lead contaminants is present uniformly or as discrete phases in the soil. Such detailed knowledge has been applied to many examples with excellent results. <p></p> <h3>Supplemental Keywords:</h3> <i>Soil Washing, Waste Characterization, waste characterization, waste treatment.</i>, RFA, Scientific Discipline, INTERNATIONAL COOPERATION, Waste, Water, TREATMENT/CONTROL, Waste Treatment, Contaminated Sediments, Remediation, Environmental Chemistry, Treatment Technologies, Hazardous Waste, Environmental Monitoring, Ecological Risk Assessment, Hazardous, Environmental Engineering, hazardous waste management, hazardous waste treatment, risk assessment, sediment treatment, heavy metals transport, advanced treatment technologies, cleanup, contaminated sediment, remediation technologies, metal release, soil washing, treatment, hazadous waste streams, technology transfer <p /> <P><h3>Progress and Final Reports:</h3> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5756/report/F">Final Report</a><br> </P> <br> <h3>Main Center Abstract and Reports:</h3> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">R825511</a> &nbsp;&nbsp; <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">HSRC (1989) - Northeast HSRC</a> <br /> <p> <strong>Subprojects under this Center:</strong> <span class="fileinfo">(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</span><br /> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5689/report/0">R825511C001</a> Development of Mechanisms and Kinetic Models on Formation of Polychlorinated Dibenzo-p-Dioxins and Dibenzofurans from Aromatic Precursors<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5693/report/0">R825511C002</a> Real-Time Monitoring and Control of Emissions from Stationary Combustors and Incinerators<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5695/report/0">R825511C003</a> Development of Sampling Systems for Continuous Monitoring of Volatile Organic Compounds (VOCs)<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5696/report/0">R825511C004</a> Investigation into the Effectiveness of DNAPL Remediation Strategies in Fractured Media<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5697/report/0">R825511C005</a> Advanced Leak Detection and Location Research: Extending the SERDP-funded Technical Base<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5699/report/0">R825511C006</a> Three-Dimensional Geostatistical Site Characterization with Updating<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5701/report/0">R825511C007</a> Anaerobic Biodegradation of PAHs in Soils and Dredged Sediments: Characterizing, Monitoring and Promoting Remediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5702/report/0">R825511C008</a> Substrate Accelerated Death and Extended Lag Phases as Causes of the Recalcitrance of Halogenated Compounds in Anoxic Environments<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5703/report/0">R825511C009</a> Fate and Transport of Nonionic Surfactants<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5704/report/0">R825511C010</a> In Situ Degradation of Petroleum Hydrocarbons and PAHs in Contaminated Salt Marsh Sediments<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5705/report/0">R825511C011</a> Design and Operation of Surfactant-Enhanced Bioslurry Reactors<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5707/report/0">R825511C012</a> Experimental Study of Overland Transport of Cryptosporidium parvum Oocysts<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5708/report/0">R825511C013</a> Development of a Framework for Evaluation of Leaching from Solid Waste<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5709/report/0">R825511C014</a> Use of a New Leaching Test Framework for Evaluating Alternative Treatment Processes for Mercury Contaminated Mixed Waste (Hazardous and Radioactive)<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5711/report/0">R825511C015</a> Field Pilot Test of In Situ Ultrasonic Enhancement Coupled With Soil Fracturing to Detoxify Contaminated Soil<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5713/report/0">R825511C016</a> Development of Sampling Systems for Continuous Monitoring of Volatile Organic Compounds (VOCs)<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5714/report/0">R825511C017</a> Field Demonstration of the Use of Reactive Zero-Valence Iron Powder to Treat Source Zone Sites Impacted by Halogenated Volatile Organic Chemicals<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5715/report/0">R825511C018</a> Technology Transfer of Continuous Non-Methane Organic Carbon (C-NMOC) Analyzer<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5717/report/0">R825511C019</a> Field Sampling and Treatability Study for In-Situ Remediation of PCB's and Leachable Lead with Iron Powder<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5719/report/0">R825511C020</a> Experimental and Modeling Studies of Chlorocarbon Incineration, PIC Formation, and Emissions Control<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5721/report/0">R825511C021</a> Experimental Studies and Numerical Modeling of Turbulent Combustion During Thermal Treatment of Hazardous Wastes: Applied Research for the Generation of Design and Diagnostic Tools<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5722/report/0">R825511C022</a> Electrochemical Sensor for Heavy Metals in Groundwater - Phase IV<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5723/report/0">R825511C023</a> Novel Molecular Tools for Monitoring In-Situ Bioremediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5724/report/0">R825511C024</a> Surfactant-Enhanced Bioremediation of Soils in the Presence of an Organic Phase<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5725/report/0">R825511C025</a> Enhanced Microbial Dechlorination of PCBs and Dioxins in Contaminated Dredge Spoils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5726/report/0">R825511C026</a> Toward A Risk-Based Model for Bioremediation of Multicomponent NAPL Contaminants<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5727/report/0">R825511C027</a> Removal and Recovery of VOCs and Oils from Surfactant-Flushed Recovered Water by Membrane Permeation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5731/report/0">R825511C029</a> Field Pilot Test of In-Situ Ultrasonic Enhancement Coupled With Soil Fracturing to Detoxify Contaminated Soil in Cooperation with McLaren/Hart Environmental Engineers at the Hillsborough, NJ Site<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5732/report/0">R825511C030</a> In-Situ Field Test of Electroremediation of a Chromate-Contaminated Site in Hudson County, New Jersey<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5733/report/0">R825511C031</a> Electrokinetic Removal of Heavy Metals and Mixed Hazardous Wastes from Partially and Fully Saturated Soils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5734/report/0">R825511C032</a> Effects of Clay Charge and Confining Stresses on Soil Remediation by Electroosmosis<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5735/report/0">R825511C033</a> Assessment of Surfactant Enhanced Bioremediation for Soils/Aquifers Containing Polycyclic Aromatic Hydrocarbons (PAHs)<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5737/report/0">R825511C034</a> In-Situ Bioremediation of Organic Compounds: Coupling of Mass Transfer and Biodegradation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5738/report/0">R825511C035</a> Investigation into the Effectiveness of DNAPL Remediation Strategies in Fractured Media<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5743/report/0">R825511C036</a> Field Pilot Scale Demonstration of Trench Bio-Sparge: An In-Situ Groundwater Treatment Technology<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5745/report/0">R825511C037</a> In-Situ Reductive Dehalogenation of Aliphatic Compounds by Fermentative Heterotrophic Bacteria<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5746/report/0">R825511C038</a> The Effect of Carbon-Nitrogen Ratios on Bacterial Transport and Biodegradation Rates In Soils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5747/report/0">R825511C039</a> Ultrasonic Enhancement of Soil Fracturing Technologies for In-Situ Detoxification of Contaminated Soil<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5749/report/0">R825511C040</a> Full Field Demonstration of Integrated Pneumatic Fracturing and In-Situ Bioremediation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5750/report/0">R825511C041</a> Determination of Adsorption and Desorption Behavior of Petroleum Products on Soils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5751/report/0">R825511C042</a> Evaluation of the Potential for Complete Bioremediation of NAPL-Contaminated Soils Containing Polycyclic Aromatic Hydrocarbons (PAHs)<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5752/report/0">R825511C043</a> Characterization of Subsurface NAPL Distributions at Heterogeneous Field Sites<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5753/report/0">R825511C044</a> Development of a Thermal Desorption Gas Chromatograph/Microwave Induced Plasma/Mass Spectrometer (TDGC/MIP/MS) for On-site Analysis of Organic and Metal Contaminants<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5755/report/0">R825511C045</a> Using Trainable Networks for a Three-dimensional Characterization of Subsurface Contamination<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5756/report/0">R825511C046</a> Application of Advanced Waste Characterization to Soil Washing and Treatment<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5757/report/0">R825511C047</a> Electrochemical Sensor for Heavy Metals in Groundwater Phase III<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5758/report/0">R825511C048</a> Improved Luminescence Sensors for Oxygen Measurement<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5759/report/0">R825511C049</a> Preconcentration, Speciation and Determination of Dissolved Heavy Metals in Natural Waters, using Ion Exchange and Graphite Furnace Atomic Absorption Spectrometry<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5760/report/0">R825511C050</a> Experimental and Modeling Studies of Chlorocarbon Incineration and PIC Formation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5761/report/0">R825511C051</a> PIC Emission Minimization: Fundamentals and Applications<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5762/report/0">R825511C052</a> Project Title: Development of a Two Stage, Pulse Combustion, VOC Destruction Technology<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5763/report/0">R825511C053</a> Development of Sampling Systems for Continuous Monitoring of Volatile Organic Compounds (VOCs)<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5765/report/0">R825511C054</a> FTIR Analysis of Gaseous Products from Hazardous Waste Combustion<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5767/report/0">R825511C055</a> Toxic Metals Volatilization for Waste Separation and Real-time Metals Analyses<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5769/report/0">R825511C056</a> Mixed Metal Removal and Recovery by Hollow Fiber Membrane-Based Extractive Adsorber<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5771/report/0">R825511C057</a> Removal of Volatile Organic Compounds (VOCs) from Contaminated Groundwater and Soils by Pervaporation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5772/report/0">R825511C058</a> Simultaneous SO2/NO Removal/Recovery by Hollow Fiber Membrane<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5773/report/0">R825511C059</a> Superfund Sites and Mineral Industries Method<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5774/report/0">R825511C060</a> Soil Washing of Mixed Organics/Metal Contamination<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5775/report/0">R825511C061</a> Removal of Cesium, Strontium, Americium, Technetium and Plutonium from Radioactive Wastewater<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5777/report/0">R825511C062</a> Development of a Method for Removal of Nonvolatile Organic Materials from Soil using Flotation<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5778/report/0">R825511C063</a> Recovery of Evaporative Fuel Losses by Vapor Permeation Membranes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5779/report/0">R825511C064</a> Surfactant Selection Protocol for Ex Situ Soil Washing<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5781/report/0">R825511C065</a> Biofiltration for the Control of Toxic Industrial VOCs Emissions<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5782/report/0">R825511C066</a> Catalytic Oxidation of Volatile Organic Compounds in Water<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5783/report/0">R825511C067</a> Soil Washing for Remediating Metal Contaminated Soils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5785/report/0">R825511C068</a> Aqueous Absorption and Kinetics of NO by Strong Oxidizing Agents<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5786/report/0">R825511C069</a> Remediation of Dredging Spoils<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5787/report/0">R825511C070</a> Freeze Concentration for Zero-Effluent Processes<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5789/report/0">R825511C071</a> Life Cycle/Pollution Prevention Response to Executive Order 12856<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5790/report/0">R825511C072</a> Faster Better, Cheaper Hazardous Waste Site Characterization and Cleanup: an Adaptive Sampling and Analysis Strategy Employing Dynamic Workplans<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5791/report/0">R825511C073</a> Development of a Comprehensive Computer Model for the Pneumatic Fracturing Process<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5792/report/0">R825511C074</a> Technology Demonstration and Validation of CFAST Field Analytical Instrumentation for Use in Hazardous Waste Site Characterization, Clean-up and Monitoring<br> <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5795/report/0">R825511C075</a> XFLOW: Training Software Simulating Contaminant Site Characterization and Remediation<br> </p> </div> </div> </div> <div id="block-epa-og-footer" class="block block-epa-og"> <p class="pagetop"><a href="#content">Top of Page</a></p> <!--googleoff: all--> <p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p> </div> <!--googleoff: all--> </div> </section> <nav class="nav simple-nav simple-main-nav" role="navigation"> <div class="nav__inner"> <h2 class="element-invisible">Main menu</h2> <ul class="menu" role="menu"> <li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA&#039;s research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li> <li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws &amp; Regulations</a></li> <li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li> </ul> </div> </nav> <footer class="main-footer clearfix" role="contentinfo"> <div class="main-footer__inner"> <div class="region-footer"> <div class="block block-pane block-pane-epa-global-footer"> <div class="row cols-3"> <div class="col size-1of3"> <div class="col__title">Discover.</div> <ul class="menu"> <li><a href="https://www.epa.gov/accessibility">Accessibility</a></li> <li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li> <li><a href="https://www.epa.gov/planandbudget">Budget &amp; Performance</a></li> <li><a href="https://www.epa.gov/contracts">Contracting</a></li> <li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li> <li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li> <li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Connect.</div> <ul class="menu"> <li><a href="https://www.data.gov/">Data.gov</a></li> <li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li> <li><a href="https://www.epa.gov/careers">Jobs</a></li> <li><a href="https://www.epa.gov/newsroom">Newsroom</a></li> <li><a href="https://www.whitehouse.gov/open">Open Government</a></li> <li><a href="http://www.regulations.gov/">Regulations.gov</a></li> <li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li> <li><a href="https://www.usa.gov/">USA.gov</a></li> <li><a href="https://www.whitehouse.gov/">White House</a></li> </ul> </div> <div class="col size-1of3"> <div class="col__title">Ask.</div> <ul class="menu"> <li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li> <li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li> <li><a href="https://www.epa.gov/foia">FOIA Requests</a></li> <li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li> </ul> <div class="col__title">Follow.</div> <ul class="social-menu"> <li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li> <li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li> <li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li> <li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li> <li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li> </ul> <p class="last-updated">Last updated on Tuesday, February 18, 2003</p> </div> </div> </div> </div> </div> </footer> <script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script> <script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script> <script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script> <script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script> <!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]--> <!-- REMOVE if not using --> <script language=javascript> <!-- // Activate cloak // pressing enter will not default submit the first defined button but the programmed defined button function chkCDVal(cdVal) { var isErr = true; try{ var CDParts = cdVal.split(','); var st = CDParts[0]; var cd = CDParts[1]; var objRegExp = new RegExp('[0-9][0-9]'); if (!isNaN(st)) { isErr = false; } if (!objRegExp.test(cd) || (cd.length>3)){ isErr = false; } } catch(err){ isErr = false; } return isErr; } function checkCongDist(cdtxt) { //alert(cdtxt.value); if (!chkCDVal(cdtxt.value)) { alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08'); return false; } else { return true; } } function fnTrapKD(btn, event) { var btn = getObject(btn); if (document.all) { if (event.keyCode == 13) { event.returnValue=false;event.cancel = true;btn.click(); } } else { if (event.which == 13) { event.returnValue=false;event.cancelBubble = true;btn.click(); } } } function CheckFilter() { if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){ alert('You must select a subtopic. \n This item is not selectable'); document.searchform.presetTopic.options[0].selected = true; } } function openHelpWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); win.focus(); } function openNewWindow(url,title,scrollable) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no'); } function openNewWindow(url,title) { var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewMapWindow(url,title) { var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNoticeWindow(url,title) { var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no'); } function openNewSearchWindow(site,subj) { title = 'window'; var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no'); } function autoCheck(name) { document.forms['thisForm'].elements[name].checked = true; } function alertUser() { var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you."); } function closePopupWindow(redirectUrl) { opener.location = redirectUrl; opener.focus(); this.close(); } //--> </script> </body> </html>
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_stream_socket::message_flags</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket"> <link rel="prev" href="message_end_of_record.html" title="basic_stream_socket::message_end_of_record"> <link rel="next" href="message_out_of_band.html" title="basic_stream_socket::message_out_of_band"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="message_end_of_record.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="message_out_of_band.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.basic_stream_socket.message_flags"></a><a class="link" href="message_flags.html" title="basic_stream_socket::message_flags">basic_stream_socket::message_flags</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from socket_base.</em></span> </p> <p> <a class="indexterm" name="idp58514592"></a> Bitmask type for flags that can be passed to send and receive operations. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">int</span> <span class="identifier">message_flags</span><span class="special">;</span> </pre> <h6> <a name="boost_asio.reference.basic_stream_socket.message_flags.h0"></a> <span><a name="boost_asio.reference.basic_stream_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_stream_socket.message_flags.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="message_end_of_record.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="message_out_of_band.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
056001d/html/classv8_1_1V8.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v9.8.0: v8::V8 Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v9.8.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1V8.html">V8</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="#friends">Friends</a> &#124; <a href="classv8_1_1V8-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::V8 Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a826445815ae5f539547d94bc9b063ca8"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a826445815ae5f539547d94bc9b063ca8">V8_DEPRECATE_SOON</a> (&quot;Use version with default location.&quot;, static bool InitializeICU(const char *icu_data_file=nullptr))</td></tr> <tr class="separator:a826445815ae5f539547d94bc9b063ca8"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:adcb67f2cb8f0d94495b7d25e82aa223a"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#adcb67f2cb8f0d94495b7d25e82aa223a">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void SetFatalErrorHandler(FatalErrorCallback that))</td></tr> <tr class="separator:adcb67f2cb8f0d94495b7d25e82aa223a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaf432a021a1ab586cd2d888c915d47f8"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#aaf432a021a1ab586cd2d888c915d47f8">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, bool IsDead())</td></tr> <tr class="separator:aaf432a021a1ab586cd2d888c915d47f8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae6a0f605e072e9e27e3666559d5c351f"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ae6a0f605e072e9e27e3666559d5c351f">SetNativesDataBlob</a> (<a class="el" href="classv8_1_1StartupData.html">StartupData</a> *startup_blob)</td></tr> <tr class="separator:ae6a0f605e072e9e27e3666559d5c351f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a231b3cd8e5578497ee36210c0411f14c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a231b3cd8e5578497ee36210c0411f14c"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>SetSnapshotDataBlob</b> (<a class="el" href="classv8_1_1StartupData.html">StartupData</a> *startup_blob)</td></tr> <tr class="separator:a231b3cd8e5578497ee36210c0411f14c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac364f4d2598b97502138c9506f2aa287"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ac364f4d2598b97502138c9506f2aa287">CreateSnapshotDataBlob</a> (const char *embedded_source=NULL)</td></tr> <tr class="separator:ac364f4d2598b97502138c9506f2aa287"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adb8616cb7056b7e054f6694deae8dc2a"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#adb8616cb7056b7e054f6694deae8dc2a">WarmUpSnapshotDataBlob</a> (<a class="el" href="classv8_1_1StartupData.html">StartupData</a> cold_startup_blob, const char *warmup_source)</td></tr> <tr class="separator:adb8616cb7056b7e054f6694deae8dc2a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab378f443bbadeeaa625851f39014688f"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ab378f443bbadeeaa625851f39014688f">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, bool AddMessageListener(MessageCallback that, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt; data=<a class="el" href="classv8_1_1Local.html">Local</a>&lt; <a class="el" href="classv8_1_1Value.html">Value</a> &gt;()))</td></tr> <tr class="separator:ab378f443bbadeeaa625851f39014688f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5a6ecfbbf0629d96ad7d5603960f551b"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a5a6ecfbbf0629d96ad7d5603960f551b">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void RemoveMessageListeners(MessageCallback that))</td></tr> <tr class="separator:a5a6ecfbbf0629d96ad7d5603960f551b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a691fb89a31ab4ce066259b7a81521d2e"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a691fb89a31ab4ce066259b7a81521d2e">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void SetCaptureStackTraceForUncaughtExceptions(bool capture, int frame_limit=10, <a class="el" href="classv8_1_1StackTrace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options=StackTrace::kOverview))</td></tr> <tr class="separator:a691fb89a31ab4ce066259b7a81521d2e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab263a85e6f97ea79d944bd20bb09a95f"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ab263a85e6f97ea79d944bd20bb09a95f">SetFlagsFromString</a> (const char *str, int length)</td></tr> <tr class="separator:ab263a85e6f97ea79d944bd20bb09a95f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a63157ad9284ffad1c0ab62b21aadd08c"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a63157ad9284ffad1c0ab62b21aadd08c">SetFlagsFromCommandLine</a> (int *argc, char **argv, bool remove_flags)</td></tr> <tr class="separator:a63157ad9284ffad1c0ab62b21aadd08c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afcecc0e9e8b5fa17a06a93f7b5a7538d"><td class="memItemLeft" align="right" valign="top">static const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#afcecc0e9e8b5fa17a06a93f7b5a7538d">GetVersion</a> ()</td></tr> <tr class="separator:afcecc0e9e8b5fa17a06a93f7b5a7538d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3a1536ab17b6416848404db9805b92ae"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a3a1536ab17b6416848404db9805b92ae">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback))</td></tr> <tr class="separator:a3a1536ab17b6416848404db9805b92ae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aebd12f6f8fe7c67785f1c876dec5b2ce"><td class="memItemLeft" align="right" valign="top">static&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#aebd12f6f8fe7c67785f1c876dec5b2ce">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void AddGCPrologueCallback(GCCallback callback, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter=kGCTypeAll))</td></tr> <tr class="separator:aebd12f6f8fe7c67785f1c876dec5b2ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af56a1bbe2a567b71c70391b9162dbdfc"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#af56a1bbe2a567b71c70391b9162dbdfc">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void RemoveGCPrologueCallback(GCCallback callback))</td></tr> <tr class="separator:af56a1bbe2a567b71c70391b9162dbdfc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a70b116534962612ad29b5f0c45115bda"><td class="memItemLeft" align="right" valign="top">static&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a70b116534962612ad29b5f0c45115bda">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void AddGCEpilogueCallback(GCCallback callback, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter=kGCTypeAll))</td></tr> <tr class="separator:a70b116534962612ad29b5f0c45115bda"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a92cbf3c479cf64c17a72a84a431213e6"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a92cbf3c479cf64c17a72a84a431213e6">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void RemoveGCEpilogueCallback(GCCallback callback))</td></tr> <tr class="separator:a92cbf3c479cf64c17a72a84a431213e6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a40daec93ce44bdd922567fc121be9db8"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a40daec93ce44bdd922567fc121be9db8">Initialize</a> ()</td></tr> <tr class="separator:a40daec93ce44bdd922567fc121be9db8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5331ce9c858af264f30de667c74c5a76"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a5331ce9c858af264f30de667c74c5a76">SetEntropySource</a> (<a class="el" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a> source)</td></tr> <tr class="separator:a5331ce9c858af264f30de667c74c5a76"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7a9e8a96dcb3c3d306c0061b0a8e39c8"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a7a9e8a96dcb3c3d306c0061b0a8e39c8">SetReturnAddressLocationResolver</a> (<a class="el" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a> return_address_resolver)</td></tr> <tr class="separator:a7a9e8a96dcb3c3d306c0061b0a8e39c8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8c6ad462ff967cb3afe8c97c85311e71"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a8c6ad462ff967cb3afe8c97c85311e71">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void TerminateExecution(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate))</td></tr> <tr class="separator:a8c6ad462ff967cb3afe8c97c85311e71"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5f7fe6a564362bb96289f8daf555ae21"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a5f7fe6a564362bb96289f8daf555ae21">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, bool IsExecutionTerminating(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate=NULL))</td></tr> <tr class="separator:a5f7fe6a564362bb96289f8daf555ae21"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a753d4225198ba18638d0b35d58fe8f8d"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a753d4225198ba18638d0b35d58fe8f8d">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void CancelTerminateExecution(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate))</td></tr> <tr class="separator:a753d4225198ba18638d0b35d58fe8f8d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a566450d632c0a63770682b9da3cae08d"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a566450d632c0a63770682b9da3cae08d">Dispose</a> ()</td></tr> <tr class="separator:a566450d632c0a63770682b9da3cae08d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6f1eecbdac8c724d0d2b1c1932b9fd2f"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a6f1eecbdac8c724d0d2b1c1932b9fd2f">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void VisitExternalResources(<a class="el" href="classv8_1_1ExternalResourceVisitor.html">ExternalResourceVisitor</a> *visitor))</td></tr> <tr class="separator:a6f1eecbdac8c724d0d2b1c1932b9fd2f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8e480f3cbe5604c1ac70a27ee712240d"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a8e480f3cbe5604c1ac70a27ee712240d">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void VisitHandlesWithClassIds(<a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a> *visitor))</td></tr> <tr class="separator:a8e480f3cbe5604c1ac70a27ee712240d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab3dc2dd0a6e412f8a9fc6a487e883dfd"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ab3dc2dd0a6e412f8a9fc6a487e883dfd">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void VisitHandlesWithClassIds(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a> *visitor))</td></tr> <tr class="separator:ab3dc2dd0a6e412f8a9fc6a487e883dfd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7ccad1e5aadabf0368ff1a7b0a8cbb6b"><td class="memItemLeft" align="right" valign="top">static V8_INLINE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a7ccad1e5aadabf0368ff1a7b0a8cbb6b">V8_DEPRECATED</a> (&quot;Use isolate version&quot;, void VisitHandlesForPartialDependence(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a> *visitor))</td></tr> <tr class="separator:a7ccad1e5aadabf0368ff1a7b0a8cbb6b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a133e338f42ab109a51f75b929f7c1500"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a133e338f42ab109a51f75b929f7c1500">InitializeICUDefaultLocation</a> (const char *exec_path, const char *icu_data_file=nullptr)</td></tr> <tr class="separator:a133e338f42ab109a51f75b929f7c1500"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad662ec37263887b7fd31c6b498e9466c"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ad662ec37263887b7fd31c6b498e9466c">InitializeExternalStartupData</a> (const char *directory_path)</td></tr> <tr class="separator:ad662ec37263887b7fd31c6b498e9466c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a21e8f87cde2efa4af9955ab05515b4d2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a21e8f87cde2efa4af9955ab05515b4d2"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>InitializeExternalStartupData</b> (const char *natives_blob, const char *snapshot_blob)</td></tr> <tr class="separator:a21e8f87cde2efa4af9955ab05515b4d2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a095eb8064458588a579c2b904e02dbbf"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a095eb8064458588a579c2b904e02dbbf">InitializePlatform</a> (<a class="el" href="classv8_1_1Platform.html">Platform</a> *platform)</td></tr> <tr class="separator:a095eb8064458588a579c2b904e02dbbf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a228fad83cc2fe17f10cea1a6fb6669c7"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a228fad83cc2fe17f10cea1a6fb6669c7">ShutdownPlatform</a> ()</td></tr> <tr class="separator:a228fad83cc2fe17f10cea1a6fb6669c7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adbf27d051499b037f054d4d59c9e76b4"><td class="memItemLeft" align="right" valign="top">static bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#adbf27d051499b037f054d4d59c9e76b4">RegisterDefaultSignalHandler</a> ()</td></tr> <tr class="separator:adbf27d051499b037f054d4d59c9e76b4"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a> Friends</h2></td></tr> <tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplParams" colspan="2"><a class="anchor" id="a08e2b8f164392d71811ce6cc134f33e3"></a> template&lt;class K , class V , class T &gt; </td></tr> <tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>PersistentValueMapBase</b></td></tr> <tr class="separator:a08e2b8f164392d71811ce6cc134f33e3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplParams" colspan="2"><a class="anchor" id="afb872edb4aac7ba55f0da004113aa2b0"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Local</b></td></tr> <tr class="separator:afb872edb4aac7ba55f0da004113aa2b0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8c1dab86fc095fca89075da411a82209"><td class="memTemplParams" colspan="2"><a class="anchor" id="a8c1dab86fc095fca89075da411a82209"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:a8c1dab86fc095fca89075da411a82209"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>MaybeLocal</b></td></tr> <tr class="separator:a8c1dab86fc095fca89075da411a82209"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae606ba8c3656041ee7ec7532d02a3bdb"><td class="memTemplParams" colspan="2"><a class="anchor" id="ae606ba8c3656041ee7ec7532d02a3bdb"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:ae606ba8c3656041ee7ec7532d02a3bdb"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Maybe</b></td></tr> <tr class="separator:ae606ba8c3656041ee7ec7532d02a3bdb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeeef5ad4ce5906cf147f93645284ebdf"><td class="memTemplParams" colspan="2"><a class="anchor" id="aeeef5ad4ce5906cf147f93645284ebdf"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:aeeef5ad4ce5906cf147f93645284ebdf"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>WeakCallbackInfo</b></td></tr> <tr class="separator:aeeef5ad4ce5906cf147f93645284ebdf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adf5d8780aceb9310fb1246aae7ec348e"><td class="memTemplParams" colspan="2"><a class="anchor" id="adf5d8780aceb9310fb1246aae7ec348e"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:adf5d8780aceb9310fb1246aae7ec348e"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Eternal</b></td></tr> <tr class="separator:adf5d8780aceb9310fb1246aae7ec348e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memTemplParams" colspan="2"><a class="anchor" id="abb172e0bb22fc5fed7a3a66f29d046ce"></a> template&lt;class T &gt; </td></tr> <tr class="memitem:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>PersistentBase</b></td></tr> <tr class="separator:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memTemplParams" colspan="2"><a class="anchor" id="ad845ec8872174be0a9ca9a3dd1898d30"></a> template&lt;class T , class M &gt; </td></tr> <tr class="memitem:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Persistent</b></td></tr> <tr class="separator:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac26c806e60ca4a0547680edb68f6e39b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac26c806e60ca4a0547680edb68f6e39b"></a> class&#160;</td><td class="memItemRight" valign="bottom"><b>Context</b></td></tr> <tr class="separator:ac26c806e60ca4a0547680edb68f6e39b"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Container class for static utility functions. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="ac364f4d2598b97502138c9506f2aa287"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a> v8::V8::CreateSnapshotDataBlob </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>embedded_source</em> = <code>NULL</code></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Bootstrap an isolate and a context from scratch to create a startup snapshot. Include the side-effects of running the optional script. Returns { NULL, 0 } on failure. The caller acquires ownership of the data array in the return value. </p> </div> </div> <a class="anchor" id="a566450d632c0a63770682b9da3cae08d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static bool v8::V8::Dispose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Releases any resources used by <a class="el" href="namespacev8.html">v8</a> and stops any utility threads that may be running. Note that disposing <a class="el" href="namespacev8.html">v8</a> is permanent, it cannot be reinitialized.</p> <p>It should generally not be necessary to dispose <a class="el" href="namespacev8.html">v8</a> before exiting a process, this should happen automatically. It is only necessary to use if the process needs the resources taken up by <a class="el" href="namespacev8.html">v8</a>. </p> </div> </div> <a class="anchor" id="afcecc0e9e8b5fa17a06a93f7b5a7538d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static const char* v8::V8::GetVersion </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Get the version string. </p> </div> </div> <a class="anchor" id="a40daec93ce44bdd922567fc121be9db8"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static bool v8::V8::Initialize </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Initializes <a class="el" href="classv8_1_1V8.html">V8</a>. This function needs to be called before the first <a class="el" href="classv8_1_1Isolate.html">Isolate</a> is created. It always returns true. </p> </div> </div> <a class="anchor" id="ad662ec37263887b7fd31c6b498e9466c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::InitializeExternalStartupData </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>directory_path</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Initialize the external startup data. The embedder only needs to invoke this method when external startup data was enabled in a build.</p> <p>If <a class="el" href="classv8_1_1V8.html">V8</a> was compiled with the startup data in an external file, then <a class="el" href="classv8_1_1V8.html">V8</a> needs to be given those external files during startup. There are three ways to do this:</p><ul> <li><a class="el" href="classv8_1_1V8.html#ad662ec37263887b7fd31c6b498e9466c">InitializeExternalStartupData(const char*)</a> This will look in the given directory for files "natives_blob.bin" and "snapshot_blob.bin" - which is what the default build calls them.</li> <li>InitializeExternalStartupData(const char*, const char*) As above, but will directly use the two given file names.</li> <li>Call SetNativesDataBlob, SetNativesDataBlob. This will read the blobs from the given data structures and will not perform any file IO. </li> </ul> </div> </div> <a class="anchor" id="a133e338f42ab109a51f75b929f7c1500"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static bool v8::V8::InitializeICUDefaultLocation </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>exec_path</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>icu_data_file</em> = <code>nullptr</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Initialize the ICU library bundled with <a class="el" href="classv8_1_1V8.html">V8</a>. The embedder should only invoke this method when using the bundled ICU. If <a class="el" href="classv8_1_1V8.html">V8</a> was compiled with the ICU data in an external file and when the default location of that file should be used, a path to the executable must be provided. Returns true on success.</p> <p>The default is a file called icudtl.dat side-by-side with the executable.</p> <p>Optionally, the location of the data file can be provided to override the default. </p> </div> </div> <a class="anchor" id="a095eb8064458588a579c2b904e02dbbf"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::InitializePlatform </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1Platform.html">Platform</a> *&#160;</td> <td class="paramname"><em>platform</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the <a class="el" href="classv8_1_1Platform.html">v8::Platform</a> to use. This should be invoked before <a class="el" href="classv8_1_1V8.html">V8</a> is initialized. </p> </div> </div> <a class="anchor" id="adbf27d051499b037f054d4d59c9e76b4"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static bool v8::V8::RegisterDefaultSignalHandler </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Enable the default signal handler rather than using one provided by the embedder. </p> </div> </div> <a class="anchor" id="a5331ce9c858af264f30de667c74c5a76"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::SetEntropySource </td> <td>(</td> <td class="paramtype"><a class="el" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a>&#160;</td> <td class="paramname"><em>source</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Allows the host application to provide a callback which can be used as a source of entropy for random number generators. </p> </div> </div> <a class="anchor" id="a63157ad9284ffad1c0ab62b21aadd08c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::SetFlagsFromCommandLine </td> <td>(</td> <td class="paramtype">int *&#160;</td> <td class="paramname"><em>argc</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char **&#160;</td> <td class="paramname"><em>argv</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>remove_flags</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets <a class="el" href="classv8_1_1V8.html">V8</a> flags from the command line. </p> </div> </div> <a class="anchor" id="ab263a85e6f97ea79d944bd20bb09a95f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::SetFlagsFromString </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>str</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>length</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets <a class="el" href="classv8_1_1V8.html">V8</a> flags from a string. </p> </div> </div> <a class="anchor" id="ae6a0f605e072e9e27e3666559d5c351f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::SetNativesDataBlob </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1StartupData.html">StartupData</a> *&#160;</td> <td class="paramname"><em>startup_blob</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Hand startup data to <a class="el" href="classv8_1_1V8.html">V8</a>, in case the embedder has chosen to build <a class="el" href="classv8_1_1V8.html">V8</a> with external startup data.</p> <p>Note:</p><ul> <li>By default the startup data is linked into the <a class="el" href="classv8_1_1V8.html">V8</a> library, in which case this function is not meaningful.</li> <li>If this needs to be called, it needs to be called before <a class="el" href="classv8_1_1V8.html">V8</a> tries to make use of its built-ins.</li> <li>To avoid unnecessary copies of data, <a class="el" href="classv8_1_1V8.html">V8</a> will point directly into the given data blob, so pretty please keep it around until <a class="el" href="classv8_1_1V8.html">V8</a> exit.</li> <li>Compression of the startup blob might be useful, but needs to handled entirely on the embedders' side.</li> <li>The call will abort if the data is invalid. </li> </ul> </div> </div> <a class="anchor" id="a7a9e8a96dcb3c3d306c0061b0a8e39c8"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::SetReturnAddressLocationResolver </td> <td>(</td> <td class="paramtype"><a class="el" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a>&#160;</td> <td class="paramname"><em>return_address_resolver</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Allows the host application to provide a callback that allows <a class="el" href="namespacev8.html">v8</a> to cooperate with a profiler that rewrites return addresses on stack. </p> </div> </div> <a class="anchor" id="a228fad83cc2fe17f10cea1a6fb6669c7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static void v8::V8::ShutdownPlatform </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Clears all references to the <a class="el" href="classv8_1_1Platform.html">v8::Platform</a>. This should be invoked after <a class="el" href="classv8_1_1V8.html">V8</a> was disposed. </p> </div> </div> <a class="anchor" id="a826445815ae5f539547d94bc9b063ca8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">v8::V8::V8_DEPRECATE_SOON </td> <td>(</td> <td class="paramtype">&quot;Use version with default location.&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">static bool &#160;</td> <td class="paramname"><em>InitializeICU</em>const char *icu_data_file=nullptr&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Initialize the ICU library bundled with <a class="el" href="classv8_1_1V8.html">V8</a>. The embedder should only invoke this method when using the bundled ICU. Returns true on success.</p> <p>If <a class="el" href="classv8_1_1V8.html">V8</a> was compiled with the ICU data in an external file, the location of the data file has to be provided. </p> </div> </div> <a class="anchor" id="adcb67f2cb8f0d94495b7d25e82aa223a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>SetFatalErrorHandler</em>FatalErrorCallback that&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p><a class="el" href="classv8_1_1Set.html">Set</a> the callback to invoke in case of fatal errors. </p> </div> </div> <a class="anchor" id="aaf432a021a1ab586cd2d888c915d47f8"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool &#160;</td> <td class="paramname"><em>IsDead</em>()&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Check if <a class="el" href="classv8_1_1V8.html">V8</a> is dead and therefore unusable. This is the case after fatal errors such as out-of-memory situations. </p> </div> </div> <a class="anchor" id="ab378f443bbadeeaa625851f39014688f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool &#160;</td> <td class="paramname"><em>AddMessageListener</em>MessageCallback that, Local&lt; Value &gt; data=Local&lt; Value &gt;()&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Adds a message listener.</p> <p>The same message listener can be added more than once and in that case it will be called more than once for each message.</p> <p>If data is specified, it will be passed to the callback when it is called. Otherwise, the exception object will be passed to the callback instead. </p> </div> </div> <a class="anchor" id="a5a6ecfbbf0629d96ad7d5603960f551b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>RemoveMessageListeners</em>MessageCallback that&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Remove all message listeners from the specified callback function. </p> </div> </div> <a class="anchor" id="a691fb89a31ab4ce066259b7a81521d2e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>SetCaptureStackTraceForUncaughtExceptions</em>bool capture, int frame_limit=10, StackTrace::StackTraceOptions options=StackTrace::kOverview&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Tells <a class="el" href="classv8_1_1V8.html">V8</a> to capture current stack trace when uncaught exception occurs and report it to the message listeners. The option is off by default. </p> </div> </div> <a class="anchor" id="a3a1536ab17b6416848404db9805b92ae"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>SetFailedAccessCheckCallbackFunction</em>FailedAccessCheckCallback&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Callback function for reporting failed access checks. </p> </div> </div> <a class="anchor" id="aebd12f6f8fe7c67785f1c876dec5b2ce"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>AddGCPrologueCallback</em>GCCallback callback, GCType gc_type_filter=kGCTypeAll&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to receive a notification before a garbage collection. Allocations are not allowed in the callback function, you therefore cannot manipulate objects (set or delete properties for example) since it is possible such operations will result in the allocation of objects. It is possible to specify the GCType filter for your callback. But it is not possible to register the same callback function two times with different GCType filters. </p> </div> </div> <a class="anchor" id="af56a1bbe2a567b71c70391b9162dbdfc"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>RemoveGCPrologueCallback</em>GCCallback callback&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>This function removes callback which was installed by AddGCPrologueCallback function. </p> </div> </div> <a class="anchor" id="a70b116534962612ad29b5f0c45115bda"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>AddGCEpilogueCallback</em>GCCallback callback, GCType gc_type_filter=kGCTypeAll&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to receive a notification after a garbage collection. Allocations are not allowed in the callback function, you therefore cannot manipulate objects (set or delete properties for example) since it is possible such operations will result in the allocation of objects. It is possible to specify the GCType filter for your callback. But it is not possible to register the same callback function two times with different GCType filters. </p> </div> </div> <a class="anchor" id="a92cbf3c479cf64c17a72a84a431213e6"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>RemoveGCEpilogueCallback</em>GCCallback callback&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>This function removes callback which was installed by AddGCEpilogueCallback function. </p> </div> </div> <a class="anchor" id="a8c6ad462ff967cb3afe8c97c85311e71"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>TerminateExecution</em>Isolate *isolate&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Forcefully terminate the current thread of JavaScript execution in the given isolate.</p> <p>This method can be used by any thread even if that thread has not acquired the <a class="el" href="classv8_1_1V8.html">V8</a> lock with a <a class="el" href="classv8_1_1Locker.html">Locker</a> object.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">isolate</td><td>The isolate in which to terminate the current JS execution. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a5f7fe6a564362bb96289f8daf555ae21"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool &#160;</td> <td class="paramname"><em>IsExecutionTerminating</em>Isolate *isolate=NULL&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Is <a class="el" href="classv8_1_1V8.html">V8</a> terminating JavaScript execution.</p> <p>Returns true if JavaScript execution is currently terminating because of a call to TerminateExecution. In that case there are still JavaScript frames on the stack and the termination exception is still active.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">isolate</td><td>The isolate in which to check. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a753d4225198ba18638d0b35d58fe8f8d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>CancelTerminateExecution</em>Isolate *isolate&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Resume execution capability in the given isolate, whose execution was previously forcefully terminated using TerminateExecution().</p> <p>When execution is forcefully terminated using TerminateExecution(), the isolate can not resume execution until all JavaScript frames have propagated the uncatchable exception which is generated. This method allows the program embedding the engine to handle the termination event and resume execution capability, even if JavaScript frames remain on the stack.</p> <p>This method can be used by any thread even if that thread has not acquired the <a class="el" href="classv8_1_1V8.html">V8</a> lock with a <a class="el" href="classv8_1_1Locker.html">Locker</a> object.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">isolate</td><td>The isolate in which to resume execution capability. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a6f1eecbdac8c724d0d2b1c1932b9fd2f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>VisitExternalResources</em>ExternalResourceVisitor *visitor&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all external resources referenced from current isolate heap. GC is not invoked prior to iterating, therefore there is no guarantee that visited objects are still alive. </p> </div> </div> <a class="anchor" id="a8e480f3cbe5604c1ac70a27ee712240d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>VisitHandlesWithClassIds</em>PersistentHandleVisitor *visitor&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all the persistent handles in the current isolate's heap that have class_ids. </p> </div> </div> <a class="anchor" id="ab3dc2dd0a6e412f8a9fc6a487e883dfd"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>VisitHandlesWithClassIds</em>Isolate *isolate, PersistentHandleVisitor *visitor&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all the persistent handles in isolate's heap that have class_ids. </p> </div> </div> <a class="anchor" id="a7ccad1e5aadabf0368ff1a7b0a8cbb6b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;Use isolate version&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>VisitHandlesForPartialDependence</em>Isolate *isolate, PersistentHandleVisitor *visitor&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all the persistent handles in the current isolate's heap that have class_ids and are candidates to be marked as partially dependent handles. This will visit handles to young objects created since the last garbage collection but is free to visit an arbitrary superset of these objects. </p> </div> </div> <a class="anchor" id="adb8616cb7056b7e054f6694deae8dc2a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a> v8::V8::WarmUpSnapshotDataBlob </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1StartupData.html">StartupData</a>&#160;</td> <td class="paramname"><em>cold_startup_blob</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>warmup_source</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Bootstrap an isolate and a context from the cold startup blob, run the warm-up script to trigger code compilation. The side effects are then discarded. The resulting startup snapshot will include compiled code. Returns { NULL, 0 } on failure. The caller acquires ownership of the data array in the return value. The argument startup blob is untouched. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
friends-scripts/season/0112.html
edersoncorbari/edersoncorbari.github.io
<html> <head> <title>The One With the Dozen Lasagnas</title> </head> <body bgcolor="white" text="black" link="green" vlink="black" alink="yellow"> <h1 align="center">The One With the Dozen Lasagnas</h1> <hr align="center"> <font size="3"><i> <p align="left"></i>Written by: Jeffrey Astrof, Mike Sikowitz, Adam Chase &amp; Ira Ungerleider<br> Transcribed by: <a href="mailto:Ericaasen1@aol.com">Jim &amp; Tracy Lambers</a><br> With Minor Adjustments by: Dan Silverstein</p> </font> <hr> <p align="left"><font size="3">[Scene: Central Perk, everyone is there. Ross working on crossword puzzle, starts humming theme from <em>The Odd Couple</em>. Chandler joins in, followed by Monica and Phoebe, then the whole gang. Ross starts humming theme from <em>I Dream Of Jeannie</em>.]</p> <p><b>Chandler:</b> No-no-no-no, we're done.</p> <p align="center"><strong>Opening Credits</strong></p> <p>[Scene: Monica and Rachel's, Monica is on the phone in the kitchen.]</p> <p><strong>Monica:</strong> Aunt Syl, stop yelling! All I'm saying is that if you had told me vegetarian lasagna, I would have made vegetarian lasagna. (pauses, listens to person on phone) Well, the meat's only every third layer, maybe you could scrape.</p> <p>(Camera moves to Chandler, Phoebe, Ross, and Joey sitting in living room)</p> <p><b>Joey:</b> Ross, did you really read all these baby books?</p> <p><b>Ross:</b> Yup! You could plunk me down in the middle of any woman's uterus, no compass, and I can find my way out of there like that! (snaps fingers)</p> <p><b>Phoebe:</b> Ooh, this is cool...it says in some parts of the world, people actually eat the placenta. (Joey grimaces)</p> <p><b>Chandler:</b> And, we're done with the yogurt. (Sets yogurt down on table)</p> <p><b>Phoebe:</b> (softly) Sorry. (Camera pans back to Monica, still on phone)</p> <p><b>Monica:</b> Aunt Syl, I did this as a favor, I am not a caterer. What do you want me to do with a dozen lasagnas? (listens to Aunt Syl on phone, looks shocked) Nice talk, Aunt Syl. (in New York accent) You kiss Uncle Freddie with that mouth?</p> <p>(Camera pans back to group in living room)</p> <p><b>Joey:</b> Hey Ross, listen, you know that right now, your baby's only this big? (measures about 2 inches with his thumb and index finger) This is your baby. (in baby-like voice) Hi Daddy! </p> <p><b>Ross:</b> (waves) Hello!</p> <p><strong>Joey:</strong> (in baby-like voice) How come you don't live with Mommy? (pause; shows Ross less than amused) How come Mommy lives with that other lady? (pause; Ross still looks less than amused; Joey smiling) What's a lesbian? (playfully hits Ross)</p> <p>(Rachel enters with Paolo, speaking Italian. Ross looks annoyed)</p> <p><b>Rachel:</b> Honey, you can say it, Poconos, Poconos, it's like Poc-o-nos (touching Paolo's nose with forefinger with each syllable)</p> <p><strong>Paolo:</strong> Ah, poke (Paolo touches Rachel's nose) a (touches nose again) nose, mmm (they rub noses, then kisses her)</p> <p><strong>Joey, Chandler, and Ross:</strong> (sitting in living room, imitating Paolo) Mma, Mma, Mmaah</p> <p>(Camera pans to Rachel, Monica, and Phoebe in the kitchen)</p> <p><b>Monica:</b> So, did I hear Poconos?</p> <p><b>Rachel:</b> Yes, my sister's giving us her place for the weekend.</p> <p><b>Phoebe:</b> Woo-hoo, first weekend away together!</p> <p><b>Monica:</b> Yeah, that's a big step.</p> <p><b>Rachel:</b> I know...</p> <p>(Camera pans to Ross, looking dejected)</p> <p><b>Chandler:</b> (to Ross) Ah, it's just a weekend, big deal!</p> <p><b>Ross:</b> Wasn't this supposed to be just a fling, huh? Shouldn't it be...(makes flinging motions with hands) flung by now?</p> <p>(Camera pans back to Rachel)</p> <p><b>Rachel:</b> I mean, we are way past the fling thing, I mean, I am feeling things that I've only read about in Danielle Steele books, you know? I mean, when I'm with him, I'm totally, totally...</p> <p>(Camera pans to Ross, holding his stomach)</p> <p><b>Ross:</b> ...nauseous, I'm physically nauseous. What am I supposed to do, huh? Call immigration? (pauses, looks suddenly inspired) I could call immigration!</p> <p>[Scene: The Hallway, Chandler and Joey leaving girls' apartment, carrying lasagna.]</p> <p><b>Joey:</b> I love babies, with their little baby shoes, and their little baby toes, and their little baby hands... </p> <p><b>Chandler:</b> Ok, you're going to have to stop that, forever!</p> <p>(Joey opens door, throws keys on kitchen table, table falls over)</p> <p><b>Joey:</b> Need a new table.</p> <p><b>Chandler:</b> You think?</p> <p>[Scene: Carol and Susan's, there's a knock on the door and Carol answers it to Ross.]</p> <p><b>Carol:</b> Hey hey, come on in!</p> <p>(Ross enters, carrying lasagna)</p> <p><b>Ross:</b> Hey, hello! mmwa! (kisses Carol) I brought all the books, and Monica sends her love, along with this lasagna. </p> <p><b>Carol:</b> Oh great! Is it vegetarian, 'cause Susan doesn't eat meat.</p> <p><strong>Ross:</strong> (pauses) I'm pretty sure that it is...</p> <p><b>Carol:</b> So, I got the results of the amnio today.</p> <p><strong>Ross:</strong> (making flinging gestures with hands) Oh, tell me, tell me, is everything, uhh....? </p> <p><b>Carol:</b> Totally and completely healthy!</p> <p><b>Ross:</b> Oh, that's great, that is great! (Hugs and kisses Carol. Then picks up a picture frame)</p> <p><b>Ross:</b> Hey, when did you and Susan meet Huey Lewis?</p> <p><b>Carol:</b> Uh, that's our friend Tanya.</p> <p><strong>Ross:</strong> (surprised, chuckling nervously) Of course it's your friend Tanya. (looks up frightenedly)</p> <p><b>Carol:</b> Don't you want to know about the sex?</p> <p><strong>Ross:</strong> (chuckles nervously) The sex? (chuckles) Um, I'm having enough trouble with the image of you and Susan together, when you throw in Tanya (miming washing hair, that's the best I could think of), yaw...</p> <p><b>Carol:</b> The sex of the baby, Ross.</p> <p><b>Ross:</b> Oh, you know the sex of the baby? Oh, oh-oh-oh!</p> <p><b>Carol:</b> Do you want to know?</p> <p><b>Ross:</b> No, no, no, no, no, I don't want to know, absolutely not. I think, you know, I think you should know until you look down there, and say, oop, there it is! (pauses) Or isn't...</p> <p>(Susan enters)</p> <p><b>Susan:</b> Oh, hello Ross!</p> <p><b>Ross:</b> Susan...</p> <p><b>Susan:</b> So, so, did you hear?</p> <p><b>Ross:</b> Yes, we did, everything's A-OK!</p> <p><b>Susan:</b> Oh, that's so... (Susan hugs Carol, they giggle, Ross steps away) It really is...do we know...?</p> <p><b>Carol:</b> Yes, we certainly do, it's going to be...</p> <p><strong>Ross:</strong> (flailing arms in protest) Oh, hey hey hey, ho ho ho, hello, guy who doesn't want to know, standing right here!</p> <p><b>Susan:</b> Oh, well, is it what we thought it would be?</p> <p><b>Carol:</b> Mm-hmmm (Susan and Carol hug, giggling. Ross stands back, reaches out and lightly taps Susan's shoulder)</p> <p><b>Ross:</b> Ok, what, what...ok, what did we think it was going to be? </p> <p><strong>Carol and Susan</strong><b>:</b> It's a...</p> <p><strong>Ross:</strong> (interrupts) No, no, no I don't want to know, don't want to know. Ok, you know, I should probably, I should probably just go. </p> <p><b>Carol:</b> Well, thanks for the books.</p> <p><b>Ross:</b> No problem, ok, mmmwa (kisses Carol) oh, mmmwa (kisses Carol's stomach, then punches Susan's shoulder) Susan... (Ross leaves.)</p> <p><b>Susan:</b> All right, who should we call first, your folks, or Deb and Rona? (intercom buzzer rings)</p> <p><b>Carol:</b> Hello?</p> <p><strong>Ross:</strong> (on intercom) Uh, never mind, I don't want to know. (Carol and Susan laugh)</p> <p>[Scene: Chandler and Joey's,&nbsp; Joey and Chandler use their knees as a table to support the lasagna.]</p> <p><b>Chandler:</b> Ok, so it's just because it was my table, I have to buy a new one?</p> <p><b>Joey:</b> That's the rule.</p> <p><b>Chandler:</b> What rule? There's no rule, if anything, you owe me a table!</p> <p><b>Joey:</b> How'd you get to that?</p> <p><b>Chandler:</b> Well, I believe the piece of furniture was fine until your little breakfast adventure with Angela Delvecchio</p> <p><b>Joey:</b> You knew about that?</p> <p><b>Chandler:</b> Well, let's just say the impressions you made in the butter left little to the imagination.</p> <p><b>Joey:</b> Ok, ok, How about if we split it?</p> <p><b>Chandler:</b> What do you mean, like, buy it together?</p> <p><b>Joey:</b> Yeah</p> <p><b>Chandler:</b> You think we're ready for something like that?</p> <p><b>Joey:</b> Why not?</p> <p><b>Chandler:</b> Well, it's a pretty big commitment, I mean, what if one of us wants to move out?</p> <p><b>Joey:</b> Why, are you moving out?</p> <p><b>Chandler:</b> I'm not moving out. </p> <p><b>Joey:</b> You'd tell me if you were moving out right</p> <p><b>Chandler:</b> Yeah, yeah, it's just that with my last roommate Kip...</p> <p><b>Joey:</b> Aw, I know all about Kip!</p> <p><b>Chandler:</b> It's just that we bought a hibachi together, and then he ran off and got married, and things got pretty ugly.</p> <p><b>Joey:</b> Well, let me ask you something, was Kip a better roommate than me?</p> <p><b>Chandler:</b> Aw, don't do that</p> <p>[Scene: Phoebe's Massage Parlor, Phoebe's assistant is telling her about the changes to her schedule.]</p> <p><strong>Phoebe's Assistant:</strong> We've got a couple changes in your schedule. Your 4:00 herbal massage has been pushed back to 4:30 and Miss Somerfield canceled her 5:30 shiatsu.</p> <p><b>Phoebe:</b> Ok, thanks. (assistant leaves, then walks back in)</p> <p><strong>Phoebe's Assistant:</strong> Oh, here comes your 3:00. I don't mean to sound unprofessional, but, yum (walks out, Paolo enters)</p> <p><strong>Paolo:</strong> Buon Giorno, Bella Phoebe!</p> <p><b>Phoebe:</b> Oh, Paolo, hi, what are you doing here?</p> <p><strong>Paolo:</strong> Uh, Racquela tell me you massage, eh?</p> <p><b>Phoebe:</b> Well, Racquela's right, yeah!</p> <p>(Paolo speaks Italian)</p> <p><b>Phoebe:</b> Oh, okay, I don't know what you just said, so let's get started.</p> <p><strong>Paolo:</strong> Uh, I am, uh, being naked?</p> <p><b>Phoebe:</b> Um, that's really your decision, I mean, some people prefer, you know, to take off...oh whoops! You're being naked!</p> <p>[Scene: Central Perk, everyone but Phoebe is there.]</p> <p><strong>Rachel:</strong> (to Ross) I can't believe you don't want to know. I mean, I couldn't not know, I mean, if, if the doctor knows, and Carol knows, and Susan knows.... </p> <p><b>Monica:</b> And Monica knows...</p> <p><b>Ross:</b> Wha, heh, how could you know, I don't even know!</p> <p><b>Monica:</b> Carol called me to thank me for the lasagna, I asked, she told me.</p> <p><b>Joey:</b> So what's it gonna be? (Monica whispers in Joey's ear. Ross gets up and waves arms frantically in protest)</p> <p><b>Ross:</b> Wait&#151;oh&#151;hey&#151;huh, oh great now he knows, and I don't know!</p> <p><b>Monica:</b> I'm sorry, I'm just excited about being an aunt!</p> <p><b>Joey:</b> Or an uncle... </p> <p>(Phoebe enters)</p> <p><strong>Joey and</strong> <b>Chandler:</b> Hey Phoebe!</p> <p><b>Ross:</b> Hi Pheebs!</p> <p><b>Rachel:</b> Pheebs!</p> <p><b>Phoebe:</b> Fine!</p> <p><b>Monica:</b> Phoebe, what's the matter?</p> <p><b>Phoebe:</b> Nothing, I'm sorry, I'm just, I'm out of sorts.</p> <p><strong>Customer:</strong> Hey, can we get some cappuccino over here?</p> <p><b>Rachel:</b> Oh, right, that's me!</p> <p><b>Joey:</b> Hey, Chandler, that table place closes at 7, come on.</p> <p><b>Chandler:</b> Fine. (Joey and Chandler walk towards the door)</p> <p><b>Monica:</b> Phoebe, what is it?</p> <p><b>Phoebe:</b> All right, you know Paolo?</p> <p><b>Ross:</b> I'm familiar with his work, yes...</p> <p><b>Phoebe:</b> Well, he made a move on me.</p> <p>(Joey and Chandler come back)</p> <p><b>Joey:</b> Whoa, store will be open tomorrow!</p> <p><b>Chandler:</b> More coffee over here, please!</p> <p align="center"><strong>Commercial Break</strong></p> <p align="left">[Scene: Central Perk, continued from earlier.]</p> <p><strong>Monica: </strong>Well, what happened?</p> <p><strong>Phoebe: </strong>Well, he came in for a massage, and everything was fine until. (A flashback starts Paolo, lying on massage table, moving his hands up Phoebe's legs.)</p> <p>[Cut back to Central Perk.]</p> <p><strong>Joey and Chandler:</strong>&nbsp; Ooooohh!</p> <p><strong>Ross: </strong>My God.</p> <p><strong>Monica: </strong>Are you sure?</p> <p>(The flashback resumes with Paolo grabbing her butt.)</p> <p>[Cut back to Central Perk.]</p> <p><b>Phoebe:</b> Oh yeah, I'm sure. (Flashback resumes with Phoebe doing a voiceover.) And all of a sudden his hands weren't the problem anymore. (Flashback continues: Paolo rolls over, Phoebe looks down, then quickly looks up, bites lip, shakes her head)</p> <p><b>Monica:</b> Was it...?</p> <p><b>Phoebe:</b> Oh, boy scouts could have camped under there.</p> <p><strong>Guys:</strong> Oooooo....</p> <p>(Rachel runs over)</p> <p><b>Rachel:</b> &quot;Ooo,&quot; what?</p> <p><b>Phoebe:</b> Uma Thurman.</p> <p><b>Monica:</b> Oh!</p> <p><b>Ross:</b> The actress!</p> <p>(all talking indistinctly, high-fiving)</p> <p><b>Ross:</b> Thanks Rach.</p> <p>(Rachel walks away)</p> <p><b>Chandler:</b> So what are you gonna do?</p> <p><b>Ross:</b> You have to tell her! You have to tell her! It's your moral obligation, as a friend, as a woman, I think it's a feminist issue! Guys? Guys? (waiting for guys to chime in)</p> <p><b>Chandler:</b> Oh, yeah, you have to tell her.</p> <p><b>Joey:</b> Feminist issue. That's where I went!</p> <p><b>Phoebe:</b> She is gonna hate me.</p> <p><strong>Ross:</strong>(sympathetic yet...) Yeah, well...</p> <p>[Scene: The Table Store, Joey and Chandler and looking for their new table.]</p> <p><b>Joey:</b> Will you pick one, just pick one! Here, how about that one? (points to a table)</p> <p><b>Chandler:</b> That's patio furniture!</p> <p><b>Joey:</b> So what, like people are gonna come in and think, &quot;Uh-oh, I'm outside again?&quot; Of course!</p> <p><strong>Chandler:</strong> (gesturing towards another table) What about the birds?</p> <p><b>Joey:</b> I don't know, birds just don't say, &quot;Hello, sit here, eat something.&quot;</p> <p><b>Chandler:</b> You pick one.</p> <p><b>Joey:</b> All right, how about the ladybugs?</p> <p><b>Chandler:</b> Oh, so, forget about the birds, but big red insects suggest fine dining!</p> <p><b>Joey:</b> Fine, you want to get the birds, get the birds!</p> <p><b>Chandler:</b> Not like that, I won't! (pauses) Kip would have liked the birds! (Joey turns and gives Chandler a dirty look)</p> <p>[Scene: Monica and Rachel's, Rachel folding and packing clothes in suitcases as Phoebe enters.]</p> <p><b>Phoebe:</b> Hey!</p> <p><b>Rachel:</b> Hi Pheebs!</p> <p><b>Phoebe:</b> Are you moving out?</p> <p><b>Rachel:</b> No, these aren't all my suitcases. (picks up small blue suitcase and shows to Phoebe) This one's Paolo's.</p> <p><b>Phoebe:</b> Um, um, Rachel can we talk for a sec?</p> <p><b>Rachel:</b> Well, sure...just a sec, though, 'cause Paolo's on his way over.</p> <p><b>Phoebe:</b> Oh! (sits down) Ok, um, ok, um, </p> <p><b>Rachel:</b> Oh, Pheebs, Pheebs...</p> <p><b>Phoebe:</b> Ok, um, (clears throat) we haven't known each other for that long a time, and, um, there are three things that you should know about me. One, my friends are the most important thing in my life, two, I never lie, and three, I make the best oatmeal raisin cookies in the world. (Phoebe opens a tin and offers Rachel a cookie)</p> <p><strong>Rachel:</strong> (taking cookie) Ok, thanks Pheebs (takes bite of cookie, overwhelmed) Oh my God, why have I never tasted these before?!</p> <p><b>Phoebe:</b> Oh, I don't make them a lot because I don't think it's fair to the other cookies</p> <p><b>Rachel:</b> All right, well, you're right, these are the best oatmeal cookies I've ever had.</p> <p><b>Phoebe:</b> Which proves that I never lie.</p> <p><b>Rachel:</b> I guess you don't.</p> <p><b>Phoebe:</b> Paolo made a pass at me.</p> <p>(Rachel looks stunned)</p> <p>[Scene: Chandler and Joey's, Ross, Chandler, Joey, and Monica admiring their new table.]</p> <p><b>Chandler:</b> So, what do you think?</p> <p><b>Ross:</b> I think It's the most beautiful table I've ever seen.</p> <p><b>Chandler:</b> I know!</p> <p>(The camera pans back to reveal Joey and Chandler's new foosball table.)</p> <p><b>Monica:</b> So how does this work, you going to balance the plates on these little guys' heads?</p> <p><b>Joey:</b> Who cares, we'll eat at the sink! Come on, let's play!</p> <p><b>Monica:</b> Heads up Ross! (Monica scores on Chandler and Joey) Score! (points at Chandler) You suck!</p> <p>(Chandler looks at Joey in amazement)</p> <p>[Scene: Monica and Rachel's, Rachel is recovering from the shock.]</p> <p><b>Phoebe:</b> Are you okay?</p> <p><b>Rachel:</b> I need some milk.</p> <p><b>Phoebe:</b> Ok, I've got milk (takes thermos from her bag and starts to pour a cup) Here you go... (Rachel drinks straight from thermos) Oh!(Rachel finishes thermos) Better?</p> <p><b>Rachel:</b> No...<strong>oh</strong>, I feel so stupid! Oh, I think about the other day with you guys and I was all &quot;Oh, Paolo, he's so great, he makes me feel so...&quot; Oh, God, I'm so embarrassed!</p> <p><b>Phoebe:</b> I'm so embarrassed, I'm the one he hit on!</p> <p>(Phoebe's and Rachel's lines overlap)</p> <p><b>Rachel:</b> Pheebs, if I had never met him this never would have happened!</p> <p><strong>Rachel and </strong><b>Phoebe:</b> I'm so sorry! No I'm sorry! No I'm sorry! No I'm sorry! </p> <p><b>Phoebe:</b> No, wait, oh, what are we sorry about?</p> <p><b>Rachel:</b> I don't know...right, he's the pig!</p> <p><b>Phoebe:</b> Such a pig!</p> <p><b>Rachel:</b> Oh, God, he's such a pig, </p> <p><b>Phoebe:</b> Oh he's like a...</p> <p><b>Rachel:</b> He's like a big disgusting... </p> <p><b>Phoebe:</b> ...like a...</p> <p><b>Rachel:</b> ...pig...pig man!</p> <p><b>Phoebe:</b> Yes, good! Ok...</p> <p><b>Rachel:</b> (voice wavers) Oh, but he was my pig man...how did I not see this?</p> <p><b>Phoebe:</b> (raises hand) Oh! I know! (Rachel startled) It's because... he's gorgeous, and he's charming, and when he looks at you...</p> <p><b>Rachel:</b> Ok, Ok, Pheebs...</p> <p><b>Phoebe:</b> The end.</p> <p><b>Rachel:</b> Oh, God...</p> <p><b>Phoebe:</b> Should I not have told you?</p> <p><b>Rachel:</b> No, no, trust, me, it's, it's, it's much better that I know. Uh, I just liked it better before it was better...</p> <p>(Phoebe scoots her chair over to Rachel and hugs her)</p> <p>[Scene: Chandler and Joey's, Phoebe is telling everyone how it went across the hall as the foosball game continues.]</p> <p><b>Phoebe:</b> I think she took it pretty well. You know Paolo's over there right now, so...</p> <p><strong>Monica: </strong>We should get over there and see if she's okay. (switching places with Ross) Just one...second! Score! (Monica scores, high-fives with Ross) Game! Come on. (Monica and Phoebe leave)</p> <p><strong>Ross:</strong> (wiping his brow) Ah...ooh! Well, looks like, uh, we kicked your butts.</p> <p><b>Joey:</b> No-no, she kicked our butts. You could be on the Olympic standing-there team.</p> <p><b>Ross:</b> Come on, two on one.</p> <p><b>Chandler:</b> What are you still doing here? She just broke up with the guy, it's time for you to swoop in!</p> <p><b>Ross:</b> What, now?</p> <p><b>Joey:</b> Yes, now is when you swoop! You gotta make sure that when Paolo walks out of there, the first guy Rachel sees is you, She's gotta know that you're everything he's not! You're like, like the anti-Paolo!</p> <p><b>Chandler:</b> My Catholic friend is right. She's distraught. You're there for her. You pick up the pieces, and then you usher in the age of Ross! (Ross and Chandler look off into the distance. Joey, wondering what they are looking at, looks in the same direction)</p> <p>[Scene: Monica and Rachel's Balcony, Rachel is throwing Paolo's clothes over the side.]</p> <p><strong>Paolo:</strong> No, that's cold, that's cold, that's...</p> <p>[Cut to inside the apartment.]</p> <p><b>Ross:</b> (entering) How's it going?</p> <p><b>Monica:</b> Don't stare. Now she just finished throwing his clothes off the balcony, now there's just a lot of gesturing and arm-waving, (shows Rachel gesturing with hands in front of her chest), Ok, that is either, &quot;How could you?&quot; or, &quot;Enormous breasts!&quot; Here he comes! </p> <p><b>Phoebe:</b> Ooh!</p> <p>(Paolo enters. Ross, Phoebe, and Monica scatter)</p> <p><strong>Paolo:</strong> Uh, I am, uh, to say good-bye.</p> <p><b>Phoebe:</b> Oh, ok bye-bye.</p> <p><b>Monica:</b> Paolo, I really hate you for what you did to Rachel, (hands him a lasagna) but I still have five of these, so heat it at 375 until the cheese bubbles.</p> <p><strong>Paolo:</strong> Grazie.</p> <p><b>Ross:</b> Paolo, I-I just want to tell you and I think I speak for everyone when I say... (shuts door in his face and walks away)</p> <p><b>Phoebe:</b> Oh, just look at her... (girls move toward Rachel on the balcony)</p> <p><b>Ross:</b> Oh you guys, I-I really think just one of us should go out there so she's not overwhelmed...</p> <p><b>Monica:</b> Oh, you're right.</p> <p><b>Ross:</b> (pulls Monica back) ...and I really think it should be me.</p> <p>[Cut to the balcony, Ross has just climbed through the window.]</p> <p><b>Ross:</b> Hey.</p> <p><b>Rachel:</b> Hey.</p> <p><b>Ross:</b> You all right?</p> <p><b>Rachel:</b> Ooh, I've been better...</p> <p><b>Ross:</b> Come here. (he hugs Rachel) Listen, you deserve so much better than him...you know, I mean, you, you, you should be with a guy who knows what he has when he has you.</p> <p><b>Rachel:</b> Oh, Ross...</p> <p><b>Ross:</b> What?</p> <p><b>Rachel:</b> I am so sick of guys. I don't want to look at another guy, I don't want to think about another guy, I don't even want to be near another guy. (Ross crosses arms)</p> <p><b>Ross:</b> Huh.</p> <p><b>Rachel:</b> Oh Ross, you're so great!</p> <p><b>Ross:</b> Ohhhh (Hugs her and sighs)</p> <p>[Cut to inside the apartment, Rachel and Ross are entering.]</p> <p><b>Monica:</b> Ooh...hey honey, are you all right?</p> <p><b>Rachel:</b> Oh...</p> <p><b>Phoebe:</b> You ok?</p> <p><b>Rachel:</b> ...medium...hmm...any cookies left?</p> <p><b>Phoebe:</b> Yep!</p> <p><b>Ross:</b> See, Rach, uh, see, I don't think that swearing off guys altogether is the answer. I really don't. I think that what you need is to develop a more sophisticated screening process.</p> <p><b>Rachel:</b> No. I just need to be by myself for a while, you know? I just got to figure out what I want</p> <p><b>Ross:</b> Uh, no, no, see, because not...not all guys are going to be a Paolo.</p> <p><b>Rachel:</b> No, I know, I know, and I'm sure your little boy is not going to grow up to be one.</p> <p><strong>Ross:</strong> (astonished) What? </p> <p><b>Rachel:</b> What?</p> <p><b>Ross:</b> I-I'm, I'm having a boy?</p> <p><b>Rachel:</b> Uh...no. No, no, in fact, you're not having a boy.</p> <p><b>Ross:</b> Wha-I'm having, I'm having a boy! (babbling) Huh, am I having a boy?</p> <p><b>Girls:</b> Yes, you're having a boy! (Monica runs over and hugs Ross)</p> <p><b>Ross:</b> I'm having a boy! Oh, I'm having a boy!</p> <p>(Joey and Chandler run in)</p> <p><b>Chandler:</b> Wha-</p> <p><b>Joey:</b> Wha-</p> <p><b>Joey and Chandler:</b> What is it?</p> <p><b>Ross:</b> I'm having a boy! I-I'm having a boy!</p> <p><b>Joey:</b> Hey!</p> <p><b>Chandler:</b> Hey!</p> <p><strong>Joey and</strong> <b>Chandler:</b> We already knew that! (they hug)</p> <p><b>Ross:</b> I'm having a son. Um...</p> <p>(Ross looks scared)</p> <p align="center"><strong>Closing Credits</strong></p> <p>[Scene: Chandler and Joey's, Monica is busy killing Chandle and Joey at foosball.]</p> <p><b>Monica:</b> <strong>Yes</strong>! And that would be a shut-down!</p> <p><strong>Joey and</strong> <b>Chandler:</b> Shut-out!! (They both start heading for their rooms.)</p> <p><b>Monica:</b> Where are you guys going? Come on, one more game!</p> <p><b>Joey:</b> Uh, it's 2:30 in the morning!</p> <p><b>Chandler:</b> Yeah, get out!</p> <p><b>Monica:</b> You guys are always hanging out in my apartment! Come on, I'll only use my left hand, huh? Come on, wussies! (Joey and Chandler pick her up) All right, ok, I gotta go. I'm going, (they throw her out) and I'm gone.</p> <p><b>Chandler:</b> (to Joey) One more game?</p> <p><b>Joey:</b> Oh yeah!</font></p> <p align="center"><strong><font size="3">End</font></strong></p> </body> </html>
Docs/api/html/OgreSDLWindow_8h_source.html
lennonchan/OgreSource
<html> <head> <title>OGRE: OgreSDLWindow.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.6.2 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"><a class="el" href="dir_a0ea8adf8f427753e49fe0a68c42bef4.html">RenderSystems</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_73429ce8498a61fedb079ba521b3d956.html">GL</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_57e07b9be372922501b3ca864cbe5ea7.html">include</a> </div> </div> <div class="contents"> <h1>OgreSDLWindow.h</h1><a href="OgreSDLWindow_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> <a name="l00002"></a>00002 <span class="comment">-----------------------------------------------------------------------------</span> <a name="l00003"></a>00003 <span class="comment">This source file is part of OGRE</span> <a name="l00004"></a>00004 <span class="comment"> (Object-oriented Graphics Rendering Engine)</span> <a name="l00005"></a>00005 <span class="comment">For the latest info, see http://www.ogre3d.org/</span> <a name="l00006"></a>00006 <span class="comment"></span> <a name="l00007"></a>00007 <span class="comment">Copyright (c) 2000-2012 Torus Knot Software Ltd</span> <a name="l00008"></a>00008 <span class="comment"></span> <a name="l00009"></a>00009 <span class="comment">Permission is hereby granted, free of charge, to any person obtaining a copy</span> <a name="l00010"></a>00010 <span class="comment">of this software and associated documentation files (the &quot;Software&quot;), to deal</span> <a name="l00011"></a>00011 <span class="comment">in the Software without restriction, including without limitation the rights</span> <a name="l00012"></a>00012 <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span> <a name="l00013"></a>00013 <span class="comment">copies of the Software, and to permit persons to whom the Software is</span> <a name="l00014"></a>00014 <span class="comment">furnished to do so, subject to the following conditions:</span> <a name="l00015"></a>00015 <span class="comment"></span> <a name="l00016"></a>00016 <span class="comment">The above copyright notice and this permission notice shall be included in</span> <a name="l00017"></a>00017 <span class="comment">all copies or substantial portions of the Software.</span> <a name="l00018"></a>00018 <span class="comment"></span> <a name="l00019"></a>00019 <span class="comment">THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span> <a name="l00020"></a>00020 <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span> <a name="l00021"></a>00021 <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span> <a name="l00022"></a>00022 <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span> <a name="l00023"></a>00023 <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span> <a name="l00024"></a>00024 <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span> <a name="l00025"></a>00025 <span class="comment">THE SOFTWARE.</span> <a name="l00026"></a>00026 <span class="comment">-----------------------------------------------------------------------------</span> <a name="l00027"></a>00027 <span class="comment">*/</span> <a name="l00028"></a>00028 <a name="l00029"></a>00029 <span class="preprocessor">#ifndef __SDLWindow_H__</span> <a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define __SDLWindow_H__</span> <a name="l00031"></a>00031 <span class="preprocessor"></span> <a name="l00032"></a>00032 <span class="preprocessor">#include &quot;<a class="code" href="OgreSDLPrerequisites_8h.html">OgreSDLPrerequisites.h</a>&quot;</span> <a name="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="OgreRenderWindow_8h.html">OgreRenderWindow.h</a>&quot;</span> <a name="l00034"></a>00034 <a name="l00035"></a>00035 <span class="keyword">namespace </span>Ogre { <a name="l00036"></a><a class="code" href="classOgre_1_1SDLWindow.html">00036</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#af4c2f5df97e3050dd5266408be42db4b">_OgrePrivate</a> <a class="code" href="classOgre_1_1SDLWindow.html">SDLWindow</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1RenderWindow.html" title="Manages the target rendering window.">RenderWindow</a> <a name="l00037"></a>00037 { <a name="l00038"></a>00038 <span class="keyword">private</span>: <a name="l00039"></a><a class="code" href="classOgre_1_1SDLWindow.html#a72690ed0ed955d65b04b6f340def77f5">00039</a> SDL_Surface* mScreen; <a name="l00040"></a><a class="code" href="classOgre_1_1SDLWindow.html#a75da9eb5753081488a63a1585160c30d">00040</a> <span class="keywordtype">bool</span> mActive; <a name="l00041"></a><a class="code" href="classOgre_1_1SDLWindow.html#aed3c99192edf479f83ca4059deb010ed">00041</a> <span class="keywordtype">bool</span> mClosed; <a name="l00042"></a>00042 <a name="l00043"></a>00043 <span class="comment">// Process pending events</span> <a name="l00044"></a>00044 <span class="keywordtype">void</span> processEvents(<span class="keywordtype">void</span>); <a name="l00045"></a>00045 <a name="l00046"></a>00046 int (*glXGetVideoSyncSGI) (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *); <a name="l00047"></a>00047 int (*glXWaitVideoSyncSGI) (int, int, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *); <a name="l00048"></a>00048 <a name="l00049"></a>00049 <span class="keyword">public</span>: <a name="l00050"></a>00050 <a class="code" href="classOgre_1_1SDLWindow.html">SDLWindow</a>(); <a name="l00051"></a>00051 ~<a class="code" href="classOgre_1_1SDLWindow.html">SDLWindow</a>(); <a name="l00052"></a>00052 <a name="l00053"></a>00053 <span class="keywordtype">void</span> create(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; name, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height, <a name="l00054"></a>00054 <span class="keywordtype">bool</span> fullScreen, <span class="keyword">const</span> <a class="code" href="group__General.html#gadccb207c184efc0a6fb2a00ab6320d19" title="Name / value parameter pair (first = name, second = value).">NameValuePairList</a> *miscParams); <a name="l00056"></a>00056 <span class="keywordtype">void</span> destroy(<span class="keywordtype">void</span>); <a name="l00058"></a>00058 <span class="keywordtype">bool</span> isActive(<span class="keywordtype">void</span>) <span class="keyword">const</span>; <a name="l00060"></a>00060 <span class="keywordtype">bool</span> isClosed(<span class="keywordtype">void</span>) <span class="keyword">const</span>; <a name="l00062"></a>00062 <span class="keywordtype">void</span> reposition(<span class="keywordtype">int</span> left, <span class="keywordtype">int</span> top); <a name="l00064"></a>00064 <span class="keywordtype">void</span> resize(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height); <a name="l00066"></a>00066 <span class="keywordtype">void</span> swapBuffers(<span class="keywordtype">bool</span> waitForVSync); <a name="l00067"></a>00067 <a name="l00069"></a>00069 <span class="keywordtype">void</span> copyContentsToMemory(<span class="keyword">const</span> <a class="code" href="classOgre_1_1PixelBox.html" title="A primitive describing a volume (3D), image (2D) or line (1D) of pixels in memory...">PixelBox</a> &amp;dst, <a class="code" href="classOgre_1_1RenderTarget.html#a4b42772d32712767391c749f4745397a">FrameBuffer</a> buffer); <a name="l00070"></a>00070 <a name="l00073"></a><a class="code" href="classOgre_1_1SDLWindow.html#ab6f9e2a764953d7aa651122f60b94cf8">00073</a> <span class="keywordtype">void</span> getCustomAttribute( <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&amp; name, <span class="keywordtype">void</span>* pData ) <a name="l00074"></a>00074 { <a name="l00075"></a>00075 <span class="comment">// NOOP</span> <a name="l00076"></a>00076 } <a name="l00077"></a>00077 <a name="l00078"></a><a class="code" href="classOgre_1_1SDLWindow.html#aae0b857297cf3da69724bf7a2e4eb592">00078</a> <span class="keywordtype">bool</span> <a class="code" href="classOgre_1_1SDLWindow.html#aae0b857297cf3da69724bf7a2e4eb592">requiresTextureFlipping</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">false</span>; } <a name="l00079"></a>00079 <a name="l00080"></a><a class="code" href="classOgre_1_1SDLWindow.html#a2c984fff44526fad8f2125d348b26c16">00080</a> <span class="keywordtype">bool</span> isFullScreen(<span class="keywordtype">void</span>)<span class="keyword"> const</span> <a name="l00081"></a>00081 <span class="keyword"> </span>{ <a name="l00082"></a>00082 <span class="keywordflow">return</span> ( mScreen-&gt;flags &amp; SDL_FULLSCREEN ) == SDL_FULLSCREEN; <a name="l00083"></a>00083 } <a name="l00084"></a>00084 }; <a name="l00085"></a>00085 } <a name="l00086"></a>00086 <a name="l00087"></a>00087 <span class="preprocessor">#endif</span> <a name="l00088"></a>00088 <span class="preprocessor"></span> </pre></div></div> <hr> <p> Copyright &copy; 2012 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sun Sep 2 08:16:09 2012 </p> </body> </html>
private/templates/OCHAROCCA/views/_summary.html
devinbalkind/eden
{{try:}}{{=H2(title)}}{{except:}}{{pass}} <a href='{{=URL(args="import")}}' id='show-add-btn' class='btn btn-primary summary-import' type='button'><i class='icon-plus'></i> {{=T("Import")}}</a> <div id='summary-common'> {{try:}}{{for section in common:}}{{=section}}{{pass}}{{except:}}{{pass}} <div id='filter-form' class='form-container'> {{try:}}{{=filter_form}}{{except:}}{{pass}} </div> </div> <div id='summary-tabs'> <div id='summary-tab-headers'> {{try:}}{{=tabs}}{{except:}}{{pass}} </div> <div id='summary-sections'> {{try:}}{{for section in sections:}}{{=section}}{{pass}}{{except:}}{{pass}} </div> </div> {{include "dataTables.html"}}
src/main/resources/rmblworx/tools/timey/gui/component/TimePicker.css
RMBLWorx/timey
/* Slider darf nicht auf externe Schriftgrößenänderung reagieren */ #hoursSlider, #minutesSlider, #secondsSlider { -fx-font-size: 11px; }
renderhtml/Form/CategoryType.php.html
unpetitlu/3wasymfo-1mois
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /Users/ludo/Sites/3wasymfo-1mois/src/Troiswa/BackBundle/Form/CategoryType.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> <link href="../css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="../js/html5shiv.min.js"></script> <script src="../js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="../index.html">/Users/ludo/Sites/3wasymfo-1mois/src/Troiswa/BackBundle</a></li> <li><a href="index.html">Form</a></li> <li class="active">CategoryType.php</li> </ol> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> <td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> </tr> </thead> <tbody> <tr> <td class="danger">Total</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;3</div></td> <td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;21</div></td> </tr> <tr> <td class="danger">CategoryType</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;3</div></td> <td class="danger small">12</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;21</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#15">buildForm(FormBuilderInterface $builder, array $options)</a></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;13</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#33">configureOptions(OptionsResolver $resolver)</a></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;5</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#43">getName()</a></td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%"> <span class="sr-only">0.00% covered (danger)</span> </div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;3</div></td> </tr> </tbody> </table> <table id="code" class="table table-borderless table-condensed"> <tbody> <tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine"><span class="default">&lt;?php</span></td></tr> <tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine"><span class="keyword">namespace</span><span class="default">&nbsp;</span><span class="default">Troiswa</span><span class="default">\</span><span class="default">BackBundle</span><span class="default">\</span><span class="default">Form</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default">&nbsp;</span><span class="default">Symfony</span><span class="default">\</span><span class="default">Component</span><span class="default">\</span><span class="default">Form</span><span class="default">\</span><span class="default">AbstractType</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default">&nbsp;</span><span class="default">Symfony</span><span class="default">\</span><span class="default">Component</span><span class="default">\</span><span class="default">Form</span><span class="default">\</span><span class="default">FormBuilderInterface</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default">&nbsp;</span><span class="default">Symfony</span><span class="default">\</span><span class="default">Component</span><span class="default">\</span><span class="default">OptionsResolver</span><span class="default">\</span><span class="default">OptionsResolver</span><span class="keyword">;</span></td></tr> <tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"><span class="keyword">class</span><span class="default">&nbsp;</span><span class="default">CategoryType</span><span class="default">&nbsp;</span><span class="keyword">extends</span><span class="default">&nbsp;</span><span class="default">AbstractType</span></td></tr> <tr><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine"><span class="keyword">{</span></td></tr> <tr><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="comment">/**</span></td></tr> <tr><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;@param&nbsp;FormBuilderInterface&nbsp;$builder</span></td></tr> <tr><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;@param&nbsp;array&nbsp;$options</span></td></tr> <tr><td><div align="right"><a name="14"></a><a href="#14">14</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></td></tr> <tr><td><div align="right"><a name="15"></a><a href="#15">15</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">public</span><span class="default">&nbsp;</span><span class="keyword">function</span><span class="default">&nbsp;</span><span class="default">buildForm</span><span class="keyword">(</span><span class="default">FormBuilderInterface</span><span class="default">&nbsp;</span><span class="default">$builder</span><span class="keyword">,</span><span class="default">&nbsp;</span><span class="keyword">array</span><span class="default">&nbsp;</span><span class="default">$options</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="16"></a><a href="#16">16</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">{</span></td></tr> <tr class="danger"><td><div align="right"><a name="17"></a><a href="#17">17</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">$builder</span></td></tr> <tr class="danger"><td><div align="right"><a name="18"></a><a href="#18">18</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">-&gt;</span><span class="default">add</span><span class="keyword">(</span><span class="default">'title'</span><span class="keyword">,</span><span class="default">&nbsp;</span><span class="default">'text'</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="19"></a><a href="#19">19</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">-&gt;</span><span class="default">add</span><span class="keyword">(</span><span class="default">'description'</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="20"></a><a href="#20">20</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">-&gt;</span><span class="default">add</span><span class="keyword">(</span><span class="default">'position'</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="21"></a><a href="#21">21</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">-&gt;</span><span class="default">add</span><span class="keyword">(</span><span class="default">'products'</span><span class="keyword">,</span><span class="default">&nbsp;</span><span class="default">'entity'</span><span class="keyword">,</span><span class="default">&nbsp;</span><span class="keyword">[</span></td></tr> <tr class="danger"><td><div align="right"><a name="22"></a><a href="#22">22</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">'class'</span><span class="default">&nbsp;</span><span class="default">=&gt;</span><span class="default">&nbsp;</span><span class="default">'TroiswaBackBundle:Product'</span><span class="keyword">,</span></td></tr> <tr class="danger"><td><div align="right"><a name="23"></a><a href="#23">23</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">'property'</span><span class="default">&nbsp;</span><span class="default">=&gt;</span><span class="default">&nbsp;</span><span class="default">'title'</span><span class="keyword">,</span></td></tr> <tr class="danger"><td><div align="right"><a name="24"></a><a href="#24">24</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">'by_reference'</span><span class="default">&nbsp;</span><span class="default">=&gt;</span><span class="default">&nbsp;</span><span class="default">false</span><span class="keyword">,</span></td></tr> <tr class="danger"><td><div align="right"><a name="25"></a><a href="#25">25</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">'multiple'</span><span class="default">&nbsp;</span><span class="default">=&gt;</span><span class="default">&nbsp;</span><span class="default">true</span></td></tr> <tr class="danger"><td><div align="right"><a name="26"></a><a href="#26">26</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">]</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="27"></a><a href="#27">27</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">;</span></td></tr> <tr class="danger"><td><div align="right"><a name="28"></a><a href="#28">28</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">}</span></td></tr> <tr><td><div align="right"><a name="29"></a><a href="#29">29</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td><div align="right"><a name="30"></a><a href="#30">30</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="comment">/**</span></td></tr> <tr><td><div align="right"><a name="31"></a><a href="#31">31</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;@param&nbsp;OptionsResolver&nbsp;$resolver</span></td></tr> <tr><td><div align="right"><a name="32"></a><a href="#32">32</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></td></tr> <tr><td><div align="right"><a name="33"></a><a href="#33">33</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">public</span><span class="default">&nbsp;</span><span class="keyword">function</span><span class="default">&nbsp;</span><span class="default">configureOptions</span><span class="keyword">(</span><span class="default">OptionsResolver</span><span class="default">&nbsp;</span><span class="default">$resolver</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="34"></a><a href="#34">34</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">{</span></td></tr> <tr class="danger"><td><div align="right"><a name="35"></a><a href="#35">35</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">$resolver</span><span class="default">-&gt;</span><span class="default">setDefaults</span><span class="keyword">(</span><span class="keyword">array</span><span class="keyword">(</span></td></tr> <tr class="danger"><td><div align="right"><a name="36"></a><a href="#36">36</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="default">'data_class'</span><span class="default">&nbsp;</span><span class="default">=&gt;</span><span class="default">&nbsp;</span><span class="default">'Troiswa\BackBundle\Entity\Category'</span></td></tr> <tr class="danger"><td><div align="right"><a name="37"></a><a href="#37">37</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">)</span><span class="keyword">)</span><span class="keyword">;</span></td></tr> <tr class="danger"><td><div align="right"><a name="38"></a><a href="#38">38</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">}</span></td></tr> <tr><td><div align="right"><a name="39"></a><a href="#39">39</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="40"></a><a href="#40">40</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="comment">/**</span></td></tr> <tr><td><div align="right"><a name="41"></a><a href="#41">41</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;@return&nbsp;string</span></td></tr> <tr><td><div align="right"><a name="42"></a><a href="#42">42</a></div></td><td class="codeLine"><span class="comment">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></td></tr> <tr><td><div align="right"><a name="43"></a><a href="#43">43</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">public</span><span class="default">&nbsp;</span><span class="keyword">function</span><span class="default">&nbsp;</span><span class="default">getName</span><span class="keyword">(</span><span class="keyword">)</span></td></tr> <tr class="danger"><td><div align="right"><a name="44"></a><a href="#44">44</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">{</span></td></tr> <tr class="danger"><td><div align="right"><a name="45"></a><a href="#45">45</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">return</span><span class="default">&nbsp;</span><span class="default">'troiswa_backbundle_category'</span><span class="keyword">;</span></td></tr> <tr class="danger"><td><div align="right"><a name="46"></a><a href="#46">46</a></div></td><td class="codeLine"><span class="default">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="keyword">}</span></td></tr> <tr><td><div align="right"><a name="47"></a><a href="#47">47</a></div></td><td class="codeLine"><span class="keyword">}</span></td></tr> </tbody> </table> <footer> <hr/> <h4>Legend</h4> <p> <span class="success"><strong>Executed</strong></span> <span class="danger"><strong>Not Executed</strong></span> <span class="warning"><strong>Dead Code</strong></span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.16</a> using <a href="http://php.net/" target="_top">PHP 5.6.4</a> and <a href="http://phpunit.de/">PHPUnit 4.6.6</a> at Mon Oct 26 20:28:40 CET 2015.</small> </p> <a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a> </footer> </div> <script src="../js/jquery.min.js" type="text/javascript"></script> <script src="../js/bootstrap.min.js" type="text/javascript"></script> <script src="../js/holder.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { var $window = $(window) , $top_link = $('#toplink') , $body = $('body, html') , offset = $('#code').offset().top; $top_link.hide().click(function(event) { event.preventDefault(); $body.animate({scrollTop:0}, 800); }); $window.scroll(function() { if($window.scrollTop() > offset) { $top_link.fadeIn(); } else { $top_link.fadeOut(); } }).scroll(); $('.popin').popover({trigger: 'hover'}); }); </script> </body> </html>
app/navigator/navigator.html
dantheuber/keepr
<md-sidenav md-is-locked-open="true" style="-webkit-app-region:drag"> <search-bar></search-bar> <md-list> <md-list-item ng-repeat="note in nav.notes" class="animate" ng-click="nav.makeActive(note._id)" ng-class="{ 'selected-note': nav.activeId === note._id }" style="-webkit-app-region:no-drag; height: 50px;"> <md-item-content md-ink-ripple layout="row" layout-align="start center"> <div layout="column" layout-align="left"> <span style="margin-bottom: -15px; max-height:35px; overflow:hidden">{{ note.title }}</span> <time style="font-size: small; color:rgba(100,100,100,.9)" am-time-ago="note.updated" title="{{ note.updated | amDateFormat: 'dddd, MMMM Do YYYY, h:mm a' }}"></time> <md-fab-speed-dial class="md-scale" md-open="note.menuOpen" md-direction="left" style="top: -7px; right: 0; position: absolute"> <md-fab-trigger> <md-icon class="material-icons">more_horiz</md-icon> </md-fab-trigger> <md-fab-actions class="md-toolbar-tools"> <md-button class="md-accent md-fab md-raised md-mini" ng-click="nav.removeNote($event, note._id)"> <md-tooltip md-direction="down">Delete</md-tooltip> <md-icon class="material-icons">delete</md-icon> </md-button> <md-button class="md-fab md-mini md-raised" ng-click="nav.renameNote($event, note)"> <md-tooltip md-direction="down">Rename</md-tooltip> <md-icon class="material-icons">edit</md-icon> </md-button> </md-fab-actions> </md-fab-speed-dial> </div> </md-item-content> <md-divider></md-divider> </md-list-item> </md-list> </md-sidenav>
demo.html
JDerwisz/Feather
<!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Feather Demo</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <style type="text/css"> .col-inner { border: 2px solid #263238; border-radius: 1px; color: #263238; } #page-wrap { margin: 0 auto; width: 80%; padding-top: 2%; font-family: "Roboto", sans-serif; } </style> <div id = "page-wrap"> <div class="row"> <div class="l-12"> <div class="col-inner element-padded text-center">12</div> </div> </div> <div class="row"> <div class="l-6"> <div class="col-inner element-padded text-center">6</div> </div> <div class="l-6"> <div class="col-inner element-padded text-center">6</div> </div> </div> <div class="row"> <div class="l-4"> <div class="col-inner element-padded text-center">4</div> </div> <div class="l-4"> <div class="col-inner element-padded text-center">4</div> </div> <div class="l-4"> <div class="col-inner element-padded text-center">4</div> </div> </div> <div class="row"> <div class="l-3"> <div class="col-inner element-padded text-center">3</div> </div> <div class="l-3"> <div class="col-inner element-padded text-center">3</div> </div> <div class="l-3"> <div class="col-inner element-padded text-center">3</div> </div> <div class="l-3"> <div class="col-inner element-padded text-center">3</div> </div> </div> <div class="row"> <div class="l-2"> <div class="col-inner element-padded text-center">2</div> </div> <div class="l-2"> <div class="col-inner element-padded text-center">2</div> </div> <div class="l-2"> <div class="col-inner element-padded text-center">2</div> </div> <div class="l-2"> <div class="col-inner element-padded text-center">2</div> </div> <div class="l-2"> <div class="col-inner element-padded text-center">2</div> </div> <div class="l-2"> <div class="col-inner element-padded text-center">2</div> </div> </div> </div> </body> </html>
week51/form表单练习/demo2_select.html
fanbrightup/November-December
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style media="screen"> *{ margin:0px; padding:0px; } .container{ position: relative; margin:0 auto; background-color: red; height:400px; width:400px; } .red{ background-color: red; } .yellow{ background-color: yellow; } .blue{ background-color: blue; } .green{ background-color: green; } .big{ height:800px; width:800px; } .middle{ height:400px; width:400px; } .small{ height:200px; width:200px; } .randomBtn{ position:relative;; top:40px; width:100%; height:40px; } </style> </head> <body> <div class="container"> <!--一个老问题,如何获取单选框的值 --> <input type="radio" name="size" value="big"> big <input type="radio" name="size" value="middle"> middle <input type="radio" name="size" value="small">small <br> <select class="" name="ff" autofocus onchange="changeBg()"> <option >red</option> <option >yellow</option> <option> blue</option> <option> green</option> </select> <button type="button" class="randomBtn" onclick="randomChange()">手气不错</button> </div> <script type="text/javascript"> window.onload=randomChange; // 不设置默认值,全都使用随机值.注意函数名后没有括号.相当于传了一个回调函数来响应onload事件 var selectNode = document.getElementsByName('ff')[0]; var container = document.querySelector(".container"); var arrSize = document.getElementsByName("size"); var colorList = ['red','yellow','blue','green']; var sizeList = ['big','middle','small']; arrSize.forEach((ele)=>{ // console.log(ele.value); var size = ele.value; // console.log(size); // BUG: 这里我在后边的回调函数中传了个size参数,我忘了这是异步回调,传的那个size会由click事件出发,结果 // size中保留的是mouseEvent事件的坐标信息,这里不应该在回调函数中传递参数 ele.addEventListener("click",()=>{ // console.log(size); changeBg(size); }); }) function changeBg(size){ // size值可能没有 var color = selectNode.value; var mySize = ''; arrSize.forEach((ele)=>{ if(ele.checked) mySize = ele.value; }) // 要使用这里来提供一个size的默认值 size = size || mySize; var strClass = `container ${size} ${color}` container.className = strClass ; } // 随机设置颜色和尺寸 function randomChange(){ var colorNum = Math.ceil(Math.random()*4)-1; // 获得0到3 var sizeNum = Math.ceil(Math.random()*3)-1; // 获得0到2 var color = colorList[colorNum]; var size = sizeList[size]; arrSize[sizeNum].checked = true; selectNode.value = color; container.className = `container ${colorList[colorNum]} ${sizeList[sizeNum]}`; } </script> </body> </html>
libs/commons-configuration-1.7/site/apidocs/org/apache/commons/configuration/plist/package-use.html
seeseekey/jenet
<!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_27) on Sun Sep 04 21:15:54 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <TITLE> Uses of Package org.apache.commons.configuration.plist (Commons Configuration 1.7 API) </TITLE> <META NAME="date" CONTENT="2011-09-04"> <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 org.apache.commons.configuration.plist (Commons Configuration 1.7 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/commons/configuration/plist/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.apache.commons.configuration.plist</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="../../../../../org/apache/commons/configuration/plist/package-summary.html">org.apache.commons.configuration.plist</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.commons.configuration.plist"><B>org.apache.commons.configuration.plist</B></A></TD> <TD> Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.commons.configuration.plist"><!-- --></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="../../../../../org/apache/commons/configuration/plist/package-summary.html">org.apache.commons.configuration.plist</A> used by <A HREF="../../../../../org/apache/commons/configuration/plist/package-summary.html">org.apache.commons.configuration.plist</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/commons/configuration/plist/class-use/XMLPropertyListConfiguration.ArrayNode.html#org.apache.commons.configuration.plist"><B>XMLPropertyListConfiguration.ArrayNode</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Container for array elements.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/commons/configuration/plist/class-use/XMLPropertyListConfiguration.PListNode.html#org.apache.commons.configuration.plist"><B>XMLPropertyListConfiguration.PListNode</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Node extension with addXXX methods to parse the typed data passed by the SAX handler.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/commons/configuration/plist/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2001-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
views/payroll_classes_selection.html
sly14flores/webpmis
<table id="list" class="table table-hover"> <thead> <tr> <th style="width: 10%;">ID</th> <th>Description</th> <th style="width: 15%;">&nbsp;</th> </tr> </thead> <tbody> <tr ng-repeat="payroll_classe in payroll_classes"> <td>{{payroll_classe.pc_id>0?payroll_classe.pc_id:''}}</td> <td>{{payroll_classe.pc_description}}</td> <td style="text-align: center; vertical-align: middle"> <button type="button" class="btn btn-default btn-sm" ng-click="editItem(payroll_classe)"><i class="fa fa-edit"></i></button>&nbsp; <button type="button" class="btn btn-default btn-sm" ng-click="delItem(payroll_classe)" ng-show="accountProfile.pages[module]['delete']"><i class="fa fa-close"></i></button> </td> </tr> </tbody> </table>
_site/2016/09/20/dynamic_sql/index.html
joswlv/joswlv.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Jo Blog"> <meta property="og:description" content="Jo Seungwan Blog!~~!"> <meta property="og:image" content="https://raw.githubusercontent.com/joswlv/joswlv.github.io/master/bg.jpg"> <meta property="og:url" content="https://joswlv.github.io"> <title>mybatis 동적 SQL</title> <meta name="description" content="동적 SQLmybatis는 동적 SQL을 위한 엘리먼트를 제공한다.동적 SQL을 작성할 때 사용하는 엘리먼트 엘리먼트 예 설명 &lt;if test=”조건”&gt;SQL문&lt;/if&gt; &lt;if&gt;태그..."> <link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon"> <link rel="icon" href="/favicon.ico?" type="image/x-icon"> <link rel="stylesheet" href="/css/fontawesome/css/font-awesome.min.css "> <link rel="stylesheet" href="/css/main.css "> <link rel="canonical" href="http://joswlv.github.io/2016/09/20/dynamic_sql/"> <link rel="alternate" type="application/rss+xml" title="Joswlv" href="http://joswlv.github.io/feed.xml "> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-83868242-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header id="top"> <div class="wrapper"> <a href="/" class="brand">Joswlv</a> <small></small> <button id="headerMenu" class="menu"><i class="fa fa-bars"></i></button> <nav id="headerNav"> <ul> <li> <a href="/"> <i class="fa fa-home"></i>Home </a> </li> <li> <a href="/archive/"> <i class="fa fa-archive"></i>Archives </a> </li> <li> <a href="/category/"> <i class="fa fa-th-list"></i>Categories </a> </li> </ul> </nav> </div> </header> <div class="page clearfix" post> <div class="left"> <h1>mybatis 동적 SQL</h1> <div class="label"> <div class="label-card"> <i class="fa fa-calendar"></i>2016-09-20 </div> <div class="label-card"> </div> <div class="label-card"> </div> <div class="label-card"> <!-- <span class="point">•</span> --> <span class="categories"> <i class="fa fa-th-list"></i> <a href="/category/#web" title="Category: web" rel="category">web</a> <!-- <span class="point">•</span> --> </span> </div> </div> <hr> <article itemscope itemtype="http://schema.org/BlogPosting"> <h1 id="sql">동적 SQL</h1> <p>mybatis는 동적 SQL을 위한 엘리먼트를 제공한다.</p> <p><br /></p> <p><strong>동적 SQL을 작성할 때 사용하는 엘리먼트</strong></p> <table> <thead> <tr> <th>엘리먼트 예</th> <th>설명</th> </tr> </thead> <tbody> <tr> <td>&lt;if test=”조건”&gt;SQL문&lt;/if&gt;</td> <td><code class="highlighter-rouge">&lt;if&gt;</code>태그는 어떤 값을 상태를 검사하여 참일 경우에만 SQL문을 포함하고 싶을 때 사용한다. test속성에 지정된 조건이 참이면 <code class="highlighter-rouge">&lt;if&gt;</code>태그의 내용을 반환한다.</td> </tr> <tr> <td>&lt;choose&gt; <br /> &lt;when test=”조건1”&gt;SQL문&lt;/when&gt; <br /> &lt;when test=”조건2”&gt;SQL문&lt;/when&gt; <br /> &lt;otherwise&gt;SQL문 &lt;/otherwise&gt; &lt;/choose&gt;</td> <td><code class="highlighter-rouge">&lt;choose&gt;</code>태그는 검사할 조건이 여러 개일 경우에 사용한다. test속성에 지정된 조건이 참이면 <code class="highlighter-rouge">&lt;when&gt;</code>태그의 내용을 반환한다. 일치하는 조건이 없으면 <code class="highlighter-rouge">&lt;otherwise&gt;</code>의 내용을 반환한다.</td> </tr> <tr> <td>&lt;where&gt; <br /> &lt;if test =”조건1&gt;SQL문&lt;/when&gt; <br /> &lt;if test=”조건2&gt;SQL문&lt;/when&gt; <br /> &lt;/where&gt;</td> <td><code class="highlighter-rouge">&lt;where&gt;</code>태그는 WHERE절을 반환한다. <code class="highlighter-rouge">&lt;where&gt;</code> 안의 하위 태그를 실행하고 나서 반환값이 있으면 WHERE절을 만들어 반환하고, 없으면 WHERE절을 반환하지 않는다.</td> </tr> <tr> <td>&lt;trim prefix=”단어” prefixOverrides=”문자열|문자열”&gt; <br /> &lt;if test=”조건1”&gt;SQL문&lt;/when&gt; <br /> &lt;if test=”조건2”&gt;SQL문&lt;/when&gt; <br /> &lt;/trim&gt;</td> <td><code class="highlighter-rouge">&lt;trim&gt;</code>태그는 특정 단어로 시작하는 SQL문을 반환하고 싶을 때 사용한다. prefix는 반환값 앞에 붙일 접두어를 지정한다. prefixOverrides는 반환할 값에서 제거해야 하는 접두어를 지정한다. <br /> 다시 말하면 <code class="highlighter-rouge">&lt;trim&gt;</code>의 반환값이 있다면, 그 값의 앞부분이 prefixOverride에 지정된 문자열과 일치할 경우 그 문자열을 제거한다. 그리고 그 값의 앞부분에 prefix로 지정한 접두어를 붙여 반환한다.</td> </tr> <tr> <td>&lt;set&gt; <br /> &lt;if test=”조건1”&gt;SQL문&lt;/when&gt; <br /> &lt;if test=”조건2”&gt;SQL문&lt;/when&gt; <br /> &lt;set&gt;</td> <td><code class="highlighter-rouge">&lt;set&gt;</code>태그는 UPDATE문의 SET절을 만들 때 사용한다. 조건이 참인 <code class="highlighter-rouge">&lt;if&gt;</code>의 내용은 SET절에 포함된다. SET 절의 항목이 여러개 일 경우 자동으로 콤마(,)를 붙인다.</td> </tr> <tr> <td>&lt;foreach <br /> item=”항목”<br /> index=”인덱스”<br />collection=”목록”<br />open=”시작문자열”<br />close=”종료문자열”<br />separator=”구분자”&gt;<br /> &lt;/foreach&gt;</td> <td><code class="highlighter-rouge">&lt;foreach&gt;</code>태그는 목록의 값을 가지고 SQL문을 만들 때 사용한다. 특히 IN(값, 값…)조건을 만들 때 좋다. item속성에는 항목을 가리킬 때 사용할 변수의 이름을 지정한다. index속성에는 항목의 인덱스 값을 꺼낼 때 사용할 변수 이름을 지정한다. collection속성에는 java.util.List 구현체나 배열 객체가 온다. open속성에는 최종 반환값의 접두어를 지정한다. close는 최종 반환값의 접미어를 지정한다. separatory 속성은 반복으로 생ㅇ성하는 값을 구분하기 위해 붙이는 문자열을 지정한다.</td> </tr> <tr> <td>&lt;bind name=”변수명” value=”값”/&gt;</td> <td><code class="highlighter-rouge">&lt;bind&gt;</code>태그는 변수를 생성할 때 사용한다.</td> </tr> </tbody> </table> <p><br /></p> <p><strong>사용예</strong></p> <div class="language-xml highlighter-rouge"><pre class="highlight"><code>//MySqlProjectDao.xml <span class="nt">&lt;select</span> <span class="na">id=</span><span class="s">"selectList"</span> <span class="na">resultMap=</span><span class="s">"projectResultMap"</span><span class="nt">&gt;</span> select PNO, PNAME, STA_DATE, END_DATE, STATE from PROJECTS order by <span class="nt">&lt;choose&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'TITLE_ASC'"</span><span class="nt">&gt;</span>PNAME asc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'TITLE_DESC'"</span><span class="nt">&gt;</span>PNAME desc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'STARTDATE_ASC'"</span><span class="nt">&gt;</span>STA_DATE asc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'STARTDATE_DESC'"</span><span class="nt">&gt;</span>STA_DATE desc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'ENDDATE_ASC'"</span><span class="nt">&gt;</span>END_DATE asc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'ENDDATE_DESC'"</span><span class="nt">&gt;</span>END_DATE desc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'STATE_ASC'"</span><span class="nt">&gt;</span>STATE asc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'STATE_DESC'"</span><span class="nt">&gt;</span>STATE desc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;when</span> <span class="na">test=</span><span class="s">"orderCond == 'PNO_ASC'"</span><span class="nt">&gt;</span>PNO asc<span class="nt">&lt;/when&gt;</span> <span class="nt">&lt;otherwise&gt;</span>PNO desc<span class="nt">&lt;/otherwise&gt;</span> <span class="nt">&lt;/choose&gt;</span> <span class="nt">&lt;/select&gt;</span> <span class="nt">&lt;update</span> <span class="na">id=</span><span class="s">"update"</span> <span class="na">parameterType=</span><span class="s">"map"</span><span class="nt">&gt;</span> update PROJECTS <span class="nt">&lt;set&gt;</span> <span class="nt">&lt;if</span> <span class="na">test=</span><span class="s">"title != null"</span><span class="nt">&gt;</span>PNAME=#{title},<span class="nt">&lt;/if&gt;</span> <span class="nt">&lt;if</span> <span class="na">test=</span><span class="s">"content != null"</span><span class="nt">&gt;</span>CONTENT=#{content},<span class="nt">&lt;/if&gt;</span> <span class="nt">&lt;if</span> <span class="na">test=</span><span class="s">"startDate != null"</span><span class="nt">&gt;</span>STA_DATE=#{startDate},<span class="nt">&lt;/if&gt;</span> <span class="nt">&lt;if</span> <span class="na">test=</span><span class="s">"endDate != null"</span><span class="nt">&gt;</span>END_DATE=#{endDate},<span class="nt">&lt;/if&gt;</span> <span class="nt">&lt;if</span> <span class="na">test=</span><span class="s">"state != null"</span><span class="nt">&gt;</span>STATE=#{state},<span class="nt">&lt;/if&gt;</span> <span class="nt">&lt;if</span> <span class="na">test=</span><span class="s">"tags != null"</span><span class="nt">&gt;</span>TAGS=#{tags}<span class="nt">&lt;/if&gt;</span> <span class="nt">&lt;/set&gt;</span> where PNO=#{no} <span class="nt">&lt;/update&gt;</span> </code></pre> </div> <p><br /></p> <h3 id="reference">Reference</h3> <ul> <li><a href="http://www.yes24.com/24/Goods/13159413?Acode=101">열혈강의 자바 웹 개발 워크북</a></li> </ul> </article> <hr> <div class="post-recent"> <div class="pre"> <p><strong>prev</strong> <a href="/2016/09/20/mybatis_log/">mybatis log출력</a></p> </div> <div class="nex"> <p><strong>next</strong> <a href="/2016/09/21/beancontext1/">스프링 IoC컨테이너 ApplicationContext [1]</a></p> </div> </div> <h2 id="comments">Comments</h2> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ var disqus_config = function() { this.page.url = 'http://joswlv.github.io/2016/09/20/dynamic_sql/'; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = 'http://joswlv.github.io/2016/09/20/dynamic_sql/'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//joswlv.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> </div> <button class="anchor"><i class="fa fa-anchor"></i></button> <div class="right"> <div class="wrap"> <!-- Content --> <div class="side content"> <div> Content </div> <ul id="content-side" class="content-ul"> <li><a href="#similar_posts">Similar Posts</a></li> <li><a href="#comments">Comments</a></li> </ul> </div> </div> </div> </div> <script> /** * target _blank */ (function() { var aTags = document.querySelectorAll('article a:not([id])') for (var i = 0; i < aTags.length; i++) { aTags[i].setAttribute('target', '_blank') } }()); </script> <script src="/js/pageContent.js " charset="utf-8"></script> <footer class="site-footer"> <div class="wrapper"> <p class="description"> </p> <p class="contact"> Contact me at: <a href="https://github.com/joswlv" title="GitHub"><i class="fa fa-github" aria-hidden="true"></i></a> <a href="mailto:wh7923@gmail.com" title="email"><i class="fa fa-envelope-o" aria-hidden="true"></i></a> <a href="https://www.facebook.com/wsj7923" title="Facebook"><i class="fa fa-facebook-official" aria-hidden="true"></i></a> </p> <p> </p> <p class="power"> <span> Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> </p> </div> </footer> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <div class="back-to-top"> <a href="#top" class="scroll"> <i class="fa fa-arrow-up" aria-hidden="true"></i> </a> </div> <script src=" /js/main.js " charset="utf-8"></script> <script src=" /js/scroll.min.js " charset="utf-8"></script> </body> </html>
java/2013/edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html
arithehun/frc
<!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_29) on Thu Jan 03 13:25:30 EST 2013 --> <TITLE> IllegalUseOfCommandException (2013 FRC Java API) </TITLE> <META NAME="date" CONTENT="2013-01-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="IllegalUseOfCommandException (2013 FRC Java API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IllegalUseOfCommandException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../edu/wpi/first/wpilibj/command/CommandGroup.html" title="class in edu.wpi.first.wpilibj.command"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../edu/wpi/first/wpilibj/command/PIDCommand.html" title="class in edu.wpi.first.wpilibj.command"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IllegalUseOfCommandException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> edu.wpi.first.wpilibj.command</FONT> <BR> Class IllegalUseOfCommandException</H2> <PRE> <A HREF="../../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../java/lang/Throwable.html" title="class in java.lang">java.lang.Throwable</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../java/lang/Exception.html" title="class in java.lang">java.lang.Exception</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../java/lang/RuntimeException.html" title="class in java.lang">java.lang.RuntimeException</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>edu.wpi.first.wpilibj.command.IllegalUseOfCommandException</B> </PRE> <HR> <DL> <DT><PRE>public class <B>IllegalUseOfCommandException</B><DT>extends <A HREF="../../../../../java/lang/RuntimeException.html" title="class in java.lang">RuntimeException</A></DL> </PRE> <P> This exception will be thrown if a command is used illegally. There are several ways for this to happen. <p>Basically, a command becomes "locked" after it is first started or added to a command group.</p> <p>This exception should be thrown if (after a command has been locked) its requirements change, it is put into multiple command groups, it is started from outside its command group, or it adds a new child.</p> <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Joe Grinstead</DD> </DL> <HR> <P> <!-- ======== 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="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html#IllegalUseOfCommandException()">IllegalUseOfCommandException</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html#IllegalUseOfCommandException(java.lang.String)">IllegalUseOfCommandException</A></B>(<A HREF="../../../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A> with the given message.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></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.<A HREF="../../../../../java/lang/Throwable.html" title="class in java.lang">Throwable</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../java/lang/Throwable.html#getMessage()">getMessage</A>, <A HREF="../../../../../java/lang/Throwable.html#printStackTrace()">printStackTrace</A>, <A HREF="../../../../../java/lang/Throwable.html#toString()">toString</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= 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="IllegalUseOfCommandException()"><!-- --></A><H3> IllegalUseOfCommandException</H3> <PRE> public <B>IllegalUseOfCommandException</B>()</PRE> <DL> <DD>Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A>. <P> </DL> <HR> <A NAME="IllegalUseOfCommandException(java.lang.String)"><!-- --></A><H3> IllegalUseOfCommandException</H3> <PRE> public <B>IllegalUseOfCommandException</B>(<A HREF="../../../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;message)</PRE> <DL> <DD>Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A> with the given message. <P> <DL> <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message</DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IllegalUseOfCommandException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../edu/wpi/first/wpilibj/command/CommandGroup.html" title="class in edu.wpi.first.wpilibj.command"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../edu/wpi/first/wpilibj/command/PIDCommand.html" title="class in edu.wpi.first.wpilibj.command"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IllegalUseOfCommandException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> "<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>" </BODY> </HTML>
docs/typesafe-logger/index.html
VivekRagunathan/vivekragunathan.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Hugo 0.75.1" /> <title>Typesafe Logger &middot; A Developer&#39;s Experience</title> <meta name="description" content="" /> <meta itemprop="name" content="Typesafe Logger"> <meta itemprop="description" content="Article co-authored with Sanjeev, and publishedon CodeProject PROBLEM Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files."> <meta itemprop="datePublished" content="2010-10-08T18:34:09+00:00" /> <meta itemprop="dateModified" content="2010-10-08T18:34:09+00:00" /> <meta itemprop="wordCount" content="1758"> <meta itemprop="keywords" content="" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Typesafe Logger"/> <meta name="twitter:description" content="Article co-authored with Sanjeev, and publishedon CodeProject PROBLEM Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files."/> <meta property="og:title" content="Typesafe Logger" /> <meta property="og:description" content="Article co-authored with Sanjeev, and publishedon CodeProject PROBLEM Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://okforanything.github.io/typesafe-logger/" /> <meta property="article:published_time" content="2010-10-08T18:34:09+00:00" /> <meta property="article:modified_time" content="2010-10-08T18:34:09+00:00" /> <link type="text/css" rel="stylesheet" href="/css/print.css" media="print"> <link type="text/css" rel="stylesheet" href="/css/poole.css"> <link type="text/css" rel="stylesheet" href="/css/hyde.css"> <link type="text/css" rel="stylesheet" href="/css/custom.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="/favicon.png"> </head> <body> <aside class="sidebar"> <div class="container"> <div class="sidebar-about"> <div class="author-image"> <a href="/"> <img src="/images/profile.png" class="img-circle img-headshot center" alt="Profile Picture"> </a> </div> <h1>A Developer&#39;s Experience</h1> <p class="lead">The romantic image of an über-programmer is someone who fires up Emacs, types like a machine gun, and delivers a flawless final product from scratch. A more accurate image would be someone who stares quietly into space for a few minutes and then says Hmm. I think I’ve seen something like this before – John D. Cook</p> </div> <hr /> <nav> <ul class="sidebar-nav"> <li> <a href="/post/">Posts</a> </li><li> <a href="/about/">About</a> </li> </ul> </nav> <section class="social-icons"> <a href="#" rel="me" title="Linkedin" target="_blank"> <i class="fab fa-linkedin" aria-hidden="true"></i> </a> <a href="#" rel="me" title="GitHub" target="_blank"> <i class="fab fa-github" aria-hidden="true"></i> </a> <a href="#" rel="me" title="Twitter" target="_blank"> <i class="fab fa-twitter" aria-hidden="true"></i> </a> </section> </div> </aside> <main class="content container"> <div class="post"> <h1>Typesafe Logger</h1> <p><!-- raw HTML omitted -->Article co-authored with <!-- raw HTML omitted -->Sanjeev<!-- raw HTML omitted -->, and <!-- raw HTML omitted -->published<!-- raw HTML omitted --> on <!-- raw HTML omitted -->CodeProject<!-- raw HTML omitted --><!-- raw HTML omitted --></p> <hr> <h3 id="problem">PROBLEM</h3> <p>Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files. There are so many other destinations where the logs can be written to. Irrespective of the destination that each application must be able to configure, the diagnostic log message and the way to generate the message is of our interest now. So we are in need of a logger class that can behave transparent to the logging destination. That should not be a problem, it would be fun to design that.</p> <p>The crux of the problem now is the generation of the log messages. Usually the log messages are generated dynamically in your code. For instance if an user calls an API <code>int GetFileSize(LPCTSTR lpszFilePath)</code>, the log may look something like this:-</p> <p>[code lang=text]</p> <p>GetFileSize – File: C:\Temp\Sample.txt. Size: 1492 bytes.</p> <p>[/code]</p> <p>In the above line of log, the file path and size values are known at runtime depending on the file. And the log could also bear the current date and time with the current logged in user requesting the file size and a variety of other stuff that might look information rich to the user. So, no doubt, our logger should have a method with variable number of arguments. Let us do the first draft of our logger class.</p> <p>[code lang=cpp]</p> <p>class Logger</p> <p>{</p> <p>public: Logger() ;</p> <p>public: ~Logger() ;</p> <p>public: void LogTrace(const std::string&amp; category,</p> <p>const std::string&amp; fmtSpec,</p> <p>…);</p> <p>public: void LogInformation(const std::string&amp; category,</p> <p>const std::string&amp; fmtSpec,</p> <p>…);</p> <p>public: void LogWarning(const std::string&amp; category,</p> <p>const std::string&amp; fmtSpec,</p> <p>…);</p> <p>public: void LogError(const std::string&amp; category,</p> <p>const std::string&amp; fmtSpec,</p> <p>…);</p> <p>};</p> <p>[/code]</p> <p>The variable number of arguments is just fair enough. The C/C++ style of format specification string is cryptic with <code>%</code> and tough to match the corresponding format specification for each type; and especially tough when the format specification string is a long one. For instance, in order to output an <code>int</code>, the format specifier must be <code>%d</code>; if the programmer made a mistake by specifying <code>%s</code>, the whole show comes down. The application crashes pathetically. That is our prime problem to be solved – type safe logging.</p> <p>So</p> <ul> <li>Our logger must offer type safe logging, which means there must literally be no possibility of crash due to format specification mismatch or improper arguments count.</li> <li>The C++ programming language and the Windows operating system both do not offer a convenient and generic logging facilities.</li> <li>The logger must be loosely coupled with the log destination.</li> <li>The variable arguments facility is very crude and something a C programmer would be happy about, whereas C++ abstracts and encapsulates everything as objects.</li> </ul> <h3 id="solution-8211-type-safe-logger">SOLUTION – (Type Safe) Logger</h3> <p>First obstacle to get through is the facility to specify the variable number of arguments, especially in a type safe way. Fortunately the Standard Template Library is our savior. We can rely on <code>std::ostringstream</code> cutie for generating messages on the fly. A quick look:-</p> <p>[code lang=cpp]</p> <p>std::ostringstream ostr;</p> <p>ostr &laquo; &ldquo;GetFileSize – File: &quot; &laquo; filePath.c_str()</p> <p>&laquo; &ldquo;\tSize: &quot; &laquo; fileSize &laquo; &quot; bytes.&quot;;</p> <p>[/code]</p> <p>The message thus constructed can be then directed to any destination – file, standard error, UI etc. That is the core of our solution.</p> <p>However the message construction must be based on a format specification. One good advantage of a format specification is that it gives a world view of the message that would be constructed\logged; while on the other hand, it is cryptic to read and know the message from a <code>std::ostringstream</code> construct as as above. That means we are thinking of blending and innovating a logging construct which involves printf-like format specification with <code>std::ostringstream</code>. Although we seem to have solved the variable arguments problem, we are back to square on the format specification. Our aim is to get rid of the world where %ld has to be matched for a numeric or %s for a string. For that matter, even <code>std::ostringstream</code>‘s &laquo; operator does not do good with a parameter that is a <code>std::string</code>.</p> <p>If that is our pain, then let us devise our own format specification, which provides type safety. By type safety we aim to never crash at runtime and also detect specification anomalies. So let us use the .NET style of format specification which uses argument index placeholders but the format specifier still is <code>%</code>. So for our GetFileSize example, the format specification string may look like the following:-</p> <p>[code lang=text]</p> <p>GetFileSize – File: %0. Size: %1 bytes. User: %2. Is &lsquo;%0&rsquo; read-only: %3</p> <p>[/code]</p> <p>By now, you must be say wow! First good thing in the above format specification string is the repeating index placeholders (<code>%0</code>), which avoids specifying duplicate arguments. Other good things will be discussed in a short while.</p> <p>We are ready with our format specification design – format specification and variable arguments. Now we need to merge these to construct messages on the fly. We need a way (via methods or such) to pass in the format specification, followed by argument passing. Besides that, we must be able to do log level based logging. That means I must be able to pass in the format spec and arguments, and say I want to log the message as Trace, Information, Warning or Error using the <code>LogXXX</code> methods in the logger. May be our logger usage could be:-</p> <p>[code lang=cpp]</p> <p>Logger x(&ldquo;GetFileSize – File: %0. Size: %1 bytes. User: %2. Is &lsquo;%0&rsquo; read-only: %3&rdquo;);</p> <p>x &laquo; &ldquo;C:\Temp\Sample.txt&rdquo; &laquo; 2945 &laquo; Visitor &laquo; &ldquo;True&rdquo;;</p> <p>x.LogInformation();</p> <p>[/code]</p> <p>Horrible, Isn&rsquo;t it? By doing it the ugly way, we realize there is an elegant way.</p> <p>[code lang=cpp]</p> <p>Logger().LogInformation(&ldquo;GetFileSize – File: %0. Size: %1 bytes. User: %2. Is &quot;</p> <p>&ldquo;'%0' read-only: %3&rdquo;) &laquo; &ldquo;C:\Temp\Sample.txt&rdquo; &laquo; 2945 &laquo; Visitor &laquo; &ldquo;True&rdquo;;</p> <p>[/code]</p> <p>OR</p> <p>[code lang=cpp]</p> <p>Logger().LogError(&ldquo;Failed to get file size!&quot;);</p> <p>[/code]</p> <p>That is how we will be logging. We create and log in a single line of code. Our Logger class will be overloading the &laquo; operator to intake the arguments passed, and will be making of the use of the destructor to log to the desired destination right after the line where logging is done.</p> <h3 id="where-do-we-log">WHERE DO WE LOG?</h3> <p>As we discussed earlier, our Logger is transparent to the logging destination. And for that reason, I intend to keep the part of physical logging out of the Logger class. The Logger is an abstract class with <code>LogMessage</code> pure virtual function. And here is how our Logger is refined to:-</p> <p>[code lang=cpp]</p> <p>enum LogSections</p> <p>{</p> <p>LOGSECTION_APPGENERAL,</p> <p>LOGSECTION_APPINIT,</p> <p>LOGSECTION_APPSHUTDOWN,</p> <p>LOGSECTION_MODULEA,</p> <p>LOGSECTION_MODULEB</p> <p>// Add other log categories</p> <p>};</p> <p>enum LogLevel</p> <p>{</p> <p>LOGLEVEL_TRACE,</p> <p>LOGLEVEL_INFO,</p> <p>LOGLEVEL_WARNING,</p> <p>LOGLEVEL_ERROR</p> <p>};</p> <p>struct MessageInfo</p> <p>{</p> <p>public: LogLevel Level;</p> <p>public: LogSections Category;</p> <p>public: std::string Message;</p> <p>public: std::string Timestamp;</p> <p>public: std::string ThreadID;</p> <p>public: MessageInfo(LogLevel gLevel,</p> <p>LogSections gSection) : Level(gLevel),</p> <p>Category(gSection)</p> <p>{</p> <p>this-Timestamp = DateTimeAsString();</p> <p>this-ThreadID = Thread::IDAsString();</p> <p>}</p> <p>};</p> <p>class Logger</p> <p>{</p> <p>private: MessageInfo _mInfo;</p> <p>private: std::string _fmtSpec;</p> <p>public: Logger(LogLevel logLevel,</p> <p>LogSections logSection,</p> <dl> <dt>const std::string&amp; fmtSpec)</dt> <dd> <p>_mInfo(logLevel, logSection),</p> </dd> </dl> <p>_fmtSpec(fmtSpec)</p> <p>{</p> <p>}</p> <p>public: virtual ~Logger()</p> <p>{</p> <p>// Use PrepareStream private method that</p> <p>// constructs the message from the _fmtSpec</p> <p>// and arguments passed using overloaded the</p> <p>// &laquo; operator.</p> <p>_mInfo.Message = PrepareStream();</p> <p>_mInfo.Timestamp = DateTimeAsString();</p> <p>LogMessage(mi);</p> <p>}</p> <p>protected: virtual LogMessage(MessageInfo mi) = 0;</p> <p>private: template&lt;typename TLogger&amp; operator &lt;(T t);</p> <p>};</p> <p>[/code]</p> <p>The users are required to derive from the Logger class and implement the <code>LogMessage</code> method to perform the physical logging in the format they desire. For ease of use, loggers that log to standard error device and file are provided in the download.</p> <h3 id="highlights">HIGHLIGHTS</h3> <p>The format specification (<code>%n</code>) considers only <code>%</code> followed by n as the indexed place holder, where n is any number in the range 0-256. Any other character after the % is not given any special treatment and is directed to the logging destination; except a <code>%</code> (after <code>%</code>) is for logging a <code>%</code>, like a � in C style logging. In short, a <code>%%</code> is an escape sequence for <code>%</code>.</p> <p>Since Logger overloads <code>&amp;lt;&amp;lt;</code> operator and internally relies on <code>std::ostringstream</code>, any argument in essence should be a string-convertible. All simple types are identified and automatically converted to string for logging. For complex types and special logging formats, the user supplies the formatted string. For instance, if I want to log my class, I may (have to) provide a ToString method on the class that gives me the string representation of the class, which is not an unfair thing.</p> <p>Since we used custom format specification with <code>%</code>, there is no possibility of argument-type mismatch, and no crashes due to the same. Besides, any argument passed that is not string-convertible results in a compiler error, which is one of the biggest benefits.</p> <p>The argument count mismatch is safely handled avoiding runtime crashes. If the number of arguments passed (via <code>&amp;lt;&amp;lt;</code>) is less than the number of argument placeholders (<code>%n</code>), then asserts are issued for each argument placeholder for which the corresponding argument is not found, and the %n is directly logged. For instance, in the following line of log, <code>%2</code> is asserted for argument mismatch and the string <code>%2</code> is logged.</p> <p>[code lang=cpp]</p> <p>Logger().LogInformation(&ldquo;GetFileSize – File: %0. Size: %1 bytes. &quot;</p> <p>&ldquo;User: %2. Is &lsquo;%0&rsquo; read-only: %3&rdquo;) &laquo; &ldquo;C:\Temp\Sample.txt&rdquo; &laquo; 2945 &laquo; Visitor;</p> <p>[/code]</p> <p>If the number of arguments passed is greater than the number of placeholders, the extra arguments are ignored from logging. So all argument mismatches can be identified and resolved during compile time without doubt.</p> <h3 id="limitations">LIMITATIONS</h3> <p>Although the specification is half .NET style, our Logger does not offer all formatting facilities – hex, spacing etc. All such things are kept outside of the Logger. This was not intentional but I thought to start the Logger simple. So if you want to output a number in hex, the ToHexString static method of the Logger class may be used.</p> <p>[code lang=cpp]</p> <p>Logger(&ldquo;Hex number: %0&rdquo;, Logger::ToHexString(1000));</p> <p>[/code]</p> <p>The maximum number of arguments that can be specified (in the format spec) is 256. At the time of writing this logger for my application, my application had no chance of having a format spec with more than 256 arguments. Besides, I thought a Logger that allows constructing a format spec with 256 arguments may be fancy enough but from the ease of use stand-point, reading and getting a world of view of the message is not that easy, and the purpose is beaten. However, for people who opine otherwise, this limitation can be easily gotten rid of from the code (remove an if condition), and you are free to construct a format spec with any number of arguments.</p> </div> </main> <footer> <div> &copy; Theme by <a href="www.google.com">Soho</a> 2020 &middot; <a href="https://creativecommons.org/licenses/by-sa/4.0" target="_blank">CC BY-SA 4.0</a> </div> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js" integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0=" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/ocean.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> </body> </html>
index.html
styd/colicious
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Generate Delicious Colors"> <meta name="author" content="Kabir Shah"> <title>Colicious</title> <link rel="stylesheet" type="text/css" href="./css/lib/feather.min.css" /> <link rel="stylesheet" type="text/css" href="./css/styles.css" /> <link rel="shortcut icon" type="image/png" href="/favicon.png" /> <link rel="shortcut icon" type="image/png" href="http://kingpixil.github.io/DayFiftyNine/favicon.png" /> </head> <body> <div class="contain text-center animate fadeIn"> <div class="notFooter"> <h1 id="color" class="centered"></h1> </div> <footer id="footer"> Made with <span id="heart">&#9825;</span> By Kabir </footer> </div> <script src="./js/lib/paint.min.js"></script> <script src="./js/scripts.js"></script> </body> </html>
Oscillator_revB/OscillatorSynth/OscillatorSynth/ArduinoCore/include/libraries/mozzi/extras/doc/html/class_rolling_stat-members.html
Sonoscopia/KidModular
<!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.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Mozzi: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </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" /> <link href="custom_stylesheet.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="mozzi-circle.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Mozzi &#160;<span id="projectnumber">version 2016-12-11-17:03</span> </div> <div id="projectbrief">sound synthesis library for Arduino</div> </td> <td> <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> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_rolling_stat.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">RollingStat&lt; T, WINDOW_LENGTH &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="class_rolling_stat.html#a8521a53cde7c5d28ac9c375aaee3a972">getMean</a>() const</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_rolling_stat.html#a234ab1d244e4b392056fcaa1fc1e4fc4">getStandardDeviation</a>() const</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_rolling_stat.html#a3e7e5f706e3b5ac2496f14b7b639775d">getVariance</a>() const</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_rolling_stat.html#a98c3f767391db80b8ad59ca53c1e6a94">RollingStat</a>()</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_rolling_stat.html#a85750e78ac282caec24408dce6e78201">update</a>(T x)</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_rolling_stat.html#a6f7b384ab338da5ba10200fbce7f2eb0">update</a>(int8_t x)</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat&lt; T, WINDOW_LENGTH &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sun Dec 11 2016 17:03:11 for Mozzi by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li> </ul> </div> </body> </html>
_includes/navigation.html
parfeon/parfeon.github.io
<ul style="font-size: 16px; list-style-type: none; position: fixed; left: 50%; margin-left: -325px"> {% assign pages_data = site.data§ | map: "pages" | compact %} {% for p in pages_data %} <li style="float: left"> {% if p.title == page.title %} <a href="/{{ p.url }}" style="display: block; color: white; text-align: center; padding: 16px; text-decoration: underline;">{{ p.title }}</a> {% else %} <a href="/{{ p.url }}" style="display: block; color: white; text-align: center; padding: 16px; text-decoration: none;">{{ p.title }}</a> {% endif %} </li> {% endfor %} </ul>
uc/index.html
thompsonje2/Bobs_Ferry_Pilots
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Bob's Ferry Pilot Service</title> <link rel="stylesheet" href="../css/main.css" type="text/css"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Carter+One" /> <script src="../js/validation.js"></script> <!--Force reload/refresh when pressing the back button from the demo.php showing data submission so persistent data is removed from form fields--> <script> if (window.name == "reloader") { window.name = ""; location.reload(); } window.onbeforeunload = function() { window.name = "reloader"; } </script> <link rel="icon" href="../img/favicon.png" type="image/x-icon"> </head> <body> <div class="logoBar"> <div class="logoBanner"> <img src="../img/pilot_plane.png" alt="Bob Flying" height="100" class="logo" /> <img src="../img/wind.png" alt="The wind beneath Bob's wings" height="100" class="logo" /> <img src="../img/bobs_logo.png" alt="Bob's Ferry Pilots" height="100" class="logo" /> </div> </div> <div class="navSection"> <div class="navList"> <nav> <ul> <li><a href="../index.html" class="navHome">Home</a></li> <li><a href="../quote/index.html" class="navQuote">Quotes for Service</a></li> <li><a href="../crew/index.html" class="navCrew">Our Crew</a></li> <li><a href="../track/index.html" class="navTrack">Track Your Asset</a></li> <li><a href="../jobs/index.html" class="navJobs">Fly With Us</a></li> </ul> </nav> </div> </div> <section class="constSection"> <div id="constArea"> <img src="../img/mechanic.png" alt="Mechanic" height="200" class="mechanic"/> <h1> This section of our website is still under construction </h1> <h2> Our mechanics are working hard to certify this page safe for flight! Please check back soon! </h2> </div> </section> <footer class="footerContainer"> <div class="footerLeft"> <h3>Bob's <span>Ferry Pilots</span></h3> <p class="footerLinks"> <a href="../index.html">Home</a> · <a href="../quote/index.html">Quotes</a> · <a href="../crew/index.html">Our Crew</a> · <a href="../track/index.html">Tracking</a> · <a href="index.html">Fly With Us</a> </p> <p class="footerCompanyName">Bob's Ferry Pilot's &copy; 2016</p> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons License</a> </div> <div class="footerRight"> <!-- Fill in code for Send button action for now just using a demo php receiver to show functionality - replace with functioning php or Perl handling to send email with form data. - Git Issue #X --> <form method="post" name="contactFooter" action="http://webdevbasics.net/scripts/demo.php" onsubmit="return validateContactForm()"> <h1> Contact Us </h1> <div> <input type="text" name="email" placeholder="Email" /> </div> <div> <textarea name="message" placeholder="Type your message here"></textarea> </div> <div> <input name="sendButton" id="send" type="submit" value="Send" /> </div> </form> </div> </footer> </body> </html>
capture/noworkflow/now/vis/templates/trial.html
paopao74cn/noworkflow
{% extends "base.html" %} {% block body %} <div class="trial"> <div id="main"> <h1>Trial {{ trial.id }}</h1> <h3 class="hash"> {{ trial.code_hash }} </h1> <span class="attr"> <span class="desc">Script: </span> <span class="script"> {{ trial.script }}</span> </span> <span class="attr"> <span class="desc">Start: </span> <span class="start"> {{ trial.start }}</span> </span> <span class="attr"> <span class="desc">Finish: </span> <span class="finish"> {{ trial.finish }}</span> </span> {% if trial.arguments %} <span class="attr"><span class="desc">Arguments: </span><span class="arguments">{{ trial.arguments }} </span></span> {% endif %} </div> {% include info %} </div> {% endblock %}
docs/javadocs/com/swfm/mica/MiReCalcLayouts.html
justacoder/mica
<!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_03) on Sat May 01 12:14:26 GMT-07:00 2004 --> <TITLE> MiReCalcLayouts </TITLE> <META NAME="keywords" CONTENT="com.swfm.mica.MiReCalcLayouts class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="MiReCalcLayouts"; } </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="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../com/swfm/mica/MiRadioStateEnforcer.html" title="class in com.swfm.mica"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../com/swfm/mica/MiRectangle.html" title="class in com.swfm.mica"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MiReCalcLayouts.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.swfm.mica</FONT> <BR> Class MiReCalcLayouts</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica">com.swfm.mica.MiCommandHandler</A> <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.swfm.mica.MiReCalcLayouts</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../com/swfm/mica/MiiCommandHandler.html" title="interface in com.swfm.mica">MiiCommandHandler</A>, <A HREF="../../../com/swfm/mica/MiiTargetableCommandHandler.html" title="interface in com.swfm.mica">MiiTargetableCommandHandler</A></DD> </DL> <HR> <DL> <DT>public class <B>MiReCalcLayouts</B><DT>extends <A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica">MiCommandHandler</A></DL> <P> <DL> <DT><B>Version:</B></DT> <DD>%I% %G%</DD> <DT><B>Author:</B></DT> <DD>Michael L. Davis</DD> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../com/swfm/mica/MiReCalcLayouts.html#MiReCalcLayouts()">MiReCalcLayouts</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/swfm/mica/MiReCalcLayouts.html#processCommand(java.lang.String)">processCommand</A></B>(java.lang.String&nbsp;arg)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Processes the given command.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.swfm.mica.MiCommandHandler"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class com.swfm.mica.<A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica">MiCommandHandler</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../com/swfm/mica/MiCommandHandler.html#getTargetOfCommand()">getTargetOfCommand</A>, <A HREF="../../../com/swfm/mica/MiCommandHandler.html#setTargetOfCommand(java.lang.Object)">setTargetOfCommand</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="MiReCalcLayouts()"><!-- --></A><H3> MiReCalcLayouts</H3> <PRE> public <B>MiReCalcLayouts</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"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="processCommand(java.lang.String)"><!-- --></A><H3> processCommand</H3> <PRE> public void <B>processCommand</B>(java.lang.String&nbsp;arg)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../com/swfm/mica/MiiCommandHandler.html" title="interface in com.swfm.mica">MiiCommandHandler</A></CODE></B></DD> <DD>Processes the given command. <P> <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=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="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../com/swfm/mica/MiRadioStateEnforcer.html" title="class in com.swfm.mica"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../com/swfm/mica/MiRectangle.html" title="class in com.swfm.mica"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MiReCalcLayouts.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
webkb/project/misc/http:^^www.lcs.mit.edu^web_project^Brochure^mac^mac.html
ML-SWAT/Web2KnowledgeBase
Server: Netscape-Commerce/1.12 Date: Tuesday, 26-Nov-96 00:07:00 GMT Last-modified: Thursday, 15-Jun-95 00:37:21 GMT Content-length: 3111 Content-type: text/html <!doctype html public "-//W30//DTD W3 HTML 2.0//EN"> <HTML> <TITLE>Project on Mathematics and Computation</TITLE> <center> <!WA0><A HREF="http://www.swiss.ai.mit.edu/"><!WA1><img src="http://www.lcs.mit.edu/web_project/Brochure/mac/macline.gif"></a> </center> <p> <center> <table border> <tr> <td><!WA2><img src=http://www.lcs.mit.edu/web_project/Brochure/mac/hal&gerry2.gif></td> </tr> <tr> <td> <!WA3><A HREF="http://www.swiss.ai.mit.edu/~hal/hal.html"><address><b>Harold Abelson</b></a>,<br>Class of 1922 Professor of Computer Science and Engineering</address> <!WA4><A HREF="http://www.swiss.ai.mit.edu/~gjs/gjs.html"> <address><b>Gerald Sussman</b></a>,<br>Matsushita Professor of Electrical Engineering</address></td> </tr> </table> </center> <body> <p> Solving scientific problems increasingly depends on high-speed computation, careful planning of numerically based experiments, and high-level, qualitative interpretation of large volumes of quantitative data. Working jointly with the Artificial Intelligence (AI) laboratory, researchers within MIT's Project on Mathematics and Computation are developing a wide range of intelligent computation tools to help scientists and engineers understand mathematical models of physical processes. Some of the Project's goals include efficient new algorithms, specialized hardware, and "smart" programs that comprehend measured or numerical data. Much of our work in scientific computation is based on AI methods. We have used computer-vision techniques, for example, to create programs that "look at" and qualitatively interpret graphical results of numerical experiments. Other programs can construct numerical simulation systems of dynamically complex processes (such as oscillating chemical reactions and nonlinear vibrating beams), then automatically incorporate them into qualitative-analysis programs. Such programs can also generate high-level summary descriptions -- graphically and in English -- of numerical experiments, similar to the descriptions that appear in published scientific and engineering papers. <p> To support the automatic construction of numerical procedures, we are seeking ways to express numerical algorithms in terms of high-order procedural abstractions. Sophisticated numerical routines thus can be assembled by mixing and matching components from a numerical library. The large library of routines we are now assembling will contain symbolic methods as well as numeric ones. <p> Our work rests on the <!WA5><A HREF="http://www.swiss.ai.mit.edu/schene-home.html">Scheme dialect of Lisp</a> and the Scheme programming environment, which we invented and continue to develop. We have joined with other Scheme users and developers to formally standardize this dialect through the IEEE. We expect that our freely available native-code <!WA6><a href=ftp://ftp-swiss.ai.mit.edu/pub/scheme-7.3/>Scheme compiler</a> will offer performance comparable to that of the best commercial Lisp compilers. </BODY> <p> <!WA7><a href="http://www.lcs.mit.edu/web_project/Brochure/contents.html"><!WA8><img align=left src=http://www.lcs.mit.edu/web_project/Brochure/icons/contents_motif.gif></a> <!WA9><a href="http://www.lcs.mit.edu/web_project/Brochure/pia/pia.html"><!WA10><img align=left src=http://www.lcs.mit.edu/web_project/Brochure/icons/previous_group_motif.gif></a> <!WA11><a href="http://www.lcs.mit.edu/web_project/Brochure/cdm/cdm.html"><!WA12><img align=left src=http://www.lcs.mit.edu/web_project/Brochure/icons/next_group_motif.gif></a> </HTML>
_layouts/pendant-index.html
heartedmachine/ecommerce-website
--- layout: default --- <div class="grid"> <h3>{{page.title}} {{page.edition}}</h3> <div class="detail-bg unit detail-bg gutter unit-s-1"> <img class="float-left unit-s-1 unit-m-1-2 unit-l-1-3 margin-top" src="{{site.baseurl}}/images/bg-watches/{{page.img-desc}}" alt"{{page.title}} Watch"> <dl> <dt> <h3 class="no-border display-inline"><b>Price:</b></h3> </dt> <dd> {{page.price}} </dd> <dt> <h6 class="no-border display-inline"><strong>Pendant Size:</strong></h5> </dt> <dd> {{page.size}} </dd> <dt> <h6 class="no-border display-inline"><strong>Possible Colours:</strong></h5> </dt> <dd> {{page.colour}} </dd> <dt> <h6 class="no-border display-inline"><strong>Edition:</strong></h5> </dt> <dd> {{page.edition}} </dd> <dt> <strong>Description:</strong> </dt> <dd> {{content}} </dd> </dl> <div class="small-contain"> <a class="button" href="{{site.baseurl}}/cart/">Add To Cart</a> </div> </div> </div>
src/app/app.template.html
Mengman/angular2-admin
<div id="wrapper"> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom:0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">{{title}}</a> </div> <ul class="nav navbar-top-links navbar-right"> <li dropdown class="dropdown"> <a dropdownToggle class="dropdown-toggle" href="#"> <i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul dropdownMenu class="dropdown-menu dropdown-messages"> <li> <a class="dropdown-item" href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>Read All Messages</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-messages --> </li> <li dropdown class="dropdown"> <a dropdownToggle class="dropdown-toggle" href="#"> <i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul dropdownMenu class="dropdown-menu dropdown-tasks"> <li> <a href="#"> <div> <p> <strong>Task 1</strong> <span class="pull-right text-muted">40% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> <span class="sr-only">40% Complete (success)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 2</strong> <span class="pull-right text-muted">20% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%"> <span class="sr-only">20% Complete</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 3</strong> <span class="pull-right text-muted">60% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> <span class="sr-only">60% Complete (warning)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 4</strong> <span class="pull-right text-muted">80% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"> <span class="sr-only">80% Complete (danger)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>See All Tasks</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-tasks --> </li> <!-- /.dropdown --> <li dropdown class="dropdown"> <a dropdownToggle class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul dropdownMenu class="dropdown-menu dropdown-alerts"> <li> <a href="#"> <div> <i class="fa fa-comment fa-fw"></i> New Comment <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-envelope fa-fw"></i> Message Sent <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-tasks fa-fw"></i> New Task <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-alerts --> </li> <!-- /.dropdown --> <li dropdown class="dropdown"> <a dropdownToggle class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul dropdownMenu class="dropdown-menu dropdown-user"> <li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a> </li> <li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a> </li> <li class="divider"></li> <li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a> </li> </ul> <!-- /.dropdown-user --> </li> </ul> <aaSidebar></aaSidebar> </nav> <div id="page-wrapper" style="min-height: 203px;"> <router-outlet></router-outlet> </div> </div>
BugFollowing/app/web/static/css/app/main.css
MR03/Project-Mountain
@charset "UTF-8"; .col-70 { width: 70px; } .portrait-group { width: 50px; height: 50px } /* 工具类 */ input, button { outline: none !important; } .text-cut { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .visibility { visibility: hidden; } .mb-3 { margin-bottom: 3px; } .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mr-3 { margin-right: 3px; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-20 { margin-right: 20px; } .mr-30 { margin-right: 30px; } .ml-3 { margin-left: 3px; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-30 { margin-left: 30px; } .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .table-checkbox { width: 40px; } .table-operationbox { width: 100px; } #preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #e4e7ea; z-index: 10000; } #status { width: 30px; height: 30px; position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; font-size: 32px; } .points-box { width: 100%; height: 30px; line-height: 30px; display: inline-block; } .points-box input { margin-right: 5px; cursor: pointer; vertical-align: middle; } .points-box > label { padding: 0 10px; cursor: pointer; } /* 页面布局 */ .wrapper { width: 100%; min-height: 100%; } .myheader { position: fixed; width: 100%; top: 0; left: 0; z-index: 2000; height: 50px; background: #ffffff; } .myheader:before, .myheader:after { content: " "; display: table; } .myheader:after { clear: both; } .mysection { min-height: 100%; } .mysection:before, .mysection:after { content: " "; display: table; } .mysection:after { clear: both; } .leftpanel { position: fixed; top: 0; left: 0; height: 100%; z-index: 1500; width: 230px; color: #999; margin-top: 50px; padding-bottom: 100px; } .mainpanel { margin-left: 230px; padding: 65px 15px; } .myfooter { position: fixed; width: 230px; bottom: 0; left: 0; z-index: 2000; height: 30px; } .myfooter:before, .myfooter:after { content: " "; display: table; } .myfooter:after { clear: both; } .logo-big { display: block; width: 230px; font-size: 24px; line-height: 50px; height: 50px; } .logo-big > span { margin: 10px; } .myheader-bar { margin-left: 230px; } .myheader-bar .fa { height: 50px; line-height: 50px; padding: 0 20px; cursor: pointer; } .myheader-bar .fa:hover { color: #0f7595; } .menu-container { padding: 10px; } .menu-container .fa { margin-right: 10px; } .menu-container a { color: #ffffff; font-size: 12px; } .nav.son-list { padding-left: 10px; } .myfooter span { line-height: 20px; font-size: 12px; color: #ffffff; margin: 3px; } /* sign */ html, body { height: 0 !important; } .sign { background: rgba(255, 255, 255, 0.2); border: 1px solid #ccc; box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03); border-radius: 3px; padding: 20px; margin: 10% auto 0 auto; color: #636e7b; width: 300px; } .sign-title { font-size: 20px; color: #000000; } .input-icon { position: absolute; width: 33px; top: 0; right: 0; height: 100%; text-align: center; line-height: 33px; height: 100%; font-size: 14px; } .validate-msg-area { height: 30px; display: block !important; } .validate-msg-area .error { margin: 0; color: #d9534f; height: 30px; line-height: 30px; font-weight: bold; } .verify-img { width: 90px; height: 33px; line-height: 33px; text-align: center; } .forget { line-height: 30px; } /* 主题 */ .theme-basic body, .theme-basic .mainpanel { background-color: #e4e7ea; } .theme-basic .logo-big > span { color: #1caf9a; } .theme-basic .myheader { border-bottom: 1px solid #1caf9a; } .theme-basic .leftpanel, .theme-basic .myfooter { background-color: #1d2939; } .theme-basic .menu-father > a:hover, .theme-basic .menu-father > a:focus { background: #ffffff; color: #1caf9a; font-weight: bold; } .theme-basic .menu-father > a.active, .theme-basic .menu-father > a:active { background: #1caf9a; color: #ffffff; } .theme-basic a:hover, .theme-basic a:focus { background: #ffffff; color: #1caf9a; font-weight: bold; } .theme-basic a.active, .theme-basic a:active { color: #1caf9a; } .theme-orange body, .theme-orange .mainpanel { background-color: #e4e7ea; } .theme-orange .logo-big > span { color: #F26300; } .theme-orange .myheader { border-bottom: 1px solid #F26300; } .theme-orange .leftpanel, .theme-orange .myfooter { background-color: #1d2939; } .theme-orange .menu-father > a:hover, .theme-orange .menu-father > a:focus { background: #ffffff; color: #F26300; font-weight: bold; } .theme-orange .menu-father > a.active, .theme-orange .menu-father > a:active { background: #F26300; color: #ffffff; } .theme-orange a:hover, .theme-orange a:focus { background: #ffffff; color: #F26300; font-weight: bold; } .theme-orange a.active, .theme-orange a:active { color: #F26300; } .theme-blue body, .theme-blue .mainpanel { background-color: #e4e7ea; } .theme-blue .logo-big > span { color: #0674C2; } .theme-blue .myheader { border-bottom: 1px solid #0674C2; } .theme-blue .leftpanel, .theme-blue .myfooter { background-color: #1d2939; } .theme-blue .menu-father > a:hover, .theme-blue .menu-father > a:focus { background: #ffffff; color: #0674C2; font-weight: bold; } .theme-blue .menu-father > a.active, .theme-blue .menu-father > a:active { background: #0674C2; color: #ffffff; } .theme-blue a:hover, .theme-blue a:focus { background: #ffffff; color: #0674C2; font-weight: bold; } .theme-blue a.active, .theme-blue a:active { color: #0674C2; } .theme-pink body, .theme-pink .mainpanel { background-color: #e4e7ea; } .theme-pink .logo-big > span { color: #F26D6D; } .theme-pink .myheader { border-bottom: 1px solid #F26D6D; } .theme-pink .leftpanel, .theme-pink .myfooter { background-color: #1d2939; } .theme-pink .menu-father > a:hover, .theme-pink .menu-father > a:focus { background: #ffffff; color: #F26D6D; font-weight: bold; } .theme-pink .menu-father > a.active, .theme-pink .menu-father > a:active { background: #F26D6D; color: #ffffff; } .theme-pink a:hover, .theme-pink a:focus { background: #ffffff; color: #F26D6D; font-weight: bold; } .theme-pink a.active, .theme-pink a:active { color: #F26D6D; }
globals/templates/complaints.html
ryanarnold/complaints_categorizer
{% extends "header.html" %} {% block content %} <style> .sizeTB { width: 500px; height: 300px; padding: 1px; resize: both; } .btnCat { background-color: transparent; /* Green */ border: #00BFFF; color: #00BFFF; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; text-align: left; } </style> <footer id="footer" style="margin-top: -50px;"> <div class="container"> </div> </footer> <section id="service" > <div class="container"> <div class="row"> <div class="col-md-12" > <!-- <form action="post"> <input type="text" class="form-control sizeTB" name="fname" placeholder="Complaint"> </form> --> <div class="sec-title text-center wow animated fadeInDown"> <h2>COMPLAINTS</h2> <p style="padding-bottom: 15px;border-bottom:1px solid #a8a8a8;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> </div> <table style="width:100%; border-bottom:1px solid #a8a8a8;"> <col style="width:50%"> <thead> <tr> <th>Complaint</th> <th>Category</th> <th>Sub-category</th> <th>Date</th> <th>Execution Time</th> <th>Memory used</th> </tr> </thead> <tbody> <tr> <td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td> <td>Road</td> <td>Damaged</td> <td>9/12/2016</td> <td>5 secs</td> <td>500 kb</td> </tr> <tr> <td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td> <td>Road</td> <td>Damaged</td> <td>9/12/2016</td> <td>5 secs</td> <td>500 kb</td> </tr> <tr> <td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td> <td>Road</td> <td>Damaged</td> <td>9/12/2016</td> <td>5 secs</td> <td>500 kb</td> </tr> <tr> <td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td> <td>Road</td> <td>Damaged</td> <td>9/12/2016</td> <td>5 secs</td> <td>500 kb</td> </tr> </tbody> </table> </div> </div> </div> </section> {% endblock %}
_examples/button.html
onemonth/frontend-debugging
--- order: 2 --- <button>Click me!</button>
javadoc/3.6/org/robolectric/shadows/ShadowWebView.LoadData.html
robolectric/robolectric.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112-google-v7) on Mon Dec 18 13:35:11 PST 2017 --> <title>ShadowWebView.LoadData</title> <meta name="date" content="2017-12-18"> <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="ShadowWebView.LoadData"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowWebView.LoadDataWithBaseURL.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowWebView.LoadData.html" target="_top">Frames</a></li> <li><a href="ShadowWebView.LoadData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.shadows</div> <h2 title="Class ShadowWebView.LoadData" class="title">Class ShadowWebView.LoadData</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.shadows.ShadowWebView.LoadData</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows">ShadowWebView</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">ShadowWebView.LoadData</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#data">data</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#encoding">encoding</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#mimeType">mimeType</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#LoadData-java.lang.String-java.lang.String-java.lang.String-">LoadData</a></span>(java.lang.String&nbsp;data, java.lang.String&nbsp;mimeType, java.lang.String&nbsp;encoding)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="data"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>data</h4> <pre>public final&nbsp;java.lang.String data</pre> </li> </ul> <a name="mimeType"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mimeType</h4> <pre>public final&nbsp;java.lang.String mimeType</pre> </li> </ul> <a name="encoding"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>encoding</h4> <pre>public final&nbsp;java.lang.String encoding</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="LoadData-java.lang.String-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>LoadData</h4> <pre>public&nbsp;LoadData(java.lang.String&nbsp;data, java.lang.String&nbsp;mimeType, java.lang.String&nbsp;encoding)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowWebView.LoadDataWithBaseURL.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowWebView.LoadData.html" target="_top">Frames</a></li> <li><a href="ShadowWebView.LoadData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
_includes/nav.html
isaacnorman/isaacnorman.github.io
<nav> <ul> <li><a href="{{ site.baseurl }}/about">About</a></li> <li><a href="{{ site.baseurl }}/clients">Clients</a></li> <li><a href="{{ site.baseurl }}/faqs">FAQs</a></li> <li><a href="{{ site.baseurl }}/videos">Stretching Videos</a></li> <li><a href="{{ site.baseurl }}/contact">Contact</a></li> </ul> </nav>
public/static/components/meta/show.html
gladdeng/new-g5-thumbnails
<meta name="keywords" content="" /> {% if widget.google_site_verification.value != blank %} <meta name='google-site-verification' content="{{ widget.google_site_verification.value }}" /> {% endif %} {% if widget.google_plus_id.value != blank %} <link href="https://plus.google.com/{{ widget.google_plus_id.value }}" rel="publisher" /> {% endif %} {% if widget.optimizely_id.value and widget.optimizely_id.value != blank %} <script type="text/javascript" src="//cdn.optimizely.com/js/{{ widget.optimizely_id.value }}.js"></script> {% endif %} {% if widget.favicon.best_value != blank %} <link rel="shortcut icon" href="{{ widget.favicon.best_value }}" /> {% endif %}
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1+1/angles/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>angles: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / angles - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> angles <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-11 17:12:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 17:12:35 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/angles&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Angles&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Pcoq&quot; &quot;keyword: geometry&quot; &quot;keyword: plane geometry&quot; &quot;keyword: oriented angles&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2002-01-15&quot; ] authors: [ &quot;Frédérique Guilhot &lt;Frederique.Guilhot@sophia.inria.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/angles/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/angles.git&quot; synopsis: &quot;Formalization of the oriented angles theory&quot; description: &quot;&quot;&quot; The basis of the contribution is a formalization of the theory of oriented angles of non-zero vectors. Then, we prove some classical plane geometry theorems: the theorem which gives a necessary and sufficient condition so that four points are cocyclic, the one which shows that the reflected points with respect to the sides of a triangle orthocenter are on its circumscribed circle, the Simson&#39;s theorem and the Napoleon&#39;s theorem. The reader can refer to the associated research report (http://www-sop.inria.fr/lemme/FGRR.ps) and the README file of the contribution.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/angles/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=694cf6cf55b69f00588bbe347007cc75&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-angles.8.6.0 coq.8.7.1+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.7.1+1). The following dependencies couldn&#39;t be met: - coq-angles -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-angles.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/59261.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Glageon est une ville géographiquement positionnée dans le département de Nord en Nord-Pas-de-Calais. Elle comptait 1&nbsp;764 habitants en 2008.</p> <p>Le parc d'habitations, à Glageon, était réparti en 2011 en 54 appartements et 736 maisons soit un marché plutôt équilibré.</p> <p>À Glageon, le prix moyen à la vente d'un appartement s'évalue à 1&nbsp;208 &euro; du m² en vente. Le prix moyen d'une maison à l'achat se situe à 916 &euro; du m². À la location la valorisation moyenne se situe à 0 &euro; du m² mensuel.</p> <p>À proximité de Glageon sont situées les villes de <a href="{{VLROOT}}/immobilier/wignehies_59659/">Wignehies</a> localisée à 6&nbsp;km, 3&nbsp;169 habitants, <a href="{{VLROOT}}/immobilier/sains-du-nord_59525/">Sains-du-Nord</a> localisée à 6&nbsp;km, 3&nbsp;067 habitants, <a href="{{VLROOT}}/immobilier/ramousies_59493/">Ramousies</a> située à 6&nbsp;km, 240 habitants, <a href="{{VLROOT}}/immobilier/trelon_59601/">Trélon</a> située à 2&nbsp;km, 2&nbsp;965 habitants, <a href="{{VLROOT}}/immobilier/willies_59661/">Willies</a> localisée à 7&nbsp;km, 143 habitants, <a href="{{VLROOT}}/immobilier/ohain_59445/">Ohain</a> localisée à 3&nbsp;km, 1&nbsp;274 habitants, entre autres. De plus, Glageon est située à seulement 25&nbsp;km de <a href="{{VLROOT}}/immobilier/maubeuge_59392/">Maubeuge</a>.</p> <p>La ville offre de multiples aménagements, elle propose entre autres un terrain de tennis, un terrain de sport, une salle de combat et une boucle de randonnée.</p> </div>
SentimentAnalysisV2/encog-core-3.1.0/apidocs/org/encog/mathutil/libsvm/class-use/svm.html
larhoy/SentimentProjectV2
<!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_24) on Sun Apr 08 20:51:59 UTC 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.encog.mathutil.libsvm.svm (Encog Core 3.1.0 API) </TITLE> <META NAME="date" CONTENT="2012-04-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.encog.mathutil.libsvm.svm (Encog Core 3.1.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/encog/mathutil/libsvm/svm.html" title="class in org.encog.mathutil.libsvm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/encog/mathutil/libsvm//class-usesvm.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="svm.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.encog.mathutil.libsvm.svm</B></H2> </CENTER> No usage of org.encog.mathutil.libsvm.svm <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/encog/mathutil/libsvm/svm.html" title="class in org.encog.mathutil.libsvm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/encog/mathutil/libsvm//class-usesvm.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="svm.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2012. All Rights Reserved. </BODY> </HTML>
content/mandarin-invite/important/importantMandarin.html
Storj/storj.io
--- title : "important" --- <p style="color:orangered;"><Strong>*重要通知*</Strong> 授權代幣無法用於設置多於一個節點。與V2網絡相比,在V3網絡上設置複數儲存節點並沒有任何好處。 如果您有10 TB可用空間,10 TB的單個節點與兩個5 TB節點的收益潛力並無分別。 有關更多詳細信息,請閱讀我們最近的儲存節點 <a href="https://storj.io/blog">網誌文章</a>和<a href="https://storj.io/white-paper">V3白皮書</a>。</p> <p style="color:orangered;">如果你仍有運行 V2 節點,我們建議你繼續運行該節點直到 V3 beta。</p>
doc/html/barelog__host_8h_source.html
SkinnerSweet/barelog
<!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>barelog: host/include/barelog_host.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </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">barelog &#160;<span id="projectnumber">0.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</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="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('barelog__host_8h_source.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">barelog_host.h</div> </div> </div><!--header--> <div class="contents"> <a href="barelog__host_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/* The MIT License (MIT)</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Copyright (c) 2015 Thomas Bertauld &lt;thomas.bertauld@gmail.com&gt;</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> Permission is hereby granted, free of charge, to any person obtaining a copy</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> of this software and associated documentation files (the &quot;Software&quot;), to deal</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> in the Software without restriction, including without limitation the rights</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> copies of the Software, and to permit persons to whom the Software is</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> furnished to do so, subject to the following conditions:</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> The above copyright notice and this permission notice shall be included in</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> all copies or substantial portions of the Software.</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> THE SOFTWARE.</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">*/</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#ifndef __BARELOG_HOST_H__</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define __BARELOG_HOST_H__</span></div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="barelog__host__mem__manager_8h.html">barelog_host_mem_manager.h</a>&quot;</span></div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="barelog__internal_8h.html">barelog_internal.h</a>&quot;</span></div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div> <div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#adc51587704401a7222bd82433c881477"> 44</a></span>&#160;<span class="preprocessor">#define barelog_host_init(platform, initfct, readfct, writefct, finalizefct) \</span></div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">host_mem_manager_init(platform, initfct, readfct, writefct, finalizefct)</span></div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div> <div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#a251f4daf501e3e81586ebccebeacabe9"> 50</a></span>&#160;<span class="preprocessor">#define barelog_host_finalize() host_mem_manager_finalize()</span></div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div> <div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#a39f8463674313efe620ad779bed94bed"> 55</a></span>&#160;<span class="preprocessor">#define barelog_read_log(core, res) host_mem_manager_read_mem_space(core, res)</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#if BARELOG_DEBUG_MODE</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div> <div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#af16c1c90ec01a10f79c15bca92b1b4e5"> 61</a></span>&#160;<span class="preprocessor">#define barelog_read_debug() host_mem_manager_read_debug()</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#else</span></div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#define barelog_read_debug()</span></div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#endif // BARELOG_DEBUG_MODE</span></div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/*__BARELOG_HOST_H__*/</span><span class="preprocessor"></span></div> <div class="ttc" id="barelog__host__mem__manager_8h_html"><div class="ttname"><a href="barelog__host__mem__manager_8h.html">barelog_host_mem_manager.h</a></div><div class="ttdoc">Module defining all functions offered by barelog for the host program. </div></div> <div class="ttc" id="barelog__internal_8h_html"><div class="ttname"><a href="barelog__internal_8h.html">barelog_internal.h</a></div><div class="ttdoc">Module defining the internal configurations of barelog. </div></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_4f7e4242e27b8c8b476722507617a881.html">host</a></li><li class="navelem"><a class="el" href="dir_e839221b911be9ca1d4935be85bedea2.html">include</a></li><li class="navelem"><a class="el" href="barelog__host_8h.html">barelog_host.h</a></li> <li class="footer">Generated on Wed Nov 25 2015 15:31:26 for barelog by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li> </ul> </div> </body> </html>
web/imagelibrary.html
davidbogue/lucid
<div class="container margin-top-large"> <div class="row"> {{range $imagePath := .}} <div class="col-md-3 col-sm-4 col-xs-6"> <div class="thumbnail"> <img class="img-responsive" src="{{$imagePath}}"/> <div class="text-center margin-top-small"> <button class="btn btn-default" onclick="addImageToEntry('{{$imagePath}}')">Add to entry</button> </div> </div> </div> {{else}} <div class="col-md-10 text-center"> <div class="thumbnail padding-even-large"> <h3>No available images</h3> </div> </div> {{end}} </div> </div>
src/main/webapp/resources/js/tasks/partials/list.html
brownm04/csci6531-project
<div class="headline"> Tasks List <button type="button" class="btn btn-default pull-right" data-ng-click="create()" data-ng-show="user.id"> <i class="fa fa-check-square-o"></i>&nbsp;&nbsp;Create Task </button> </div> <h2 data-ng-repeat="task in tasks" data-ta-item data-task="task"></h2> <script type="text/ng-template" id="taskCreateModal.html"> <form novalidate ng-submit="submit()"> <div class="modal-header"> <h3 class="modal-title">Create a New Task</h3> </div> <div class="modal-body"> <div class="form-group"> <label for="category">Category: </label> <select id="category" data-ng-model="task.category" name="category" data-ng-options="category.category for category in categories" required autofocus></select> </div> <div class="form-group"> <label for="description">Description: </label> <textarea id="description" class="form-control" name="description" data-ng-model="task.description" placeholder="Enter description..." required> </textarea> </div> <div class="form-group"> <label for="payment">Payment: </label> <input id="payment" type="number" class="form-control" name="payment" data-ng-model="task.payment" placeholder="Enter payment..." required> </div> <div class="form-group"> <label for="zip">Zip Code: </label> <input id="zip" type="number" class="form-control" name="taskZip" data-ng-model="task.taskZip" placeholder="Enter task zip code..."> </div> <div class="form-group"> <label for="deadline">Deadline: </label> <quick-datepicker data-ng-model='task.deadline' required></quick-datepicker> </div> </div> <div class="form-actions"> <button type="submit" class="btn btn-primary">Submit</button> <button class="btn btn-warning" ng-click="cancel()">Cancel</button> </div> </form> </script>
docs/courses/courses2001/num_methods.html
siddhartha-gadgil/www.math.iisc.ernet.in
--- --- <div style="width: 654; height: 477; border: 1px solid #FFFFFF; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font color="#cc6600"> NUMERICAL METHODS</font></b></font><p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> Numerical solution of algebraic and transcendental equations, Iterative algorithms, Convergence, Newton Raphson procedure, Solutions of polynomial and simultaneous linear equations, Gauss method, Relaxation procedure, Error estimates, Numerical integration, Euler-Maclaurin formula. Newton-Cotes formulae, Error estimates, Gaussian quadratures, Extensions to multiple integrals. </font></p> <p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <b>Numerical integration of ordinary differential equations:</b> Methods of Euler, Adams, Runge-Kutta and predictor - corrector procedures, Stability of solution. Solution of stiff equations.</font></p> <p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <b>Solution of boundary value problems:</b> Shooting method with least square convergence criterion, Quasilinearization method, Parametric differentiation technique and invariant imbedding technique.</font></p> <p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <b>Solution of partial differential equations: </b>Finite-difference techniques, Stability and convergence of the solution, Method of characteristics. Finite element and boundary element methods.</font></p> <p>&nbsp;</p> <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Books</b></font></p> <ul> <li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Gupta, A. and Bose, S. C., Introduction to Numerical analysis, Academic Publishers, 1989. </font></li> <li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Conte, S. D. and Carl de Boor., Elementary Numerical Analysis, McGraw-Hill, 1980. </font></li> <li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hildebrand, F. B., Introduction to Numerical Analysis, Tata McGraw-Hill, 1988.</font></li> <li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froberg, C. E., Introduction to Numerical Analysis, Wiley, 1965.</font></li> </ul> </div>
index.html
lexnekr/Coursera-webdesign-capstone
<!DOCTYPE html> <html lang="en"> <head> <title>Aleksander Zoltan - One Man Band</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> <link rel="stylesheet" href="css/style.css"> </head> <body> <nav class="navbar navbar-toggleable-md navbar-light bg-faded fixed-top"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <a class="navbar-brand" href="#">Aleksander Zoltan <span class="navbar-text" style="font-size: 0.8rem;">One Man Band</span></a> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto"> <li class="nav-item active"> <span class="nav-link">Home <span class="sr-only">(current)</span></span> </li> <li class="nav-item"> <a class="nav-link" href="instrument.html">Music instrument</a> </li> <li class="nav-item"> <a class="nav-link" href="galery.html">PhotoGalery</a> </li> <li class="nav-item"> <a class="nav-link" href="http://www.cdbaby.com/cd/zoltan">Records preview</a> </li> <li class="nav-item"> <a class="nav-link" href="contacts.html">Contacts</a> </li> </ul> <div class="navbar-text"> <div class="row"> <div class="col"> <img src="https://lipis.github.io/flag-icon-css/flags/4x3/cz.svg" alt="Česky" title="Česky" class="img-fluid rounded flag-ico"> </div> <div class="col"> <img src="https://lipis.github.io/flag-icon-css/flags/4x3/gb.svg" alt="English" title="English" class="img-fluid rounded flag-ico active"> </div> <div class="col"> <img src="https://lipis.github.io/flag-icon-css/flags/4x3/de.svg" alt="Deutsch" title="Deutsch" class="img-fluid rounded flag-ico"> </div> <div class="col"> <img src="https://lipis.github.io/flag-icon-css/flags/4x3/es.svg" alt="Spanish" title="Spanish" class="img-fluid rounded flag-ico"> </div> <div class="col"> <img src="https://lipis.github.io/flag-icon-css/flags/4x3/it.svg" alt="Italian" title="Italian" class="img-fluid rounded flag-ico"> </div> </div> </div> </div> </nav> <div class="container-fluid"> <div class="row"> <div class="col-lg"> <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/fT_PheuLrXc" allowfullscreen></iframe> </div> </div> <div class="col-lg"> <div class="row" style="height: 100%;"> <div class="col-md-8 col-lg-12"> <p>Do You like my show and would you like to contribute to develop new musical instruments?</p> <p>Do You want to see how far I can reach in my show?</p> <p>Do You want to be amazed what objects and in what count can be played on?</p> <p>Please contribute for this development to my Pay Pal:</p> </div> <div class="col-md-4 col-lg-12 text-center"> <img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" class="rounded mx-auto d-block donate" alt="PayPal Donate" title="PayPal Donate"> </div> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-md-4 text-center"> <img src="http://alexomb.eu/omb/images/foto1.jpg" alt="Alexander Zoltan playing" > </div> <div class="col-md-8"> <h1 style="text-align:center;">One Man Band</h1> <p>It is likely, while strolling thru your town, you will see a swinging umbrella above the heads of the crowd and you will hear some brisk dixiland music. The laughter, applause and dance of a cheering crowd will bring you closer to the band and you will find that the entire street is entertained by only one man.</p> <p>You also start to tap your feet, clap your hands and laugh, while your eyes try to find out which foot is controlling the cymbal or hi – hats, how is it possible that the bass murmurs, while simultaneously the cow bell or the wash board sound. The captivating banjo will be ringing in your ears and while dancing you may guess which solo instrument is going to have the next turn: the mouth organ, kazoo, or the sliding whistle?</p> <p>You will also hear my singing voice joining the merry atmosphere to entertain you with the well known, or the long – time forgotten worlds of the good old songs the whole world loves.</p> <p>And when you manage to drag yourself away and return back from the time of dixiland to the todays world, my umbrella will bid you farewell.</p> </div> </div> </div> <nav class="navbar fixed-bottom navbar-light bg-faded"> <div class="row"> <div class="col-sm text-center"> <span class="navbar-text">2017 © designed by <a href="http://xn--80ahcjeib4ac4d.xn--p1ai">Zadoiniy A.V.</a></span> </div> <div class="col-sm text-center"> <div class="row"> <div class="col"> <span class="navbar-text"> Share: </span> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/facebook.png" data-type="fb" class="img-fluid social_share" alt="share to facebook"> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/vk.png" data-type="vk" class="img-fluid social_share" alt="share to vkontakte"> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/odnoklassniki.png" data-type="ok" class="img-fluid social_share" alt="share to odnoklassniki"> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/twitter.png" data-type="tw" class="img-fluid social_share" alt="share to twitter"> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/google_plus.png" data-type="gg" class="img-fluid social_share" alt="share to GooglePlus"> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/livejournal.png" data-type="lj" class="img-fluid social_share" alt="share to livejournal"> </div> <div class="col"> <img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/mailru.png" data-type="mr" class="img-fluid social_share" alt="share to moimir mail.ru"> </div> </div> </div> </div> </nav> <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script> <script src="js/index.js"></script> </body> </html>
docs/html/classQclass-members.html
sudrag/Q-learning-for-2D-Occupancy-Grid
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Q-learning for Navigating a 2-D grid: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Q-learning for Navigating a 2-D grid </div> <div id="projectbrief">ThisprojecttrainsaQ-learningalgorithmforarobotina50x50configurationspace.Therobotcanmoveinthefourcardinaldirectionsandreachesthegoaloncethestartnodeisprovided</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Qclass Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classQclass.html">Qclass</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#a1a72661a0262d34a0b4326c0ef654a1e">action</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#ae9f97c2f18fc7d9e307e35994901da2a">createGrid</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#a9037e62a852d506051538adfcf7e2337">detAction</a>(int state)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#aca70cf943c9d29dcea36f7c6a46d9f0e">disc_rew</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#a475913f6b4aa9508a501007260afe96b">execute</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#a834429fa9e01f1b283a0caada7802be3">findState</a>(int x, int y)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#acf95c3d28bc5ab0409a0824abf36fe04">futurereward</a>(int state)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#ab8b70c6206387fcf4dd9ff6d4d7cb2a6">goal_x</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#a492324bfb266e2ed4f0faf4487fad979">goal_y</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#ab060f941f076f76056d8276594893b54">grid</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#addcd4274dbe26c15264572bf354cbd79">learn_rate</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#aecebf934f5a3500e2bf2ae98ca02093c">plot</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#a84fb95339b401c66efa8c47d1426c1fe">Q</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#a9feff64b8b2c661a16f4229215957541">Qupdate</a>(int prevAction, int prevState, int x, int y, int state)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#a04ec3a45dc94d48bf13e27c3f18b8399">restart</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#a4155dabacd6e918c6288bd453e956547">rewardfunc</a>(int prevAction, int x, int y)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#ac7e42ac35f89616a6036aabd29e928f7">state</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classQclass.html#a4bf8b5d57ca3cf93ee0b9e74c5eeb5f8">Train</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classQclass.html#ab6bd1cc95cf90e0c1759ba26f57bd5a3">~Qclass</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
_content/50-news/2015-12-15-adult-redeploy-illinois-oversight-board-joint-meeting-of-the-performance-measurement-committee-meeting-and-amp-site-selection-and-monitoring-committee-meeting-december-21.html
ICJIA/icjia-public-website
--- title: 'Adult Redeploy Illinois Oversight Board Joint Meeting of the Performance Measurement Committee Meeting &amp; Site Selection and Monitoring Committee Meeting December 21' _template: news-item expire: 2222-12-31 displayTitle: 'Adult Redeploy Illinois Oversight Board Joint Meeting of the Performance Measurement Committee Meeting &amp; Site Selection and Monitoring Committee Meeting December 21' authors: Sal Perri siteDisplay: - ICJIA updatedItem: False keywords: - ARI - Adult redeploy teaser: '<p>The Adult Redeploy Illinois Oversight Board Joint meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee meeting will convene on Monday, December 21, 2015 at 2 p.m. to 4 p.m. At the following public site: ICJIA, 300 W. Adams Street, 2nd Floor – Large Conference Room, Chicago, IL 60606.</p>' summary: '<p>The Adult Redeploy Illinois Oversight Board Joint meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee meeting will convene on Monday, December 21, 2015 at 2 p.m. to 4 p.m. At the following public site: ICJIA, 300 W. Adams Street, 2nd Floor – Large Conference Room, Chicago, IL 60606.</p>' super_positive_keywords: - ARI - Adult redeploy - Oversight board - Performance measurement committee - Site selection and monitoring committee - Joint meeting --- <p>The Adult Redeploy Illinois Oversight Board Joint meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee meeting will convene on Monday, December 21, 2015 at 2 p.m. to 4 p.m. At the following public site: ICJIA, 300 W. Adams Street, 2nd Floor – Large Conference Room, Chicago, IL 60606. </p> <p><a href="http://www.icjia.state.il.us/redeploy/pdf/meetings/ARI_Joint_Committee_agenda_122115.pdf" class="track">View the meeting agenda</a> <i class="fa fa-file-pdf-o"></i> </p>
popup/popup.html
tanishiking/dejizo-eiwa-chrome
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="popup.css"> <script src="popup.js"></script> </head> <body> <header> <p>Dejizo Eiwa Chrome</p> </header> <div id="content"> <form id="lookup"> <input type="text" id="searchWordForm"> <input type="submit" id="searchButton" value="lookup"> </form> <div id="resultDisplay"></div> </div> </body> </html>
e0ecf4f/html/classv8_1_1_template-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.1.31: 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.1.31 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_template.html">Template</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Template 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_template.html">v8::Template</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>FunctionTemplate</b> (defined in <a class="el" href="classv8_1_1_template.html">v8::Template</a>)</td><td class="entry"><a class="el" href="classv8_1_1_template.html">v8::Template</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectTemplate</b> (defined in <a class="el" href="classv8_1_1_template.html">v8::Template</a>)</td><td class="entry"><a class="el" href="classv8_1_1_template.html">v8::Template</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a>(Handle&lt; String &gt; name, Handle&lt; Data &gt; value, PropertyAttribute attributes=None)</td><td class="entry"><a class="el" href="classv8_1_1_template.html">v8::Template</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(const char *name, Handle&lt; Data &gt; value) (defined in <a class="el" href="classv8_1_1_template.html">v8::Template</a>)</td><td class="entry"><a class="el" href="classv8_1_1_template.html">v8::Template</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:31 for V8 API Reference Guide for node.js v0.1.31 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
gradle/docs/groovydoc/org/gradle/api/execution/TaskExecutionGraph.html
HenryHarper/Acquire-Reboot
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> <!-- **************************************************************** --> <html> <head> <!-- Generated by groovydoc (2.4.4) on Mon Apr 25 06:16:28 CEST 2016 --> <title>TaskExecutionGraph (Gradle API 2.13)</title> <meta name="date" content="2016-04-25"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <body class="center"> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TaskExecutionGraph (Gradle API 2.13)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div> <ul class="navList"> <li><a href="../../../../index.html?org/gradle/api/execution/TaskExecutionGraph" target="_top">Frames</a></li> <li><a href="TaskExecutionGraph.html" target="_top">No Frames</a></li> </ul> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> <ul class="subNavList"> <li>&nbsp;|&nbsp;Detail:&nbsp;</li> Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">Package: <strong>org.gradle.api.execution</strong></div> <h2 title="[Java] Interface TaskExecutionGraph" class="title">[Java] Interface TaskExecutionGraph</h2> </div> <div class="contentContainer"> <ul class="inheritance"> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <p> <p>A <code>TaskExecutionGraph</code> is responsible for managing the execution of the <a href='../../../../org/gradle/api/Task.html' title='Task'>Task</a> instances which are part of the build. The <code>TaskExecutionGraph</code> maintains an execution plan of tasks to be executed (or which have been executed), and you can query this plan from your build file.</p> <p>You can access the <CODE>TaskExecutionGraph</CODE> by calling <a href='../../../../org/gradle/api/invocation/Gradle.html#getTaskGraph()' title='Gradle.getTaskGraph'>Gradle.getTaskGraph</a>. In your build file you can use <CODE>gradle.taskGraph</CODE> to access it.</p> <p>The <code>TaskExecutionGraph</code> is populated only after all the projects in the build have been evaulated. It is empty before then. You can receive a notification when the graph is populated, using <a href='#whenReady(groovy.lang.Closure)'>whenReady(groovy.lang.Closure)</a> or <a href='#addTaskExecutionGraphListener(org.gradle.api.execution.TaskExecutionGraphListener)'>addTaskExecutionGraphListener(TaskExecutionGraphListener)</a>.</p> </p> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== NESTED CLASS SUMMARY =========== --> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <!-- =========== FIELD SUMMARY =========== --> <!-- =========== PROPERTY SUMMARY =========== --> <!-- =========== ELEMENT SUMMARY =========== --> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"><!-- --></a> <h3>Methods Summary</h3> <ul class="blockList"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Type</th> <th class="colLast" scope="col">Name and description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#addTaskExecutionGraphListener(org.gradle.api.execution.TaskExecutionGraphListener)">addTaskExecutionGraphListener</a></strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionGraphListener.html'>TaskExecutionGraphListener</a> listener)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#addTaskExecutionListener(org.gradle.api.execution.TaskExecutionListener)">addTaskExecutionListener</a></strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionListener.html'>TaskExecutionListener</a> listener)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#afterTask(groovy.lang.Closure)">afterTask</a></strong>(groovy.lang.Closure closure)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#beforeTask(groovy.lang.Closure)">beforeTask</a></strong>(groovy.lang.Closure closure)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href='https://docs.oracle.com/javase/6/docs/api/java/util/List.html' title='List'>List</a>&lt;<a href='../../../../org/gradle/api/Task.html' title='Task'>Task</a>&gt;</strong></code></td> <td class="colLast"><code><strong><a href="#getAllTasks()">getAllTasks</a></strong>()</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</strong></code></td> <td class="colLast"><code><strong><a href="#hasTask(java.lang.String)">hasTask</a></strong>(<a href='https://docs.oracle.com/javase/6/docs/api/java/lang/String.html' title='String'>String</a> path)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</strong></code></td> <td class="colLast"><code><strong><a href="#hasTask(org.gradle.api.Task)">hasTask</a></strong>(<a href='../../../../org/gradle/api/Task.html'>Task</a> task)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#removeTaskExecutionGraphListener(org.gradle.api.execution.TaskExecutionGraphListener)">removeTaskExecutionGraphListener</a></strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionGraphListener.html'>TaskExecutionGraphListener</a> listener)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#removeTaskExecutionListener(org.gradle.api.execution.TaskExecutionListener)">removeTaskExecutionListener</a></strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionListener.html'>TaskExecutionListener</a> listener)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</strong></code></td> <td class="colLast"><code><strong><a href="#whenReady(groovy.lang.Closure)">whenReady</a></strong>(groovy.lang.Closure closure)</code><br></td> </tr> </table> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- =========== METHOD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addTaskExecutionGraphListener(org.gradle.api.execution.TaskExecutionGraphListener)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>addTaskExecutionGraphListener</strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionGraphListener.html'>TaskExecutionGraphListener</a> listener)</h4> <p> <p>Adds a listener to this graph, to be notified when this graph is ready.</p> <DL><DT><B>Parameters:</B></DT><DD><code>listener</code> - The listener to add. Does nothing if this listener has already been added.</DD></DL></p> </li> </ul> <a name="addTaskExecutionListener(org.gradle.api.execution.TaskExecutionListener)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>addTaskExecutionListener</strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionListener.html'>TaskExecutionListener</a> listener)</h4> <p> <p>Adds a listener to this graph, to be notified as tasks are executed.</p> <DL><DT><B>Parameters:</B></DT><DD><code>listener</code> - The listener to add. Does nothing if this listener has already been added.</DD></DL></p> </li> </ul> <a name="afterTask(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>afterTask</strong>(groovy.lang.Closure closure)</h4> <p> <p>Adds a closure to be called immediately after a task has executed. The task is passed to the closure as the first parameter. A <a href='../../../../org/gradle/api/tasks/TaskState.html' title='TaskState'>TaskState</a> is passed as the second parameter. Both parameters are optional.</p> <DL><DT><B>Parameters:</B></DT><DD><code>closure</code> - The closure to execute when a task has been executed</DD></DL></p> </li> </ul> <a name="beforeTask(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>beforeTask</strong>(groovy.lang.Closure closure)</h4> <p> <p>Adds a closure to be called immediately before a task is executed. The task is passed to the closure as a parameter.</p> <DL><DT><B>Parameters:</B></DT><DD><code>closure</code> - The closure to execute when a task is about to be executed.</DD></DL></p> </li> </ul> <a name="getAllTasks()"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;<a href='https://docs.oracle.com/javase/6/docs/api/java/util/List.html' title='List'>List</a>&lt;<a href='../../../../org/gradle/api/Task.html' title='Task'>Task</a>&gt; <strong>getAllTasks</strong>()</h4> <p> <p>Returns the tasks which are included in the execution plan. The tasks are returned in the order that they will be executed.</p><DL><DT><B>throws:</B></DT><DD>IllegalStateException When this graph has not been populated.</DD></DL> <DL><DT><B>Returns:</B></DT><DD>The tasks. Returns an empty set if no tasks are to be executed.</DD></DL></p> </li> </ul> <a name="hasTask(java.lang.String)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;boolean <strong>hasTask</strong>(<a href='https://docs.oracle.com/javase/6/docs/api/java/lang/String.html' title='String'>String</a> path)</h4> <p> <p>Determines whether the given task is included in the execution plan.</p><DL><DT><B>throws:</B></DT><DD>IllegalStateException When this graph has not been populated.</DD></DL> <DL><DT><B>Parameters:</B></DT><DD><code>path</code> - the <em>absolute</em> path of the task.</DD></DL><DL><DT><B>Returns:</B></DT><DD>true if a task with the given path is included in the execution plan.</DD></DL></p> </li> </ul> <a name="hasTask(org.gradle.api.Task)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;boolean <strong>hasTask</strong>(<a href='../../../../org/gradle/api/Task.html'>Task</a> task)</h4> <p> <p>Determines whether the given task is included in the execution plan.</p><DL><DT><B>throws:</B></DT><DD>IllegalStateException When this graph has not been populated.</DD></DL> <DL><DT><B>Parameters:</B></DT><DD><code>task</code> - the task</DD></DL><DL><DT><B>Returns:</B></DT><DD>true if the given task is included in the execution plan.</DD></DL></p> </li> </ul> <a name="removeTaskExecutionGraphListener(org.gradle.api.execution.TaskExecutionGraphListener)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>removeTaskExecutionGraphListener</strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionGraphListener.html'>TaskExecutionGraphListener</a> listener)</h4> <p> <p>Remove a listener from this graph.</p> <DL><DT><B>Parameters:</B></DT><DD><code>listener</code> - The listener to remove. Does nothing if this listener was never added to this graph.</DD></DL></p> </li> </ul> <a name="removeTaskExecutionListener(org.gradle.api.execution.TaskExecutionListener)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>removeTaskExecutionListener</strong>(<a href='../../../../org/gradle/api/execution/TaskExecutionListener.html'>TaskExecutionListener</a> listener)</h4> <p> <p>Remove a listener from this graph.</p> <DL><DT><B>Parameters:</B></DT><DD><code>listener</code> - The listener to remove. Does nothing if this listener was never added to this graph.</DD></DL></p> </li> </ul> <a name="whenReady(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>public&nbsp;void <strong>whenReady</strong>(groovy.lang.Closure closure)</h4> <p> <p>Adds a closure to be called when this graph has been populated. This graph is passed to the closure as a parameter.</p> <DL><DT><B>Parameters:</B></DT><DD><code>closure</code> - The closure to execute when this graph has been populated.</DD></DL></p> </li> </ul> </li> </ul> </li> </ul> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div> <ul class="navList"> <li><a href="../../../../index.html?org/gradle/api/execution/TaskExecutionGraph" target="_top">Frames</a></li> <li><a href="TaskExecutionGraph.html" target="_top">No Frames</a></li> </ul> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> <ul class="subNavList"> <li>&nbsp;|&nbsp;Detail:&nbsp;</li> Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> </div> <p>Gradle API 2.13</p> <a name="skip-navbar_bottom"> <!-- --> </a> </div> </div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/simple-io/1.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>simple-io: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6.1 / simple-io - 1.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> simple-io <small> 1.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-25 00:47:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 00:47:42 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.6.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: &quot;2.0&quot; maintainer: &quot;Li-yao Xia &lt;lysxia@gmail.com&gt;&quot; authors: &quot;Li-yao Xia&quot; homepage: &quot;https://github.com/Lysxia/coq-simple-io&quot; bug-reports: &quot;https://github.com/Lysxia/coq-simple-io/issues&quot; license: &quot;MIT&quot; dev-repo: &quot;git+https://github.com/Lysxia/coq-simple-io.git&quot; build: [make &quot;build&quot;] run-test: [make &quot;test&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-ext-lib&quot; &quot;ocamlbuild&quot; {with-test} ] tags: [ &quot;date:2021-01-02&quot; &quot;logpath:SimpleIO&quot; &quot;keyword:extraction&quot; &quot;keyword:effects&quot; ] synopsis: &quot;IO monad for Coq&quot; description: &quot;&quot;&quot; This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included. IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Pervasives module are provided. Users are free to define their own APIs on top of this IO type.&quot;&quot;&quot; url { src: &quot;https://github.com/Lysxia/coq-simple-io/archive/1.5.0.tar.gz&quot; checksum: &quot;sha512=40c9c6b7d7ac8126f5f2c295b9f96d26df7c4c64f693e02078f6b625195996d184e5daf380b369fa7f356d1280e3d4c67f6c0c06a1f8a866a7bee44fbad6e83f&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-simple-io.1.5.0 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&#39;t be met: - coq-simple-io -&gt; coq &gt;= 8.8 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-simple-io.1.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
public/tags/Biology/index.html
jeremykid/swjblog
<!DOCTYPE html> <html class="theme-next muse use-motion" lang="en"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"/> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <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=6.3.0" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=6.3.0"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=6.3.0"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=6.3.0"> <link rel="mask-icon" href="/images/logo.svg?v=6.3.0" color="#222"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Muse', version: '6.3.0', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, 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> <meta property="og:type" content="website"> <meta property="og:title" content="Weijie Sun Blog"> <meta property="og:url" content="http://jeremykid.github.io/tags/Biology/index.html"> <meta property="og:site_name" content="Weijie Sun Blog"> <meta property="og:locale" content="en"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Weijie Sun Blog"> <link rel="canonical" href="http://jeremykid.github.io/tags/Biology/"/> <script type="text/javascript" id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>Tag: Biology | Weijie Sun Blog</title> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-81011440-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-81011440-1'); </script> <noscript> <style type="text/css"> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion { .logo-line-before i { left: initial; } .logo-line-after i { right: initial; } } </style> </noscript> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="en"> <div class="container sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <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">Weijie Sun Blog</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle">To elegant code</p> </div> <div class="site-nav-toggle"> <button aria-label="Toggle navigation bar"> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </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 />Home</a> </li> <li class="menu-item menu-item-about"> <a href="/about/" rel="section"> <i class="menu-item-icon fa fa-fw fa-user"></i> <br />About</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 />Categories</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 />Archives</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 />Search</a> </li> </ul> <div class="site-search"> <div class="popup search-popup local-search-popup"> <div class="local-search-header clearfix"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> <div class="local-search-input-wrapper"> <input autocomplete="off" placeholder="Searching..." spellcheck="false" type="text" id="local-search-input"> </div> </div> <div id="local-search-result"></div> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block tag"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h1>Biology<small>Tag</small> </h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2018/06/23/有趣的生物灵魂/" itemprop="url"> <span itemprop="name">有趣的生物灵魂</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-06-23T15:20:06-06:00" content="2018-06-23" > 06-23 </time> </div> </header> </article> </div> </div> </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-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar.jpeg" alt="Weijie Sun" /> <p class="site-author-name" itemprop="name">Weijie Sun</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">18</span> <span class="site-state-item-name">posts</span> </a> </div> <div class="site-state-item site-state-categories"> <span class="site-state-item-count">1</span> <span class="site-state-item-name">categories</span> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">9</span> <span class="site-state-item-name">tags</span> </a> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/jeremykid" target="_blank" title="GitHub"><i class="fa fa-fw fa-globe"></i>GitHub</a> </span> <span class="links-of-author-item"> <a href="https://www.linkedin.com/in/weijie-sun-8760648a?trk=hp-identity-name" target="_blank" title="Linkedin"><i class="fa fa-fw fa-globe"></i>Linkedin</a> </span> </div> <div class="cc-license motion-element" itemprop="license"> <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" class="cc-opacity" target="_blank"> <img src="/images/cc-by-nc-sa.svg" alt="Creative Commons" /> </a> </div> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2018</span> <span class="with-love" id="animate"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">weijiesun</span> </div> <div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a> v3.7.1</div> <span class="post-meta-divider">|</span> <div class="theme-info">Theme &mdash; <a class="theme-link" target="_blank" href="https://github.com/theme-next/hexo-theme-next">NexT.Muse</a> v6.3.0</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/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="true"></script> <script type="text/javascript" src="/js/src/utils.js?v=6.3.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=6.3.0"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=6.3.0"></script> <script id="dsq-count-scr" src="https://weijiesun-1.disqus.com/count.js" async></script> <script type="text/javascript"> // Popup Window; var isfetched = false; var isXml = true; // Search DB path; var search_path = "search.xml"; if (search_path.length === 0) { search_path = "search.xml"; } else if (/json$/i.test(search_path)) { isXml = false; } var path = "/" + search_path; // monitor main search box; var onPopupClose = function (e) { $('.popup').hide(); $('#local-search-input').val(''); $('.search-result-list').remove(); $('#no-result').remove(); $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); } function proceedsearch() { $("body") .append('<div class="search-popup-overlay local-search-pop-overlay"></div>') .css('overflow', 'hidden'); $('.search-popup-overlay').click(onPopupClose); $('.popup').toggle(); var $localSearchInput = $('#local-search-input'); $localSearchInput.attr("autocapitalize", "none"); $localSearchInput.attr("autocorrect", "off"); $localSearchInput.focus(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; // start loading animation $("body") .append('<div class="search-popup-overlay local-search-pop-overlay">' + '<div id="search-loading-icon">' + '<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' + '</div>' + '</div>') .css('overflow', 'hidden'); $("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center'); $.ajax({ url: path, dataType: isXml ? "xml" : "json", async: true, success: function(res) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = isXml ? $("entry", res).map(function() { return { title: $("title", this).text(), content: $("content",this).text(), url: $("url" , this).text() }; }).get() : res; var input = document.getElementById(search_id); var resultContent = document.getElementById(content_id); var inputEventFunction = function() { var searchText = input.value.trim().toLowerCase(); var keywords = searchText.split(/[\s\-]+/); if (keywords.length > 1) { keywords.push(searchText); } var resultItems = []; if (searchText.length > 0) { // perform local searching datas.forEach(function(data) { var isMatch = false; var hitCount = 0; var searchTextCount = 0; var title = data.title.trim(); var titleInLowerCase = title.toLowerCase(); var content = data.content.trim().replace(/<[^>]+>/g,""); var contentInLowerCase = content.toLowerCase(); var articleUrl = decodeURIComponent(data.url); var indexOfTitle = []; var indexOfContent = []; // only match articles with not empty titles if(title != '') { keywords.forEach(function(keyword) { function getIndexByWord(word, text, caseSensitive) { var wordLen = word.length; if (wordLen === 0) { return []; } var startPosition = 0, position = [], index = []; if (!caseSensitive) { text = text.toLowerCase(); word = word.toLowerCase(); } while ((position = text.indexOf(word, startPosition)) > -1) { index.push({position: position, word: word}); startPosition = position + wordLen; } return index; } indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false)); indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false)); }); if (indexOfTitle.length > 0 || indexOfContent.length > 0) { isMatch = true; hitCount = indexOfTitle.length + indexOfContent.length; } } // show search results if (isMatch) { // sort index by position of keyword [indexOfTitle, indexOfContent].forEach(function (index) { index.sort(function (itemLeft, itemRight) { if (itemRight.position !== itemLeft.position) { return itemRight.position - itemLeft.position; } else { return itemLeft.word.length - itemRight.word.length; } }); }); // merge hits into slices function mergeIntoSlice(text, start, end, index) { var item = index[index.length - 1]; var position = item.position; var word = item.word; var hits = []; var searchTextCountInSlice = 0; while (position + word.length <= end && index.length != 0) { if (word === searchText) { searchTextCountInSlice++; } hits.push({position: position, length: word.length}); var wordEnd = position + word.length; // move to next position of hit index.pop(); while (index.length != 0) { item = index[index.length - 1]; position = item.position; word = item.word; if (wordEnd > position) { index.pop(); } else { break; } } } searchTextCount += searchTextCountInSlice; return { hits: hits, start: start, end: end, searchTextCount: searchTextCountInSlice }; } var slicesOfTitle = []; if (indexOfTitle.length != 0) { slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle)); } var slicesOfContent = []; while (indexOfContent.length != 0) { var item = indexOfContent[indexOfContent.length - 1]; var position = item.position; var word = item.word; // cut out 100 characters var start = position - 20; var end = position + 80; if(start < 0){ start = 0; } if (end < position + word.length) { end = position + word.length; } if(end > content.length){ end = content.length; } slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent)); } // sort slices in content by search text's count and hits' count slicesOfContent.sort(function (sliceLeft, sliceRight) { if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) { return sliceRight.searchTextCount - sliceLeft.searchTextCount; } else if (sliceLeft.hits.length !== sliceRight.hits.length) { return sliceRight.hits.length - sliceLeft.hits.length; } else { return sliceLeft.start - sliceRight.start; } }); // select top N slices in content var upperBound = parseInt('1'); if (upperBound >= 0) { slicesOfContent = slicesOfContent.slice(0, upperBound); } // highlight title and content function highlightKeyword(text, slice) { var result = ''; var prevEnd = slice.start; slice.hits.forEach(function (hit) { result += text.substring(prevEnd, hit.position); var end = hit.position + hit.length; result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>'; prevEnd = end; }); result += text.substring(prevEnd, slice.end); return result; } var resultItem = ''; if (slicesOfTitle.length != 0) { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>"; } else { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>"; } slicesOfContent.forEach(function (slice) { resultItem += "<a href='" + articleUrl + "'>" + "<p class=\"search-result\">" + highlightKeyword(content, slice) + "...</p>" + "</a>"; }); resultItem += "</li>"; resultItems.push({ item: resultItem, searchTextCount: searchTextCount, hitCount: hitCount, id: resultItems.length }); } }) }; if (keywords.length === 1 && keywords[0] === "") { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' } else if (resultItems.length === 0) { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' } else { resultItems.sort(function (resultLeft, resultRight) { if (resultLeft.searchTextCount !== resultRight.searchTextCount) { return resultRight.searchTextCount - resultLeft.searchTextCount; } else if (resultLeft.hitCount !== resultRight.hitCount) { return resultRight.hitCount - resultLeft.hitCount; } else { return resultRight.id - resultLeft.id; } }); var searchResultList = '<ul class=\"search-result-list\">'; resultItems.forEach(function (result) { searchResultList += result.item; }) searchResultList += "</ul>"; resultContent.innerHTML = searchResultList; } } if ('auto' === 'auto') { input.addEventListener('input', inputEventFunction); } else { $('.search-icon').click(inputEventFunction); input.addEventListener('keypress', function (event) { if (event.keyCode === 13) { inputEventFunction(); } }); } // remove loading animation $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); 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(onPopupClose); $('.popup').click(function(e){ e.stopPropagation(); }); $(document).on('keyup', function (event) { var shouldDismissSearchPopup = event.which === 27 && $('.search-popup').is(':visible'); if (shouldDismissSearchPopup) { onPopupClose(); } }); </script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/disel-examples/2.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>disel-examples: 3 m 52 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / disel-examples - 2.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> disel-examples <small> 2.1 <span class="label label-success">3 m 52 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 02:26:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 02:26:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/DistributedComponents/disel&quot; dev-repo: &quot;git+https://github.com/DistributedComponents/disel.git&quot; bug-reports: &quot;https://github.com/DistributedComponents/disel/issues&quot; license: &quot;BSD-2-Clause&quot; synopsis: &quot;Example systems for Disel, a separation-style logic for compositional verification of distributed systems in Coq&quot; build: [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;Examples&quot;] install: [make &quot;-C&quot; &quot;Examples&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6.2&quot; &amp; &lt; &quot;1.11~&quot;} &quot;coq-fcsl-pcm&quot; {&lt; &quot;1.3.0&quot;} &quot;coq-disel&quot; {= version} ] tags: [ &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;keyword:program verification&quot; &quot;keyword:separation logic&quot; &quot;keyword:distributed algorithms&quot; &quot;date:2019-02-11&quot; &quot;logpath:DiSeL&quot; ] authors: [ &quot;Ilya Sergey&quot; &quot;James R. Wilcox&quot; ] url { src: &quot;https://github.com/DistributedComponents/disel/archive/v2.1.tar.gz&quot; checksum: &quot;sha512=8931a36001c2be3aedb0c8872bb13e3dd2932be3e1e8200a7d9de46dbc1185ea1ba5eb4ea9e7523bc2bd326f2fb4486e3eaf63280c4f7021a87cab0f88829f26&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-disel-examples.2.1 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-disel-examples.2.1 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 56 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-disel-examples.2.1 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 52 s</dd> </dl> <h2>Installation size</h2> <p>Total: 7 M</p> <ul> <li>636 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseInductiveInv.vo</code></li> <li>593 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryHooked.vo</code></li> <li>470 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseCoordinator.vo</code></li> <li>412 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseInductiveProof.vo</code></li> <li>387 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseInductiveInv.glob</code></li> <li>361 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryHooked.glob</code></li> <li>278 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseCoordinator.glob</code></li> <li>257 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseParticipant.vo</code></li> <li>239 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseInductiveProof.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseProtocol.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseProtocol.glob</code></li> <li>186 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/SimpleCalculatorServers.vo</code></li> <li>157 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorClientLib.vo</code></li> <li>152 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseParticipant.glob</code></li> <li>150 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Greeter/Greeter.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/LockResource/LockProtocol.vo</code></li> <li>139 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/LockResource/ResourceProtocol.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorProtocol.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/DelegatingCalculatorServer.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryProtocol.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryPlusTPC.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorServerLib.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/SimpleCalculatorApp.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/LockResource/ResourceProtocol.glob</code></li> <li>94 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/SimpleTPCApp.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/LockResource/LockProtocol.glob</code></li> <li>83 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/SimpleCalculatorApp.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorProtocol.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/SimpleCalculatorServers.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorInvariant.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Greeter/Greeter.glob</code></li> <li>68 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryProtocol.glob</code></li> <li>67 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseInductiveInv.v</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorClientLib.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryPlusTPC.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/SimpleTPCApp.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryHooked.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseInductiveProof.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorServerLib.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/SeqLib.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseCoordinator.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/DelegatingCalculatorServer.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseClient.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseProtocol.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorInvariant.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseParticipant.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/LockResource/LockProtocol.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/LockResource/ResourceProtocol.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorProtocol.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/SimpleCalculatorServers.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Greeter/Greeter.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryProtocol.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/SimpleCalculatorApp.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorClientLib.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/SeqLib.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Querying/QueryPlusTPC.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/SimpleTPCApp.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorServerLib.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/DelegatingCalculatorServer.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Calculator/CalculatorInvariant.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseClient.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/SeqLib.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/TwoPhaseCommit/TwoPhaseClient.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-disel-examples.2.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/views/directives/auth-button.html
bzz-framework/bzz-angular
<a href="javascript:;" ng-click="model.login()" class="btn-auth btn-{{ model.provider }} large"> Sign in with <b>Google</b> </a>
admin/index.html
borisrorsvort/simple-portfolio
<!-- forestryio: ignore; forestryio: admin --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex" /> <title>Admin</title> <meta name="description" content=" " /> <meta name="author" content=" " /> <meta name="HandheldFriendly" content="true" /> <meta name="MobileOptimized" content="320" /> <!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.--> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <link rel="stylesheet" href="https://local.forestry.io/main.css" /> <!-- Google font --> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <!-- Fort awesome icon kit --> <script src="https://use.fortawesome.com/b6f38602.js"></script> </head> <body> <div id="app"> </div> <script id="admin-config-script" type="text/javascript"> var env = { siteId: "5hsxdnzuxvuyda", local: false }; </script> <script type="application/javascript" src="https://local.forestry.io/forestry.min.js"></script> </body> </html>