path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
target/gbdbas/static/css/personalcenter/password/tabLogin.css
Willie1234/Inforvellor
@charset "utf-8"; #loginDiv { padding: 38px 95px 0px; width: 1210px; margin: 0 auto; height: 562px; /*暂定*/ } #completeInfoDiv { padding: 38px 95px 0px; width: 1210px; margin: 0 auto; height: 562px; /*暂定*/ } .passwordfield { width: 210px; height: 28px; border: 1px solid #95b8e7; border-color: #e5e5e5; border-radius: 4px 4px 4px 4px; } .pwditem { margin-bottom: 20px; } .pwditem label { display: inline-block; width: 80px; } .commonStyle, .smallerStyle, .minFont { font-family: 微软雅黑; color: #434343; } .commonStyle { font-size: 16px; } .smallerStyle { font-size: 14px; } .minFont { font-size: 12px; } .tabstyle { float: left; border-top: 1px solid #FFFFFF; vertical-align: middle; } .tabCursorOver, .btnCursorOver { cursor: pointer; } .tabThreeBorder { border-top: 1px solid #ED5564; border-left: 1px solid #ED5564; border-right: 1px solid #ED5564; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom: 1px solid white; } .tabOneBorder { border-bottom: 1px solid #ED5564; } #main { margin-top: 25px; margin-left: 290px; width: 920px; height: 500px; } #mainTab { width: 638px; height: 47px; } #mainTab table td { padding: 0px; } #loginTab, #registerTab { height: 47px; } #spaceTab { width: 452px; height: 48px; border-bottom: 1px solid #ED5564; } #mainBody { margin-top: 40px; padding: 0px; height: 410px; } #mainBody table tr { padding: 0px; } #main_left { // border: 1px solid green; width: 636px; height: 500px; margin-right: 0px; float: left; } #main_right { float: left; } .inputSize { width: 240px; border-radius: 4px; } .sinputSize { width: 164px; border-radius: 4px; } .regTdOne { clear: both; width: 84px; height: 36px; float: left; text-align: right; margin-left: 100px; position: relative; padding: 0px; vertical-align: top; top: 7px; } .regTdTwo { width: 252px; height: 34px; float: left; margin-left: 20px; margin-bottom: 22px; } .regTdThree { float: left; width: 178px; height: 36px; margin-bottom: 0px; margin-left: 2px; } .loginTdLeft, .completeTdLeft { text-align: right; vertical-align: top; } .loginTdLeft { padding: 0px; width: 184px; } .completeTdLeft { width: 78px; height: 34px; padding-left: 10px; } .loginTdLeft>label { position: relative; top: 7px; } .loginTdRight { padding: 0px 20px 0px; } .regMessage { margin-left: 6px; position: relative; top: 6px; color: #ED5564; } .regTdThree>.regMessage img { margin-top: 0px; } .squarebtn>.minFont:hover { color: #434343; text-decoration: none; } .grayBtnSdiv, .grayBtnBdiv { border: 1px solid #C2C2C2; background-color: #FFFFFF; border-radius: 2px; padding: 2px 13px; text-align: center; } .grayBtnSdiv { width: 58px; } .grayBtnSdiv:hover, .grayBtnBdiv:hover { cursor: pointer; } .grayBtnSdiv:active, .grayBtnBdiv:active { border: 1px solid #E1E1E1; background-color: #DDDDDD; } .noSelect { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; } .pw-tip { position: absolute; z-index: 10; padding-left: 6px; width: 300px; display: none; } .pw-tip-arr { display: block; width: 7px; height: 9px; background: url(/dbas/static/img/arr-left.png) no-repeat 0 0; position: absolute; left: 0; top: 50%; margin-top: -5px; } .pw-tip-bd { padding: 5px; background: #fff 0 100% repeat-x; border: 1px solid #c2c8c8; border-radius: 5px; } .pw-rule-item { padding: 0px; } .pw-rule-item .iconfont { margin-right: 3px; color: #b7b7b7; font-size: 12px; font-weight: bold; vertical-align: middle; } .pw-rule-item .pw-icon-ok { color: #14c2b3; } .pw-rule-item .pw-icon-error { color: #ff460f; } .pw-strength { height: 18px; line-height: 18px; position: relative; padding-bottom: 10px; } .pw-strength-bar { width: 95px; position: absolute; left: 60px; top: 0; } .pw-strength-bar span { display: block; width: 25px; height: 10px; float: left; margin-left: 1px; background-color: #dcdcdc; position: relative; top: 5px; } .pw-strength-bar em { display: block; width: 15px; height: 18px; line-height: 18px; float: left; } /*低*/ .pw-strength-bar-1 .pw-strength-1 { background-color: #ff460f; } .pw-strength-bar-1 em { color: #ff460f; } /*中*/ .pw-strength-bar-2 .pw-strength-1, .pw-strength-bar-2 .pw-strength-2 { background-color: #ff6a00; } .pw-strength-bar-2 em { color: #ff6a00; } /*高*/ .pw-strength-bar-3 .pw-strength-1, .pw-strength-bar-3 .pw-strength-2, .pw-strength-bar-3 .pw-strength-3 { background-color: #0a9e00; } .pw-strength-bar-3 em { color: #0a9e00; } .pw-strength-bar-1 .pw-strength-2, .pw-strength-bar-1 .pw-strength-3, .pw-strength-bar-2 .pw-strength-3 { background-color: #dcdcdc; }
public_html/css/less/bootstrap.css
ashyashy/mif
/*! * Bootstrap v2.0.2 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; } .clearfix:after { clear: both; } .hide-text { overflow: hidden; text-indent: 100%; white-space: nowrap; } .input-block-level { display: block; width: 100%; min-height: 28px; /* Make inputs at least the height of their button counterpart */ /* Makes inputs behave like true block-level elements */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 22px; color: #333333; background-color: #ffffff; } a { color: #0088cc; text-decoration: none; } a:hover { color: #005580; text-decoration: underline; } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; margin-left: 20px; } .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .span12 { width: 940px; } .span11 { width: 860px; } .span10 { width: 780px; } .span9 { width: 700px; } .span8 { width: 620px; } .span7 { width: 540px; } .span6 { width: 460px; } .span5 { width: 380px; } .span4 { width: 300px; } .span3 { width: 220px; } .span2 { width: 140px; } .span1 { width: 60px; } .offset12 { margin-left: 980px; } .offset11 { margin-left: 900px; } .offset10 { margin-left: 820px; } .offset9 { margin-left: 740px; } .offset8 { margin-left: 660px; } .offset7 { margin-left: 580px; } .offset6 { margin-left: 500px; } .offset5 { margin-left: 420px; } .offset4 { margin-left: 340px; } .offset3 { margin-left: 260px; } .offset2 { margin-left: 180px; } .offset1 { margin-left: 100px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; } .row-fluid:after { clear: both; } .row-fluid > [class*="span"] { float: left; margin-left: 2.127659574%; } .row-fluid > [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { width: 99.99999998999999%; } .row-fluid > .span11 { width: 91.489361693%; } .row-fluid > .span10 { width: 82.97872339599999%; } .row-fluid > .span9 { width: 74.468085099%; } .row-fluid > .span8 { width: 65.95744680199999%; } .row-fluid > .span7 { width: 57.446808505%; } .row-fluid > .span6 { width: 48.93617020799999%; } .row-fluid > .span5 { width: 40.425531911%; } .row-fluid > .span4 { width: 31.914893614%; } .row-fluid > .span3 { width: 23.404255317%; } .row-fluid > .span2 { width: 14.89361702%; } .row-fluid > .span1 { width: 6.382978723%; } .container { margin-left: auto; margin-right: auto; *zoom: 1; } .container:before, .container:after { display: table; content: ""; } .container:after { clear: both; } .container-fluid { padding-left: 20px; padding-right: 20px; *zoom: 1; } .container-fluid:before, .container-fluid:after { display: table; content: ""; } .container-fluid:after { clear: both; } p { margin: 0 0 11px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 22px; } p small { font-size: 14px; color: #999999; } .lead { margin-bottom: 22px; font-size: 20px; font-weight: 200; line-height: 33px; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: inherit; font-weight: bold; color: inherit; text-rendering: optimizelegibility; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; color: #999999; } h1 { font-size: 30px; line-height: 44px; } h1 small { font-size: 18px; } h2 { font-size: 24px; line-height: 44px; } h2 small { font-size: 18px; } h3 { line-height: 33px; font-size: 18px; } h3 small { font-size: 14px; } h4, h5, h6 { line-height: 22px; } h4 { font-size: 14px; } h4 small { font-size: 12px; } h5 { font-size: 12px; } h6 { font-size: 11px; color: #999999; text-transform: uppercase; } .page-header { padding-bottom: 21px; margin: 22px 0; border-bottom: 1px solid #eeeeee; } .page-header h1 { line-height: 1; } ul, ol { padding: 0; margin: 0 0 11px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { line-height: 22px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } dl { margin-bottom: 22px; } dt, dd { line-height: 22px; } dt { font-weight: bold; line-height: 21px; } dd { margin-left: 11px; } .dl-horizontal dt { float: left; clear: left; width: 120px; text-align: right; } .dl-horizontal dd { margin-left: 130px; } hr { margin: 22px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } strong { font-weight: bold; } em { font-style: italic; } .muted { color: #999999; } abbr[title] { border-bottom: 1px dotted #ddd; cursor: help; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 0 0 0 15px; margin: 0 0 22px; border-left: 5px solid #eeeeee; } blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 27.5px; } blockquote small { display: block; line-height: 22px; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { float: right; padding-left: 0; padding-right: 15px; border-left: 0; border-right: 5px solid #eeeeee; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 22px; line-height: 22px; font-style: normal; } small { font-size: 100%; } cite { font-style: normal; } code, pre { padding: 0 3px 2px; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 15px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; } pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 14.8px; line-height: 22px; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; white-space: pre; white-space: pre-wrap; word-break: break-all; word-wrap: break-word; } pre.prettyprint { margin-bottom: 22px; } pre code { padding: 0; color: inherit; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } form { margin: 0 0 22px; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 33px; font-size: 24px; line-height: 44px; color: #333333; border: 0; border-bottom: 1px solid #eee; } legend small { font-size: 16.5px; color: #999999; } label, input, button, select, textarea { font-size: 16px; font-weight: normal; line-height: 22px; } input, button, select, textarea { font-family: Georgia, "Times New Roman", Times, serif; } label { display: block; margin-bottom: 5px; color: #333333; } input, textarea, select, .uneditable-input { display: inline-block; width: 210px; height: 22px; padding: 4px; margin-bottom: 9px; font-size: 16px; line-height: 22px; color: #555555; border: 1px solid #cccccc; background-color: #fbfbfb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .uneditable-textarea { width: auto; height: auto; } label input, label textarea, label select { display: block; } input[type="image"], input[type="checkbox"], input[type="radio"] { width: auto; height: auto; padding: 0; margin: 3px 0; *margin-top: 0; /* IE7 */ line-height: normal; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0 \9; /* IE9 and down */ } input[type="image"] { border: 0; } input[type="file"] { width: auto; padding: initial; line-height: initial; border: initial; background-color: #fbfbfb; background-color: initial; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } input[type="button"], input[type="reset"], input[type="submit"] { width: auto; height: auto; } select, input[type="file"] { height: 28px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 28px; } input[type="file"] { line-height: 18px \9; } select { width: 220px; background-color: #fbfbfb; } select[multiple], select[size] { height: auto; } input[type="image"] { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } textarea { height: auto; } input[type="hidden"] { display: none; } .radio, .checkbox { padding-left: 18px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { float: left; margin-left: -18px; } .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; } .radio.inline, .checkbox.inline { display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; } input, textarea { -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } input:hover, textarea:hover { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.15); outline: 0; outline: thin dotted \9; /* IE6-9 */ } input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); outline: 0; outline: thin dotted \9; /* IE6-9 */ } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .input-mini { width: 60px; } .input-small { width: 90px; } .input-medium { width: 150px; } .input-large { width: 210px; } .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { float: none; margin-left: 0; } input, textarea, .uneditable-input { margin-left: 0; } input.span12, textarea.span12, .uneditable-input.span12 { width: 930px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 850px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 770px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 690px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 610px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 530px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 450px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 370px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 290px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 210px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 130px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 50px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { background-color: #eeeeee; border-color: #ddd; cursor: not-allowed; } .control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; } .control-group.warning input, .control-group.warning select, .control-group.warning textarea { color: #c09853; border-color: #c09853; } .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus { border-color: #a47e3c; -webkit-box-shadow: 0 0 6px #dbc59e; -moz-box-shadow: 0 0 6px #dbc59e; box-shadow: 0 0 6px #dbc59e; } .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; } .control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline { color: #cc0028; } .control-group.error input, .control-group.error select, .control-group.error textarea { color: #cc0028; border-color: #cc0028; } .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus { border-color: #99001e; -webkit-box-shadow: 0 0 6px #ff335b; -moz-box-shadow: 0 0 6px #ff335b; box-shadow: 0 0 6px #ff335b; } .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #cc0028; background-color: #f2dede; border-color: #cc0028; } .control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; } .control-group.success input, .control-group.success select, .control-group.success textarea { color: #468847; border-color: #468847; } .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus { border-color: #356635; -webkit-box-shadow: 0 0 6px #7aba7b; -moz-box-shadow: 0 0 6px #7aba7b; box-shadow: 0 0 6px #7aba7b; } .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; } /* input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid { color: #b94a48; border-color: #ee5f5b; &:focus { border-color: darken(#ee5f5b, 10%); .box-shadow(0 0 6px lighten(#ee5f5b, 20%)); } } */ .form-actions { padding: 21px 20px 22px; margin-top: 22px; margin-bottom: 22px; background-color: #eeeeee; border-top: 1px solid #ddd; *zoom: 1; } .form-actions:before, .form-actions:after { display: table; content: ""; } .form-actions:after { clear: both; } .uneditable-input { display: block; background-color: #fbfbfb; border-color: #eee; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed; } :-moz-placeholder { color: #999999; font-style: italic; } ::-webkit-input-placeholder { color: #999999; font-style: italic; } .help-block, .help-inline { color: #555555; } .help-block { display: block; margin-bottom: 11px; } .help-inline { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; vertical-align: middle; padding-left: 5px; } .input-prepend, .input-append { margin-bottom: 5px; } .input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input { *margin-left: 0; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-prepend input:focus, .input-append input:focus, .input-prepend select:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus { position: relative; z-index: 2; } .input-prepend .uneditable-input, .input-append .uneditable-input { border-left-color: #ccc; } .input-prepend .add-on, .input-append .add-on { display: inline-block; width: auto; min-width: 16px; height: 22px; padding: 4px 5px; font-weight: normal; line-height: 22px; text-align: center; text-shadow: 0 1px 0 #ffffff; vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; } .input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .input-prepend .active, .input-append .active { background-color: #a9dba9; border-color: #46a546; } .input-prepend .add-on, .input-prepend .btn { margin-right: -1px; } .input-append input, .input-append select .uneditable-input { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .input-append .uneditable-input { border-left-color: #eee; border-right-color: #ccc; } .input-append .add-on, .input-append .btn { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .search-query { padding-left: 14px; padding-right: 14px; margin-bottom: 0; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; } .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append { display: inline-block; margin-bottom: 0; } .form-search .hide, .form-inline .hide, .form-horizontal .hide { display: none; } .form-search label, .form-inline label { display: inline-block; } .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { margin-bottom: 0; } .form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox { padding-left: 0; margin-bottom: 0; vertical-align: middle; } .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: left; margin-left: 0; margin-right: 3px; } .control-group { margin-bottom: 11px; } legend + .control-group { margin-top: 22px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 22px; *zoom: 1; } .form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; } .form-horizontal .control-group:after { clear: both; } .form-horizontal .control-label { float: left; width: 140px; padding-top: 5px; text-align: right; } .form-horizontal .controls { margin-left: 160px; /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */ *display: inline-block; *margin-left: 0; *padding-left: 20px; } .form-horizontal .help-block { margin-top: 11px; margin-bottom: 0; } .form-horizontal .form-actions { padding-left: 160px; } table { max-width: 100%; border-collapse: collapse; border-spacing: 0; background-color: transparent; } .table { width: 100%; margin-bottom: 22px; } .table th, .table td { padding: 8px; line-height: 22px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } .table th { font-weight: bold; } .table thead th { vertical-align: bottom; } .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #dddddd; } .table-condensed th, .table-condensed td { padding: 4px 5px; } .table-bordered { border: 1px solid #dddddd; border-left: 0; border-collapse: separate; *border-collapse: collapsed; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .table-bordered th, .table-bordered td { border-left: 1px solid #dddddd; } .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { -webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0; } .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { -webkit-border-radius: 0 4px 0 0; -moz-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0; } .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; } .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { -webkit-border-radius: 0 0 4px 0; -moz-border-radius: 0 0 4px 0; border-radius: 0 0 4px 0; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; } .table tbody tr:hover td, .table tbody tr:hover th { background-color: #f5f5f5; } table .span1 { float: none; width: 44px; margin-left: 0; } table .span2 { float: none; width: 124px; margin-left: 0; } table .span3 { float: none; width: 204px; margin-left: 0; } table .span4 { float: none; width: 284px; margin-left: 0; } table .span5 { float: none; width: 364px; margin-left: 0; } table .span6 { float: none; width: 444px; margin-left: 0; } table .span7 { float: none; width: 524px; margin-left: 0; } table .span8 { float: none; width: 604px; margin-left: 0; } table .span9 { float: none; width: 684px; margin-left: 0; } table .span10 { float: none; width: 764px; margin-left: 0; } table .span11 { float: none; width: 844px; margin-left: 0; } table .span12 { float: none; width: 924px; margin-left: 0; } table .span13 { float: none; width: 1004px; margin-left: 0; } table .span14 { float: none; width: 1084px; margin-left: 0; } table .span15 { float: none; width: 1164px; margin-left: 0; } table .span16 { float: none; width: 1244px; margin-left: 0; } table .span17 { float: none; width: 1324px; margin-left: 0; } table .span18 { float: none; width: 1404px; margin-left: 0; } table .span19 { float: none; width: 1484px; margin-left: 0; } table .span20 { float: none; width: 1564px; margin-left: 0; } table .span21 { float: none; width: 1644px; margin-left: 0; } table .span22 { float: none; width: 1724px; margin-left: 0; } table .span23 { float: none; width: 1804px; margin-left: 0; } table .span24 { float: none; width: 1884px; margin-left: 0; } [class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; line-height: 14px; vertical-align: text-top; background-image: url("images/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; *margin-right: .3em; } [class^="icon-"]:last-child, [class*=" icon-"]:last-child { *margin-left: 0; } .icon-white { background-image: url("images/glyphicons-halflings-white.png"); } .icon-glass { background-position: 0 0; } .icon-music { background-position: -24px 0; } .icon-search { background-position: -48px 0; } .icon-envelope { background-position: -72px 0; } .icon-heart { background-position: -96px 0; } .icon-star { background-position: -120px 0; } .icon-star-empty { background-position: -144px 0; } .icon-user { background-position: -168px 0; } .icon-film { background-position: -192px 0; } .icon-th-large { background-position: -216px 0; } .icon-th { background-position: -240px 0; } .icon-th-list { background-position: -264px 0; } .icon-ok { background-position: -288px 0; } .icon-remove { background-position: -312px 0; } .icon-zoom-in { background-position: -336px 0; } .icon-zoom-out { background-position: -360px 0; } .icon-off { background-position: -384px 0; } .icon-signal { background-position: -408px 0; } .icon-cog { background-position: -432px 0; } .icon-trash { background-position: -456px 0; } .icon-home { background-position: 0 -24px; } .icon-file { background-position: -24px -24px; } .icon-time { background-position: -48px -24px; } .icon-road { background-position: -72px -24px; } .icon-download-alt { background-position: -96px -24px; } .icon-download { background-position: -120px -24px; } .icon-upload { background-position: -144px -24px; } .icon-inbox { background-position: -168px -24px; } .icon-play-circle { background-position: -192px -24px; } .icon-repeat { background-position: -216px -24px; } .icon-refresh { background-position: -240px -24px; } .icon-list-alt { background-position: -264px -24px; } .icon-lock { background-position: -287px -24px; } .icon-flag { background-position: -312px -24px; } .icon-headphones { background-position: -336px -24px; } .icon-volume-off { background-position: -360px -24px; } .icon-volume-down { background-position: -384px -24px; } .icon-volume-up { background-position: -408px -24px; } .icon-qrcode { background-position: -432px -24px; } .icon-barcode { background-position: -456px -24px; } .icon-tag { background-position: 0 -48px; } .icon-tags { background-position: -25px -48px; } .icon-book { background-position: -48px -48px; } .icon-bookmark { background-position: -72px -48px; } .icon-print { background-position: -96px -48px; } .icon-camera { background-position: -120px -48px; } .icon-font { background-position: -144px -48px; } .icon-bold { background-position: -167px -48px; } .icon-italic { background-position: -192px -48px; } .icon-text-height { background-position: -216px -48px; } .icon-text-width { background-position: -240px -48px; } .icon-align-left { background-position: -264px -48px; } .icon-align-center { background-position: -288px -48px; } .icon-align-right { background-position: -312px -48px; } .icon-align-justify { background-position: -336px -48px; } .icon-list { background-position: -360px -48px; } .icon-indent-left { background-position: -384px -48px; } .icon-indent-right { background-position: -408px -48px; } .icon-facetime-video { background-position: -432px -48px; } .icon-picture { background-position: -456px -48px; } .icon-pencil { background-position: 0 -72px; } .icon-map-marker { background-position: -24px -72px; } .icon-adjust { background-position: -48px -72px; } .icon-tint { background-position: -72px -72px; } .icon-edit { background-position: -96px -72px; } .icon-share { background-position: -120px -72px; } .icon-check { background-position: -144px -72px; } .icon-move { background-position: -168px -72px; } .icon-step-backward { background-position: -192px -72px; } .icon-fast-backward { background-position: -216px -72px; } .icon-backward { background-position: -240px -72px; } .icon-play { background-position: -264px -72px; } .icon-pause { background-position: -288px -72px; } .icon-stop { background-position: -312px -72px; } .icon-forward { background-position: -336px -72px; } .icon-fast-forward { background-position: -360px -72px; } .icon-step-forward { background-position: -384px -72px; } .icon-eject { background-position: -408px -72px; } .icon-chevron-left { background-position: -432px -72px; } .icon-chevron-right { background-position: -456px -72px; } .icon-plus-sign { background-position: 0 -96px; } .icon-minus-sign { background-position: -24px -96px; } .icon-remove-sign { background-position: -48px -96px; } .icon-ok-sign { background-position: -72px -96px; } .icon-question-sign { background-position: -96px -96px; } .icon-info-sign { background-position: -120px -96px; } .icon-screenshot { background-position: -144px -96px; } .icon-remove-circle { background-position: -168px -96px; } .icon-ok-circle { background-position: -192px -96px; } .icon-ban-circle { background-position: -216px -96px; } .icon-arrow-left { background-position: -240px -96px; } .icon-arrow-right { background-position: -264px -96px; } .icon-arrow-up { background-position: -289px -96px; } .icon-arrow-down { background-position: -312px -96px; } .icon-share-alt { background-position: -336px -96px; } .icon-resize-full { background-position: -360px -96px; } .icon-resize-small { background-position: -384px -96px; } .icon-plus { background-position: -408px -96px; } .icon-minus { background-position: -433px -96px; } .icon-asterisk { background-position: -456px -96px; } .icon-exclamation-sign { background-position: 0 -120px; } .icon-gift { background-position: -24px -120px; } .icon-leaf { background-position: -48px -120px; } .icon-fire { background-position: -72px -120px; } .icon-eye-open { background-position: -96px -120px; } .icon-eye-close { background-position: -120px -120px; } .icon-warning-sign { background-position: -144px -120px; } .icon-plane { background-position: -168px -120px; } .icon-calendar { background-position: -192px -120px; } .icon-random { background-position: -216px -120px; } .icon-comment { background-position: -240px -120px; } .icon-magnet { background-position: -264px -120px; } .icon-chevron-up { background-position: -288px -120px; } .icon-chevron-down { background-position: -313px -119px; } .icon-retweet { background-position: -336px -120px; } .icon-shopping-cart { background-position: -360px -120px; } .icon-folder-close { background-position: -384px -120px; } .icon-folder-open { background-position: -408px -120px; } .icon-resize-vertical { background-position: -432px -119px; } .icon-resize-horizontal { background-position: -456px -118px; } .dropdown { position: relative; } .dropdown-toggle { *margin-bottom: -3px; } .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; } .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000000; opacity: 0.3; filter: alpha(opacity=30); content: ""; } .dropdown .caret { margin-top: 8px; margin-left: 2px; } .dropdown:hover .caret, .open.dropdown .caret { opacity: 1; filter: alpha(opacity=100); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; float: left; display: none; min-width: 160px; padding: 4px 0; margin: 0; list-style: none; background-color: #ffffff; border-color: #ccc; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 10px 1px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; *width: 100%; *margin: -5px 0 5px; } .dropdown-menu a { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 22px; color: #333333; white-space: nowrap; } .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #ffffff; text-decoration: none; background-color: #0088cc; } .dropdown.open { *z-index: 1000; } .dropdown.open .dropdown-toggle { color: #ffffff; background: #ccc; background: rgba(0, 0, 0, 0.3); } .dropdown.open .dropdown-menu { display: block; } .pull-right .dropdown-menu { left: auto; right: 0; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: "\2191"; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .typeahead { margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-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-large { padding: 24px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .well-small { padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .fade { -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; opacity: 0; } .fade.in { opacity: 1; } .collapse { -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -ms-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; position: relative; overflow: hidden; height: 0; } .collapse.in { height: auto; } .close { float: right; font-size: 20px; font-weight: bold; line-height: 22px; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover { color: #000000; text-decoration: none; opacity: 0.4; filter: alpha(opacity=40); cursor: pointer; } .btn { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 16px; line-height: 22px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); border: 1px solid #cccccc; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; } .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; } .btn:active, .btn.active { background-color: #cccccc \9; } .btn:first-child { *margin-left: 0; } .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.active, .btn:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #e6e6e6; background-color: #d9d9d9 \9; outline: 0; } .btn.disabled, .btn[disabled] { cursor: default; background-image: none; background-color: #e6e6e6; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-large { padding: 9px 14px; font-size: 18px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn-large [class^="icon-"] { margin-top: 1px; } .btn-small { padding: 5px 9px; font-size: 14px; line-height: 20px; } .btn-small [class^="icon-"] { margin-top: -1px; } .btn-mini { padding: 2px 6px; font-size: 14px; line-height: 18px; } .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; } .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .btn-primary { background-color: #0074cc; background-image: -moz-linear-gradient(top, #0088cc, #0055cc); background-image: -ms-linear-gradient(top, #0088cc, #0055cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); background-image: -o-linear-gradient(top, #0088cc, #0055cc); background-image: linear-gradient(top, #0088cc, #0055cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); border-color: #0055cc #0055cc #003580; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #0055cc; } .btn-primary:active, .btn-primary.active { background-color: #004099 \9; } .btn-warning { background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { background-color: #f89406; } .btn-warning:active, .btn-warning.active { background-color: #c67605 \9; } .btn-danger { background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { background-color: #bd362f; } .btn-danger:active, .btn-danger.active { background-color: #942a25 \9; } .btn-success { background-color: #578e00; background-image: -moz-linear-gradient(top, #67a800, #3f6600); background-image: -ms-linear-gradient(top, #67a800, #3f6600); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67a800), to(#3f6600)); background-image: -webkit-linear-gradient(top, #67a800, #3f6600); background-image: -o-linear-gradient(top, #67a800, #3f6600); background-image: linear-gradient(top, #67a800, #3f6600); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a800', endColorstr='#3f6600', GradientType=0); border-color: #3f6600 #3f6600 #101a00; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #3f6600; } .btn-success:active, .btn-success.active { background-color: #1f3300 \9; } .btn-info { background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { background-color: #2f96b4; } .btn-info:active, .btn-info.active { background-color: #24748c \9; } .btn-inverse { background-color: #414141; background-image: -moz-linear-gradient(top, #555555, #222222); background-image: -ms-linear-gradient(top, #555555, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); background-image: -webkit-linear-gradient(top, #555555, #222222); background-image: -o-linear-gradient(top, #555555, #222222); background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { background-color: #222222; } .btn-inverse:active, .btn-inverse.active { background-color: #080808 \9; } button.btn, input[type="submit"].btn { *padding-top: 2px; *padding-bottom: 2px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-group { position: relative; *zoom: 1; *margin-left: .3em; } .btn-group:before, .btn-group:after { display: table; content: ""; } .btn-group:after { clear: both; } .btn-group:first-child { *margin-left: 0; } .btn-group + .btn-group { margin-left: 5px; } .btn-toolbar { margin-top: 11px; margin-bottom: 11px; } .btn-toolbar .btn-group { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; } .btn-group .btn { position: relative; float: left; margin-left: -1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group .btn:first-child { margin-left: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .btn-group .btn:last-child, .btn-group .dropdown-toggle { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .btn-group .btn.large:first-child { margin-left: 0; -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; } .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; } .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group .dropdown-toggle { padding-left: 8px; padding-right: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); *padding-top: 3px; *padding-bottom: 3px; } .btn-group .btn-mini.dropdown-toggle { padding-left: 5px; padding-right: 5px; *padding-top: 1px; *padding-bottom: 1px; } .btn-group .btn-small.dropdown-toggle { *padding-top: 4px; *padding-bottom: 4px; } .btn-group .btn-large.dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open { *z-index: 1000; } .btn-group.open .dropdown-menu { display: block; margin-top: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn-group.open .dropdown-toggle { background-image: none; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn .caret { margin-top: 9px; margin-left: 0; } .btn:hover .caret, .open.btn-group .caret { opacity: 1; filter: alpha(opacity=100); } .btn-mini .caret { margin-top: 5px; } .btn-small .caret { margin-top: 6px; } .btn-large .caret { margin-top: 6px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000000; } .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; opacity: 0.75; filter: alpha(opacity=75); } .alert { padding: 8px 35px 8px 14px; margin-bottom: 22px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #c09853; } .alert-heading { color: inherit; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 18px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #cc0028; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .nav { margin-left: 0; margin-bottom: 22px; list-style: none; } .nav > li > a { display: block; } .nav > li > a:hover { text-decoration: none; background-color: #eeeeee; } .nav .nav-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 22px; color: #999999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .nav li + .nav-header { margin-top: 9px; } .nav-list { padding-left: 15px; padding-right: 15px; margin-bottom: 0; } .nav-list > li > a, .nav-list .nav-header { margin-left: -15px; margin-right: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .nav-list > li > a { padding: 3px 15px; } .nav-list > .active > a, .nav-list > .active > a:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } .nav-list [class^="icon-"] { margin-right: 2px; } .nav-list .divider { height: 1px; margin: 10px 1px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; *width: 100%; *margin: -5px 0 5px; } .nav-tabs, .nav-pills { *zoom: 1; } .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after { display: table; content: ""; } .nav-tabs:after, .nav-pills:after { clear: both; } .nav-tabs > li, .nav-pills > li { float: left; } .nav-tabs > li > a, .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { padding-top: 8px; padding-bottom: 8px; line-height: 22px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #555555; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .nav-pills > .active > a, .nav-pills > .active > a:hover { color: #ffffff; background-color: #0088cc; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-right: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .nav-tabs.nav-stacked > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .nav-tabs.nav-stacked > li:first-child > a { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs.nav-stacked > li:last-child > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .nav-tabs.nav-stacked > li > a:hover { border-color: #ddd; z-index: 2; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { margin-top: 1px; border-width: 1px; } .nav-pills .dropdown-menu { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { border-top-color: #0088cc; border-bottom-color: #0088cc; margin-top: 6px; } .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { border-top-color: #005580; border-bottom-color: #005580; } .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { border-top-color: #333333; border-bottom-color: #333333; } .nav > .dropdown.active > a:hover { color: #000000; cursor: pointer; } .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { color: #ffffff; background-color: #999999; border-color: #999999; } .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; opacity: 1; filter: alpha(opacity=100); } .tabs-stacked .open > a:hover { border-color: #999999; } .tabbable { *zoom: 1; } .tabbable:before, .tabbable:after { display: table; content: ""; } .tabbable:after { clear: both; } .tab-content { display: table; width: 100%; } .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs { border-bottom: 0; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .tabs-below .nav-tabs { border-top: 1px solid #ddd; } .tabs-below .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } .tabs-below .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .tabs-below .nav-tabs > li > a:hover { border-bottom-color: transparent; border-top-color: #ddd; } .tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover { border-color: transparent #ddd #ddd #ddd; } .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li { float: none; } .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px; } .tabs-left .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd; } .tabs-left .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .tabs-left .nav-tabs > li > a:hover { border-color: #eeeeee #dddddd #eeeeee #eeeeee; } .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover { border-color: #ddd transparent #ddd #ddd; *border-right-color: #ffffff; } .tabs-right .nav-tabs { float: right; margin-left: 19px; border-left: 1px solid #ddd; } .tabs-right .nav-tabs > li > a { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .tabs-right .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #eeeeee #dddddd; } .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover { border-color: #ddd #ddd #ddd transparent; *border-left-color: #ffffff; } .navbar { *position: relative; *z-index: 2; overflow: visible; margin-bottom: 22px; } .navbar-inner { padding-left: 20px; padding-right: 20px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333333, #222222); background-image: -ms-linear-gradient(top, #333333, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); background-image: -webkit-linear-gradient(top, #333333, #222222); background-image: -o-linear-gradient(top, #333333, #222222); background-image: linear-gradient(top, #333333, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); } .navbar .container { width: auto; } .btn-navbar { display: none; float: right; padding: 7px 10px; margin-left: 5px; margin-right: 5px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333333, #222222); background-image: -ms-linear-gradient(top, #333333, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); background-image: -webkit-linear-gradient(top, #333333, #222222); background-image: -o-linear-gradient(top, #333333, #222222); background-image: linear-gradient(top, #333333, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); } .btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] { background-color: #222222; } .btn-navbar:active, .btn-navbar.active { background-color: #080808 \9; } .btn-navbar .icon-bar { display: block; width: 18px; height: 2px; background-color: #f5f5f5; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; } .nav-collapse.collapse { height: auto; } .navbar { color: #999999; } .navbar .brand:hover { text-decoration: none; } .navbar .brand { float: left; display: block; padding: 8px 20px 12px; margin-left: -20px; font-size: 20px; font-weight: 200; line-height: 1; color: #ffffff; } .navbar .navbar-text { margin-bottom: 0; line-height: 40px; } .navbar .btn, .navbar .btn-group { margin-top: 5px; } .navbar .btn-group .btn { margin-top: 0; } .navbar-form { margin-bottom: 0; *zoom: 1; } .navbar-form:before, .navbar-form:after { display: table; content: ""; } .navbar-form:after { clear: both; } .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 5px; } .navbar-form input, .navbar-form select { display: inline-block; margin-bottom: 0; } .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; } .navbar-form .input-append, .navbar-form .input-prepend { margin-top: 6px; white-space: nowrap; } .navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; } .navbar-search { position: relative; float: left; margin-top: 6px; margin-bottom: 0; } .navbar-search .search-query { padding: 4px 9px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1; color: #ffffff; background-color: #626262; border: 1px solid #151515; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .navbar-search .search-query:-moz-placeholder { color: #cccccc; } .navbar-search .search-query::-webkit-input-placeholder { color: #cccccc; } .navbar-search .search-query:focus, .navbar-search .search-query.focused { padding: 5px 10px; color: #333333; text-shadow: 0 1px 0 #ffffff; background-color: #fbfbfb; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; margin-bottom: 0; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding-left: 0; padding-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .navbar-fixed-top { top: 0; } .navbar-fixed-bottom { bottom: 0; } .navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; } .navbar .nav.pull-right { float: right; } .navbar .nav > li { display: block; float: left; } .navbar .nav > li > a { float: none; padding: 10px 10px 11px; line-height: 19px; color: #999999; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .navbar .nav > li > a:hover { background-color: transparent; color: #ffffff; text-decoration: none; } .navbar .nav .active > a, .navbar .nav .active > a:hover { color: #ffffff; text-decoration: none; background-color: #222222; } .navbar .divider-vertical { height: 40px; width: 1px; margin: 0 9px; overflow: hidden; background-color: #222222; border-right: 1px solid #333333; } .navbar .nav.pull-right { margin-left: 10px; margin-right: 0; } .navbar .dropdown-menu { margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .navbar .dropdown-menu:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 9px; } .navbar .dropdown-menu:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 10px; } .navbar-fixed-bottom .dropdown-menu:before { border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); border-bottom: 0; bottom: -7px; top: auto; } .navbar-fixed-bottom .dropdown-menu:after { border-top: 6px solid #ffffff; border-bottom: 0; bottom: -6px; top: auto; } .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar .nav .active .caret { opacity: 1; filter: alpha(opacity=100); } .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { background-color: transparent; } .navbar .nav .active > .dropdown-toggle:hover { color: #ffffff; } .navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right { left: auto; right: 0; } .navbar .nav.pull-right .dropdown-menu:before, .navbar .nav .dropdown-menu.pull-right:before { left: auto; right: 12px; } .navbar .nav.pull-right .dropdown-menu:after, .navbar .nav .dropdown-menu.pull-right:after { left: auto; right: 13px; } .breadcrumb { padding: 7px 14px; margin: 0 0 22px; list-style: none; background-color: #fbfbfb; background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); background-image: linear-gradient(top, #ffffff, #f5f5f5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0); border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; } .breadcrumb li { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; text-shadow: 0 1px 0 #ffffff; } .breadcrumb .divider { padding: 0 5px; color: #999999; } .breadcrumb .active a { color: #333333; } .pagination { height: 44px; margin: 22px 0; } .pagination ul { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .pagination li { display: inline; } .pagination a { float: left; padding: 0 14px; line-height: 42px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; } .pagination a:hover, .pagination .active a { background-color: #f5f5f5; } .pagination .active a { color: #999999; cursor: default; } .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; } .pagination li:first-child a { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pagination li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .pager { margin-left: 0; margin-bottom: 22px; list-style: none; text-align: center; *zoom: 1; } .pager:before, .pager:after { display: table; content: ""; } .pager:after { clear: both; } .pager li { display: inline; } .pager a { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .pager a:hover { text-decoration: none; background-color: #f5f5f5; } .pager .next a { float: right; } .pager .previous a { float: left; } .pager .disabled a, .pager .disabled a:hover { color: #999999; background-color: #fff; cursor: default; } .modal-open .dropdown-menu { z-index: 2050; } .modal-open .dropdown.open { *z-index: 2050; } .modal-open .popover { z-index: 2060; } .modal-open .tooltip { z-index: 2070; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80); } .modal { position: fixed; top: 50%; left: 50%; z-index: 1050; overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; /* IE6-7 */ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -ms-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; } .modal.fade.in { top: 50%; } .modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; } .modal-header .close { margin-top: 2px; } .modal-body { overflow-y: auto; max-height: 400px; padding: 15px; } .modal-form { margin-bottom: 0; } .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; *zoom: 1; } .modal-footer:before, .modal-footer:after { display: table; content: ""; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .tooltip { position: absolute; z-index: 1020; display: block; visibility: visible; padding: 5px; /*font-size: 1em;*/ opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -2px; } .tooltip.right { margin-left: 2px; } .tooltip.bottom { margin-top: 2px; } .tooltip.left { margin-left: -2px; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #000000; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; padding: 5px; } .popover.top { margin-top: -5px; } .popover.right { margin-left: 5px; } .popover.bottom { margin-top: 5px; } .popover.left { margin-left: -5px; } .popover.top .arrow { bottom: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000000; } .popover.right .arrow { top: 50%; left: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #000000; } .popover.bottom .arrow { top: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000000; } .popover.left .arrow { top: 50%; right: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000000; } .popover .arrow { position: absolute; width: 0; height: 0; } .popover-inner { padding: 3px; width: 280px; overflow: hidden; background: #000000; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); } .popover-title { padding: 9px 15px; line-height: 1; background-color: #f5f5f5; border-bottom: 1px solid #eee; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .popover-content { padding: 14px; background-color: #ffffff; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .popover-content p, .popover-content ul, .popover-content ol { margin-bottom: 0; } .thumbnails { margin-left: -20px; list-style: none; *zoom: 1; } .thumbnails:before, .thumbnails:after { display: table; content: ""; } .thumbnails:after { clear: both; } .thumbnails > li { float: left; margin: 0 0 22px 20px; } .thumbnail { display: block; padding: 4px; line-height: 1; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); } a.thumbnail:hover { border-color: #0088cc; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); } .thumbnail > img { display: block; max-width: 100%; margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; } .label { padding: 1px 4px 2px; font-size: 13.536px; font-weight: bold; line-height: 13px; color: #ffffff; vertical-align: middle; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .label:hover { color: #ffffff; text-decoration: none; } .label-important { background-color: #cc0028; } .label-important:hover { background-color: #99001e; } .label-warning { background-color: #f89406; } .label-warning:hover { background-color: #c67605; } .label-success { background-color: #468847; } .label-success:hover { background-color: #356635; } .label-info { background-color: #3a87ad; } .label-info:hover { background-color: #2d6987; } .label-inverse { background-color: #333333; } .label-inverse:hover { background-color: #1a1a1a; } .badge { padding: 1px 9px 2px; font-size: 14.8px; font-weight: bold; white-space: nowrap; color: #ffffff; background-color: #999999; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .badge:hover { color: #ffffff; text-decoration: none; cursor: pointer; } .badge-error { background-color: #cc0028; } .badge-error:hover { background-color: #99001e; } .badge-warning { background-color: #f89406; } .badge-warning:hover { background-color: #c67605; } .badge-success { background-color: #468847; } .badge-success:hover { background-color: #356635; } .badge-info { background-color: #3a87ad; } .badge-info:hover { background-color: #2d6987; } .badge-inverse { background-color: #333333; } .badge-inverse:hover { background-color: #1a1a1a; } @-webkit-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @-ms-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(top, #f5f5f5, #f9f9f9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress .bar { width: 0%; height: 18px; color: #ffffff; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -ms-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(top, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-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-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -ms-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .bar { background-color: #149bdf; 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: -ms-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: -o-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); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-danger .bar { background-color: #dd514c; background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(top, #ee5f5b, #c43c35); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); } .progress-danger.progress-striped .bar { background-color: #ee5f5b; 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: -ms-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: -o-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-success .bar { background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -ms-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(top, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); } .progress-success.progress-striped .bar { background-color: #62c462; 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: -ms-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: -o-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-info .bar { background-color: #4bb1cf; background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(top, #5bc0de, #339bb9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); } .progress-info.progress-striped .bar { background-color: #5bc0de; 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: -ms-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: -o-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-warning .bar { background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); } .progress-warning.progress-striped .bar { background-color: #fbb450; 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: -ms-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: -o-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); } .accordion { margin-bottom: 22px; } .accordion-group { margin-bottom: 2px; border: 1px solid #e5e5e5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; } .accordion-inner { padding: 9px 15px; border-top: 1px solid #e5e5e5; } .carousel { position: relative; margin-bottom: 22px; line-height: 1; } .carousel-inner { overflow: hidden; width: 100%; position: relative; } .carousel .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -ms-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel .item > img { display: block; line-height: 1; } .carousel .active, .carousel .next, .carousel .prev { display: block; } .carousel .active { left: 0; } .carousel .next, .carousel .prev { position: absolute; top: 0; width: 100%; } .carousel .next { left: 100%; } .carousel .prev { left: -100%; } .carousel .next.left, .carousel .prev.right { left: 0; } .carousel .active.left { left: -100%; } .carousel .active.right { left: 100%; } .carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #ffffff; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { left: auto; right: 15px; } .carousel-control:hover { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 15px 5px; background: #333333; background: rgba(0, 0, 0, 0.75); } .carousel-caption h4, .carousel-caption p { color: #ffffff; } .hero-unit { padding: 60px; margin-bottom: 30px; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .hero-unit h1 { margin-bottom: 0; font-size: 60px; line-height: 1; color: inherit; letter-spacing: -1px; } .hero-unit p { font-size: 18px; font-weight: 200; line-height: 33px; color: inherit; } .pull-right { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; }
legacy/TyrLib2/doc/com/tyrlib2/files/package-tree.html
TyrfingX/TyrLib
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Thu Mar 07 20:40:24 CET 2013 --> <title>com.tyrlib2.files Class Hierarchy</title> <meta name="date" content="2013-03-07"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.tyrlib2.files Class Hierarchy"; } //--> </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</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../com/tyrlib2/collision/package-tree.html">Prev</a></li> <li><a href="../../../com/tyrlib2/game/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/tyrlib2/files/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.tyrlib2.files</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">com.tyrlib2.files.<a href="../../../com/tyrlib2/files/FileReader.html" title="class in com.tyrlib2.files"><span class="strong">FileReader</span></a></li> <li type="circle">com.tyrlib2.files.<a href="../../../com/tyrlib2/files/FileWriter.html" title="class in com.tyrlib2.files"><span class="strong">FileWriter</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../com/tyrlib2/collision/package-tree.html">Prev</a></li> <li><a href="../../../com/tyrlib2/game/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/tyrlib2/files/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
jsdoc-templetes/ink-docstrap/themes/superhero/teams.html
linder0209/hopefuture-blog
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>DocStrap Namespace: teams</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.superhero.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top "> <div class="navbar-inner"> <a class="brand" href="index.html">DocStrap</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="teams.html">teams</a> </li> </ul> </li> <li class="dropdown"> <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="car.html">docstrap/car</a> </li> <li> <a href="person.html">docstrap/person</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="car.Car.html">Car</a> </li> <li> <a href="person.Person.html">Person</a> </li> </ul> </li> <li class="dropdown"> <a href="mixins.list.html" class="dropdown-toggle" data-toggle="dropdown">Mixins<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="insanity.html">insanity</a> </li> </ul> </li> <li class="dropdown"> <a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="person.Person.html#event:sneeze">sneeze</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="global.html#brakeBias">brakeBias</a> </li> <li> <a href="global.html#drift">drift</a> </li> <li> <a href="global.html#start">start</a> </li> <li> <a href="global.html#trailBrake">trailBrake</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <h1 class="page-title">Namespace: teams</h1> <section> <header> <h2> teams </h2> </header> <article> <div class="container-overview"> <div class="description"><p>Sed id tristique lorem. Ut sodales turpis nec mauris gravida interdum. Cras pellentesque, purus at suscipit euismod, elit nunc cursus nisi, ut venenatis metus sapien id velit. Sed lectus orci, pharetra non pulvinar vel, ullamcorper id lorem. Donec vulputate tincidunt ipsum, ut lacinia tortor sollicitudin id. Nunc nec nibh ut felis venenatis egestas. Proin risus mauris, eleifend eget interdum in, venenatis sed velit. Praesent sodales elit ut odio viverra posuere. Donec sapien lorem, molestie in egestas eget, vulputate sed orci. Aenean elit sapien, pellentesque vitae tempor sit amet, sagittis et ligula. Mauris aliquam sapien sit amet lacus ultrices rutrum. Curabitur nec dolor sed elit varius dignissim a a lacus. Aliquam ac convallis enim.</p></div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="other.js.html">other.js</a> </li></ul></dd> </dl> </div> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Copyright &copy; 2012-2103 Terry Weiss, Eery Wrists. All rights reserved. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Sun Jun 09 2013 11:52:56 GMT-0400 (EDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
libit-0.2.3/doc/html/man.bmat-get-submatrix.html
xiao00li/Undergraduate-Dissertation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >bmat_get_submatrix</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="LIBIT Documentation" HREF="index.html"><LINK REL="UP" HREF="refmanual.html"><LINK REL="PREVIOUS" TITLE="imat_get_submatrix" HREF="man.imat-get-submatrix.html"><LINK REL="NEXT" TITLE="mat_height" HREF="man.mat-height.html"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >LIBIT Documentation</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="man.imat-get-submatrix.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="man.mat-height.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><H1 ><A NAME="MAN.BMAT-GET-SUBMATRIX" ></A >bmat_get_submatrix</H1 ><DIV CLASS="REFNAMEDIV" ><A NAME="AEN3851" ></A ><H2 >Name</H2 >bmat_get_submatrix&nbsp;--&nbsp;Extract submatrix from input matrix</DIV ><DIV CLASS="REFSYNOPSISDIV" ><A NAME="AEN3854" ></A ><H2 >Synopsis</H2 ><DIV CLASS="FUNCSYNOPSIS" ><P ></P ><A NAME="AEN3855" ></A ><PRE CLASS="FUNCSYNOPSISINFO" >#include &lt;it/mat.h&gt; </PRE ><P ><CODE ><CODE CLASS="FUNCDEF" >bmat bmat_get_submatrix</CODE >( bmat m, idx_t r1, idx_t c1, idx_t r2, idx_t c2 );</CODE ></P ><P ></P ></DIV ></DIV ><H2 >DESCRIPTION</H2 ><P > The function <CODE CLASS="FUNCTION" >bmat_get_submatrix</CODE > creates a new matrix containing elements of <CODE CLASS="PARAMETER" >m</CODE > in range [<CODE CLASS="PARAMETER" >r1</CODE >,<CODE CLASS="PARAMETER" >c1</CODE >]x[<CODE CLASS="PARAMETER" >r2</CODE >,<CODE CLASS="PARAMETER" >c2</CODE >]. </P ><H2 >RETURN VALUE</H2 ><P > Desired submatrix from input matrix </P ><H2 >EXAMPLE</H2 ><PRE CLASS="PROGRAMLISTING" >&#13;#include &lt;mat.h&gt; ... See &lt;function&gt;mat_get_submatrix&lt;/function&gt;</PRE ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="man.imat-get-submatrix.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="man.mat-height.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >imat_get_submatrix</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="refmanual.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >mat_height</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
rdoc/rdoc/BingAdsApi/Ad_html.html
zben/bing-ads-api
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Ad.html - RDoc Documentation</title> <link href="../../fonts.css" rel="stylesheet"> <link href="../../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../../"; </script> <script src="../../js/jquery.js"></script> <script src="../../js/navigation.js"></script> <script src="../../js/search_index.js"></script> <script src="../../js/search.js"></script> <script src="../../js/searcher.js"></script> <script src="../../js/darkfish.js"></script> <body id="top" role="document" class="file"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../../table_of_contents.html#pages">Pages</a> <a href="../../table_of_contents.html#classes">Classes</a> <a href="../../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="project-metadata"> <div id="fileindex-section" class="nav-section"> <h3>Pages</h3> <ul class="link-list"> <li><a href="../../Gemfile.html">Gemfile</a> <li><a href="../../Gemfile_lock.html">Gemfile.lock</a> <li><a href="../../MIT-LICENSE.html">MIT-LICENSE</a> <li><a href="../../README_rdoc.html">README</a> <li><a href="../../Rakefile.html">Rakefile</a> <li><a href="../../bing-ads-api_gemspec.html">bing-ads-api.gemspec</a> <li><a href="../../lib/tasks/bing-ads-api_tasks_rake.html">bing-ads-api_tasks.rake</a> <li><a href="../../rdoc/ApplicationController_html.html">ApplicationController.html</a> <li><a href="../../rdoc/ApplicationHelper_html.html">ApplicationHelper.html</a> <li><a href="../../rdoc/BingAdsApi_html.html">BingAdsApi.html</a> <li><a href="../../rdoc/BingAdsApi/AccountInfo_html.html">AccountInfo.html</a> <li><a href="../../rdoc/BingAdsApi/AccountPerformanceReportRequest_html.html">AccountPerformanceReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/AccountThroughCampaignReportScope_html.html">AccountThroughCampaignReportScope.html</a> <li><a href="../../rdoc/BingAdsApi/Ad_html.html">Ad.html</a> <li><a href="../../rdoc/BingAdsApi/AdApiError_html.html">AdApiError.html</a> <li><a href="../../rdoc/BingAdsApi/AdApiFaultDetail_html.html">AdApiFaultDetail.html</a> <li><a href="../../rdoc/BingAdsApi/AdGroup_html.html">AdGroup.html</a> <li><a href="../../rdoc/BingAdsApi/AdLanguage_html.html">AdLanguage.html</a> <li><a href="../../rdoc/BingAdsApi/ApiException_html.html">ApiException.html</a> <li><a href="../../rdoc/BingAdsApi/ApiFaultDetail_html.html">ApiFaultDetail.html</a> <li><a href="../../rdoc/BingAdsApi/ApplicationFault_html.html">ApplicationFault.html</a> <li><a href="../../rdoc/BingAdsApi/BatchError_html.html">BatchError.html</a> <li><a href="../../rdoc/BingAdsApi/CallDetailReportRequest_html.html">CallDetailReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/Campaign_html.html">Campaign.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignManagement_html.html">CampaignManagement.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignPerformanceReportFilter_html.html">CampaignPerformanceReportFilter.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignPerformanceReportRequest_html.html">CampaignPerformanceReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignScope_html.html">CampaignScope.html</a> <li><a href="../../rdoc/BingAdsApi/ClientProxy_html.html">ClientProxy.html</a> <li><a href="../../rdoc/BingAdsApi/Config_html.html">Config.html</a> <li><a href="../../rdoc/BingAdsApi/CustomerManagement_html.html">CustomerManagement.html</a> <li><a href="../../rdoc/BingAdsApi/DataObject_html.html">DataObject.html</a> <li><a href="../../rdoc/BingAdsApi/EditorialError_html.html">EditorialError.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers_html.html">Helpers.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/ColumnHelper_html.html">ColumnHelper.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/FilterHelper_html.html">FilterHelper.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/ScopeHelper_html.html">ScopeHelper.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/TimeHelper_html.html">TimeHelper.html</a> <li><a href="../../rdoc/BingAdsApi/MobileAd_html.html">MobileAd.html</a> <li><a href="../../rdoc/BingAdsApi/OperationError_html.html">OperationError.html</a> <li><a href="../../rdoc/BingAdsApi/PartialErrors_html.html">PartialErrors.html</a> <li><a href="../../rdoc/BingAdsApi/PerformanceReportRequest_html.html">PerformanceReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/ProductAd_html.html">ProductAd.html</a> <li><a href="../../rdoc/BingAdsApi/ReportAggregation_html.html">ReportAggregation.html</a> <li><a href="../../rdoc/BingAdsApi/ReportFormat_html.html">ReportFormat.html</a> <li><a href="../../rdoc/BingAdsApi/ReportLanguage_html.html">ReportLanguage.html</a> <li><a href="../../rdoc/BingAdsApi/ReportRequest_html.html">ReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/ReportRequestStatus_html.html">ReportRequestStatus.html</a> <li><a href="../../rdoc/BingAdsApi/ReportTimePeriods_html.html">ReportTimePeriods.html</a> <li><a href="../../rdoc/BingAdsApi/Reporting_html.html">Reporting.html</a> <li><a href="../../rdoc/BingAdsApi/SOAPHasheable_html.html">SOAPHasheable.html</a> <li><a href="../../rdoc/BingAdsApi/Service_html.html">Service.html</a> <li><a href="../../rdoc/BingAdsApi/TextAd_html.html">TextAd.html</a> <li><a href="../../rdoc/BingAdsApi/TimeZone_html.html">TimeZone.html</a> <li><a href="../../rdoc/BingAdsApiTest_html.html">BingAdsApiTest.html</a> <li><a href="../../rdoc/CampaignManagementTest_html.html">CampaignManagementTest.html</a> <li><a href="../../rdoc/CustomerManagementTest_html.html">CustomerManagementTest.html</a> <li><a href="../../rdoc/DataObjectTest_html.html">DataObjectTest.html</a> <li><a href="../../rdoc/Dummy_html.html">Dummy.html</a> <li><a href="../../rdoc/Dummy/Application_html.html">Application.html</a> <li><a href="../../rdoc/Gemfile_html.html">Gemfile.html</a> <li><a href="../../rdoc/Gemfile_lock_html.html">Gemfile_lock.html</a> <li><a href="../../rdoc/MIT-LICENSE_html.html">MIT-LICENSE.html</a> <li><a href="../../rdoc/Object_html.html">Object.html</a> <li><a href="../../rdoc/README_rdoc_html.html">README_rdoc.html</a> <li><a href="../../rdoc/Rakefile_html.html">Rakefile.html</a> <li><a href="../../rdoc/ReportRequestTest_html.html">ReportRequestTest.html</a> <li><a href="../../rdoc/ReportingTest_html.html">ReportingTest.html</a> <li><a href="../../rdoc/bing-ads-api_gemspec_html.html">bing-ads-api_gemspec.html</a> <li><a href="../../rdoc/index_html.html">index.html</a> <li><a href="../../rdoc/js/darkfish_js.html">darkfish.js</a> <li><a href="../../rdoc/js/jquery_js.html">jquery.js</a> <li><a href="../../rdoc/js/navigation_js.html">navigation.js</a> <li><a href="../../rdoc/js/search_js.html">search.js</a> <li><a href="../../rdoc/js/search_index_js.html">search_index.js</a> <li><a href="../../rdoc/js/searcher_js.html">searcher.js</a> <li><a href="../../rdoc/lib/tasks/bing-ads-api_tasks_rake_html.html">bing-ads-api_tasks_rake.html</a> <li><a href="../../rdoc/rdoc_css.html">rdoc.css</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AccountInfo_html_html.html">AccountInfo_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AccountPerformanceReportRequest_html_html.html">AccountPerformanceReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AccountThroughCampaignReportScope_html_html.html">AccountThroughCampaignReportScope_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdApiError_html_html.html">AdApiError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdApiFaultDetail_html_html.html">AdApiFaultDetail_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdGroup_html_html.html">AdGroup_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdLanguage_html_html.html">AdLanguage_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Ad_html_html.html">Ad_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ApiException_html_html.html">ApiException_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ApiFaultDetail_html_html.html">ApiFaultDetail_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ApplicationFault_html_html.html">ApplicationFault_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/BatchError_html_html.html">BatchError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignManagement_html_html.html">CampaignManagement_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignPerformanceReportFilter_html_html.html">CampaignPerformanceReportFilter_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignPerformanceReportRequest_html_html.html">CampaignPerformanceReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignScope_html_html.html">CampaignScope_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Campaign_html_html.html">Campaign_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ClientProxy_html_html.html">ClientProxy_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Config_html_html.html">Config_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CustomerManagement_html_html.html">CustomerManagement_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/DataObject_html_html.html">DataObject_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/EditorialError_html_html.html">EditorialError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/ColumnHelper_html_html.html">ColumnHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/FilterHelper_html_html.html">FilterHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/ScopeHelper_html_html.html">ScopeHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/TimeHelper_html_html.html">TimeHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers_html_html.html">Helpers_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/MobileAd_html_html.html">MobileAd_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/OperationError_html_html.html">OperationError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/PartialErrors_html_html.html">PartialErrors_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/PerformanceReportRequest_html_html.html">PerformanceReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ProductAd_html_html.html">ProductAd_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportAggregation_html_html.html">ReportAggregation_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportFormat_html_html.html">ReportFormat_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportLanguage_html_html.html">ReportLanguage_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportRequestStatus_html_html.html">ReportRequestStatus_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportRequest_html_html.html">ReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportTimePeriods_html_html.html">ReportTimePeriods_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Reporting_html_html.html">Reporting_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/SOAPHasheable_html_html.html">SOAPHasheable_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Service_html_html.html">Service_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/TextAd_html_html.html">TextAd_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/TimeZone_html_html.html">TimeZone_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi_html_html.html">BingAdsApi_html.html</a> <li><a href="../../rdoc/rdoc/README_rdoc_html_html.html">README_rdoc_html.html</a> <li><a href="../../rdoc/rdoc/created_rid_html.html">created_rid.html</a> <li><a href="../../rdoc/rdoc/index_html_html.html">index_html.html</a> <li><a href="../../rdoc/rdoc/js/darkfish_js_html.html">darkfish_js.html</a> <li><a href="../../rdoc/rdoc/js/jquery_js_html.html">jquery_js.html</a> <li><a href="../../rdoc/rdoc/js/navigation_js_html.html">navigation_js.html</a> <li><a href="../../rdoc/rdoc/js/search_index_js_html.html">search_index_js.html</a> <li><a href="../../rdoc/rdoc/js/search_js_html.html">search_js.html</a> <li><a href="../../rdoc/rdoc/js/searcher_js_html.html">searcher_js.html</a> <li><a href="../../rdoc/rdoc/rdoc_css_html.html">rdoc_css.html</a> <li><a href="../../rdoc/rdoc/table_of_contents_html_html.html">table_of_contents_html.html</a> <li><a href="../../rdoc/table_of_contents_html.html">table_of_contents.html</a> <li><a href="../../rdoc/test/dummy/README_rdoc_html.html">README_rdoc.html</a> <li><a href="../../rdoc/test/dummy/Rakefile_html.html">Rakefile.html</a> <li><a href="../../rdoc/test/dummy/app/assets/javascripts/application_js_html.html">application_js.html</a> <li><a href="../../rdoc/test/dummy/app/assets/stylesheets/application_css_html.html">application_css.html</a> <li><a href="../../rdoc/test/dummy/config_ru_html.html">config_ru.html</a> <li><a href="../../rdoc/test/dummy/public/404_html_html.html">404_html.html</a> <li><a href="../../rdoc/test/dummy/public/422_html_html.html">422_html.html</a> <li><a href="../../rdoc/test/dummy/public/500_html_html.html">500_html.html</a> <li><a href="../../rdoc/test/dummy/public/favicon_ico_html.html">favicon_ico.html</a> <li><a href="../../test/dummy/README_rdoc.html">README</a> <li><a href="../../test/dummy/Rakefile.html">Rakefile</a> <li><a href="../../test/dummy/app/assets/javascripts/application_js.html">application.js</a> <li><a href="../../test/dummy/app/assets/stylesheets/application_css.html">application.css</a> <li><a href="../../test/dummy/config_ru.html">config.ru</a> <li><a href="../../test/dummy/public/404_html.html">404.html</a> <li><a href="../../test/dummy/public/422_html.html">422.html</a> <li><a href="../../test/dummy/public/500_html.html">500.html</a> <li><a href="../../test/dummy/public/favicon_ico.html">favicon.ico</a> </ul> </div> </div> </nav> <main role="main" aria-label="Page rdoc/BingAdsApi/Ad.html"> <p>&lt;!DOCTYPE html&gt;</p> <p>&lt;html&gt; &lt;head&gt; &lt;meta content=“text/html; charset=UTF-8” http-equiv=“Content-Type”&gt;</p> <p>&lt;title&gt;class <a href="../../BingAdsApi/Ad.html">BingAdsApi::Ad</a> - RDoc Documentation&lt;/title&gt;</p> <p>&lt;link type=“text/css” media=“screen” href=“../rdoc.css” rel=“stylesheet”&gt;</p> <p>&lt;script type=“text/javascript”&gt;</p> <pre>var rdoc_rel_prefix = &quot;../&quot;;</pre> <p>&lt;/script&gt;</p> <p>&lt;script type=“text/javascript” charset=“utf-8” src=“../js/jquery.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/navigation.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/search_index.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/search.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/searcher.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/darkfish.js”&gt;&lt;/script&gt;</p> <p>&lt;body id=“top” class=“class”&gt; &lt;nav id=“metadata”&gt;</p> <pre>&lt;nav id=&quot;home-section&quot; class=&quot;section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt; &lt;a href=&quot;../index.html&quot;&gt;Home&lt;/a&gt; &lt;a href=&quot;../table_of_contents.html#classes&quot;&gt;Classes&lt;/a&gt; &lt;a href=&quot;../table_of_contents.html#methods&quot;&gt;Methods&lt;/a&gt; &lt;/h3&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;nav id=&quot;search-section&quot; class=&quot;section project-section&quot; class=&quot;initially-hidden&quot;&gt; &lt;form action=&quot;#&quot; method=&quot;get&quot; accept-charset=&quot;utf-8&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt; &lt;input type=&quot;text&quot; name=&quot;search&quot; placeholder=&quot;Search&quot; id=&quot;search-field&quot; title=&quot;Type to search, Up and Down to navigate, Enter to load&quot;&gt; &lt;/h3&gt; &lt;/form&gt; &lt;ul id=&quot;search-results&quot; class=&quot;initially-hidden&quot;&gt;&lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;div id=&quot;file-metadata&quot;&gt; &lt;nav id=&quot;file-list-section&quot; class=&quot;section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Defined In&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;lib/bing-ads-api/data/ad.rb &lt;li&gt;test/campaign_management_test.rb &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;/div&gt; &lt;div id=&quot;class-metadata&quot;&gt; &lt;nav id=&quot;parent-class-section&quot; class=&quot;section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Parent&lt;/h3&gt; &lt;p class=&quot;link&quot;&gt;&lt;a href=&quot;DataObject.html&quot;&gt;BingAdsApi::DataObject&lt;/a&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;!-- Included Modules --&gt;</pre> <p>&lt;nav id=“includes-section” class=“section”&gt;</p> <pre>&lt;h3 class=&quot;section-header&quot;&gt;Included Modules&lt;/h3&gt; &lt;ul class=&quot;link-list&quot;&gt; &lt;li&gt;&lt;span class=&quot;include&quot;&gt;BingAdsApi::AdEditorialStatus&lt;/span&gt; &lt;li&gt;&lt;span class=&quot;include&quot;&gt;BingAdsApi::AdStatus&lt;/span&gt; &lt;li&gt;&lt;span class=&quot;include&quot;&gt;BingAdsApi::AdType&lt;/span&gt; &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;/div&gt; &lt;div id=&quot;project-metadata&quot;&gt; &lt;nav id=&quot;fileindex-section&quot; class=&quot;section project-section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Pages&lt;/h3&gt; &lt;ul&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../Gemfile.html&quot;&gt;Gemfile&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../Gemfile_lock.html&quot;&gt;Gemfile.lock&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../MIT-LICENSE.html&quot;&gt;MIT-LICENSE&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../README_rdoc.html&quot;&gt;README&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../Rakefile.html&quot;&gt;Rakefile&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../bing-ads-api_gemspec.html&quot;&gt;bing-ads-api.gemspec&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../lib/tasks/bing-ads-api_tasks_rake.html&quot;&gt;bing-ads-api_tasks.rake&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi_html.html&quot;&gt;BingAdsApi.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AccountInfo_html.html&quot;&gt;AccountInfo.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AccountPerformanceReportRequest_html.html&quot;&gt;AccountPerformanceReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AccountThroughCampaignReportScope_html.html&quot;&gt;AccountThroughCampaignReportScope.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Ad_html.html&quot;&gt;Ad.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdApiError_html.html&quot;&gt;AdApiError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdApiFaultDetail_html.html&quot;&gt;AdApiFaultDetail.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdGroup_html.html&quot;&gt;AdGroup.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdLanguage_html.html&quot;&gt;AdLanguage.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ApiException_html.html&quot;&gt;ApiException.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ApiFaultDetail_html.html&quot;&gt;ApiFaultDetail.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ApplicationFault_html.html&quot;&gt;ApplicationFault.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/BatchError_html.html&quot;&gt;BatchError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Campaign_html.html&quot;&gt;Campaign.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignManagement_html.html&quot;&gt;CampaignManagement.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignPerformanceReportFilter_html.html&quot;&gt;CampaignPerformanceReportFilter.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignPerformanceReportRequest_html.html&quot;&gt;CampaignPerformanceReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignScope_html.html&quot;&gt;CampaignScope.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ClientProxy_html.html&quot;&gt;ClientProxy.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Config_html.html&quot;&gt;Config.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CustomerManagement_html.html&quot;&gt;CustomerManagement.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/DataObject_html.html&quot;&gt;DataObject.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/EditorialError_html.html&quot;&gt;EditorialError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers_html.html&quot;&gt;Helpers.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/ColumnHelper_html.html&quot;&gt;ColumnHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/FilterHelper_html.html&quot;&gt;FilterHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/ScopeHelper_html.html&quot;&gt;ScopeHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/TimeHelper_html.html&quot;&gt;TimeHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/MobileAd_html.html&quot;&gt;MobileAd.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/OperationError_html.html&quot;&gt;OperationError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/PartialErrors_html.html&quot;&gt;PartialErrors.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/PerformanceReportRequest_html.html&quot;&gt;PerformanceReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ProductAd_html.html&quot;&gt;ProductAd.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportAggregation_html.html&quot;&gt;ReportAggregation.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportFormat_html.html&quot;&gt;ReportFormat.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportLanguage_html.html&quot;&gt;ReportLanguage.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportRequest_html.html&quot;&gt;ReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportRequestStatus_html.html&quot;&gt;ReportRequestStatus.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportTimePeriods_html.html&quot;&gt;ReportTimePeriods.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Reporting_html.html&quot;&gt;Reporting.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/SOAPHasheable_html.html&quot;&gt;SOAPHasheable.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Service_html.html&quot;&gt;Service.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/TextAd_html.html&quot;&gt;TextAd.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/TimeZone_html.html&quot;&gt;TimeZone.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/README_rdoc_html.html&quot;&gt;README_rdoc.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/created_rid.html&quot;&gt;created.rid&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/index_html.html&quot;&gt;index.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/darkfish_js.html&quot;&gt;darkfish.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/jquery_js.html&quot;&gt;jquery.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/navigation_js.html&quot;&gt;navigation.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/search_js.html&quot;&gt;search.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/search_index_js.html&quot;&gt;search_index.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/searcher_js.html&quot;&gt;searcher.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/rdoc_css.html&quot;&gt;rdoc.css&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/table_of_contents_html.html&quot;&gt;table_of_contents.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/README_rdoc.html&quot;&gt;README&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/Rakefile.html&quot;&gt;Rakefile&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/app/assets/javascripts/application_js.html&quot;&gt;application.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/app/assets/stylesheets/application_css.html&quot;&gt;application.css&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/config_ru.html&quot;&gt;config.ru&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/404_html.html&quot;&gt;404.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/422_html.html&quot;&gt;422.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/500_html.html&quot;&gt;500.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/favicon_ico.html&quot;&gt;favicon.ico&lt;/a&gt; &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre> &lt;nav id=&quot;classindex-section&quot; class=&quot;section project-section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Class and Module Index&lt;/h3&gt; &lt;ul class=&quot;link-list&quot;&gt; &lt;li&gt;&lt;a href=&quot;../ApplicationController.html&quot;&gt;ApplicationController&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../ApplicationHelper.html&quot;&gt;ApplicationHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi.html&quot;&gt;BingAdsApi&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AccountInfo.html&quot;&gt;BingAdsApi::AccountInfo&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AccountPerformanceReportRequest.html&quot;&gt;BingAdsApi::AccountPerformanceReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Ad.html&quot;&gt;BingAdsApi::Ad&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdApiError.html&quot;&gt;BingAdsApi::AdApiError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdApiFaultDetail.html&quot;&gt;BingAdsApi::AdApiFaultDetail&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdGroup.html&quot;&gt;BingAdsApi::AdGroup&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdLanguage.html&quot;&gt;BingAdsApi::AdLanguage&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ApiException.html&quot;&gt;BingAdsApi::ApiException&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ApiFaultDetail.html&quot;&gt;BingAdsApi::ApiFaultDetail&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ApplicationFault.html&quot;&gt;BingAdsApi::ApplicationFault&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/BatchError.html&quot;&gt;BingAdsApi::BatchError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CallDetailReportRequest.html&quot;&gt;BingAdsApi::CallDetailReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Campaign.html&quot;&gt;BingAdsApi::Campaign&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CampaignManagement.html&quot;&gt;BingAdsApi::CampaignManagement&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CampaignPerformanceReportRequest.html&quot;&gt;BingAdsApi::CampaignPerformanceReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ClientProxy.html&quot;&gt;BingAdsApi::ClientProxy&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Config.html&quot;&gt;BingAdsApi::Config&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CustomerManagement.html&quot;&gt;BingAdsApi::CustomerManagement&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/DataObject.html&quot;&gt;BingAdsApi::DataObject&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/EditorialError.html&quot;&gt;BingAdsApi::EditorialError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers.html&quot;&gt;BingAdsApi::Helpers&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/ColumnHelper.html&quot;&gt;BingAdsApi::Helpers::ColumnHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/FilterHelper.html&quot;&gt;BingAdsApi::Helpers::FilterHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/ScopeHelper.html&quot;&gt;BingAdsApi::Helpers::ScopeHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/TimeHelper.html&quot;&gt;BingAdsApi::Helpers::TimeHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/MobileAd.html&quot;&gt;BingAdsApi::MobileAd&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/OperationError.html&quot;&gt;BingAdsApi::OperationError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/PartialErrors.html&quot;&gt;BingAdsApi::PartialErrors&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/PerformanceReportRequest.html&quot;&gt;BingAdsApi::PerformanceReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ProductAd.html&quot;&gt;BingAdsApi::ProductAd&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportAggregation.html&quot;&gt;BingAdsApi::ReportAggregation&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportFormat.html&quot;&gt;BingAdsApi::ReportFormat&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportLanguage.html&quot;&gt;BingAdsApi::ReportLanguage&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportRequest.html&quot;&gt;BingAdsApi::ReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportRequestStatus.html&quot;&gt;BingAdsApi::ReportRequestStatus&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportTimePeriods.html&quot;&gt;BingAdsApi::ReportTimePeriods&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Reporting.html&quot;&gt;BingAdsApi::Reporting&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/SOAPHasheable.html&quot;&gt;BingAdsApi::SOAPHasheable&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Service.html&quot;&gt;BingAdsApi::Service&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/TextAd.html&quot;&gt;BingAdsApi::TextAd&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/TimeZone.html&quot;&gt;BingAdsApi::TimeZone&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApiTest.html&quot;&gt;BingAdsApiTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../CampaignManagementTest.html&quot;&gt;CampaignManagementTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../CustomerManagementTest.html&quot;&gt;CustomerManagementTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../DataObjectTest.html&quot;&gt;DataObjectTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../Dummy.html&quot;&gt;Dummy&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../Dummy/Application.html&quot;&gt;Dummy::Application&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../Object.html&quot;&gt;Object&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../ReportRequestTest.html&quot;&gt;ReportRequestTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../ReportingTest.html&quot;&gt;ReportingTest&lt;/a&gt; &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;/div&gt;</pre> <p>&lt;/nav&gt;</p> <p>&lt;div id=“documentation”&gt;</p> <pre class="ruby"><span class="ruby-operator">&lt;</span><span class="ruby-identifier">h1</span> <span class="ruby-identifier">class</span>=<span class="ruby-string">&quot;class&quot;</span><span class="ruby-operator">&gt;</span><span class="ruby-keyword">class</span> <span class="ruby-constant">BingAdsApi</span><span class="ruby-operator">::</span><span class="ruby-constant">Ad</span><span class="ruby-operator">&lt;</span><span class="ruby-regexp">/h1&gt; &lt;div id=&quot;description&quot; class=&quot;description&quot;&gt; </span></pre> <p>&lt;p&gt;Public : Defines the base object of an ad. Do not instantiate this object. Instead you can instantiate the &lt;a href=“TextAd.html”&gt;BingAdsApi::TextAd&lt;/a&gt;, &lt;a href=“MobileAd.html”&gt;BingAdsApi::MobileAd&lt;/a&gt;, or &lt;a href=“ProductAd.html”&gt;BingAdsApi::ProductAd&lt;/a&gt; object that derives from this object.&lt;/p&gt;</p> <p>&lt;p&gt;Reference: &lt;a href=“<a href="http://msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx">msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx</a></p">msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx”>msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx</a></p</a>&gt; &lt;dl class=“rdoc-list note-list”&gt;&lt;dt&gt;Author &lt;dd&gt; &lt;p&gt;jlopezn@neonline.cl&lt;/p&gt; &lt;/dd&gt;&lt;/dl&gt;</p> <pre>&lt;/div&gt;&lt;!-- description --&gt; &lt;section id=&quot;5Buntitled-5D&quot; class=&quot;documentation-section&quot;&gt; &lt;!-- Attributes --&gt; &lt;section id=&quot;attribute-method-details&quot; class=&quot;method-section section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Attributes&lt;/h3&gt; &lt;div id=&quot;attribute-i-device_preference&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;device_preference&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-editorial_status&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;editorial_status&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-id&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-status&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;status&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-type&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/section&gt;&lt;!-- attribute-method-details --&gt; &lt;!-- Methods --&gt; &lt;/section&gt;&lt;!-- 5Buntitled-5D --&gt;</pre> <p>&lt;/div&gt;&lt;!– documentation –&gt;</p> <p>&lt;footer id=“validator-badges”&gt;</p> <pre>&lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check/referer&quot;&gt;[Validate]&lt;/a&gt; &lt;p&gt;Generated by &lt;a href=&quot;https://github.com/rdoc/rdoc&quot;&gt;RDoc&lt;/a&gt; 4.0.0. &lt;p&gt;Generated with the &lt;a href=&quot;http://deveiate.org/projects/Darkfish-Rdoc/&quot;&gt;Darkfish Rdoc Generator&lt;/a&gt; 3.</pre> <p>&lt;/footer&gt;</p> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
demo/src/app/components/toast/demos/custom-header/toast-custom-header.html
fbasso/ng-bootstrap
<ngb-toast *ngIf="show" [autohide]="false" (hidden)="show=false"> <ng-template ngbToastHeader> <div class="me-auto"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"> <path d="M16.896 10l-4.896-8-4.896 8-7.104-4 3 11v5h18v-5l3-11-7.104 4zm-11.896 10v-2h14v2h-14zm14.2-4h-14.4l-1.612-5.909 4.615 2.598 4.197-6.857 4.197 6.857 4.615-2.598-1.612 5.909z" /> </svg> <strong class="mx-1">Fancy</strong>header here </div> </ng-template> Hello, I am toast. Have you noticed my header has been generated from a Template? </ngb-toast>
docs/docsets/Mia.docset/Contents/Resources/Documents/Classes/KeyPathTarget/Item.html
multinerd/Mia
<!DOCTYPE html> <html lang="en"> <head> <title>Item Class Reference</title> <link rel="stylesheet" type="text/css" href="../../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../../css/highlight.css" /> <meta charset="utf-8"> <script src="../../js/jquery.min.js" defer></script> <script src="../../js/jazzy.js" defer></script> <script src="../../js/lunr.min.js" defer></script> <script src="../../js/typeahead.jquery.js" defer></script> <script src="../../js/jazzy.search.js" defer></script> </head> <body> <a name="//apple_ref/swift/Class/Item" class="dashAnchor"></a> <a title="Item Class Reference"></a> <header class="header"> <p class="header-col header-col--primary"> <a class="header-link" href="../../index.html"> Mia Docs </a> (23% documented) </p> <p class="header-col--secondary"> <form role="search" action="../../search.json"> <input type="text" placeholder="Search documentation" data-typeahead> </form> </p> <p class="header-col header-col--secondary"> <a class="header-link" href="https://github.com/multinerd/Mia"> <img class="header-icon" src="../../img/gh.png"/> View on GitHub </a> </p> <p class="header-col header-col--secondary"> <a class="header-link" href="dash-feed://https%3A%2F%2Fmultinerd%2Egithub%2Eio%2FMia%2Fdocsets%2Frealm%2Exml"> <img class="header-icon" src="../../img/dash.png"/> Install in Dash </a> </p> </header> <p class="breadcrumbs"> <a class="breadcrumb" href="../../index.html">Mia Reference</a> <img class="carat" src="../../img/carat.png" /> Item Class Reference </p> <div class="content-wrapper"> <nav class="navigation"> <ul class="nav-groups"> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/AppStore_5FApps_5FVersion.html">AppStore_Apps_Version</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/BarButtonItemTarget.html">BarButtonItemTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/BlurredBackgroundView.html">BlurredBackgroundView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ButtonTarget.html">ButtonTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CodableKit.html">CodableKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CodableKit/Configurations.html">– Configurations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollapsibleTableSectionViewController.html">CollapsibleTableSectionViewController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollapsibleTableViewHeader.html">CollapsibleTableViewHeader</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollapsibleTableViewHeaderHelper.html">CollapsibleTableViewHeaderHelper</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollectionStackViewController.html">CollectionStackViewController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollectionViewStackCell.html">CollectionViewStackCell</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollectionViewStackFlowLayout.html">CollectionViewStackFlowLayout</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ColorHash.html">ColorHash</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ContactImageView.html">ContactImageView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ContactImageView/Display.html">– Display</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ContactImageView/Shape.html">– Shape</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Container.html">Container</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ControlTarget.html">ControlTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CountedColor.html">CountedColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/DatePickerTarget.html">DatePickerTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GestureTarget.html">GestureTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GradientLoadingBar.html">GradientLoadingBar</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GradientLoadingBar/DefaultValues.html">– DefaultValues</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GradientView.html">GradientView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/HTMLtoPDF.html">HTMLtoPDF</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/HTMLtoPDFPrintPageRenderer.html">HTMLtoPDFPrintPageRenderer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/HighlightableButton.html">HighlightableButton</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/IBGradientView.html">IBGradientView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/KeyPathTarget.html">KeyPathTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/KeyPathTarget/Item.html">– Item</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Lazy.html">Lazy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes.html#/c:@M@Mia@objc(cs)MiaDummy">MiaDummy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ModalController.html">ModalController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ModalNavigationController.html">ModalNavigationController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ModalNavigationController/Configurations.html">– Configurations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/NavigationStack.html">NavigationStack</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/NotificationTarget.html">NotificationTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/PFSceenshot.html">PFSceenshot</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Reachability.html">Reachability</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Reachability/Connection.html">– Connection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/RevealingSplashView.html">RevealingSplashView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SANotificationView.html">SANotificationView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SearchBarTarget.html">SearchBarTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SearchFooter.html">SearchFooter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SliderTarget.html">SliderTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/TextFieldTarget.html">TextFieldTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/TextViewTarget.html">TextViewTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ThemeKit.html">ThemeKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/TimerTarget.html">TimerTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/UpdateKitWBObjC.html">UpdateKitWBObjC</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/WebView.html">WebView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/WebViewModal.html">WebViewModal</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/WebViewModal/Theme.html">– Theme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/XibView.html">XibView</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Global Variables.html">Global Variables</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Global Variables.html#/s:3Mia23__internalActivityCountSivp">__internalActivityCount</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Global Variables.html#/s:3Mia11internalKeySSvp">internalKey</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Enums.html">Enumerations</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DeviceModel.html">DeviceModel</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DeviceType.html">DeviceType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DismissType.html">DismissType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/LastRunType.html">LastRunType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/LogLevel.html">LogLevel</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/MiaError.html">MiaError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/PageSize.html">PageSize</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ReachabilityError.html">ReachabilityError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/Regex.html">Regex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ScreenFamily.html">ScreenFamily</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ScreenScale.html">ScreenScale</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ScreenSize.html">ScreenSize</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/SelectedType.html">SelectedType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/SplashAnimation.html">SplashAnimation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/UIColorSpace.html">UIColorSpace</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/UpdateType.html">UpdateType</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Extensions.html">Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Array.html">Array</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Character.html">Character</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date.html">Date</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/Component.html">– Component</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/Comparators.html">– Comparators</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/WeekDay.html">– WeekDay</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/For.html">– For</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/TimeOfDay.html">– TimeOfDay</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/DateComponents.html">DateComponents</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/DateFormatter.html">DateFormatter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/DateFormatter/Presets.html">– Presets</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Decodable.html">Decodable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Double.html">Double</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Encodable.html">Encodable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Float.html">Float</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Int.html">Int</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Int64.html">Int64</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONDecoder.html">JSONDecoder</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONDecoder/DateDecodingStrategy.html">– DateDecodingStrategy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONEncoder.html">JSONEncoder</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONEncoder/DateEncodingStrategy.html">– DateEncodingStrategy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/NSManagedObject.html">NSManagedObject</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/NSNumber.html">NSNumber</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Notification.html">Notification</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Notification/Name.html">– Name</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/NumberFormatter.html">NumberFormatter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Optional.html">Optional</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/String.html">String</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Timer.html">Timer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIBarButtonItem.html">UIBarButtonItem</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UICollectionView.html">UICollectionView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UICollectionViewCell.html">UICollectionViewCell</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIColor.html">UIColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIColor/ContrastDisplayContext.html">– ContrastDisplayContext</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIFont.html">UIFont</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIImage.html">UIImage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIImageView.html">UIImageView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UISearchController.html">UISearchController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UISegmentedControl.html">UISegmentedControl</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UITableView.html">UITableView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UITableViewCell.html">UITableViewCell</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIView.html">UIView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIViewController.html">UIViewController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UnicodeScalar.html">UnicodeScalar</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Functions.html">Functions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia14UIColorFromRGBSo0B0CSSF">UIColorFromRGB(_:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia8callbackySo21SCNetworkReachabilityC12reachability_SC0cD5FlagsV5flagsSvSg4infotF">callback(reachability:flags:info:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia4clipxx_xxts10ComparableRzlF">clip(_:_:_:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia20getTopMostControllerSo06UIViewE0CSgyF">getTopMostController()</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia19hideNetworkActivityyyycSgF">hideNetworkActivity(_:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia20localThreadSingletonxSS3key_xyc6createtRlzClF">localThreadSingleton(key:create:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia6modulo12CoreGraphics7CGFloatVAE_AE1mtF">modulo(_:m:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia12openSettingsyyF">openSettings()</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia11randomColorSo7UIColorCSS4seed_tF">randomColor(seed:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia12roundDecimal12CoreGraphics7CGFloatVAE_AE9precisiontF">roundDecimal(_:precision:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia19showNetworkActivityyyF">showNetworkActivity()</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia7vibrateyyF">vibrate()</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/CollapsibleTableSectionDelegate.html">CollapsibleTableSectionDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/CollapsibleTableViewHeaderDelegate.html">CollapsibleTableViewHeaderDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/CollectionStackViewControllerDelegate.html">CollectionStackViewControllerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/EnumCollection.html">EnumCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/FontRepresentable.html">FontRepresentable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/HTMLtoPDFDelegate.html">HTMLtoPDFDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/OnAware.html">OnAware</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols.html#/s:3Mia14OptionalStringP">OptionalString</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/PFScreenshotCompatible.html">PFScreenshotCompatible</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/StoryboardConvertible.html">StoryboardConvertible</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols.html#/s:3Mia5ThemeP">Theme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ThemeUser.html">ThemeUser</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/Then.html">Then</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/URLStringConvertible.html">URLStringConvertible</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ViewControllerInitializer.html">ViewControllerInitializer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/WebViewDelegate.html">WebViewDelegate</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Structs.html">Structures</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Application.html">Application</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Application/BundleInfo.html">– BundleInfo</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/BundleK.html">BundleK</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/CollapsibleTableViewModel.html">CollapsibleTableViewModel</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device.html">Device</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Accessories.html">– Accessories</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Carrier.html">– Carrier</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Disk.html">– Disk</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device.html#/s:3Mia6DeviceV8FirmwareV">– Firmware</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Processors.html">– Processors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Screen.html">– Screen</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Sensors.html">– Sensors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Settings.html">– Settings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Battery.html">– Battery</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Network.html">– Network</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device.html#/s:3Mia6DeviceV7ScreensV">– Screens</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Durations.html">Durations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/FontKit.html">FontKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/FontKit/Configuration.html">– Configuration</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/FontKit/Font.html">– Font</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/HSL.html">HSL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Icon.html">Icon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Icon/WebView.html">– WebView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Mia.html">Mia</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/NetworkKit.html">NetworkKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/NetworkKit.html#/s:3Mia10NetworkKitV0B9IndicatorV">– NetworkIndicator</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/NetworkKit.html#/s:3Mia10NetworkKitV9AlamofireV">– Alamofire</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood.html">Rosewood</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Configuration.html">– Configuration</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Benchmark.html">– Benchmark</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Framework.html">– Framework</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Log.html">– Log</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/PrettyPrint.html">– PrettyPrint</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/RosewoodFormatter.html">RosewoodFormatter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/RosewoodFormatter/Component.html">– Component</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKit.html">UpdateKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKit/Configurations.html">– Configurations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKitWB.html">UpdateKitWB</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKitWB/Configurations.html">– Configurations</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Typealiases.html">Type Aliases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia6Actiona">Action</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia9AnyActiona">AnyAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia10BoolActiona">BoolAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia10CheckBlocka">CheckBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia10DateActiona">DateAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia11FloatActiona">FloatAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia14GradientColorsa">GradientColors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia18HSBAComponentsTypea">HSBAComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia17HSLComponentsTypea">HSLComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia14HTMLtoPDFBlocka">HTMLtoPDFBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia9JSONArraya">JSONArray</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia14JSONDictionarya">JSONDictionary</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia17LABComponentsTypea">LABComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia20NetworkActivityBlocka">NetworkActivityBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia18NotificationActiona">NotificationAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia18RGBAComponentsTypea">RGBAComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia29RevealingSplashViewCompletiona">RevealingSplashViewCompletion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia28RevealingSplashViewExecutiona">RevealingSplashViewExecution</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia12StringActiona">StringAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia17XYZComponentsTypea">XYZComponentsType</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section class="section"> <div class="section-content"> <h1>Item</h1> <div class="declaration"> <div class="language"> <pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">Item</span></code></pre> </div> </div> <p><small>[undocumented]</small></p> </div> </section> <section class="section"> <div class="section-content"> <div class="task-group"> <ul class="item-container"> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemC6objectSo8NSObjectCvp"></a> <a name="//apple_ref/swift/Property/object" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemC6objectSo8NSObjectCvp">object</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">let</span> <span class="nv">object</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemC03keyC0SSvp"></a> <a name="//apple_ref/swift/Property/keyPath" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemC03keyC0SSvp">keyPath</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">let</span> <span class="nv">keyPath</span><span class="p">:</span> <span class="kt">String</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemC6actionyypcvp"></a> <a name="//apple_ref/swift/Property/action" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemC6actionyypcvp">action</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">let</span> <span class="nv">action</span><span class="p">:</span> <span class="kt"><a href="../../Typealiases.html#/s:3Mia9AnyActiona">AnyAction</a></span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemCAESo8NSObjectC6object_SS03keyC0yypc6actiontcfc"></a> <a name="//apple_ref/swift/Method/init(object:keyPath:action:)" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemCAESo8NSObjectC6object_SS03keyC0yypc6actiontcfc">init(object:keyPath:action:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="nf">init</span><span class="p">(</span><span class="nv">object</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="nv">keyPath</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">action</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../../Typealiases.html#/s:3Mia9AnyActiona">AnyAction</a></span><span class="p">)</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L34-L39">Show on GitHub</a> </div> </section> </div> </li> </ul> </div> </div> </section> </article> </div> <section class="footer"> <p>Made with &#9829; by Multinerd</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </body> </div> </html>
public/tags/termianl/page/1/index.html
xeBuz/blog
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/blog/tags/termianl/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/blog/tags/termianl/" /></head></html>
css/main.css
abbystarnes/2017-portfolio
.wrapper { padding: 0 5%; margin: 0 auto; position: relative; } .header-content .fa { font-size: 1.5em; vertical-align: baseline; } body { transition: offsetTop 2s ease; } .scroll-btn { background-color: rgba(0, 0, 0, 0); border: none; } .scroll-btn:hover, .scroll-btn:focus, .scroll-btn:active { background-color: rgba(0, 0, 0, 0); border: none; outline: none; } .scroll-btn i { transition: all .125s ease; } .scroll-btn i:hover, .scroll-btn i:focus, .scroll-btn i:active { transition: all .125s ease; color: rgba(255, 255, 255, 0.5); } #email { border: none; box-shadow: none; background: none; padding-left: 0; } #email i { font-size: 1.5em; vertical-align: middle; margin-left: .25em; transition: all .125s ease; } #email i:hover, #email i:active, #email i:focus { transition: all .125s ease; color: rgba(0, 0, 0, 0.6); } .fa-arrow-down { color: white; font-size: 1.5em; position: absolute; bottom: 1em; left: calc(50% - 22.297px); cursor: pointer; } .animated { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } @-webkit-keyframes bounce { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transform: translateY(0); } 50% { -webkit-transform: translateY(-5px); } } @keyframes bounce { 0%, 20%, 40%, 60%, 80%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; } header { padding-bottom: 2em; background-image: linear-gradient(rgba(0, 0, 145, 0.4), rgba(24, 130, 145, 0.8)); background-size: cover; background-position: center; background-repeat: no-repeat; display: block; } header .h1-container { text-align: center; display: block; } header .tagline { margin-top: -2em; } header a { color: #fff; transition: all .125s ease; font-size: 1.35em; } header a:hover, header a:active, header a:focus { transition: all .125s ease; color: rgba(255, 255, 255, 0.5); } header .h1-link { font-size: 1em; } header h1 { transition: all .125s ease; font-size: 4em; color: #fff; font-weight: 400; font-family: 'Lobster', cursive; } header h1:hover, header h1:active, header h1:focus { transition: all .125s ease; color: #C1DEE2; } .hidden { margin-left: -9999px; visibility: hidden; } body { font-size: 100%; font-family: 'Open Sans Condensed', sans-serif; } h1, h2, h3, p, a { color: #0D1111; } a { text-decoration: none; cursor: pointer; transition: all .125s ease; } a:hover, a:active, a:focus { cursor: pointer; transition: all .125s ease; color: rgba(0, 0, 0, 0.6); } h1 { font-size: 6.314em; text-align: center; color: #0D1111; } .header-content { height: 50%; margin-top: 20%; } .header-content a { color: #fff; } h2 { font-size: 2.369em; display: block; vertical-align: center; text-align: middle; } nav { float: right; display: flex; flex-direction: row; right: 0; } nav li { padding-left: 1.5em; padding-top: 1em; } h3 { font-size: 1.777em; } p { font-size: 1em; line-height: 1.5; } .logo { height: 2.369em; float: left; clear: left; vertical-align: center; line-height: 2.369em; text-align: middle; } li { list-style-type: none; } .wrapper-main { display: flex; flex-direction: row; position: relative; flex-wrap: wrap; margin: 0 auto; } .work { flex: 100%; width: 100%; height: 100%; text-align: center; -webkit-box-shadow: 1px 11px 15px -11px rgba(0, 0, 0, 0.13); -moz-box-shadow: 1px 11px 15px -11px rgba(0, 0, 0, 0.13); box-shadow: 1px 11px 15px -11px rgba(0, 0, 0, 0.13); } .work a { padding-top: 3em; padding-bottom: 3em; height: 100%; width: 100%; display: block; } .work h2 { margin-top: 0; margin-bottom: 0; } .work:first-child { background-image: url("../img/project-bg/mandala.png"); background-size: 105%; background-repeat: no-repeat; background-position: center; position: relative; } .work:first-child:after { content: 'Mandala'; } .work:first-child:hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/mandala.png"); background-size: 125%; } .work:nth-child(2) { background-image: url("../img/project-bg/budgie.png"); background-size: 105%; background-repeat: no-repeat; background-position: center; position: relative; } .work:nth-child(2):after { content: 'Budgie'; } .work:nth-child(2):hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/budgie.png"); background-size: 125%; } .work:nth-child(3) { background-image: url("../img/project-bg/shelter.png"); background-size: 150%; background-repeat: no-repeat; background-position: center; } .work:nth-child(3):after { content: 'Shelter'; } .work:nth-child(3):hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/shelter.png"); background-size: 175%; } .work:nth-child(4) { background-image: url("../img/project-bg/image_api.png"); background-size: 115%; background-repeat: no-repeat; background-position: center; } .work:nth-child(4):after { content: 'SVG Generating API'; } .work:nth-child(4):hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/image_api.png"); background-size: 135%; } .work:nth-child(5) { background-image: url("../img/project-bg/reddit.png"); background-size: 135%; background-repeat: no-repeat; background-position: center; } .work:nth-child(5):after { content: 'Reddit Clone'; } .work:nth-child(5):hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/reddit.png"); background-size: 155%; } .work:nth-child(6) { background-image: url("../img/project-bg/frogger.png"); background-size: 105%; background-repeat: no-repeat; background-position: center; } .work:nth-child(6):after { content: 'Frogger'; } .work:nth-child(6):hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/frogger.png"); background-size: 125%; } .work:nth-child(7) { background-image: url("../img/project-bg/bar_chart.png"); background-size: 100%; background-repeat: no-repeat; background-position: center bottom; } .work:nth-child(7):after { content: 'Bar Chart'; } .work:nth-child(7):hover { background-image: linear-gradient(rgba(24, 130, 145, 0.8), rgba(24, 130, 145, 0.8)), url("../img/project-bg/bar_chart.png"); background-size: 125%; } .wrapper-main > .work { transition: all .25s ease-in-out; position: relative; overflow: hidden; } .wrapper-main > .work:after { pointer-events: none; transition: all .25s ease-in-out; font-size: 2em; color: #fff; position: absolute; top: 40%; overflow: hidden; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; display: none; opacity: 0; } .wrapper-main > .work:hover { transition: all .25s ease-in-out; } .wrapper-main > .work:hover:after { pointer-events: none; transition: all .25s ease-in-out; display: block; opacity: 1; } .about__pic { width: 200px; } .tagline { text-align: center; margin: 0 auto; margin-top: -1.5em; color: #fff; display: block; } .links { display: none; flex-direction: row; position: relative; flex-wrap: wrap; margin: 0 auto; margin-top: 3em; width: 100%; max-width: 600px; padding-left: 0; justify-content: space-around; text-align: center; } .header-index .links { display: flex; } .subtitle { margin-top: -2em; } .links li { flex: 50%; width: 50%; padding-top: 1.5em; } .links li a { font-size: 1.25em; } .links a:before { padding-right: .5em; } .project { margin-bottom: 4em; } .projectList { padding-left: 0; display: flex; flex-direction: row; flex-wrap: wrap; } .projectList li { flex: 100%; line-height: 1.5; } .logo { margin-right: 1em; } .screencast { max-width: 100%; } .contactInfo { padding-left: 0; } .contactInfo li { line-height: 1.5; } .wireframe { max-width: 100%; } .wireframe img { display: block; max-width: 100%; } .screenshots { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .screenshots .screenshot { flex: 1; width: 100%; margin-bottom: 3em; } .screenshots .screenshot img { -webkit-box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 9px 3px rgba(0, 0, 0, 0.15); display: block; margin: 0 auto; } .screenshots .screenshot-files img { margin: 0; } .tech-list { display: flex; flex-direction: row; margin-left: 0; padding-left: 0; justify-content: space-around; flex-wrap: wrap; } .tech-list li { position: relative; } .tech-list li p { position: absolute; display: block; opacity: 0; margin: 0 auto; background-color: white; margin-top: 0; width: 100%; padding: .125em; transition: all .5s ease; text-align: center; } .tech-list li img:hover, .tech-list li img:active, .tech-list li img:focus { cursor: pointer; } .tech-list li img:hover + p, .tech-list li img:active + p, .tech-list li img:focus + p { transition: all .5s ease; opacity: 1; text-align: center; background-color: white; z-index: 2; padding: .125em; } .tech { position: relative; margin-left: .5em; margin-right: .5em; margin-bottom: 1em; flex: 1; height: 3em; vertical-align: middle; } .tech-express { height: 2em; padding-top: .25em; } .text { margin-bottom: 2em; } .caption { padding-left: 2em; padding-right: 2em; } .code-link { line-height: 1.5em; margin-bottom: .5em; display: block; max-width: 100px; } .screenshots .screenshot-svg { box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0); } .screenshots .screenshot-svg img { box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0); } .screenshots .screenshot-svg .caption { text-align: center; } .link-caption { margin-top: 0; } .numbered-list { margin-top: .5em; list-style: disc; list-style-position: inside; } .numbered-list li { list-style-type: decimal; max-width: 600px; } .list-title { margin-bottom: 0; } .h1-link { text-decoration: none; } @media only screen and (min-width: 600px) { .wrapper.wrapper-max-width { max-width: 600px; } .header-index { padding-bottom: 4em; } .links li { flex: 25%; width: 25%; padding-top: 1.5em; } .work { flex: 50%; height: 22vh; } } @media only screen and (min-width: 823px) { .header-index { height: 100vh; padding: 0; } .header-index h1 { display: inline; font-size: 6.314em; } .header-index .tagline { font-size: 1.777em; margin-top: 0; } .main-index { margin-bottom: 0; } .main-index .work { height: 50vh; padding: 0; } .work { flex: 33.33%; width: 33.33%; } p { max-width: 600px; } } .wrapper, .wrapper-main { max-width: 2000px; margin: 0 auto; } a { color: #3A9DAB; } a:hover { color: #188291; }
generators/app/templates/pc/pageName/pageName.css
umu-team/generator-umu
.<%= pageNameClsForm %>{}
tag/小宮/json/index.html
sunnyKiwi/JustCopy
{ "posts": [ { "url": "/comic/c_chat/2018/01/01/C_ChatM.1514768412.A.E5A.html", "title": "Just Because 完結心得", "image": "https://i.imgur.com/vOEQa58.jpg?fb", "push": "21", "boo": "0", "date": "2018-01-01 09:00:07 +0800", "boardName": "希洽", "boardLink": "/category/c-chat" } ] }
lib/api_browser/app/views/type/details.html
tony-spataro-rs/praxis
<div class="row" ng-if="type"> <div class="col-lg-12"> <h2>Schema</h2> <p ng-if="type.identifier"><b>Media-type identifier: {{ type.identifier }}</b></p> <div ng-if="type.description" ng-bind-html="type.description | markdown"></div> <attribute-table attributes="type.attributes"></attribute-table> </div> </div> <div class="row" ng-if="views.length"> <div class="col-lg-12"> <h3>Available views</h3> <tabset> <tab ng-repeat="view in views" heading="{{view.name}}"> <div class="row"> <div class="col-md-4"> <h4>Attributes</h4> <ul> <li ng-repeat="(name,value) in view.attributes">{{name}} <span class="label label-default" ng-if="value.view">rendered with {{value.view}} view</span></li> </ul> </div> <div class="col-md-8"> <h4>Example</h4> <pre>{{view.example | friendlyJson}}</pre> </div> </div> </tab> </tabset> </div> </div>
app/view/common/debug.html
VanGiang/phalcon1
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>サイト名</title> <link rel="stylesheet" href="/css/normalize.css" type="text/css" media="all"> <link rel="stylesheet" href="/css/debug.css" type="text/css" media="all"> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body> <h2>Debug</h2> <?php $isFirstLog = true; ?> <?php foreach($logs as $log): ?> <?php if($log['class']=='url'): ?> <?php if ($isFirstLog) : ?> <?php $isFirstLog = false; ?> <?php else: ?> </tbody></table> <?php endif; ?> <h2 class="debug-url"><?php echo $log['msg']; ?></h2> <pre class="debug-url-params"><?php var_dump($log['params']); ?></pre> <table class="debug-logs"><tbody> <tr> <th>time</th> <th>memory</th> <th>max</th> <th>info</th> </tr> <?php else: ?> <tr class="<?php echo $log['class']; ?>"> <td class="time"><?php echo round($log['time'], 5); ?></td> <td class="memory"> <?php echo $log['memory']; ?><br /> <?php echo round($log['memory'] / 1024 / 1024, 3); ?>MB </td> <td class="memory"> <?php echo $log['max_memory']; ?><br /> <?php echo round($log['max_memory'] / 1024 / 1024, 3); ?>MB </td> <td> <p class="info"><?php echo $log['file']; ?>:<?php echo $log['line']; ?></p> <p class="log"><?php echo $log['msg']; ?></p> <?php if($log['params']): ?> <pre class="log"><?php var_dump($log['params']); ?></pre> <?php endif; ?> </td> </tr> <?php endif; ?> <?php endforeach; ?> </tbody></table> <?php Session::start(); ?> <?php if(!empty($_SESSION)): ?> <h3 id="sys-debug-session">Session &gt;&gt;</h3> <pre style="display: none;"><?php var_dump($_SESSION); ?></pre> <?php endif; ?> <?php if(!empty($_COOKIE)): ?> <h3 id="sys-debug-cookie">Cookie &gt;&gt;</h3> <pre style="display: none;"><?php var_dump($_COOKIE); ?></pre> <?php endif; ?> <script> // 親のiframeの高さを自動拡張 function debugIFrameSetting(){ var pageHight = $(document).height() + 10; $('#sys-debug-iframe', parent.document).css({height:(pageHight)}); } $(function(){ debugIFrameSetting(); $('#sys-debug-session, #sys-debug-cookie').on('click', function(){ $(this).next().toggle(); debugIFrameSetting(); }); }); </script> </body> </html>
app/createEvent.html
hinofafa/teamform-seed
<!DOCTYPE html> <html lang="en" ng-app="teamform-member-app"> <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="keywords" content="teamform, team"> <!-- The meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>teamform - create event page</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.3.8/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.3.8/css/skins/_all-skins.min.css"> <!-- iCheck --> <link rel="stylesheet" href="plugins/iCheck/flat/blue.css"> <!-- Morris chart --> <link rel="stylesheet" href="plugins/morris/morris.css"> <!-- jvectormap --> <link rel="stylesheet" href="plugins/jvectormap/jquery-jvectormap-1.2.2.css"> <!-- Date Picker --> <link rel="stylesheet" href="plugins/datepicker/datepicker3.css"> <!-- Daterange picker --> <link rel="stylesheet" href="plugins/daterangepicker/daterangepicker.css"> <!-- bootstrap wysihtml5 - text editor --> <link rel="stylesheet" href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> <link rel="stylesheet" href="css/index.css"> </head> <body ng-controller="createEventCtrl"> <div class="page-header"> <label ng-if="!page">Create Event</label> <label ng-if="page">Create Team</label> </div> <!-- <pre>Event: {{event|json}}</pre> --> <!-- <pre>Test: {{obj}}</pre> --> <form novalidate class="sys-form" name="ceForm" ng-submit="submit()"> <div class="form-group has-feedback has-feedback-right"> <label>Event Name</label> <input type="text" class="form-control" placeholder="eventID" name="eventID" ng-model="eventID" ngMaxlength="32" required ng-disabled="page"> <small class="text-muted"> Maximum length of event name is 32 characters. </small> <i class="form-control-feedback glyphicon glyphicon-ok correct" ng-show="(ceForm.$submitted||ceForm.eventID.$touched)&&(ceForm.eventID.$valid)"></i> <i class="form-control-feedback glyphicon glyphicon-remove error" ng-show="(ceForm.$submitted||ceForm.eventID.$touched)&&(ceForm.eventID.$invalid)"></i> <div ng-show="ceForm.$submitted||ceForm.eventID.$touched" style="color:red;"> <span ng-show="ceForm.eventID.$error.required">Please type the event name. <br></span> <span ng-show="ceForm.eventID.$error.maxlength">Event name must be shorter than 32 characters. <br></span> </div> </div> <div class="form-group has-feedback has-feedback-right"> <label>Minimum Team Size</label> <input type="number" class="form-control" ng-model="minTeam" name="minTeam" min="0" max="{{maxTeam}}" ng-disabled="page"> <i class="form-control-feedback glyphicon glyphicon-ok correct" ng-show="(ceForm.$submitted||ceForm.minTeam.$touched)&&(ceForm.minTeam.$valid)"></i> <i class="form-control-feedback glyphicon glyphicon-remove error" ng-show="(ceForm.$submitted||ceForm.minTeam.$touched)&&(ceForm.minTeam.$invalid)"></i> <div ng-show="ceForm.$submitted||ceForm.minTeam.$touched" style="color:red;"> <span ng-show="ceForm.minTeam.$error.min">Please enter minimum teamsize larger than 0.<br></span> <span ng-show="ceForm.minTeam.$error.max">Please enter minimum teamsize smaller than {{maxTeam}}.<br></span> </div> </div> <div class="form-group has-feedback has-feedback-right"> <label>Maximum Team Size</label> <input type="number" class="form-control" ng-model="maxTeam" name="maxTeam" min="{{minTeam}}" ng-change="fullTeam()" ng-disabled="page"> <i class="form-control-feedback glyphicon glyphicon-ok correct" ng-show="(ceForm.$submitted||ceForm.maxTeam.$touched)&&(ceForm.maxTeam.$valid)"></i> <i class="form-control-feedback glyphicon glyphicon-remove error" ng-show="(ceForm.$submitted||ceForm.maxTeam.$touched)&&(ceForm.maxTeam.$invalid)"></i> <div ng-show="ceForm.$submitted||ceForm.maxTeam.$touched" style="color:red;"> <span ng-show="ceForm.maxTeam.$error.min">Please enter maximum teamsize larger than {{minTeam}}.<br></span> <span ng-show="ceForm.maxTeam.$error.max">Please enter maximum teamsize smaller than {{}}.<br></span> </div> </div> <div class="form-group" ng-if="page"> <div> <label>Create Teams</label> <!-- <button class="glyphicon glyphicon-plus-sign" type="button" ng-click="addTeam()"></button> <button class="glyphicon glyphicon-minus-sign" type="button" ng-click="newTeam.pop();"></button> --> </div> <div class="panel-body" ng-repeat="t in newTeam track by $index"> <input type="text" class="form-control" placeholder="Type the teamname." name="team{{$index}}" ng-model="newTeam[$index]" required ng-disabled="maxTeam==oldTeam.length"> <div ng-show="ceForm.$submitted||ceForm.team{{$index}}.$touched" style="color:red;"> <span ng-show="ceForm.team{{$index}}.$error.required">Please type team names before submitting the form. <br></span> </div> </div> </div> <button class="btn btn-primary" type="button" ng-click="">Back</button> <button class="btn btn-primary" type="submit" ng-disabled="ceForm.$invalid">Submit</button> </form> <!-- JavaScript of this page --> <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.7/angular.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.7/angular-route.min.js"></script> <!-- Firebase (v3.0.3) and AngularFire (v2.0.0) (after angular library is loaded) --> <script src="https://www.gstatic.com/firebasejs/3.0.3/firebase.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/angularFire/2.0.0/angularfire.min.js"></script> <script src="https://apis.google.com/js/platform.js" async defer></script> <script src="js/createEv.js"></script> <script src="js/site.js"></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <!-- Morris.js charts --> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="plugins/morris/morris.min.js"></script> <!-- Sparkline --> <script src="plugins/sparkline/jquery.sparkline.min.js"></script> <!-- jvectormap --> <script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script> <script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script> <!-- jQuery Knob Chart --> <script src="plugins/knob/jquery.knob.js"></script> <!-- daterangepicker --> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"></script> <script src="plugins/daterangepicker/daterangepicker.js"></script> <!-- datepicker --> <script src="plugins/datepicker/bootstrap-datepicker.js"></script> <!-- Bootstrap WYSIHTML5 --> <script src="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script> <!-- Slimscroll --> <script src="plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="plugins/fastclick/fastclick.js"></script> </body> </html>
_includes/post.html
wmin0807/wmin0807.github.io
<div class="page-header"> <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h1> </div> <article> <div class="col-sm-10"> <span class="post-date"> {% assign d = page.date | date: "%d" | plus:'0' %} {{ page.date | date: "%B" }} {% case d %} {% when 1 or 21 or 31 %}{{ d }}st, {% when 2 or 22 %}{{ d }}nd, {% when 3 or 23 %}{{ d }}rd, {% else %}{{ d }}th, {% endcase %} {{ page.date | date: "%Y" }} </span> <div class="article_body"> {{ content }} </div> {% unless page.categories == empty %} <ul class="tag_box list-unstyled list-inline"> <li><i class="fa fa-folder-open"></i></li> {% assign categories_list = page.categories %} {% if categories_list.first[0] == null %} {% for category in categories_list %} <li><a href="{{ site.BASE_PATH }}/{{ site.categories_path }}#{{ category }}-ref"> {{ category | join: "/" }} <span>({{ site.categories[category].size }})</span> {% unless forloop.last %},{% endunless %} </a></li> {% endfor %} {% else %} {% for category in categories_list %} <li><a href="{{ site.BASE_PATH }}/{{ site.categories_path }}#{{ category[0] }}-ref"> {{ category[0] | join: "/" }} <span>/{{ category[1].size }})</span> </a></li> {% endfor %} {% endif %} </ul> {% endunless %} {% unless page.tags == empty %} <ul class="list-inline"> <li><i class="fa fa-tags"></i></li> {% assign tags_list = page.tags %} {% if tags_list.first[0] == null %} {% for tag in tags_list %} <li> <a href="{{ site.BASE_PATH }}/{{ site.tags_path }}#{{ tag }}-ref"> {{ tag }} <span>({{ site.tags[tag].size }})</span> {% unless forloop.last %},{% endunless %} </a> </li> {% endfor %} {% else %} {% for tag in tags_list %} <li> <a href="{{ site.BASE_PATH }}/{{ site.tags_path }}#{{ tag[0] }}-ref"> {{ tag[0] }} <span>({{ tag[1].size }})</span> {% unless forloop.last %},{% endunless %} </a> </li> {% endfor %} {% endif %} {% assign tags_list = nil %} </ul> {% endunless %} <hr> <div> <section class="share col-sm-6"> <h4 class="section-title">Share Post</h4> <a class="btn btn-default btn-sm twitter" href="http://twitter.com/share?text={{page.title | encode}}{% if site.author.twitter%}&via={{site.author.twitter}}{% endif %}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <i class="fa fa-twitter fa-lg"></i> Twitter </a> <a class="btn btn-default btn-sm facebook" href="https://www.facebook.com/sharer/sharer.php" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> <i class="fa fa-facebook fa-lg"></i> Facebook </a> <a class="btn btn-default btn-sm gplus" onclick="window.open('https://plus.google.com/share?url='+window.location.href, 'google-plus-share', 'width=490,height=530');return false;"> <i class="fa fa-google-plus fa-lg"></i> Google+ </a> </section> <!--<section class="col-sm-6 author"> <img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}" class="img-rounded author-image" /> <h4 class="section-title author-name">{{site.author.name}}</h4> <p class="author-bio">{{site.author.bio}}</p> </section>--> </div> <div class="clearfix"></div> <ul class="pager"> {% if page.previous %} <li class="previous"><a href="{{ site.BASE_PATH }}{{ page.previous.url }}" title="{{ page.previous.title }}">&larr; Previous</a></li> {% else %} <li class="previous disabled"><a>&larr; Previous</a></li> {% endif %} {% if page.next %} <li class="next"><a href="{{ site.BASE_PATH }}{{ page.next.url }}" title="{{ page.next.title }}">Next &rarr;</a></li> {% else %} <li class="next disabled"><a>Next &rarr;</a> {% endif %} </ul> <hr> </div> <div class="col-sm-2 sidebar-2"> </div> </article> <div class="clearfix"></div>
Code Samples/ro.me/tech/demos/8/index.html
caraya/webgl-kitchen
<!DOCTYPE HTML> <html lang="en"> <head> <title></title> <meta charset="utf-8"> <style type="text/css"> body { color: #808080; font-family:Monospace; font-size:13px; text-align:center; background-color: #101020; margin: 0px; overflow: hidden; } #info { position: absolute; top: 0px; width: 100%; padding: 5px; } a { color: #0080ff; } </style> </head> <body> <div id="container"></div> <script type="text/javascript" src="ThreeWebGL.js"></script> <script type="text/javascript" src="ThreeExtras.js"></script> <script type="text/javascript" src="../shared/RequestAnimationFrame.js"></script> <script type="text/javascript" src="../shared/Stats.js"></script> <div id="main-code"> <script id="simplex" type="x-shader"> precision highp float; /* * 2D, 3D and 4D Perlin noise, classic and simplex, in a GLSL fragment shader. * * Classic noise is implemented by the functions: * float noise(vec2 P) * float noise(vec3 P) * float noise(vec4 P) * * Simplex noise is implemented by the functions: * float snoise(vec2 P) * float snoise(vec3 P) * float snoise(vec4 P) * * Author: Stefan Gustavson ITN-LiTH (stegu@itn.liu.se) 2004-12-05 * Simplex indexing functions by Bill Licea-Kane, ATI * * You may use, modify and redistribute this code free of charge, * provided that the author's names and this notice appear intact. */ /* * The value of classic 4D noise goes above 1.0 and below -1.0 at some * points. Not much and only very sparsely, but it happens. This is a * bug from the original software implementation, so I left it untouched. */ /* * "permTexture" is a 256x256 texture that is used for both the permutations * and the 2D and 3D gradient lookup. For details, see the main C program. * "gradTexture" is a 256x256 texture with 4D gradients, similar to * "permTexture" but with the permutation index in the alpha component * replaced by the w component of the 4D gradient. * 2D classic noise uses only permTexture. * 2D simplex noise uses only permTexture. * 3D classic noise uses only permTexture. * 3D simplex noise uses only permTexture. * 4D classic noise uses permTexture and gradTexture. * 4D simplex noise uses permTexture and gradTexture. */ uniform sampler2D permTexture; uniform sampler2D gradTexture; uniform float time; // Used for texture animation /* * Both 2D and 3D texture coordinates are defined, for testing purposes. */ varying vec3 vTextureCoord; /* * To create offsets of one texel and one half texel in the * texture lookup, we need to know the texture image size. */ #define ONE 0.00390625 #define ONEHALF 0.001953125 // The numbers above are 1/256 and 0.5/256, change accordingly // if you change the code to use another perm/grad texture size. /* * The 5th degree smooth interpolation function for Perlin "improved noise". */ float fade(const in float t) { return t*t*t*(t*(t*6.0-15.0)+10.0); // Improved fade, yields C2-continuous noise } /* * Efficient simplex indexing functions by Bill Licea-Kane, ATI. Thanks! * (This was originally implemented as a texture lookup. Nice to avoid that.) */ void simplex( const in vec3 P, out vec3 offset1, out vec3 offset2 ) { vec3 offset0; vec2 isX = step( P.yz, P.xx ); // P.x >= P.y ? 1.0 : 0.0; P.x >= P.z ? 1.0 : 0.0; offset0.x = dot( isX, vec2( 1.0 ) ); // Accumulate all P.x >= other channels in offset.x offset0.yz = 1.0 - isX; // Accumulate all P.x < other channels in offset.yz float isY = step( P.z, P.y ); // P.y >= P.z ? 1.0 : 0.0; offset0.y += isY; // Accumulate P.y >= P.z in offset.y offset0.z += 1.0 - isY; // Accumulate P.y < P.z in offset.z // offset0 now contains the unique values 0,1,2 in each channel // 2 for the channel greater than other channels // 1 for the channel that is less than one but greater than another // 0 for the channel less than other channels // Equality ties are broken in favor of first x, then y // (z always loses ties) offset2 = clamp( offset0, 0.0, 1.0 ); // offset2 contains 1 in each channel that was 1 or 2 offset1 = clamp( --offset0, 0.0, 1.0 ); // offset1 contains 1 in the single channel that was 1 } void simplex( const in vec4 P, out vec4 offset1, out vec4 offset2, out vec4 offset3 ) { vec4 offset0; vec3 isX = step( P.yzw, P.xxx ); // See comments in 3D simplex function offset0.x = dot( isX, vec3( 1.0 ) ); offset0.yzw = 1.0 - isX; vec2 isY = step( P.zw, P.yy ); offset0.y += dot( isY, vec2( 1.0 ) ); offset0.zw += 1.0 - isY; float isZ = step( P.w, P.z ); offset0.z += isZ; offset0.w += 1.0 - isZ; // offset0 now contains the unique values 0,1,2,3 in each channel offset3 = clamp( offset0, 0.0, 1.0 ); offset2 = clamp( --offset0, 0.0, 1.0 ); offset1 = clamp( --offset0, 0.0, 1.0 ); } /* * 2D classic Perlin noise. Fast, but less useful than 3D noise. */ float noise(const in vec2 P) { vec2 Pi = ONE*floor(P)+ONEHALF; // Integer part, scaled and offset for texture lookup vec2 Pf = fract(P); // Fractional part for interpolation // Noise contribution from lower left corner vec2 grad00 = texture2D(permTexture, Pi).rg * 4.0 - 1.0; float n00 = dot(grad00, Pf); // Noise contribution from lower right corner vec2 grad10 = texture2D(permTexture, Pi + vec2(ONE, 0.0)).rg * 4.0 - 1.0; float n10 = dot(grad10, Pf - vec2(1.0, 0.0)); // Noise contribution from upper left corner vec2 grad01 = texture2D(permTexture, Pi + vec2(0.0, ONE)).rg * 4.0 - 1.0; float n01 = dot(grad01, Pf - vec2(0.0, 1.0)); // Noise contribution from upper right corner vec2 grad11 = texture2D(permTexture, Pi + vec2(ONE, ONE)).rg * 4.0 - 1.0; float n11 = dot(grad11, Pf - vec2(1.0, 1.0)); // Blend contributions along x vec2 n_x = mix(vec2(n00, n01), vec2(n10, n11), fade(Pf.x)); // Blend contributions along y float n_xy = mix(n_x.x, n_x.y, fade(Pf.y)); // We're done, return the final noise value. return n_xy; } /* * 3D classic noise. Slower, but a lot more useful than 2D noise. */ float noise(const in vec3 P) { vec3 Pi = ONE*floor(P)+ONEHALF; // Integer part, scaled so +1 moves one texel // and offset 1/2 texel to sample texel centers vec3 Pf = fract(P); // Fractional part for interpolation // Noise contributions from (x=0, y=0), z=0 and z=1 float perm00 = texture2D(permTexture, Pi.xy).a ; vec3 grad000 = texture2D(permTexture, vec2(perm00, Pi.z)).rgb * 4.0 - 1.0; float n000 = dot(grad000, Pf); vec3 grad001 = texture2D(permTexture, vec2(perm00, Pi.z + ONE)).rgb * 4.0 - 1.0; float n001 = dot(grad001, Pf - vec3(0.0, 0.0, 1.0)); // Noise contributions from (x=0, y=1), z=0 and z=1 float perm01 = texture2D(permTexture, Pi.xy + vec2(0.0, ONE)).a ; vec3 grad010 = texture2D(permTexture, vec2(perm01, Pi.z)).rgb * 4.0 - 1.0; float n010 = dot(grad010, Pf - vec3(0.0, 1.0, 0.0)); vec3 grad011 = texture2D(permTexture, vec2(perm01, Pi.z + ONE)).rgb * 4.0 - 1.0; float n011 = dot(grad011, Pf - vec3(0.0, 1.0, 1.0)); // Noise contributions from (x=1, y=0), z=0 and z=1 float perm10 = texture2D(permTexture, Pi.xy + vec2(ONE, 0.0)).a ; vec3 grad100 = texture2D(permTexture, vec2(perm10, Pi.z)).rgb * 4.0 - 1.0; float n100 = dot(grad100, Pf - vec3(1.0, 0.0, 0.0)); vec3 grad101 = texture2D(permTexture, vec2(perm10, Pi.z + ONE)).rgb * 4.0 - 1.0; float n101 = dot(grad101, Pf - vec3(1.0, 0.0, 1.0)); // Noise contributions from (x=1, y=1), z=0 and z=1 float perm11 = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a ; vec3 grad110 = texture2D(permTexture, vec2(perm11, Pi.z)).rgb * 4.0 - 1.0; float n110 = dot(grad110, Pf - vec3(1.0, 1.0, 0.0)); vec3 grad111 = texture2D(permTexture, vec2(perm11, Pi.z + ONE)).rgb * 4.0 - 1.0; float n111 = dot(grad111, Pf - vec3(1.0, 1.0, 1.0)); // Blend contributions along x vec4 n_x = mix(vec4(n000, n001, n010, n011), vec4(n100, n101, n110, n111), fade(Pf.x)); // Blend contributions along y vec2 n_xy = mix(n_x.xy, n_x.zw, fade(Pf.y)); // Blend contributions along z float n_xyz = mix(n_xy.x, n_xy.y, fade(Pf.z)); // We're done, return the final noise value. return n_xyz; } /* * 4D classic noise. Slow, but very useful. 4D simplex noise is a lot faster. * * This function performs 8 texture lookups and 16 dependent texture lookups, * 16 dot products, 4 mix operations and a lot of additions and multiplications. * Needless to say, it's not super fast. But it's not dead slow either. */ float noise(const in vec4 P) { vec4 Pi = ONE*floor(P)+ONEHALF; // Integer part, scaled so +1 moves one texel // and offset 1/2 texel to sample texel centers vec4 Pf = fract(P); // Fractional part for interpolation // "n0000" is the noise contribution from (x=0, y=0, z=0, w=0), and so on float perm00xy = texture2D(permTexture, Pi.xy).a ; float perm00zw = texture2D(permTexture, Pi.zw).a ; vec4 grad0000 = texture2D(gradTexture, vec2(perm00xy, perm00zw)).rgba * 4.0 -1.0; float n0000 = dot(grad0000, Pf); float perm01zw = texture2D(permTexture, Pi.zw + vec2(0.0, ONE)).a ; vec4 grad0001 = texture2D(gradTexture, vec2(perm00xy, perm01zw)).rgba * 4.0 - 1.0; float n0001 = dot(grad0001, Pf - vec4(0.0, 0.0, 0.0, 1.0)); float perm10zw = texture2D(permTexture, Pi.zw + vec2(ONE, 0.0)).a ; vec4 grad0010 = texture2D(gradTexture, vec2(perm00xy, perm10zw)).rgba * 4.0 - 1.0; float n0010 = dot(grad0010, Pf - vec4(0.0, 0.0, 1.0, 0.0)); float perm11zw = texture2D(permTexture, Pi.zw + vec2(ONE, ONE)).a ; vec4 grad0011 = texture2D(gradTexture, vec2(perm00xy, perm11zw)).rgba * 4.0 - 1.0; float n0011 = dot(grad0011, Pf - vec4(0.0, 0.0, 1.0, 1.0)); float perm01xy = texture2D(permTexture, Pi.xy + vec2(0.0, ONE)).a ; vec4 grad0100 = texture2D(gradTexture, vec2(perm01xy, perm00zw)).rgba * 4.0 - 1.0; float n0100 = dot(grad0100, Pf - vec4(0.0, 1.0, 0.0, 0.0)); vec4 grad0101 = texture2D(gradTexture, vec2(perm01xy, perm01zw)).rgba * 4.0 - 1.0; float n0101 = dot(grad0101, Pf - vec4(0.0, 1.0, 0.0, 1.0)); vec4 grad0110 = texture2D(gradTexture, vec2(perm01xy, perm10zw)).rgba * 4.0 - 1.0; float n0110 = dot(grad0110, Pf - vec4(0.0, 1.0, 1.0, 0.0)); vec4 grad0111 = texture2D(gradTexture, vec2(perm01xy, perm11zw)).rgba * 4.0 - 1.0; float n0111 = dot(grad0111, Pf - vec4(0.0, 1.0, 1.0, 1.0)); float perm10xy = texture2D(permTexture, Pi.xy + vec2(ONE, 0.0)).a ; vec4 grad1000 = texture2D(gradTexture, vec2(perm10xy, perm00zw)).rgba * 4.0 - 1.0; float n1000 = dot(grad1000, Pf - vec4(1.0, 0.0, 0.0, 0.0)); vec4 grad1001 = texture2D(gradTexture, vec2(perm10xy, perm01zw)).rgba * 4.0 - 1.0; float n1001 = dot(grad1001, Pf - vec4(1.0, 0.0, 0.0, 1.0)); vec4 grad1010 = texture2D(gradTexture, vec2(perm10xy, perm10zw)).rgba * 4.0 - 1.0; float n1010 = dot(grad1010, Pf - vec4(1.0, 0.0, 1.0, 0.0)); vec4 grad1011 = texture2D(gradTexture, vec2(perm10xy, perm11zw)).rgba * 4.0 - 1.0; float n1011 = dot(grad1011, Pf - vec4(1.0, 0.0, 1.0, 1.0)); float perm11xy = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a ; vec4 grad1100 = texture2D(gradTexture, vec2(perm11xy, perm00zw)).rgba * 4.0 - 1.0; float n1100 = dot(grad1100, Pf - vec4(1.0, 1.0, 0.0, 0.0)); vec4 grad1101 = texture2D(gradTexture, vec2(perm11xy, perm01zw)).rgba * 4.0 - 1.0; float n1101 = dot(grad1101, Pf - vec4(1.0, 1.0, 0.0, 1.0)); vec4 grad1110 = texture2D(gradTexture, vec2(perm11xy, perm10zw)).rgba * 4.0 - 1.0; float n1110 = dot(grad1110, Pf - vec4(1.0, 1.0, 1.0, 0.0)); vec4 grad1111 = texture2D(gradTexture, vec2(perm11xy, perm11zw)).rgba * 4.0 - 1.0; float n1111 = dot(grad1111, Pf - vec4(1.0, 1.0, 1.0, 1.0)); // Blend contributions along x float fadex = fade(Pf.x); vec4 n_x0 = mix(vec4(n0000, n0001, n0010, n0011), vec4(n1000, n1001, n1010, n1011), fadex); vec4 n_x1 = mix(vec4(n0100, n0101, n0110, n0111), vec4(n1100, n1101, n1110, n1111), fadex); // Blend contributions along y vec4 n_xy = mix(n_x0, n_x1, fade(Pf.y)); // Blend contributions along z vec2 n_xyz = mix(n_xy.xy, n_xy.zw, fade(Pf.z)); // Blend contributions along w float n_xyzw = mix(n_xyz.x, n_xyz.y, fade(Pf.w)); // We're done, return the final noise value. return n_xyzw; } /* * 2D simplex noise. Somewhat slower but much better looking than classic noise. */ float snoise(const in vec2 P) { // Skew and unskew factors are a bit hairy for 2D, so define them as constants // This is (sqrt(3.0)-1.0)/2.0 #define F2 0.366025403784 // This is (3.0-sqrt(3.0))/6.0 #define G2 0.211324865405 // Skew the (x,y) space to determine which cell of 2 simplices we're in float s = (P.x + P.y) * F2; // Hairy factor for 2D skewing vec2 Pi = floor(P + s); float t = (Pi.x + Pi.y) * G2; // Hairy factor for unskewing vec2 P0 = Pi - t; // Unskew the cell origin back to (x,y) space Pi = Pi * ONE + ONEHALF; // Integer part, scaled and offset for texture lookup vec2 Pf0 = P - P0; // The x,y distances from the cell origin // For the 2D case, the simplex shape is an equilateral triangle. // Find out whether we are above or below the x=y diagonal to // determine which of the two triangles we're in. vec2 o1; if(Pf0.x > Pf0.y) o1 = vec2(1.0, 0.0); // +x, +y traversal order else o1 = vec2(0.0, 1.0); // +y, +x traversal order // Noise contribution from simplex origin vec2 grad0 = texture2D(permTexture, Pi).rg * 4.0 - 1.0; float t0 = 0.5 - dot(Pf0, Pf0); float n0; if (t0 < 0.0) n0 = 0.0; else { t0 *= t0; n0 = t0 * t0 * dot(grad0, Pf0); } // Noise contribution from middle corner vec2 Pf1 = Pf0 - o1 + G2; vec2 grad1 = texture2D(permTexture, Pi + o1*ONE).rg * 4.0 - 1.0; float t1 = 0.5 - dot(Pf1, Pf1); float n1; if (t1 < 0.0) n1 = 0.0; else { t1 *= t1; n1 = t1 * t1 * dot(grad1, Pf1); } // Noise contribution from last corner vec2 Pf2 = Pf0 - vec2(1.0-2.0*G2); vec2 grad2 = texture2D(permTexture, Pi + vec2(ONE, ONE)).rg * 4.0 - 1.0; float t2 = 0.5 - dot(Pf2, Pf2); float n2; if(t2 < 0.0) n2 = 0.0; else { t2 *= t2; n2 = t2 * t2 * dot(grad2, Pf2); } // Sum up and scale the result to cover the range [-1,1] return 70.0 * (n0 + n1 + n2); } /* * 3D simplex noise. Comparable in speed to classic noise, better looking. */ float snoise(const in vec3 P) { // The skewing and unskewing factors are much simpler for the 3D case #define F3 0.333333333333 #define G3 0.166666666667 // Skew the (x,y,z) space to determine which cell of 6 simplices we're in float s = (P.x + P.y + P.z) * F3; // Factor for 3D skewing vec3 Pi = floor(P + s); float t = (Pi.x + Pi.y + Pi.z) * G3; vec3 P0 = Pi - t; // Unskew the cell origin back to (x,y,z) space Pi = Pi * ONE + ONEHALF; // Integer part, scaled and offset for texture lookup vec3 Pf0 = P - P0; // The x,y distances from the cell origin // For the 3D case, the simplex shape is a slightly irregular tetrahedron. // To find out which of the six possible tetrahedra we're in, we need to // determine the magnitude ordering of x, y and z components of Pf0. vec3 o1; vec3 o2; simplex(Pf0, o1, o2); // Noise contribution from simplex origin float perm0 = texture2D(permTexture, Pi.xy).a; vec3 grad0 = texture2D(permTexture, vec2(perm0, Pi.z)).rgb * 4.0 - 1.0; float t0 = 0.6 - dot(Pf0, Pf0); float n0; if (t0 < 0.0) n0 = 0.0; else { t0 *= t0; n0 = t0 * t0 * dot(grad0, Pf0); } // Noise contribution from second corner vec3 Pf1 = Pf0 - o1 + G3; float perm1 = texture2D(permTexture, Pi.xy + o1.xy*ONE).a; vec3 grad1 = texture2D(permTexture, vec2(perm1, Pi.z + o1.z*ONE)).rgb * 4.0 - 1.0; float t1 = 0.6 - dot(Pf1, Pf1); float n1; if (t1 < 0.0) n1 = 0.0; else { t1 *= t1; n1 = t1 * t1 * dot(grad1, Pf1); } // Noise contribution from third corner vec3 Pf2 = Pf0 - o2 + 2.0 * G3; float perm2 = texture2D(permTexture, Pi.xy + o2.xy*ONE).a; vec3 grad2 = texture2D(permTexture, vec2(perm2, Pi.z + o2.z*ONE)).rgb * 4.0 - 1.0; float t2 = 0.6 - dot(Pf2, Pf2); float n2; if (t2 < 0.0) n2 = 0.0; else { t2 *= t2; n2 = t2 * t2 * dot(grad2, Pf2); } // Noise contribution from last corner vec3 Pf3 = Pf0 - vec3(1.0-3.0*G3); float perm3 = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a; vec3 grad3 = texture2D(permTexture, vec2(perm3, Pi.z + ONE)).rgb * 4.0 - 1.0; float t3 = 0.6 - dot(Pf3, Pf3); float n3; if(t3 < 0.0) n3 = 0.0; else { t3 *= t3; n3 = t3 * t3 * dot(grad3, Pf3); } // Sum up and scale the result to cover the range [-1,1] return 32.0 * (n0 + n1 + n2 + n3); } /* * 4D simplex noise. A lot faster than classic 4D noise, and better looking. */ float snoise(const in vec4 P) { // The skewing and unskewing factors are hairy again for the 4D case // This is (sqrt(5.0)-1.0)/4.0 #define F4 0.309016994375 // This is (5.0-sqrt(5.0))/20.0 #define G4 0.138196601125 // Skew the (x,y,z,w) space to determine which cell of 24 simplices we're in float s = (P.x + P.y + P.z + P.w) * F4; // Factor for 4D skewing vec4 Pi = floor(P + s); float t = (Pi.x + Pi.y + Pi.z + Pi.w) * G4; vec4 P0 = Pi - t; // Unskew the cell origin back to (x,y,z,w) space Pi = Pi * ONE + ONEHALF; // Integer part, scaled and offset for texture lookup vec4 Pf0 = P - P0; // The x,y distances from the cell origin // For the 4D case, the simplex is a 4D shape I won't even try to describe. // To find out which of the 24 possible simplices we're in, we need to // determine the magnitude ordering of x, y, z and w components of Pf0. vec4 o1; vec4 o2; vec4 o3; simplex(Pf0, o1, o2, o3); // Noise contribution from simplex origin float perm0xy = texture2D(permTexture, Pi.xy).a; float perm0zw = texture2D(permTexture, Pi.zw).a; vec4 grad0 = texture2D(gradTexture, vec2(perm0xy, perm0zw)).rgba * 4.0 - 1.0; float t0 = 0.6 - dot(Pf0, Pf0); float n0; if (t0 < 0.0) n0 = 0.0; else { t0 *= t0; n0 = t0 * t0 * dot(grad0, Pf0); } // Noise contribution from second corner vec4 Pf1 = Pf0 - o1 + G4; o1 = o1 * ONE; float perm1xy = texture2D(permTexture, Pi.xy + o1.xy).a; float perm1zw = texture2D(permTexture, Pi.zw + o1.zw).a; vec4 grad1 = texture2D(gradTexture, vec2(perm1xy, perm1zw)).rgba * 4.0 - 1.0; float t1 = 0.6 - dot(Pf1, Pf1); float n1; if (t1 < 0.0) n1 = 0.0; else { t1 *= t1; n1 = t1 * t1 * dot(grad1, Pf1); } // Noise contribution from third corner vec4 Pf2 = Pf0 - o2 + 2.0 * G4; o2 = o2 * ONE; float perm2xy = texture2D(permTexture, Pi.xy + o2.xy).a; float perm2zw = texture2D(permTexture, Pi.zw + o2.zw).a; vec4 grad2 = texture2D(gradTexture, vec2(perm2xy, perm2zw)).rgba * 4.0 - 1.0; float t2 = 0.6 - dot(Pf2, Pf2); float n2; if (t2 < 0.0) n2 = 0.0; else { t2 *= t2; n2 = t2 * t2 * dot(grad2, Pf2); } // Noise contribution from fourth corner vec4 Pf3 = Pf0 - o3 + 3.0 * G4; o3 = o3 * ONE; float perm3xy = texture2D(permTexture, Pi.xy + o3.xy).a; float perm3zw = texture2D(permTexture, Pi.zw + o3.zw).a; vec4 grad3 = texture2D(gradTexture, vec2(perm3xy, perm3zw)).rgba * 4.0 - 1.0; float t3 = 0.6 - dot(Pf3, Pf3); float n3; if (t3 < 0.0) n3 = 0.0; else { t3 *= t3; n3 = t3 * t3 * dot(grad3, Pf3); } // Noise contribution from last corner vec4 Pf4 = Pf0 - vec4(1.0-4.0*G4); float perm4xy = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a; float perm4zw = texture2D(permTexture, Pi.zw + vec2(ONE, ONE)).a; vec4 grad4 = texture2D(gradTexture, vec2(perm4xy, perm4zw)).rgba * 4.0 - 1.0; float t4 = 0.6 - dot(Pf4, Pf4); float n4; if(t4 < 0.0) n4 = 0.0; else { t4 *= t4; n4 = t4 * t4 * dot(grad4, Pf4); } // Sum up and scale the result to cover the range [-1,1] return 27.0 * (n0 + n1 + n2 + n3 + n4); } // Ridged multifractal // See "Texturing & Modeling, A Procedural Approach", Chapter 12 float ridge(float h, float offset) { h = abs(h); h = offset - h; h = h * h; return h; } float ridgedmf(vec4 p, float lacunarity, float gain, float offset, int octaves) { float sum = 0.0; float freq = 1.0, amp = 0.5; float prev = 1.0; for(int i=0; i<3; i++) { float noise = snoise(p*freq); float n = ridge(noise, offset); sum += n*amp*prev; prev = n; freq *= lacunarity; amp *= gain; } return sum; } float ridgedmfDefault(vec4 p, int octaves) { return ridgedmf(p, 2.0, 0.5, 1.0, octaves); } float bias(float a, float b) { return pow(a, log(b) / log(0.5)); } </script> <script id="vs" type="x-shader/x-vertex"> uniform float dispX; uniform float dispY; uniform float dispZ; uniform float amount; void main() { vec3 pos = vec3( position.x + dispX, position.y + dispY, position.z + dispZ ); float displace = snoise( pos / 1000.0 ); displace = snoise( pos * displace / 500.0 ); displace = snoise( pos * displace / 100.0 ); gl_Position = projectionMatrix * modelViewMatrix * vec4( position + ( normalize( position ) * displace * amount ), 1.0 ); } </script> <script id="fs" type="x-shader/x-fragment"> void main() { float depth = gl_FragCoord.z / gl_FragCoord.w; gl_FragColor = vec4( 1.0, 0.0, 0.0, smoothstep( 500.0, - 500.0, depth ) ); } </script> <script type="text/javascript"> var container, stats; var camera, scene, renderer; var particles, material; var mouse = { x: 0, y: 0 }; init(); animate(); function init() { container = document.getElementById( 'container' ); camera = new THREE.Camera( 50, window.innerWidth / window.innerHeight, 1, 500 ); camera.position.z = 200; scene = new THREE.Scene(); scene.fog = new THREE.Fog( 0x101020, 200, 400 ); // material = new THREE.ParticleBasicMaterial( { color: 0xff0000, size: 0.5 } ); material = new THREE.MeshShaderMaterial( { uniforms: { "dispX": { type: "f", value: 0 }, "dispY": { type: "f", value: 0 }, "dispZ": { type: "f", value: 0 }, "amount": { type: "f", value: 0 } }, vertexShader: document.getElementById( 'simplex' ).textContent + document.getElementById( 'vs' ).textContent, fragmentShader: document.getElementById( 'fs' ).textContent, depthTest: false } ); // console.log( material ); loader = new THREE.JSONLoader( true ); loader.load( { model: 'ShoeNike.js', callback: function ( geometry ) { particles = new THREE.ParticleSystem( geometry, material ); scene.addObject( particles ); } } ); renderer = new THREE.WebGLRenderer( ); renderer.setSize( window.innerWidth, window.innerHeight ); container.appendChild( renderer.domElement ); stats = new Stats(); stats.domElement.style.position = 'absolute'; stats.domElement.style.top = '0px'; //container.appendChild( stats.domElement ); document.addEventListener( 'mousemove', onDocumentMouseMove, false ); } function onDocumentMouseMove(event) { mouse.x = event.clientX - ( window.innerWidth / 2 ); mouse.y = event.clientY - ( window.innerHeight / 2 ); } function animate() { requestAnimationFrame( animate ); render(); stats.update(); } var start = new Date().getTime(); function render() { var time = new Date().getTime() - start; if ( particles ) { material.uniforms.dispX.value = Math.sin( time * 0.0001 ) * 250; material.uniforms.dispY.value = Math.sin( time * 0.00011 ) * 250; material.uniforms.dispZ.value = Math.sin( time * 0.00012 ) * 250; material.uniforms.amount.value = Math.sin( time * 0.0001 ) * 10; particles.rotation.y = mouse.x * 0.005; particles.rotation.z = mouse.y * 0.005; } renderer.render( scene, camera ); } </script> </div> </body> </html>
docs/_armor_type_8cs.html
lightlike/DSACharacterSheet
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Drachenhorn.XML: Sheet/CombatInfo/ArmorType.cs File 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Drachenhorn48x48.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Drachenhorn.XML </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('_armor_type_8cs.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#enum-members">Enumerations</a> </div> <div class="headertitle"> <div class="title">ArmorType.cs File Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html">Drachenhorn.Xml.Sheet.CombatInfo</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a> Enumerations</h2></td></tr> <tr class="memitem:ac95b6c2663d6cd4d5d3971b884a62143"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType</a> { <br /> &#160;&#160;<a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a6adf97f83acf6453d4a6a4b1070f3754">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.None</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a98921133d10fbdb0fb6dbb7b2648befe">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Head</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143aac101b32dda4448cf13a93fe283dddd8">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Body</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143ac0de26eacdb0be95995bddc8d719bc4b">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Hands</a>, <br /> &#160;&#160;<a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a48423a9049b3065103ef1026a5fa08e5">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Legs</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a6311ae17c1ee52b36e68aaf4ad066387">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Other</a> <br /> }</td></tr> <tr class="memdesc:ac95b6c2663d6cd4d5d3971b884a62143"><td class="mdescLeft">&#160;</td><td class="mdescRight">Area in which the Armor can be worn. <a href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143">More...</a><br /></td></tr> <tr class="separator:ac95b6c2663d6cd4d5d3971b884a62143"><td class="memSeparator" colspan="2">&#160;</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="navelem"><a class="el" href="dir_fd5d9929c99b5ab7bfd86931304dddab.html">Sheet</a></li><li class="navelem"><a class="el" href="dir_e9249fddfb4e4c7d3483476991ddded4.html">CombatInfo</a></li><li class="navelem"><a class="el" href="_armor_type_8cs.html">ArmorType.cs</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> </ul> </div> </body> </html>
zproducts-WB0JM6RMD/genius_v_1_0_4_html/page-profile.html
nancyhawa/discipline
<!DOCTYPE html> <html lang="en"> <head> <!-- start: Meta --> <meta charset="utf-8"> <title>Genius Dashboard - Bootstrap Admin Template</title> <meta name="description" content="Genius Dashboard - Bootstrap Admin Template."> <meta name="author" content="Łukasz Holeczek"> <meta name="keyword" content="Genius, Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina"> <!-- end: Meta --> <!-- start: Mobile Specific --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- end: Mobile Specific --> <!-- start: CSS --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/style.min.css" rel="stylesheet"> <link href="assets/css/retina.min.css" rel="stylesheet"> <link href="assets/css/print.css" rel="stylesheet" type="text/css" media="print"/> <!-- end: CSS --> <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="assets/js/respond.min.js"></script> <![endif]--> <!-- start: Favicon and Touch Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="assets/ico/favicon.png"> <!-- end: Favicon and Touch Icons --> </head> <body> <!-- start: Header --> <header class="navbar"> <div class="container"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".sidebar-nav.nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a id="main-menu-toggle" class="hidden-xs open"><i class="fa fa-bars"></i></a> <a class="navbar-brand col-md-2 col-sm-1 col-xs-2" href="index.html"><span>Genius</span></a> <div id="search" class="col-sm-4 col-xs-8 col-lg-3"> <select> <option>everything</option> <option>messages</option> <option>comments</option> <option>users</option> </select> <input type="text" placeholder="search" /> <i class="fa fa-search"></i> </div> <!-- start: Header Menu --> <div class="nav-no-collapse header-nav"> <ul class="nav navbar-nav pull-right"> <li class="dropdown hidden-xs"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <i class="fa fa-warning"></i> <span class="number">11</span> </a> <ul class="dropdown-menu notifications"> <li class="dropdown-menu-title"> <span>You have 11 notifications</span> </li> <li> <a href="page-profile.html#"> <span class="icon blue"><i class="fa fa-user"></i></span> <span class="message">New user registration</span> <span class="time">1 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">7 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">8 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">16 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon blue"><i class="fa fa-user"></i></span> <span class="message">New user registration</span> <span class="time">36 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon yellow"><i class="fa fa-shopping-cart"></i></span> <span class="message">2 items sold</span> <span class="time">1 hour</span> </a> </li> <li class="warning"> <a href="page-profile.html#"> <span class="icon red"><i class="fa fa-user"></i></span> <span class="message">User deleted account</span> <span class="time">2 hour</span> </a> </li> <li class="warning"> <a href="page-profile.html#"> <span class="icon red"><i class="fa fa-shopping-cart"></i></span> <span class="message">Transaction was canceled</span> <span class="time">6 hour</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">yesterday</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon blue"><i class="fa fa-user"></i></span> <span class="message">New user registration</span> <span class="time">yesterday</span> </a> </li> <li class="dropdown-menu-sub-footer"> <a>View all notifications</a> </li> </ul> </li> <!-- start: Notifications Dropdown --> <li class="dropdown hidden-xs"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <i class="fa fa-tasks"></i> <span class="number">17</span> </a> <ul class="dropdown-menu tasks"> <li> <span class="dropdown-menu-title">You have 17 tasks in progress</span> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">iOS Development</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressBlue">80</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">Android Development</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressYellow">47</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">Django Project For Google</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressRed">32</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">SEO for new sites</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressGreen">63</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">New blog posts</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressPink">80</div> </a> </li> <li> <a class="dropdown-menu-sub-footer">View all tasks</a> </li> </ul> </li> <!-- end: Notifications Dropdown --> <!-- start: Message Dropdown --> <li class="dropdown hidden-xs"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <i class="fa fa-envelope"></i> <span class="number">9</span> </a> <ul class="dropdown-menu messages"> <li> <span class="dropdown-menu-title">You have 9 messages</span> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Łukasz Holeczek </span> <span class="time"> 6 min </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar2.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Megan Abott </span> <span class="time"> 56 min </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar3.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Kate Ross </span> <span class="time"> 3 hours </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar4.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Julie Blank </span> <span class="time"> yesterday </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar5.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Jane Sanders </span> <span class="time"> Jul 25, 2012 </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a class="dropdown-menu-sub-footer">View all messages</a> </li> </ul> </li> <!-- end: Message Dropdown --> <li> <a class="btn" href="page-profile.html#"> <i class="fa fa-wrench"></i> </a> </li> <!-- start: User Dropdown --> <li class="dropdown"> <a class="btn account dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <div class="avatar"><img src="assets/img/avatar.jpg" alt="Avatar"></div> <div class="user"> <span class="hello">Welcome!</span> <span class="name">Łukasz Holeczek</span> </div> </a> <ul class="dropdown-menu"> <li><a href="page-profile.html#"><i class="fa fa-user"></i> Profile</a></li> <li><a href="page-profile.html#"><i class="fa fa-cog"></i> Settings</a></li> <li><a href="page-profile.html#"><i class="fa fa-envelope"></i> Messages</a></li> <li><a href="page-login.html"><i class="fa fa-off"></i> Logout</a></li> </ul> </li> <!-- end: User Dropdown --> </ul> </div> <!-- end: Header Menu --> </div> </header> <!-- end: Header --> <div class="container"> <div class="row"> <!-- start: Main Menu --> <div id="sidebar-left" class="col-lg-2 col-sm-1 "> <div class="sidebar-nav nav-collapse collapse navbar-collapse"> <ul class="nav main-menu"> <li><a href="index.html"><i class="fa fa-bar-chart-o"></i><span class="hidden-sm text"> Dashboard</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-eye"></i><span class="hidden-sm text"> UI Features</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="ui-sliders-progress.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Sliders & Progress</span></a></li> <li><a class="submenu" href="ui-nestable-list.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Nestable Lists</span></a></li> <li><a class="submenu" href="ui-elements.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Elements</span></a></li> </ul> </li> <li><a href="widgets.html"><i class="fa fa-dashboard"></i><span class="hidden-sm text"> Widgets</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-o"></i><span class="hidden-sm text"> Example Pages</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="page-inbox.html"><i class="fa fa-envelope-o"></i><span class="hidden-sm text"> Inbox</span></a></li> <li><a class="submenu" href="page-invoice.html"><i class="fa fa-file-text"></i><span class="hidden-sm text"> Invoice</span></a></li> <li><a class="submenu" href="page-todo.html"><i class="fa fa-tasks"></i><span class="hidden-sm text"> ToDo & Timeline</span></a></li> <li><a class="submenu" href="page-profile.html"><i class="fa fa-male"></i><span class="hidden-sm text"> Profile</span></a></li> <li><a class="submenu" href="page-pricing-tables.html"><i class="fa fa-table"></i><span class="hidden-sm text"> Pricing Tables</span></a></li> <li><a class="submenu" href="page-404.html"><i class="fa fa-unlink"></i><span class="hidden-sm text"> 404</span></a></li> <li><a class="submenu" href="page-500.html"><i class="fa fa-unlink"></i><span class="hidden-sm text"> 500</span></a></li> <li><a class="submenu" href="page-lockscreen.html"><i class="fa fa-lock"></i><span class="hidden-sm text"> LockScreen</span></a></li> <li><a class="submenu" href="page-lockscreen2.html"><i class="fa fa-lock"></i><span class="hidden-sm text"> LockScreen2</span></a></li> <li><a class="submenu" href="page-login.html"><i class="fa fa-key"></i><span class="hidden-sm text"> Login Page</span></a></li> <li><a class="submenu" href="page-register.html"><i class="fa fa-sign-in"></i><span class="hidden-sm text"> Register Page</span></a></li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-edit"></i><span class="hidden-sm text"> Forms</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="form-elements.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Form elements</span></a></li> <li><a class="submenu" href="form-wizard.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Wizard</span></a></li> <li><a class="submenu" href="form-dropzone.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Dropzone Upload</span></a></li> <li><a class="submenu" href="form-x-editable.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> X-editable</span></a></li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-list-alt"></i><span class="hidden-sm text"> Charts</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="charts-flot.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> Flot Charts</span></a></li> <li><a class="submenu" href="charts-xcharts.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> xCharts</span></a></li> <li><a class="submenu" href="charts-others.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> Other</span></a></li> </ul> </li> <li><a href="typography.html"><i class="fa fa-font"></i><span class="hidden-sm text"> Typography</span></a></li> <li><a href="gallery.html"><i class="fa fa-picture-o"></i><span class="hidden-sm text"> Gallery</span></a></li> <li><a href="table.html"><i class="fa fa-align-justify"></i><span class="hidden-sm text"> Tables</span></a></li> <li><a href="calendar.html"><i class="fa fa-calendar"></i><span class="hidden-sm text"> Calendar</span></a></li> <li><a href="file-manager.html"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> File Manager</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-star"></i><span class="hidden-sm text"> Icons</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="icons-halflings.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Halflings</span></a></li> <li><a class="submenu" href="icons-glyphicons-pro.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Glyphicons PRO</span></a></li> <li><a class="submenu" href="icons-filetypes.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Filetypes</span></a></li> <li><a class="submenu" href="icons-social.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Social</span></a></li> <li><a class="submenu" href="icons-font-awesome.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Font Awesome</span></a></li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 4 Level Menu</span> <span class="chevron closed"></span></a> <ul> <li><a href="2nd-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 2nd Level</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 2nd Level</span> <span class="chevron closed"></span></a> <ul> <li><a href="3rd-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 3rd Level</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 3rd Level</span> <span class="chevron closed"></span></a> <ul> <li> <a class="submenu" href="4th-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 4th Level</span></a> </li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 3rd Level</span> <span class="chevron closed"></span></a> <ul> <li> <a class="submenu" href="4th-level2.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 4th Level</span></a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> <a href="page-profile.html#" id="main-menu-min" class="full visible-md visible-lg"><i class="fa fa-angle-double-left"></i></a> </div> <!-- end: Main Menu --> <!-- start: Content --> <div id="content" class="col-lg-10 col-sm-11 "> <ol class="breadcrumb"> <li><a href="page-profile.html#">Genius</a></li> <li><a href="page-profile.html#">Example Pages</a></li> <li class="active">Profile</li> </ol> <div class="row profile"> <div class="col-sm-3"> <div class="row"> <div class="col-xs-7 col-sm-12"> <img class="profile-image" src="assets/img/gallery/photo9.jpg"> </div> <div class="col-xs-5 col-sm-12"> <h3>General Information</h3> <ul class="profile-details"> <li> <div><i class="fa fa-briefcase"></i> position</div> CEO </li> <li> <div><i class="fa fa-building-o"></i> company</div> creativeLabs </li> </ul> <h3>Contact Information</h3> <ul class="profile-details"> <li> <div><i class="fa fa-phone"></i> phone</div> +48 123 456 789 </li> <li> <div><i class="fa fa-tablet"></i> mobile phone</div> +48 123 456 789 </li> <li> <div><i class="fa fa-envelope"></i> e-mail</div> lukasz@bootstrapmaster.com </li> <li> <div><i class="fa fa-map-marker"></i> address</div> Konopnickiej 42<br/> 43-190 Mikolow<br/> Slask, Poland </li> </ul> </div> </div><!--/row--> </div><!--/col--> <div class="col-sm-9"> <ul class="nav nav-tabs" id="myTab"> <li class="active"><a href="page-profile.html#skills">Skills</a></li> <li><a href="page-profile.html#friends">Friends</a></li> <li><a href="page-profile.html#photos">Photos</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="skills"> <div class="row"> <div class="col-sm-5"> <h2>About Me</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <h2>Bio</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <h2>Job</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <h2>Languages</h2> <div class="row"> <div class="col-xs-4"> <div style="width:100%!important" class="language-skill1" data-percent="90"><span>90</span>%</div> <div style="text-align:center">English</div> </div><!--/col--> <div class="col-xs-4"> <div style="width:100%!important" class="language-skill2" data-percent="43"><span>43</span>%</div> <div style="text-align:center">Spanish</div> </div><!--/col--> <div class="col-xs-4"> <div style="width:100%!important" class="language-skill3" data-percent="17"><span>17</span>%</div> <div style="text-align:center">German</div> </div><!--/col--> </div><!--/row--> </div><!--/col--> <div class="col-sm-7"> <h2>My Skills</h2> <ul class="skill-bar"> <li> <h5>Web Design</h5> <div class="meter"><span class="lightBlue">40%</span></div> </li> <li> <h5>Wordpress</h5> <div class="meter"><span class="green">80%</span></div> </li> <li> <h5>Branding</h5> <div class="meter"><span class="red">100%</span></div> </li> <li> <h5>SEO Optmization</h5> <div class="meter"><span class="lightOrange">60%</span></div> </li> </ul> <h2>Other Skills</h2> <canvas id="canvas" class="chartjs" height="450" width="450"></canvas> </div><!--/col--> </div><!--/row--> </div> <div class="tab-pane" id="friends"> <ul class="friends-list clearfix"> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar.jpg"></a> <div>Lukasz Holeczek</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar2.jpg"></a> <div>Ann Polansky</div> <span class="label label-warning">busy</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar3.jpg"></a> <div>May Lin</div> <span class="label label-important">blocked</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar4.jpg"></a> <div>Kate Norman</div> <span class="label label-default">offline</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar5.jpg"></a> <div>Mia Lopez</div> <span class="label label-important">blocked</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar6.jpg"></a> <div>Katia Svoboda</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar7.jpg"></a> <div>Blanka Rosicky</div> <span class="label label-warning">busy</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar8.jpg"></a> <div>Garry Old</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar9.jpg"></a> <div>Nick White</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> </ul> </div> <div class="tab-pane" id="photos"> <div class="row"> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo1.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo2.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo3.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo4.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo5.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo6.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo7.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo8.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo9.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo10.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo11.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo12.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo13.jpg" alt="Sample Image"> </div> </div> </div> </div> </div><!--/col--> </div><!--/profile--> </div> <!-- end: Content --> </div><!--/row--> </div><!--/container--> <div class="modal fade" id="myModal"> <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">Modal title</h4> </div> <div class="modal-body"> <p>Here settings can be configured...</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <div class="clearfix"></div> <footer> <div class="row"> <div class="col-sm-5"> &copy; 2014 creativeLabs. <a href="http://bootstrapmaster.com">Admin Templates</a> by BootstrapMaster </div><!--/.col--> <div class="col-sm-7 text-right"> Powered by: <a href="http://bootstrapmaster.com/demo/genius/" alt="Bootstrap Admin Templates">Genius Dashboard</a> | Based on Bootstrap 3.1.1 | Built with brix.io <a href="http://brix.io" alt="Brix.io - Interface Builder">Interface Builder</a> </div><!--/.col--> </div><!--/.row--> </footer> <!-- start: JavaScript--> <!--[if !IE]>--> <script src="assets/js/jquery-2.1.0.min.js"></script> <!--<![endif]--> <!--[if IE]> <script src="assets/js/jquery-1.11.0.min.js"></script> <![endif]--> <!--[if !IE]>--> <script type="text/javascript"> window.jQuery || document.write("<script src='assets/js/jquery-2.1.0.min.js'>"+"<"+"/script>"); </script> <!--<![endif]--> <!--[if IE]> <script type="text/javascript"> window.jQuery || document.write("<script src='assets/js/jquery-1.11.0.min.js'>"+"<"+"/script>"); </script> <![endif]--> <script src="assets/js/jquery-migrate-1.2.1.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <!-- page scripts --> <script src="assets/js/jquery-ui-1.10.3.custom.min.js"></script> <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="assets/js/excanvas.min.js"></script><![endif]--> <script src="assets/js/Chart.min.js"></script> <script src="assets/js/jquery.easy-pie-chart.min.js"></script> <!-- theme scripts --> <script src="assets/js/custom.min.js"></script> <script src="assets/js/core.min.js"></script> <!-- inline scripts related to this page --> <script src="assets/js/pages/page-profile.js"></script> <!-- end: JavaScript--> </body> </html>
player/html/skins/liveWhite/skin.css
qgenius/qcasting-angularjs-example
/* * Skin for Sewise Player Plugin * http://www.sewise.com/ * * Skin Name: White * * Copyright (c) 2010-2014 Sewise Ltd * * Author: Jack Zhang * Skin Version: 1.0.0 (sewise player 1.0.0) * Date: 19th February 2012 */ /*播放器皮肤控制元件最外层*/ div.sewise-player-ui { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; right: 0px; bottom: 0px; margin: 0px; padding: 0px; overflow: hidden; color: white; font-size: 14px; font-family: 'Trebuchet MS' Verdana, Arial, sans-serif; pointer-events: none; } div.sewise-player-ui *{ outline: none; } /*播放控制栏*/ div.sewise-player-ui div.controlbar { position: absolute; width: 100%; left: 0px; bottom: 30px; pointer-events: auto; } div.sewise-player-ui div.controlbar div.controlbar-bg { position: absolute; width: 100%; height: 30px; background: url("controlbar.png") 0px 0px repeat-x; text-indent: -10000px; } div.sewise-player-ui div.controlbar ul.controlbar-btns { position: absolute; width: 100%; margin: 0; padding: 0; overflow: hidden; list-style-type: none; } div.sewise-player-ui div.controlbar ul.controlbar-btns li { float: left; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a { display:block; width: 38px; height: 30px; text-indent: -10000px; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play { background: url("controlbar.png") 0px -30px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play:hover { background: url("controlbar.png") -38px -30px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause { background: url("controlbar.png") 0px -60px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause:hover { background: url("controlbar.png") -38px -60px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-live { background: url("controlbar.png") 0px -90px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-live:hover { background: url("controlbar.png") -38px -90px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-progress { position: relative; float: left; width: 268px; height: 18px; left: 6px; top: 6px; } div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-totalline { position: absolute; width: 100%; height: 10px; top: 4px; background: url("controlbar.png") 0px -240px repeat-x; } div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-loadedline { position: absolute; width: 0%; height: 10px; top: 4px; background: url("controlbar.png") 0px -250px repeat-x; } div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playedline { position: absolute; width: 0%; height: 10px; top: 4px; background: url("controlbar.png") 0px -260px repeat-x; } div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-seekline { position: absolute; width: 100%; height: 10px; top: 4px; background: url("controlbar.png") 0px -270px repeat-x; cursor: pointer; } div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint { position: absolute; width: 18px; height: 18px; left: 0%; background: url("controlbar.png") 0px -280px no-repeat; cursor: pointer; } div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint:hover { background: url("controlbar.png") -18px -280px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li.right-float { float: right; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen { background: url("controlbar.png") 0px -180px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen:hover { background: url("controlbar.png") -38px -180px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen { background: url("controlbar.png") 0px -210px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen:hover { background: url("controlbar.png") -38px -210px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose { background: url("controlbar.png") 0px -120px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose:hover { background: url("controlbar.png") -38px -120px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen { background: url("controlbar.png") 0px -150px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen:hover { background: url("controlbar.png") -38px -150px no-repeat; } /* div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-share { background: url("controlbar.png") 0px -330px no-repeat; } div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-share:hover { background: url("controlbar.png") -38px -330px no-repeat; } */ div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-playtime { position: relative; float: right; display: block; width: 118px; height: 30px; right: 6px; color: black; line-height:30px; text-align: right; } /*logo*/ div.sewise-player-ui div.logo { position: absolute; right: 10px; top: 5px; } div.sewise-player-ui div.logo a.logo-icon { display: block; width: 120px; height: 27px; background: url("logo.png") 0px 0px no-repeat; text-indent: -10000px; pointer-events: auto; } /*标题栏*/ div.sewise-player-ui div.topbar { position: absolute; width: 100%; float: left; background-color: rgba(0, 0, 0, 0.3); /*color: white; font-size: 0.8em;*/ } div.sewise-player-ui div.topbar div.topbar-program { float: left; padding: 5px; } div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-tip { float: left; } div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-title { float: left; } div.sewise-player-ui div.topbar div.topbar-clock { float: right; padding: 5px; } /*缓冲进度条*/ div.sewise-player-ui div.buffer { position: absolute; width: 180px; height: 55px; left: 50%; margin-left: -90px; top: 50%; margin-top: -27px; } div.sewise-player-ui div.buffer div.buffer-bg { position: absolute; display: block; width: 180px; height: 55px; left: 0px; top: 0px; background: url("buffer.gif") 0px 0px no-repeat; text-indent: -10000px; } div.sewise-player-ui div.buffer div.buffer-text { position: absolute; left: 32px; top: 10px; } div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-tip, div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-bufferPt { float: left; } /*开始播放大按钮*/ div.sewise-player-ui div.big-play-btn { position: absolute; left: 50%; margin-left: -40px; top: 50%; margin-top: -35px; overflow: hidden; cursor: pointer; background-color: rgba(0, 0, 0, 0); pointer-events: auto; } div.sewise-player-ui div.big-play-btn a.big-play-icon { display:block; width: 80px; height: 70px; background: url("big_play_btn.png") 0px 0px no-repeat; text-indent: -10000px; } div.sewise-player-ui div.big-play-btn:hover a.big-play-icon { background: url("big_play_btn.png") -80px 0px no-repeat; }
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qsqlfield.html
stephaneAG/PengPod700
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qsqlfield.cpp --> <title>Qt 4.8: QSqlField Class Reference</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtsql.html">QtSql</a></li> <li>QSqlField</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#public-types">Public Types</a></li> <li class="level1"><a href="#public-functions">Public Functions</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> </ul> </div> <h1 class="title">QSqlField Class Reference</h1> <!-- $$$QSqlField-brief --> <p>The QSqlField class manipulates the fields in SQL database tables and views. <a href="#details">More...</a></p> <!-- @@@QSqlField --> <pre class="cpp"> <span class="preprocessor">#include &lt;QSqlField&gt;</span></pre><ul> <li><a href="qsqlfield-members.html">List of all members, including inherited members</a></li> <li><a href="qsqlfield-qt3.html">Qt 3 support members</a></li> </ul> <a name="public-types"></a> <h2>Public Types</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#RequiredStatus-enum">RequiredStatus</a></b> { Required, Optional, Unknown }</td></tr> </table> <a name="public-functions"></a> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#QSqlField">QSqlField</a></b> ( const QString &amp; <i>fieldName</i> = QString(), QVariant::Type <i>type</i> = QVariant::Invalid )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#QSqlField-2">QSqlField</a></b> ( const QSqlField &amp; <i>other</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#dtor.QSqlField">~QSqlField</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#clear">clear</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QVariant </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#defaultValue">defaultValue</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isAutoValue">isAutoValue</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isGenerated">isGenerated</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isNull">isNull</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isReadOnly">isReadOnly</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isValid">isValid</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#length">length</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#name">name</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#precision">precision</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> RequiredStatus </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#requiredStatus">requiredStatus</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setAutoValue">setAutoValue</a></b> ( bool <i>autoVal</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setDefaultValue">setDefaultValue</a></b> ( const QVariant &amp; <i>value</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setGenerated">setGenerated</a></b> ( bool <i>gen</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setLength">setLength</a></b> ( int <i>fieldLength</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setName">setName</a></b> ( const QString &amp; <i>name</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setPrecision">setPrecision</a></b> ( int <i>precision</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setReadOnly">setReadOnly</a></b> ( bool <i>readOnly</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setRequired">setRequired</a></b> ( bool <i>required</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a></b> ( RequiredStatus <i>required</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setType">setType</a></b> ( QVariant::Type <i>type</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setValue">setValue</a></b> ( const QVariant &amp; <i>value</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QVariant::Type </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#type">type</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QVariant </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#value">value</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#operator-not-eq">operator!=</a></b> ( const QSqlField &amp; <i>other</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QSqlField &amp; </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#operator-eq">operator=</a></b> ( const QSqlField &amp; <i>other</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#operator-eq-eq">operator==</a></b> ( const QSqlField &amp; <i>other</i> ) const</td></tr> </table> <a name="details"></a> <!-- $$$QSqlField-description --> <div class="descr"> <h2>Detailed Description</h2> <p>The QSqlField class manipulates the fields in SQL database tables and views.</p> <p>QSqlField represents the characteristics of a single column in a database table or view, such as the data type and column name. A field also contains the value of the database column, which can be viewed or changed.</p> <p>Field data values are stored as <a href="qtwebkit-bridge.html#qvariants">QVariants</a>. Using an incompatible type is not permitted. For example:</p> <pre class="cpp"> <span class="type">QSqlField</span> field(<span class="string">&quot;age&quot;</span><span class="operator">,</span> <span class="type"><a href="qvariant.html">QVariant</a></span><span class="operator">::</span>Int); field<span class="operator">.</span>setValue(<span class="type"><a href="qpixmap.html">QPixmap</a></span>()); <span class="comment">// WRONG</span></pre> <p>However, the field will attempt to cast certain data types to the field data type where possible:</p> <pre class="cpp"> <span class="type">QSqlField</span> field(<span class="string">&quot;age&quot;</span><span class="operator">,</span> <span class="type"><a href="qvariant.html">QVariant</a></span><span class="operator">::</span>Int); field<span class="operator">.</span>setValue(<span class="type"><a href="qstring.html">QString</a></span>(<span class="string">&quot;123&quot;</span>)); <span class="comment">// casts QString to int</span></pre> <p>QSqlField objects are rarely created explicitly in application code. They are usually accessed indirectly through <a href="qsqlrecord.html">QSqlRecord</a>s that already contain a list of fields. For example:</p> <pre class="cpp"> <span class="type"><a href="qsqlquery.html">QSqlQuery</a></span> query; ... <span class="type"><a href="qsqlrecord.html">QSqlRecord</a></span> record <span class="operator">=</span> query<span class="operator">.</span>record(); <span class="type">QSqlField</span> field <span class="operator">=</span> record<span class="operator">.</span>field(<span class="string">&quot;country&quot;</span>);</pre> <p>A QSqlField object can provide some meta-data about the field, for example, its <a href="qsqlfield.html#name">name</a>(), variant <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), typeID(), and its <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#isGenerated">isGenerated</a>() and <a href="qsqlfield.html#isReadOnly">isReadOnly</a>(). The field's data can be checked to see if it <a href="qsqlfield.html#isNull">isNull</a>(), and its <a href="qsqlfield.html#value">value</a>() retrieved. When editing the data can be set with <a href="qsqlfield.html#setValue">setValue</a>() or set to NULL with <a href="qsqlfield.html#clear">clear</a>().</p> </div> <p><b>See also </b><a href="qsqlrecord.html">QSqlRecord</a>.</p> <!-- @@@QSqlField --> <div class="types"> <h2>Member Type Documentation</h2> <!-- $$$RequiredStatus$$$Unknown$$$Optional$$$Required --> <h3 class="fn"><a name="RequiredStatus-enum"></a>enum QSqlField::<span class="name">RequiredStatus</span></h3> <p>Specifies whether the field is required or optional.</p> <table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr> <tr><td class="topAlign"><tt>QSqlField::Required</tt></td><td class="topAlign"><tt>1</tt></td><td class="topAlign">The field must be specified when inserting records.</td></tr> <tr><td class="topAlign"><tt>QSqlField::Optional</tt></td><td class="topAlign"><tt>0</tt></td><td class="topAlign">The fields doesn't have to be specified when inserting records.</td></tr> <tr><td class="topAlign"><tt>QSqlField::Unknown</tt></td><td class="topAlign"><tt>-1</tt></td><td class="topAlign">The database driver couldn't determine whether the field is required or optional.</td></tr> </table> <p><b>See also </b><a href="qsqlfield.html#requiredStatus">requiredStatus</a>().</p> <!-- @@@RequiredStatus --> </div> <div class="func"> <h2>Member Function Documentation</h2> <!-- $$$QSqlField[overload1]$$$QSqlFieldconstQString&QVariant::Type --> <h3 class="fn"><a name="QSqlField"></a>QSqlField::<span class="name">QSqlField</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>fieldName</i> = QString(), <span class="type"><a href="qvariant.html#Type-enum">QVariant::Type</a></span> <i>type</i> = QVariant::Invalid )</h3> <p>Constructs an empty field called <i>fieldName</i> of variant type <i>type</i>.</p> <p><b>See also </b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@QSqlField --> <!-- $$$QSqlField$$$QSqlFieldconstQSqlField& --> <h3 class="fn"><a name="QSqlField-2"></a>QSqlField::<span class="name">QSqlField</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> )</h3> <p>Constructs a copy of <i>other</i>.</p> <!-- @@@QSqlField --> <!-- $$$~QSqlField[overload1]$$$~QSqlField --> <h3 class="fn"><a name="dtor.QSqlField"></a>QSqlField::<span class="name">~QSqlField</span> ()</h3> <p>Destroys the object and frees any allocated resources.</p> <!-- @@@~QSqlField --> <!-- $$$clear[overload1]$$$clear --> <h3 class="fn"><a name="clear"></a><span class="type">void</span> QSqlField::<span class="name">clear</span> ()</h3> <p>Clears the value of the field and sets it to NULL. If the field is read-only, nothing happens.</p> <p><b>See also </b><a href="qsqlfield.html#setValue">setValue</a>(), <a href="qsqlfield.html#isReadOnly">isReadOnly</a>(), and <a href="qsqlfield.html#requiredStatus">requiredStatus</a>().</p> <!-- @@@clear --> <!-- $$$defaultValue[overload1]$$$defaultValue --> <h3 class="fn"><a name="defaultValue"></a><span class="type"><a href="qvariant.html">QVariant</a></span> QSqlField::<span class="name">defaultValue</span> () const</h3> <p>Returns the field's default value (which may be NULL).</p> <p><b>See also </b><a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@defaultValue --> <!-- $$$isAutoValue[overload1]$$$isAutoValue --> <h3 class="fn"><a name="isAutoValue"></a><span class="type">bool</span> QSqlField::<span class="name">isAutoValue</span> () const</h3> <p>Returns true if the value is auto-generated by the database, for example auto-increment primary key values.</p> <p><b>See also </b><a href="qsqlfield.html#setAutoValue">setAutoValue</a>().</p> <!-- @@@isAutoValue --> <!-- $$$isGenerated[overload1]$$$isGenerated --> <h3 class="fn"><a name="isGenerated"></a><span class="type">bool</span> QSqlField::<span class="name">isGenerated</span> () const</h3> <p>Returns true if the field is generated; otherwise returns false.</p> <p><b>See also </b><a href="qsqlfield.html#setGenerated">setGenerated</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), and <a href="qsqlfield.html#defaultValue">defaultValue</a>().</p> <!-- @@@isGenerated --> <!-- $$$isNull[overload1]$$$isNull --> <h3 class="fn"><a name="isNull"></a><span class="type">bool</span> QSqlField::<span class="name">isNull</span> () const</h3> <p>Returns true if the field's value is NULL; otherwise returns false.</p> <p><b>See also </b><a href="qsqlfield.html#value">value</a>().</p> <!-- @@@isNull --> <!-- $$$isReadOnly[overload1]$$$isReadOnly --> <h3 class="fn"><a name="isReadOnly"></a><span class="type">bool</span> QSqlField::<span class="name">isReadOnly</span> () const</h3> <p>Returns true if the field's value is read-only; otherwise returns false.</p> <p><b>See also </b><a href="qsqlfield.html#setReadOnly">setReadOnly</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@isReadOnly --> <!-- $$$isValid[overload1]$$$isValid --> <h3 class="fn"><a name="isValid"></a><span class="type">bool</span> QSqlField::<span class="name">isValid</span> () const</h3> <p>Returns true if the field's variant type is valid; otherwise returns false.</p> <!-- @@@isValid --> <!-- $$$length[overload1]$$$length --> <h3 class="fn"><a name="length"></a><span class="type">int</span> QSqlField::<span class="name">length</span> () const</h3> <p>Returns the field's length.</p> <p>If the returned value is negative, it means that the information is not available from the database.</p> <p><b>See also </b><a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@length --> <!-- $$$name[overload1]$$$name --> <h3 class="fn"><a name="name"></a><span class="type"><a href="qstring.html">QString</a></span> QSqlField::<span class="name">name</span> () const</h3> <p>Returns the name of the field.</p> <p><b>See also </b><a href="qsqlfield.html#setName">setName</a>().</p> <!-- @@@name --> <!-- $$$precision[overload1]$$$precision --> <h3 class="fn"><a name="precision"></a><span class="type">int</span> QSqlField::<span class="name">precision</span> () const</h3> <p>Returns the field's precision; this is only meaningful for numeric types.</p> <p>If the returned value is negative, it means that the information is not available from the database.</p> <p><b>See also </b><a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@precision --> <!-- $$$requiredStatus[overload1]$$$requiredStatus --> <h3 class="fn"><a name="requiredStatus"></a><span class="type"><a href="qsqlfield.html#RequiredStatus-enum">RequiredStatus</a></span> QSqlField::<span class="name">requiredStatus</span> () const</h3> <p>Returns true if this is a required field; otherwise returns false. An <tt>INSERT</tt> will fail if a required field does not have a value.</p> <p><b>See also </b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@requiredStatus --> <!-- $$$setAutoValue[overload1]$$$setAutoValuebool --> <h3 class="fn"><a name="setAutoValue"></a><span class="type">void</span> QSqlField::<span class="name">setAutoValue</span> ( <span class="type">bool</span> <i>autoVal</i> )</h3> <p>Marks the field as an auto-generated value if <i>autoVal</i> is true.</p> <p><b>See also </b><a href="qsqlfield.html#isAutoValue">isAutoValue</a>().</p> <!-- @@@setAutoValue --> <!-- $$$setDefaultValue[overload1]$$$setDefaultValueconstQVariant& --> <h3 class="fn"><a name="setDefaultValue"></a><span class="type">void</span> QSqlField::<span class="name">setDefaultValue</span> ( const <span class="type"><a href="qvariant.html">QVariant</a></span> &amp; <i>value</i> )</h3> <p>Sets the default value used for this field to <i>value</i>.</p> <p><b>See also </b><a href="qsqlfield.html#defaultValue">defaultValue</a>(), <a href="qsqlfield.html#value">value</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setDefaultValue --> <!-- $$$setGenerated[overload1]$$$setGeneratedbool --> <h3 class="fn"><a name="setGenerated"></a><span class="type">void</span> QSqlField::<span class="name">setGenerated</span> ( <span class="type">bool</span> <i>gen</i> )</h3> <p>Sets the generated state. If <i>gen</i> is false, no SQL will be generated for this field; otherwise, Qt classes such as <a href="qsqlquerymodel.html">QSqlQueryModel</a> and <a href="qsqltablemodel.html">QSqlTableModel</a> will generate SQL for this field.</p> <p><b>See also </b><a href="qsqlfield.html#isGenerated">isGenerated</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setGenerated --> <!-- $$$setLength[overload1]$$$setLengthint --> <h3 class="fn"><a name="setLength"></a><span class="type">void</span> QSqlField::<span class="name">setLength</span> ( <span class="type">int</span> <i>fieldLength</i> )</h3> <p>Sets the field's length to <i>fieldLength</i>. For strings this is the maximum number of characters the string can hold; the meaning varies for other types.</p> <p><b>See also </b><a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setLength --> <!-- $$$setName[overload1]$$$setNameconstQString& --> <h3 class="fn"><a name="setName"></a><span class="type">void</span> QSqlField::<span class="name">setName</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>name</i> )</h3> <p>Sets the name of the field to <i>name</i>.</p> <p><b>See also </b><a href="qsqlfield.html#name">name</a>().</p> <!-- @@@setName --> <!-- $$$setPrecision[overload1]$$$setPrecisionint --> <h3 class="fn"><a name="setPrecision"></a><span class="type">void</span> QSqlField::<span class="name">setPrecision</span> ( <span class="type">int</span> <i>precision</i> )</h3> <p>Sets the field's <i>precision</i>. This only affects numeric fields.</p> <p><b>See also </b><a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setPrecision --> <!-- $$$setReadOnly[overload1]$$$setReadOnlybool --> <h3 class="fn"><a name="setReadOnly"></a><span class="type">void</span> QSqlField::<span class="name">setReadOnly</span> ( <span class="type">bool</span> <i>readOnly</i> )</h3> <p>Sets the read only flag of the field's value to <i>readOnly</i>. A read-only field cannot have its value set with <a href="qsqlfield.html#setValue">setValue</a>() and cannot be cleared to NULL with <a href="qsqlfield.html#clear">clear</a>().</p> <p><b>See also </b><a href="qsqlfield.html#isReadOnly">isReadOnly</a>().</p> <!-- @@@setReadOnly --> <!-- $$$setRequired[overload1]$$$setRequiredbool --> <h3 class="fn"><a name="setRequired"></a><span class="type">void</span> QSqlField::<span class="name">setRequired</span> ( <span class="type">bool</span> <i>required</i> )</h3> <p>Sets the required status of this field to <a href="qsqlfield.html#RequiredStatus-enum">Required</a> if <i>required</i> is true; otherwise sets it to <a href="qsqlfield.html#RequiredStatus-enum">Optional</a>.</p> <p><b>See also </b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>() and <a href="qsqlfield.html#requiredStatus">requiredStatus</a>().</p> <!-- @@@setRequired --> <!-- $$$setRequiredStatus[overload1]$$$setRequiredStatusRequiredStatus --> <h3 class="fn"><a name="setRequiredStatus"></a><span class="type">void</span> QSqlField::<span class="name">setRequiredStatus</span> ( <span class="type"><a href="qsqlfield.html#RequiredStatus-enum">RequiredStatus</a></span> <i>required</i> )</h3> <p>Sets the required status of this field to <i>required</i>.</p> <p><b>See also </b><a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setRequiredStatus --> <!-- $$$setType[overload1]$$$setTypeQVariant::Type --> <h3 class="fn"><a name="setType"></a><span class="type">void</span> QSqlField::<span class="name">setType</span> ( <span class="type"><a href="qvariant.html#Type-enum">QVariant::Type</a></span> <i>type</i> )</h3> <p>Set's the field's variant type to <i>type</i>.</p> <p><b>See also </b><a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setType --> <!-- $$$setValue[overload1]$$$setValueconstQVariant& --> <h3 class="fn"><a name="setValue"></a><span class="type">void</span> QSqlField::<span class="name">setValue</span> ( const <span class="type"><a href="qvariant.html">QVariant</a></span> &amp; <i>value</i> )</h3> <p>Sets the value of the field to <i>value</i>. If the field is read-only (<a href="qsqlfield.html#isReadOnly">isReadOnly</a>() returns true), nothing happens.</p> <p>If the data type of <i>value</i> differs from the field's current data type, an attempt is made to cast it to the proper type. This preserves the data type of the field in the case of assignment, e.g&#x2e; a <a href="qstring.html">QString</a> to an integer data type.</p> <p>To set the value to NULL, use <a href="qsqlfield.html#clear">clear</a>().</p> <p><b>See also </b><a href="qsqlfield.html#value">value</a>(), <a href="qsqlfield.html#isReadOnly">isReadOnly</a>(), and <a href="qsqlfield.html#defaultValue">defaultValue</a>().</p> <!-- @@@setValue --> <!-- $$$type[overload1]$$$type --> <h3 class="fn"><a name="type"></a><span class="type"><a href="qvariant.html#Type-enum">QVariant::Type</a></span> QSqlField::<span class="name">type</span> () const</h3> <p>Returns the field's type as stored in the database. Note that the actual value might have a different type, Numerical values that are too large to store in a long int or double are usually stored as strings to prevent precision loss.</p> <p><b>See also </b><a href="qsqlfield.html#setType">setType</a>().</p> <!-- @@@type --> <!-- $$$value[overload1]$$$value --> <h3 class="fn"><a name="value"></a><span class="type"><a href="qvariant.html">QVariant</a></span> QSqlField::<span class="name">value</span> () const</h3> <p>Returns the value of the field as a <a href="qvariant.html">QVariant</a>.</p> <p>Use <a href="qsqlfield.html#isNull">isNull</a>() to check if the field's value is NULL.</p> <p><b>See also </b><a href="qsqlfield.html#setValue">setValue</a>().</p> <!-- @@@value --> <!-- $$$operator!=[overload1]$$$operator!=constQSqlField& --> <h3 class="fn"><a name="operator-not-eq"></a><span class="type">bool</span> QSqlField::<span class="name">operator!=</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> ) const</h3> <p>Returns true if the field is unequal to <i>other</i>; otherwise returns false.</p> <!-- @@@operator!= --> <!-- $$$operator=[overload1]$$$operator=constQSqlField& --> <h3 class="fn"><a name="operator-eq"></a><span class="type">QSqlField</span> &amp; QSqlField::<span class="name">operator=</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> )</h3> <p>Sets the field equal to <i>other</i>.</p> <!-- @@@operator= --> <!-- $$$operator==[overload1]$$$operator==constQSqlField& --> <h3 class="fn"><a name="operator-eq-eq"></a><span class="type">bool</span> QSqlField::<span class="name">operator==</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> ) const</h3> <p>Returns true if the field is equal to <i>other</i>; otherwise returns false.</p> <!-- @@@operator== --> </div> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
app/module_assetsmanage/tpl/form-apply-visit-collection.tpl.html
dedp1984/gps_client
<div class="row m-t-md"> <div class="col-md-11"> <div class="form-group form-group-sm"> <label for="visitReason" class="col-sm-2 control-label">上门催收原因:</label> <div class="col-sm-10"> <select id="visitReason" class="form-control" ng-model="applyVo.visitReason" ng-options="item.dictDataCode as item.dictDataName for item in visitReasonList" required> <option value=""></option> </select> </div> </div> </div> <div class="col-md-11"> <div class="form-group form-group-sm"> <label for="visitComment" class="col-sm-2 control-label">上门催收备注:</label> <div class="col-sm-10"> <textarea type="text" class="form-control" id="visitComment" ng-model="applyVo.visitComment" placeholder="上门催收备注" rows="5" ></textarea> </div> </div> </div> </div>
examples/barchart/style.css
deciob/d3-v4-examples
.axis { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .axis--y path { display: none; } .bar { fill: #3182bd; fill-opacity: .9; } .wld { fill: #9ecae1; }
lib/js-interpreter/demos/async.html
aravart/speech-games
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JS-Interpreter Async Demo</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="../acorn.js"></script> <script src="../interpreter.js"></script> <script> var myInterpreter; function initAlert(interpreter, scope) { var wrapper = function(text) { text = text ? text.toString() : ''; return interpreter.createPrimitive(alert(text)); }; interpreter.setProperty(scope, 'alert', interpreter.createNativeFunction(wrapper)); var wrapper = function getXhr(href, callback) { href = href ? href.toString() : ''; var req = new XMLHttpRequest(); req.open('GET', href, true); req.onreadystatechange = function() { if (req.readyState == 4 && req.status == 200) { callback(interpreter.createPrimitive(req.responseText)); } }; req.send(null); }; interpreter.setProperty(scope, 'getXhr', interpreter.createAsyncFunction(wrapper)); }; function parseButton() { var code = document.getElementById('code').value myInterpreter = new Interpreter(code, initAlert); disable(''); } function stepButton() { if (myInterpreter.stateStack[0]) { var node = myInterpreter.stateStack[0].node; var start = node.start; var end = node.end; } else { var start = 0; var end = 0; } createSelection(start, end); try { var ok = myInterpreter.step(); } finally { if (!ok) { disable('disabled'); } } } function runButton() { disable('disabled'); if (myInterpreter.run()) { // Ran until an async call. Give this call a chance to run. // Then start running again later. // 1000ms is waaay too long, but is used here to demo the pause. setTimeout(runButton, 1000); } } function disable(disabled) { document.getElementById('stepButton').disabled = disabled; document.getElementById('runButton').disabled = disabled; } function createSelection(start, end) { var field = document.getElementById('code') if (field.createTextRange) { var selRange = field.createTextRange(); selRange.collapse(true); selRange.moveStart('character', start); selRange.moveEnd('character', end); selRange.select(); } else if (field.setSelectionRange) { field.setSelectionRange(start, end); } else if (field.selectionStart) { field.selectionStart = start; field.selectionEnd = end; } field.focus(); } </script> </head> <body> <h1>JS-Interpreter Async Demo</h1> <p>Asynchronous function calls in the real world can be wrapped to appear synchronous to code running in the JS-Interpreter. The example below (see this page's source) creates a <code>getXhr</code> function that fetches a URL and returns the content.</p> <p>This function is defined using <code>createAsyncFunction</code> during initialization. When called, the interpreter is paused until the callback occurs. During this paused state, <code>step</code> and <code>run</code> will both do nothing, returning <code>true</code> to indicate that the program still has code to execute.</p> <p>Click <em>Parse</em>, then either click <em>Step</em> repeatedly, or click <em>Run</em> once. Open your browser's console for errors.</p> <p><textarea id="code"> alert(getXhr('async.txt')); </textarea><br> <button onclick="parseButton()">Parse</button> <button onclick="stepButton()" id="stepButton" disabled="disabled">Step</button> <button onclick="runButton()" id="runButton" disabled="disabled">Run</button> </p> <p>Back to the <a href="../docs.html">JS-Interpreter documentation</a>.</p> <script> disable('disabled'); if (location.protocol == 'file:' && navigator.userAgent.indexOf('Firefox') == -1) { alert('Warning: This page is loaded with the "file:" protocol.\n' + 'Your browser might prevent XHR from working here.') } </script> </body> </html>
src/html/pages/cat/w15/main--card-05-005.html
paperdavid/vita
<article class="card"> <!-- card info --> <div class="row"> <div class="col-xs-12 col-sm-8 col-lg-6"> <div class="owl-carousel carousel-card"> <div class="item"><img src="../../../../img/images/clothes/w15/05-005/05-005-wt.jpg" alt=""></div> <div class="item"><img src="../../../../img/images/clothes/w15/05-005/05-005-wt2.png" alt=""></div> </div> </div><!-- col --> <div class="col-xs-12 col-sm-4 col-lg-6"> <div class="card__item__content"> <h1 class="card__item__content__title">Блуза</h1> <span class="card__item__content__articulus">Артикул: 05.005</span> <span class="card__item__content__text">Материалы: 100% шёлк</span> <span class="card__item__content__text">Размер: XS-XL</span> <ul class="card__item__content__consist"> <li><i class="materials materials--05005-wt"></i></li> </ul> <a href="../../shops.html">Где купить <i class="arrow"> &rarr;</i></a><br> <a href="../../wholesale.html">Получить каталог коллекции <i class="arrow"> &rarr;</i></a> </div> </div><!-- col --> </div> <!-- row --> </article> <!-- promo -->
data/fixtures/html/av-selection/38476794.html
togusafish/app2641-_-AdultMidnight
<?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" id="ldblog-standard"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://livedoor.blogimg.jp/avselection/imgs/2/7/favicon.ico" /><link rel="icon" href="http://livedoor.blogimg.jp/avselection/imgs/2/7/2777089b.jpg" /> <link rel="stylesheet" href="http://parts.blog.livedoor.jp/css/template.css?v=20130404" type="text/css" /> <link rel="stylesheet" href="http://av-selection.net/site.css?_=20141021224212" type="text/css" /><link rel="alternate" type="application/rss+xml" title="RSS" href="http://av-selection.net/index.rdf" /> <link rel="alternate" type="application/atom+xml" title="Atom" href="http://av-selection.net/atom.xml" /><link rel="canonical" href="http://av-selection.net/archives/38476794.html" /><link rel="openid.server" href="http://auth.livedoor.com/openid/server" /><link rel="openid.delegate" href="http://profile.livedoor.com/avselection/" /> <link rel="mixi-check-alternate" media="mixi-device-mobile" type="text/html" href="http://blog.m.livedoor.jp/avselection/article/38476794" /> <link rel="mixi-check-alternate" media="mixi-device-smartphone" type="text/html" href="http://av-selection.net/archives/38476794.html" /><meta property="mixi:content-rating" content="1" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="http://blog.m.livedoor.jp/avselection/article/38476794" /> <title>チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】|無料エロ動画AVselection</title> <meta name="keywords" content="痴女・ビッチ,お姉さん"> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/emoji.js"></script> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/misc.js"></script> <!-- Add Header Tag // --> <script type="text/javascript" src="http://av-selection.net/jquery-1.7.2.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33829258-3']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- // Add Header Tag --> </head> <body class="article"><script type="text/javascript"><!-- var ld_blog_vars = { provider_id : '1', provider_name : 'livedoor', id : '5257383', name : 'avselection', charset : 'utf8', url : 'http://av-selection.net/', title : '無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介', blog_design: { version: 1 }, blog_category: { id: '148', permalink: 'http://blog.livedoor.com/category/148/', name: 'アダルト(総合) > アダルト動画・画像', is_adult : 1, is_gambling : 0, hierarchy: [{ id: '143', name: 'アダルト(総合)', permalink: 'http://blog.livedoor.com/category/143/' },{ id: '148', name: 'アダルト動画・画像', permalink: 'http://blog.livedoor.com/category/148/' }] }, current_page : { type : 'article', page : '' }, articles : [ { id : '38476794', permalink : 'http://av-selection.net/archives/38476794.html', title : 'チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】', categories : [ { id:'491492', name:'痴女・ビッチ', permalink:'http://av-selection.net/archives/cat_491492.html' }, { id:'491491', name:'お姉さん', permalink:'http://av-selection.net/archives/cat_491491.html' } ], date : '2014-06-04 23:00:41' } ] }; //--> </script><div id="analyzer_tags" style="display:none"> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/c2.js"></script> <script type="text/javascript">blog_counter('avselection', 5257383, 'http://av-selection.net/')</script> </div><script type="text/javascript" src="http://parts.blog.livedoor.jp/js/smartphone.js?v=20131007"></script> <script type="text/javascript" src="http://av-selection.net/settings/header.js"></script><script type="text/javascript" src="http://av-selection.net/settings/ad.js"></script> <script type="text/javascript"> var palette_src = 'http://parts.blog.livedoor.jp/img/emoji/2/palette.png'; if (typeof IMAGE_CACHE == 'object' && IMAGE_CACHE['emoji_palette']) IMAGE_CACHE['emoji_palette'].src = palette_src; </script> <a name="top"></a> <!-- Blog Common Header // --> <!-- // Blog Common Header --> <div class="clearfix" id="container"> <!-- ▼▼▼サイドメニュー▼▼▼ --> <div id="sidemenu_article"> <ul> <li><a href="#" class="sidemenu_top"></a></li> <li><a href="#footer" class="sidemenu_fot"></a></li> </ul> </div> <!-- ▲▲▲サイドメニュー▲▲▲ --> <div id="blogcontainer"> <div id="banner" class="clearfix"> <div id="banner-h1"><h1><a href="http://av-selection.net/" title="無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介"><span class="h1span">無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介</span></a></h1> </div> <ul class="banner-list"> <form action="http://av-selection.net/search" method="GET"> <li class="search_text"> <input type="text" name="q" class="sf"> </li> <li class="search_sub"> <input type="submit" value="検索" class="sfbtn"> </li> </form> <li><a href="http://av-selection.net/#footer">このサイトについて</a></li> </ul> </div> <!-- ▼▼▼article_pr▼▼ --> <div id="article_pr"> <iframe src="http://av-selection.net/pickup_side.html" frameborder="0" scrolling="no" class="pickup_side"></iframe> <div id="dtiside"> <div id="insertAdSpaceBeforeThis_000000015e426e3d" style="display:none"></div> <script type="text/javascript"> (function() { try { var scriptEl = document.createElement('script'); scriptEl.type = 'text/javascript'; scriptEl.async = 'async'; scriptEl.src = ('https:' == document.location.protocol) ? 'https://scdn.cxense.com/cx.js' : 'http://cdn.cxense.com/cx.js'; var targetEl = document.getElementsByTagName('script')[0]; targetEl.parentNode.insertBefore(scriptEl, targetEl); } catch (e) {}; })(); </script> <script type="text/javascript"> var cX = cX || {}; cX.callQueue = cX.callQueue || []; cX.callQueue.push(['insertAdSpace', { adSpaceId:'000000015e426e3d', baseAdDeliveryUrl:'http://adn.dmm.com/adserver/search', adUnitWidth:300, adUnitHeight:250, initialHorizontalAdUnits:1, initialVerticalAdUnits:1, clickTargetFrame: '_blank' } ]); </script> <!-- Cxense script begin --> <div id="cX-root" style="display:none"></div> <script type="text/javascript"> var cX = cX || {}; cX.callQueue = cX.callQueue || []; cX.callQueue.push(['setSiteId', '9222319722580343876']); cX.callQueue.push(['sendPageViewEvent']); </script> <script type="text/javascript"> (function() { try { var scriptEl = document.createElement('script'); scriptEl.type = 'text/javascript'; scriptEl.async = 'async'; scriptEl.src = ('https:' == document.location.protocol) ? 'https://scdn.cxense.com/cx.js' : 'http://cdn.cxense.com/cx.js'; var targetEl = document.getElementsByTagName('script')[0]; targetEl.parentNode.insertBefore(scriptEl, targetEl); } catch (e) {};} ()); </script> <!-- Cxense script end --> <p style="margin:10px 0 0 0;"> <script type="text/javascript" src="http://av-selection.net/dmm_pr2.js"></script> </p> <p style="margin:10px 0 0 0;"> <script type="text/javascript" src="http://av-selection.net/dmm_pr.js"></script> </p> </div> </div> <!-- ▼▼▼pickup top img▼▼ --> <script type="text/javascript"> var mynum = Math.floor(Math.random() * 2) + 1; document.write('<iframe src="http://av-selection.net/pickup_top_img' + mynum + '.html" frameborder="0" scrolling="no" class="pickup_top_img"></iframe>'); </script> <noscript> <iframe src="http://av-selection.net/pickup_top_img1.html" frameborder="0" scrolling="no" class="pickup_top_img"></iframe> </noscript> <!-- ▲▲▲article_pr▲▲▲ --> <div style="text-align: center; margin: 10px auto 10px;"> <!-- admax --> <script type="text/javascript" src="http://adm.shinobi.jp/s/815c141fe4d2a4b74788210367f688bf"></script> <!-- admax --> </div> <div id="links"> <div id="linkstop"></div> <div id="linksbody"> <div class="plugin-recent_articles_image sidewrapper"> <div class="sidetitlebody"> <div class="sidetitle">最新記事</div> </div> <div class="sidetop"></div> <div class="side"> <ul class="recent-article-image"> <li> <a href="http://av-selection.net/archives/41377280.html"><img src="http://resize.blogsys.jp/5802f992de1646b7878a3413abd379ad44d2d73b/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/2/f/2f01523e.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41377280.html">2人がかりで男の精根を吸い上げ果てさせる黒髪ロングの清楚JK【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41375305.html"><img src="http://resize.blogsys.jp/2e23583871260937564cf9ff2541d94f97d8d87b/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/e/4/e476a10e.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41375305.html">神々しいレベルのハーフ美女 ゆるやかとした身体のうねりがエロ過ぎる【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41364427.html"><img src="http://resize.blogsys.jp/f810adf9712a696501b0617a45f149b63f0521fe/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/4/f/4f1447fe.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41364427.html">清楚なお姉さんのぽっちゃりボディにぷっくり乳輪を舐めるように犯す!【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41363198.html"><img src="http://resize.blogsys.jp/d6e4ce010fe42ed94d77c8aa120716875a5daa0e/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/f/5/f50bfb7c.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41363198.html">ハーレム気分を味あわせてくれるスケベな素人水着お姉さんたち【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41362845.html"><img src="http://resize.blogsys.jp/b4d70f1db163389faffd6e659abbc0608be43c81/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/8/a/8a20c46a.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41362845.html">男を誘うスラリとした美脚!静かにハメられるスレンダーCA【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41361787.html"><img src="http://resize.blogsys.jp/ed248c3af3c8add5227ccccec55d5ea979716082/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/f/3/f320febd.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41361787.html">ショートヘアの美少女新妻!新婚の甘いラブラブ主観セクロス【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41358907.html"><img src="http://resize.blogsys.jp/c859c6fc54ab90715961cbdee7dfbbc7492edf66/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/a/9/a9970e17.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41358907.html">監禁調教で完全にSEX中毒にされてしまった茶髪OL【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41358804.html"><img src="http://resize.blogsys.jp/0c679d4ba1aade542b8ffbd337875394f4c7eba1/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/3/1/313b7e31.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41358804.html">いたいけない瞳をした制服ロリ娘がかわいげに自ら腰を振る【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41347740.html"><img src="http://resize.blogsys.jp/c8b6795953ec56eda9c325c932f78e0e11e67521/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/b/f/bf90b7f8.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41347740.html">妙齢のスレンダー美女店員をセクハラしまくり勢いで自宅で思いを遂げる【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41347560.html"><img src="http://resize.blogsys.jp/b38c22e46c2d86c51ed5de3175974c150758cb50/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/6/3/6399f71e.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41347560.html">美乳ギャルがはにかみながら抱き合う可愛さを感じるセクロス【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41343307.html"><img src="http://resize.blogsys.jp/b3bea0814dda924c30f5d54209696bdb8f181cf7/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/5/a/5af8ea8c.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41343307.html">美女が高露出のエッチなコスプレで尽くしてくれるSEXは格別!【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41340479.html"><img src="http://resize.blogsys.jp/891be7cc44d72c4b4463f2f788350e3c8d217932/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/9/4/94cc74d9.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41340479.html">浴衣からはだけるハリのある豊満おっぱいに溺れるしっぽりパコパコ【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41340263.html"><img src="http://resize.blogsys.jp/deb8b511ea3f87cafeda7b5d757acca6a04de534/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/1/9/19a3c504.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41340263.html">信じていたお医者様が二人きりになったら豹変! 力づくで犯される美人若妻【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41332970.html"><img src="http://resize.blogsys.jp/71eab7fd40f86726a7736abfef9dcba5d2c701a4/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/3/9/39bfcef1.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41332970.html">セクハラ医師の変態すぎる診察に素直に従っちゃう巨乳娘【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41328649.html"><img src="http://resize.blogsys.jp/c066a812157b0fe9d742e861ae5e5ed9e080ed50/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/5/d/5d64bce7.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41328649.html">禁断の近親相姦に燃える姉弟 恋人とやるより身体の相性ヨシ!【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41328506.html"><img src="http://resize.blogsys.jp/0b9330d01dc925c7f2c71110f4a0d015a38c6e8d/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/8/e/8ef2abd7.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41328506.html">貧乳芸術娘たちがモデルの股間の膨らみに惚れて吸い付いてしまうw【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41326027.html"><img src="http://resize.blogsys.jp/5bb77fea37617f697ebdbbcfe58890f6e995739a/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/7/d/7d7e3543.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41326027.html">血の繋がらないハーフ娘 飼育監禁し妊娠するまで中出しを続ける【エロ動画・SHARA】</a> </li> </ul> </div> <div class="sidebottom"></div> </div><!-- // plugin-recent_articles_image --> <div class="elsehead"></div> <div class="elsebody"> </div> <div class="elsebottom"></div> </div> <div id="linksbottom"></div> </div> <div id="content_article"> <div id="blog" class="clearfix"> <div id="blogtop"></div> <div id="articlebody" class="clearfix"> <div style="margin: 0 0 10px 0;" class="clearfix"> <div class="main_article"><div class="mov_time"> <img src="http://livedoor.blogimg.jp/avselection/imgs/6/e/6e003a7c.jpg" border="0" alt="1" hspace="5" class="pict"> <span>26:00</span> </div></div> <div class="titlebody"><h3 class="title"><a href="http://av-selection.net/archives/38476794.html">チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】</a></h3> <div class="datebody"> <p>&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491492.html">痴女・ビッチ</a>&nbsp;&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491491.html">お姉さん</a> </p> <p><span class="date">2014年06月04日</span><span class="time">23:00</time></p> <p> <a href="http://b.hatena.ne.jp/entry/http://av-selection.net/archives/38476794.html" class="hatena-bookmark-button" data-hatena-bookmark-title="チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】 - 無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a> <script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script> </div></p> </div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description rdf:about="http://av-selection.net/archives/38476794.html" trackback:ping="http://trackback.blogsys.jp/livedoor/avselection/38476794" dc:title="チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】" dc:identifier="http://av-selection.net/archives/38476794.html" dc:subject="痴女・ビッチ,お姉さん" dc:description="26:00" dc:creator="hirohisa0721" dc:date="2014-06-04T23:00:41+09:00" /> </rdf:RDF> --> <div id="ad_rs" class="ad_rs_b"></div> </div> <a name="more"></a><div class="mainmore"><iframe src="http://flashservice.xvideos.com/embedframe/7994012" frameborder=0 width=510 height=400 scrolling=no></iframe> <iframe src="http://flashservice.xvideos.com/embedframe/7994057" frameborder=0 width=510 height=400 scrolling=no></iframe> </div> <script type="text/javascript"> $('.mainmore iframe, .mainmore object, .mainmore div').each(function(){ $(this).before('<iframe src="http://av-selection.net/movie_top.html" class="movie_top" frameborder="0" scrolling="no"></iframe>'); $(this).after('<iframe src="http://av-selection.net/movie_bottom_pr2.html" class="movie_bottom_pr" frameborder="0" scrolling="no"></iframe>'); }); </script> <div class="comblogbodybottom"></div> <div class="postedbody"><div class="posted">&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491492.html">痴女・ビッチ</a>&nbsp;&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491491.html">お姉さん</a>|&nbsp; <a href="http://b.hatena.ne.jp/entry/http://av-selection.net/archives/38476794.html" class="hatena-bookmark-button" data-hatena-bookmark-title="チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】 - 無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a> <script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script> </div></div> <div class="portal-links"> </div> <div id="ad2"></div> </div> <div id="subspace"> <a name="trackback"></a> <!-- ▼▼▼pickup under img▼▼ --> <iframe src="http://av-selection.net/pickup_under_img.html" frameborder="0" scrolling="no" class="pickup_under_img"></iframe> <div id="ldblog_related_articles_7c1e7957"> <div class="related-articles ldblog_related_articles_7c1e7957" data-category-id="491492" data-article-rows="15"> <h3>「痴女・ビッチ」カテゴリの最新記事</h3> <ul id="ldblog_related_articles_7c1e7957_491492"></ul> </div> <div class="related-articles ldblog_related_articles_7c1e7957" data-category-id="491491" data-article-rows="15"> <h3>「お姉さん」カテゴリの最新記事</h3> <ul id="ldblog_related_articles_7c1e7957_491491"></ul> </div> </div> <script type="text/html" id="ldblog_related_articles_7c1e7957_tmpl"> <% for(var i=0,l=articles.length;i<l;i++) {%><% if(i>=rows) break; %> <li><a href="<%=articles[i].permalink%>"><%=articles[i].title%></a></li> <% } %> </script> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/related_articles.js"></script> <script type="text/javascript"> (function(){ var rebuild_at = 1416385468; RelatedArticles.load('ldblog_related_articles_7c1e7957'); })(); </script> </div> <div id="blogfooter"></div> </div> <div id="blogcommentbottom"></div> <div class="menu"><a href="http://av-selection.net/">このBlogのトップへ</a>&nbsp;<a href="http://av-selection.net/archives/38476534.html">前の記事</a>&nbsp;<a href="http://av-selection.net/archives/38478289.html">次の記事</a></div> </div><!-- End of content_article --> </div><!-- End of blogcontainer--> <!-- ▼▼▼fixscript▼▼ --> <script type="text/javascript"> var dtitop = $('#dtiside'); gHeadOffset = dtitop.offset(); // #globalHeader の位置を offset で取得 var picimg = $("#text"), picimgOffset = picimg.offset(); // #globalHeader の位置を offset で取得 $(window).on("scroll", function() { // windowのスクロールが#globalHeaderを超えたら if ( $(this).scrollTop() >= gHeadOffset.top ) { // #globalHeaderのpositoinをabsoluteからfixedにしている処理 dtitop.css({ position: "fixed", top: "10px" }); // もとの位置に戻ったら absolute に戻す } else { dtitop.css({ position: "static" }); } }); </script> </div><!-- End of container --> <!--▼▼▼saport js▼▼▼ --> <script type="text/javascript" src="http://av-selection.net/saport.js"></script> <!--▲▲▲saport js▲▲▲ --> <div id="footer"> <p>copywrite c 2012 &nbsp;&nbsp;<a href="http://av-selection.net/">無料エロ動画のAV-selection</a>&nbsp;&nbsp; All Rights Reserved. </p> <div id="i2i-15a675c9be31438acfd-wrap"><a href="http://count.i2i.jp/" target="_blank" id="i2i-15a675c9be31438acfd-img1" ><img src="http://rc9.i2i.jp/bin/img/i2i_pr1.gif" border="0" alt="アクセスカウンター"></a><script type="text/javascript" src="http://rc9.i2i.jp/bin/get.x?00801236&&1"></script><noscript><a href="http://rank.i2i.jp/"><img src="http://rc9.i2i.jp/bin/img/i2i_pr2.gif" alt="アクセスランキング" border="0" /></a><div><font size=1><a href="http://accm.i2iparts.jp/" target="_blank">携帯アクセス解析</a></font></div></noscript></div> </div> <div id="outfooter"></div> <!-- Add Body Tag // --> <script type="text/javascript"> var nend_params = {"media":4534,"site":16773,"spot":58573,"type":2,"oriented":1,"sp":0}; </script> <script type="text/javascript" src="http://js1.nend.net/js/nendAdLoader.js"></script> <script type="text/javascript"> (function(){ var traq = document.createElement('script'); traq.type = 'text/javascript'; traq.async = true; traq.src = 'http://t.blog.livedoor.jp/u.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(traq, s); })(); </script> <noscript> <img src="http://t.blog.livedoor.jp/u.gif" alt="traq"> </noscript> <!-- // Add Body Tag --> </body> </html>
js/dojo-1.1.1/dijit/themes/tundra/tundra_rtl.css
simonbates/bitstructures
.dj_gecko .dijitRtl .dijitInputField { direction: ltr; } .dj_gecko .dijitRtl .dijitInputField * { direction: rtl; } .dijitRtl .dijitTreeContainer .dijitTreeExpando, .dijitRtl .dijitTreeContainer .dijitTreeExpand { float:right; } .dijitRtl .dijitExpandoText { float: right; padding-left: 3px; padding-right: 0; } .dijitRtl .dijitComboBox .dijitInputField { border-right-width:1px !important; border-left-width:0 !important; } .dijitRtl .dijitCalendarNextYear { margin:0 0.55em 0 0; } .dijitRtl .dijitCalendarPreviousYear { margin:0 0 0 0.55em; } .dijitRtl .dijitProgressBarFull .dijitProgressBarLabel { right:0; } .dijitRtl .dijitComboButton .dijitButtonContents { border-right-width:1px !important; } .dijitRtl .dijitA11ySideArrow { margin-left:1em; margin-right:0; } .dijitRtl .dijitAccordionArrow, .dijitRtl .dijitAccordionTitle .arrowTextUp, .dijitRtl .dijitAccordionTitle .arrowTextDown { float: left; } .dijitRtl .dijitSliderImageHandleV { left:auto; right:-6px; } .dj_ie .dijitRtl .dijitSliderImageHandleV { right:-10px; } .dijitRtl .dijitSliderMoveableH { right:auto; left:0; } .dijitRtl .dijitRuleContainerV { float:right; } .dj_gecko .dijitRtl .dijitRuleContainerV { float:left; } .dj_ie .dijitRtl .dijitRuleContainerV { text-align:right; } .dj_ie .dijitRtl .dijitRuleLabelV { text-align:left; } .dj_ie .dijitRtl .dijitRuleLabelH { zoom:1; } .dj_ie .dijitRtl .dijitSliderProgressBarH { right:0; left:auto; } .dj_gecko .dijitRtl .dijitSliderProgressBarH { float:right; right:0; left:auto; } .dijitRtl .dijitTab { float:right; } .dj_ie .dijitRtl .dijitTab, .dj_ie .dijitRtl .dijitTab .dijitTabInnerDiv, .dj_ie .dijitRtl .dijitTab .dijitTabInnerDiv span { position:static; zoom:1; } .dj_ie .dijitRtl .dijitTabContainer .dijitAlignLeft { margin-left:1px !important; } .dj_ie .dijitRtl .dijitTabContainer .dijitAlignRight { margin-right:1px !important; } .dj_ie6 .dijitRtl .dijitTab { width:1px; } .dj_ie7 .dijitRtl .dijitTabContainer .dijitAlignLeft { margin-left:1px !important; } .dj_ie7 .dijitRtl .dijitTabContainer .dijitAlignRight { margin-right:1px !important; } .dj_ie6 .dijitRtl .dijitTabContainer .dijitAlignLeft { overflow-x:visible; margin-left:2px !important; } .dj_ie6 .dijitRtl .dijitTabContainer .dijitAlignRight { overflow-x:visible; margin-right:2px !important; } .dj_ie7 .dijitRtl .dijitTab .dijitTabInnerDiv { float:left; } .dj_ie7 .dijitRtl .dijitTab .closeImage { padding: 0 0 0 12px; } .dj_ie .dijitRtl .dijitAlignRight .dijitTab { position:relative; } .dijitRtl .dijitTitlePane .dijitArrowNode { float: left; } .dijitRtl .dijitSpinner .dijitInputLayoutContainer .dijitArrowButton { right: auto; left: 0; border-width: 0 1px 0 0 !important; } .dijitRtl .dijitSpinnerButtonContainer { float: left; } .dijitRtl .dijit_a11y .dijitSpinnerButtonContainer { margin-left: none; margin-right: 2px; } .dijitRtl DIV.dijitArrowButton, .dijitRtl .dijitValidationIcon, .dijitRtl .dijitValidationIconText { float: left; } .dijitRtl .dijitContentPaneLoading, .dijitRtl .dijitContentPaneError { background-position:right; padding-right:25px; } .dijitRtl .dijitCalendarDecrease { background-position: -30px top; } .dijitRtl .dijitCalendarIncrease { background-position: 0px top; } .dj_ie6 .dijitRtl .dijitCalendarIncrease { background-position: 0px top; } .dj_ie6 .dijitRtl .dijitCalendarDecrease { background-position: -30px top; } .dijitRtl .dijitDialogTitleBar .dijitDialogCloseIcon { background-position: -60px top; float: left; right: auto; left: 5px; } .dj_ie6 .dijitRtl .dijitDialogTitleBar .dijitDialogCloseIcon { background-position: -60px top; } .dj_ie .dijitRtl .dijitTooltipLeft { margin-right: 0px; margin-left: 13px; } .dj_ie .dijitRtl .dijitTooltipRight { margin-left: 26px; margin-right: -13px; } .dj_ie .dijitRtl .dijitTooltipDialog { zoom:1 !important; } .dijitRtl .dijitEditorIcon { background-image: url(images/editor_rtl.gif); } .dijitRtl .dijitToolbar .dijitToolbarSeparator { background-image: url(images/editor_rtl.gif); } .dijitRtl .dijitMenuItem .dijitMenuItemIcon { padding-left: 3px; padding-right: 0px; } .dijitRtl .dijitMenuItem .dijitMenuExpandEnabled { background-image:url(images/arrowLeft.gif); } .dijitRtl .dijitTreeContainer .dijitTreeNode { background-image : url(images/i_rtl.gif); background-position : top right; margin-left: auto; margin-right: 19px; } .dijitRtl .dijitTreeContainer .dijitTreeIsRoot { margin-left: auto; margin-right: 0; background-image: none; } .dijitRtl .dijitTreeContainer .dijitTreeIsLast { background-image: url(images/i_half_rtl.gif); } .dijitRtl .dijitTreeContainer .dijitTreeContent { margin-left: auto; margin-right: 18px; padding-left: auto; padding-right: 1px; } .dijitRtl .dijitTreeContainer .dijitTreeExpandoOpened { background-image: url(images/treeExpand_minus_rtl.gif); } .dijitRtl .dijitTreeContainer .dijitTreeExpandoClosed { background-image: url(images/treeExpand_plus_rtl.gif); } .dijitRtl .dijitTreeContainer .dijitTreeExpandoLeaf { background-image: url(images/treeExpand_leaf_rtl.gif); } .dijitRtl .dijitTitlePane .dijitClosed .dijitArrowNode { background:url(images/arrowRight.png) no-repeat center center; } .dj_ie6 .dijitRtl .dijitTitlePane .dijitClosed .dijitArrowNode { background-image:url(images/arrowRight.gif); } .dijitRtl .dijitTab { margin-right:0; margin-left:5px; } .dijitRtl .dijitTab .dijitTabInnerDiv { border-left:none; border-right:1px solid #fff; } .dijitRtl .dijitTab .dijitClosable { padding: 6px 10px 4px 20px; } .dijitRtl .dijitTab .closeImage { position:static; padding: 0px 12px 0px 0px; } .dj_gecko .dijitTab .closeImage { position:relative; float:none; padding:0; } .dijitRtl .dijitTab .dijitClosable .closeImage { right:auto; left:3px; background-position: left top; } .dj_ie .dijitRtl .dijitTab .dijitClosable .closeImage { width:12px !important; } .dijitRtl .dijitAlignLeft .dijitTab, .dijitRtl .dijitAlignRight .dijitTab { margin-left:0px; } .dijitRtl .dijitAlignBottom .dijitTab .dijitClosable .closeImage { right:auto; left:3px; } .dijitRtl .dijitAlignRight .dijitTab .dijitTabInnerDiv { padding-left:10px; padding-right:20px; } .dijitRtl .dijitAlignLeft .dijitTab .dijitTabInnerDiv { padding-left:20px; padding-right:10px; } .dj_ie .dijitRtl .dijitAlignLeft .dijitTab .dijitTabInnerDiv { padding-left:19px; } .dj_gecko .dijitRtl .dijitAlignLeft .dijitTab .dijitTabInnerDiv { padding-left:11px; } .dijitRtl .dijitAlignRight .dijitTab .dijitClosable .closeImage { left:auto; right:3px; } .dj_ie7 .dijitRtl .dijitAlignLeft .dijitTab .dijitTabContent{ position:relative; } .dj_ie7 .dijitRtl .dijitAlignLeft .dijitTab .dijitClosable .closeImage{ position:absolute; top:2px; left:3px; } .dj_ie6 .dijitRtl .dijitAlignLeft .dijitTab .dijitClosable .closeImage{ float:left; } .dj_ie6 .dijitRtl .dijitAlignLeft .dijitTab .dijitClosable .tabLabel{ float:right; } .dj_ie .dijitTab .dijitTabInnerDiv{ width : 1%; } .dijitRtl .dijitSliderProgressBarH, .dijitRtl .dijitSliderRemainingBarH, .dijitRtl .dijitSliderLeftBumper, .dijitRtl .dijitSliderRightBumper, .dijitRtl .dijitSliderTopBumper { background-position: top right; } .dijitRtl .dijitSliderProgressBarV, .dijitRtl .dijitSliderRemainingBarV, .dijitRtl .dijitSliderBottomBumper { background-position: bottom right; } .dijitRtl .dijitSliderLeftBumper { border-left-width: 0px; border-right-width: 1px; } .dijitRtl .dijitSliderRightBumper { border-left-width: 1px; border-right-width: 0px; } .dijitRtl .dijitSliderIncrementIconH { background-image:url(images/arrowLeft.png); } .dijitRtl .dijitSliderDecrementIconH { background-image:url(images/arrowRight.png); }
UnrealPyEmbed/Development/Python/2015.08.07-Python2710-x64-Source-vs2015/Python27/Source/db-4.7.25.0/docs/ref/distrib/port.html
mollstam/UnrealPy
<!--$Id: port.html 63573 2008-05-23 21:43:21Z trent.nelson $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB Reference Guide: Porting Berkeley DB to new architectures</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <table width="100%"><tr valign=top> <td><b><dl><dt>Berkeley DB Reference Guide:<dd>Distribution</dl></b></td> <td align=right><a href="../test/faq.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../distrib/layout.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p align=center><b>Porting Berkeley DB to new architectures</b></p> <p>Berkeley DB is generally easy to port to new architectures. Berkeley DB was designed to be as portable as possible, and has been ported to a wide variety of systems, from Wind River's Tornado system, to VMS, to Windows/NT and Windows/95, and most existing UNIX platforms. It runs on 16, 32 and 64-bit machines, little or big-endian. The difficulty of a port depends on how much of the ANSI C and POSIX 1003.1 standards the new architecture offers.</p> <p>An abstraction layer separates the main Berkeley DB code from the operating system and architecture specific components. This layer is comprised of approximately 2500 lines of C language code, found in the <b>os</b> subdirectory of the Berkeley DB distribution. The following list of files include functionality that may need to be modified or implemented in order to support a new architecture. Within each file, there is usually one, but sometimes several functions (for example, the <b>os_alloc.c</b> file contains the malloc, calloc, realloc, free, and strdup functions).</p> <table border=1 align=center> <tr><th>Source file</th><th>Description</th></tr> <tr><td>os_abs.c</td><td>Return if a filename is an absolute pathname</td></tr> <tr><td>os_alloc.c</td><td>ANSI C malloc, calloc, realloc, strdup, free front-ends</td></tr> <tr><td>os_clock.c</td><td>Return the current time-of-day</td></tr> <tr><td>os_config.c</td><td>Return run-time configuration information</td></tr> <tr><td>os_dir.c</td><td>Read the filenames from a directory</td></tr> <tr><td>os_errno.c</td><td>Set/get the ANSI C errno value</td></tr> <tr><td>os_fid.c</td><td>Create a unique ID for a file</td></tr> <tr><td>os_fsync.c</td><td>POSIX 1003.1 fsync front-end</td></tr> <tr><td>os_handle.c</td><td>Open file handles</td></tr> <tr><td>os_id.c</td><td>Return thread ID</td></tr> <tr><td>os_map.c</td><td>Map a shared memory area</td></tr> <tr><td>os_method.c</td><td>Run-time replacement of system calls</td></tr> <tr><td>os_oflags.c</td><td>Convert POSIX 1003.1 open flags, modes to Berkeley DB flags</td></tr> <tr><td>os_open.c</td><td>Open file handles</td></tr> <tr><td>os_region.c</td><td>Map a shared memory area</td></tr> <tr><td>os_rename.c</td><td>POSIX 1003.1 rename call</td></tr> <tr><td>os_root.c</td><td>Return if application has special permissions</td></tr> <tr><td>os_rpath.c</td><td>Return last pathname separator</td></tr> <tr><td>os_rw.c</td><td>POSIX 1003.1 read/write calls</td></tr> <tr><td>os_seek.c</td><td>POSIX 1003.1 seek call</td></tr> <tr><td>os_sleep.c</td><td>Cause a thread of control to release the CPU</td></tr> <tr><td>os_spin.c</td><td>Return the times to spin while waiting for a mutex</td></tr> <tr><td>os_stat.c</td><td>POSIX 1003.1 stat call</td></tr> <tr><td>os_tmpdir.c</td><td>Set the path for temporary files</td></tr> <tr><td>os_unlink.c</td><td>POSIX 1003.1 unlink call</td></tr> </table> <p>All but a few of these files contain relatively trivial pieces of code. Typically, there is only a single version of the code for all platforms Berkeley DB supports, and that code lives in the <b>os</b> directory of the distribution. Where different code is required, the code is either conditionally compiled or an entirely different version is written. For example, VxWorks versions of some of these files can be found in the distribution directory os_vxworks, and Windows versions can be found in os_windows.</p> <p>Historically, there are only two difficult questions to answer for each new port. The first question is how to handle shared memory. In order to write multiprocess database applications (not multithreaded, but threads of control running in different address spaces), Berkeley DB must be able to name pieces of shared memory and access them from multiple processes. On UNIX/POSIX systems, we use <b>mmap</b> and <b>shmget</b> for that purpose, but any interface that provides access to named shared memory is sufficient. If you have a simple, flat address space, you should be able to use the code in <b>os_vxworks/os_map.c</b> as a starting point for the port. If you are not intending to write multiprocess database applications, then this won't be necessary, as Berkeley DB can simply allocate memory from the heap if all threads of control will live in a single address space.</p> <p>The second question is mutex support. Berkeley DB requires some form of <b>self-blocking</b> mutual exclusion mutex. Blocking mutexes are preferred as they tend to be less CPU-expensive and less likely to cause thrashing. If blocking mutexes are not available, however, test-and-set will work as well. The code for mutexes is in two places in the system: the include file <b>dbinc/mutex.h</b>, and the distribution directory <b>mutex</b>.</p> <p>Berkeley DB uses the GNU autoconf tools for configuration on almost all of the platforms it supports. Specifically, the include file <b>db_config.h</b> configures the Berkeley DB build. The simplest way to begin a port is to configure and build Berkeley DB on a UNIX or UNIX-like system, and then take the <b>Makefile</b> and <b>db_config.h</b> file created by that configuration, and modify it by hand to reflect the needs of the new architecture. Unless you're already familiar with the GNU autoconf toolset, we don't recommend you take the time to integrate your changes back into the Berkeley DB autoconfiguration framework. Instead, send us context diffs of your changes and any new source files you created, and we'll integrate the changes into our source tree.</p> <p>Finally, we're happy to work with you on the port, or potentially, do the port ourselves, if that is of interest to you. Regardless, if you have any porting questions, just let us know, and we will be happy to answer them.</p> <table width="100%"><tr><td><br></td><td align=right><a href="../test/faq.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../distrib/layout.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
app/elements/div-editable/div-editable.html
jhrdka/tables-editor
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/polymer-ts/polymer-ts.html"> <link rel="import" href="../../bower_components/iron-behaviors/iron-control-state.html"> <dom-module id="div-editable"> <template> <style> :host { display: inline-block; white-space: nowrap; } :host:focus { outline: none; } </style> </template> </dom-module> <script type="text/javascript" src="div-editable.js"></script>
_includes/disqus.html
Rplus/weekly-collection
{% if site.disqus %} <div class="comments"> <div id="disqus_thread"></div> <script> setTimeout(function () { (function (d) { var s = d.createElement('script'); s.async = true; s.src = '//{{ site.disqus }}.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(document); }, 2000); </script> <noscript class="block center">Please enable JavaScript to view the <a href="https://disqus.com/home/forum/weekly-collection-f2etw/?ref_noscript">comments powered by Disqus.</a></noscript> </div> {% endif %}
data/president/n200000500000000/20160116110558/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 新北市 林口區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">3,013</td> <td class="tdAlignRight">29.5566</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">5,852</td> <td class="tdAlignRight">57.4063</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,329</td> <td class="tdAlignRight">13.0371</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;12/50&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:03:10 +0800" title="Sat, 16 Jan 2016 19:03:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:03:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
htmls/Armeria.html
ZagasTales/HistoriasdeZagas
<!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>Armeria Zagas</title> </head> <body> <p>Aquí se encuentra una recopilación de todos los tipos de armas y armaduras usadas en el mundo de Zagas así como, para las armaduras, las modificaciones que sufren los atributos en valor de la fuerza del portador, y para las armas, el atributo usado a la hora de combatir con ellas, además de los requisitos de algunas de ellas.</p> <p><strong>Armduras:</strong></p> <table width="400" border="1"> <tr> <th scope="col"><strong>Tipo</strong></th> <th scope="col"><strong>Modificaciones de Atributos</strong></th> <td><strong>Efectos</strong></td> </tr> <tr> <th scope="row">Tela</th> <td>Ninguna</td> <td>Ninguno</td> </tr> <tr> <th scope="row">Armadura Ligera</th> <td>-1 de Destreza si la fuerza es menor a 8</td> <td>+1 Resistencia</td> </tr> <tr> <th scope="row">Armadura Pesada</th> <td><table width="400" height="198" border="1"> <tr> <td>-1 de Destreza si la fuerza es mayor o igual a 12</td> </tr> <tr> <td>-2 de Destrezacon fuerzaentre 12 y 10</td> </tr> <tr> <td>-3 de destreza con fuerza entre 8 y 10</td> </tr> <tr> <td>-4 de Destreza con Fuerza entre 8 y 6</td> </tr> </table></td> <td><table width="271" height="200" border="1"> <tr> <td width="353"> <p dir="ltr"> +2 En resistencia a proyectiles y ataques cortantes.<br /> </p> </td> </tr> <tr> <td>+1 En resistencia a los demás ataques.</td> </tr> </table></td> </tr> </table> <p>&nbsp;</p> <p><strong>Armas de Una mano:</strong></p> <table width="846" border="1"> <tr> <td width="127"><p dir="ltr"><strong>Tipo</strong></p></td> <td width="110"><p dir="ltr"><strong>Requisitos</strong></p></td> <td width="107"><p dir="ltr"><strong>Atributo</strong></p></td> <td width="474"><p dir="ltr"><strong>Efectos Aplicables</strong></p></td> </tr> <tr> <td><p dir="ltr">Látigos</p></td> <td align="center">-</td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>No es bloqueable ni desviable salvo con escudos.</li> <li>-1 en fuerza en defensa con escudos.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Armas de Puño</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>?</li> </ul></td> </tr> <tr> <td><p dir="ltr">Dagas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra si -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Estoques</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Puede desviar ataques enemigos de armas de 1 mano.</li> <li>Ignora armadura ligera</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Espadas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Puede bloquear ataques enemigos</li> <li>Ignora armadura ligera con ataques perforantes.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Espadas Curvas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra con -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Katanas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra con -3 en tirada de resistencia.</li> <li>Ignora armadura ligera con ataques perforantes.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Hachas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con ataques cortantes.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Mazas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Si menos -3 en tirada de resistencia fractura de hueso.</li> </ul></td> </tr> </table> <p>&nbsp;</p> <p><strong>Armas de Dos Manos:</strong></p> <table width="1010" border="1"> <tr> <td width="153"><p dir="ltr"><strong>Tipo</strong></p></td> <td width="94"><p dir="ltr"><strong>Requisitos</strong></p></td> <td width="81"><p dir="ltr"><strong>Atributo</strong></p></td> <td width="654"><p dir="ltr"><strong>Efectos Aplicables</strong></p></td> </tr> <tr> <td><p dir="ltr">Espadones</p></td> <td align="center"><p dir="ltr">Fuerza 10</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Puede bloquear ataques enemigos</li> <li>Ignora armadura ligera.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Hachas de Guerra</p></td> <td align="center"><p dir="ltr">Fuerza 10</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con ataques cortantes.</li> <li>-1 en resistencia en tiradas contra armadura pesada.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Martillos de Guerra</p></td> <td align="center"><p dir="ltr">Fuerza 12</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Si &nbsp;-2 en tirada de resistencia fractura de hueso</li> <li>Ignora armadura ligera</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Ultra-Espadones</p></td> <td align="center"><p dir="ltr">Fuerza 15</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera.</li> <li>-1 en resistencia en tiradas de ataques perforantes contra armadura pesada.</li> </ul> </td> </tr> </table> <p>&nbsp;</p> <p><strong>Armas de Asta:</strong></p> <table width="796" border="1"> <tr> <td width="167"><p dir="ltr">Tipo</p></td> <td width="88"><p dir="ltr">Requisitos</p></td> <td width="78"><p dir="ltr">Atributo</p></td> <td width="435"><p dir="ltr">Efectos Aplicables</p></td> </tr> <tr> <td><p dir="ltr">Lanzas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Alabardas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con -2 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Bardiches</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con -1 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Guadañas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra si -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Bastón de Combate</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Puede bloquear ataques enemigos.</li> <li>Puede desviar ataques enemigos.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Martillo de Lucerna</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Si -3 resistencia fractura hueso.</li> </ul></td> </tr> </table> <p>&nbsp;</p> <p><strong id="docs-internal-guid-f3ce9d1c-6285-1bdb-f9d8-3d64f2118e1e">Armas a Distancia:</strong></p> <table width="812" border="1"> <tr> <td width="161"><p dir="ltr">Tipo</p></td> <td width="145"><p dir="ltr">Requisitos</p></td> <td width="111"><p dir="ltr">Atributo</p></td> <td width="367"><ul> <li>Efectos Aplicables</li> </ul></td> </tr> <tr> <td><p dir="ltr">Armas Arrojadizas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra si -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Arcos</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Ballestas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> <li>Ignora armadura pesada.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Armas de Fuego</p></td> <td align="center"><p dir="ltr">Conocimientos Secretos Nivel 2</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> <li>Ignora armadura pesada.</li> </ul> </td> </tr> </table> <p>&nbsp;</p> <p><strong id="docs-internal-guid-630ec68f-628e-398f-b0b0-2a84c6d0402b">Escudos:</strong></p> <table width="621" border="1"> <tr> <td width="156"><p dir="ltr">Tipo</p></td> <td width="92"><p dir="ltr">Requisitos</p></td> <td width="85"><p dir="ltr">Atributos</p></td> <td width="260"><p dir="ltr">Efectos Aplicables</p></td> </tr> <tr> <td><p dir="ltr">Escudos Pequeños</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td align="center"><p dir="ltr">-</p></td> </tr> <tr> <td><p dir="ltr">Escudos Medios</p></td> <td align="center"><p dir="ltr">10 fuerza</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><p dir="ltr">+1 en fuerza al tirar a bloquear.</p></td> </tr> <tr> <td><p dir="ltr">Escudos de Torre</p></td> <td align="center"><p dir="ltr">15 fuerza</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><p dir="ltr">+1 rango al bloquear.</p></td> </tr> </table> <p>&nbsp;</p> </body> </html>
regulations/templates/regulations/partial-definition.html
jeremiak/regulations-site
{% comment %} Partial for definitions to be displayed inline in the sidebar {% endcomment %} <div id="{{node.markup_id}}" class="open-definition" tabindex="0"> <div class="sidebar-header group"> <h4> Defined Term <a class="right close-button" href="#">Close definition</a> </h4> </div> {% comment %} Used to display scope warnings {% endcomment %} <div class="definition-warning hidden group"> <span class="minicon-warning"></span> <div class="msg"> </div> </div> <div class="definition-text"> {% if node.children %} <p> This definition is best viewed in its original location. </p> {% elif node.marked_up %} <p> {{node.marked_up|safe}} </p> {% endif %} <a href="{% url 'chrome_section_view' node.section_id version %}#{{node.label_id}}" class="continue-link full-def internal" data-linked-section="{{node.label_id}}">{{formatted_label}}</a> {% if not node.children %} {% if node.interp %} {% with interp=node.interp.interps.0 %} <a href="{% url 'chrome_subterp_view' interp.section_id version %}#{{ interp.label_id }}" data-linked-subsection="{{ interp.label_id }}" data-linked-section="{{ interp.section_id }}" class="internal interp continue-link">Official Interpretation</a> {% endwith %} {% endif %} {% endif %} <a class="close-button tab-activated" href="#">Close definition</a> </div> </div>
dashboard/src/app/workspaces/create-workspace/select-stack/stack-library/create-project-stack-library.html
kaloyan-raev/che
<div layout="column" flex class="create-project-stack-library"> <div class="stack-label-info">Select from our library of stacks.</div> <div layout="row" flex="100"> <che-stack-library-filter layout="row" flex ng-model="createProjectStackLibraryCtrl.allStackTags"> </che-stack-library-filter> </div> <div layout="row" flex layout-align="start start"> <label flex="15" hide-sm hide-md>Stacks: </label> <md-radio-group flex="85" ng-model="createProjectStackLibraryCtrl.createChoice" ng-change="createProjectStackLibraryCtrl.onChoice()"> <div layout="row"> <div layout="column" flex="auto"> <div layout="row" layout-wrap> <che-stack-library-selecter ng-repeat="stack in filteredStacks = (createProjectStackLibraryCtrl.stacks | stackSelectedStackFilter:createProjectStackLibraryCtrl.filteredStackIds) | orderBy:'name'" ng-init="$first && createProjectStackLibraryCtrl.setStackSelectionById(stack.id)" che-is-select="stack.id === createProjectStackLibraryCtrl.selectedStackId" che-is-active="true" che-title="{{stack.name}}" che-text="{{stack.description}}" che-extra-text="{{createProjectStackLibraryCtrl.getTooltip(stack)}}" che-stack-id="{{stack.id}}"/> </div> </div> </div> </md-radio-group> </div> </div>
10-ml-h2o-react-client/src/components/PostItem/PostItem.css
iproduct/course-social-robotics
.PostItem-title { display: inline-block; margin-right: 20px; } .PostItem-card-actions.card-action { position: absolute; width: 95%; display: flex; justify-content: space-between; align-items: center; height: 50px; bottom: 5px; left: 2.5%; } .PostItem-card-actions.card-action button.btn, .PostItem-card-actions.card-action button.btn-small, .PostItem-card-actions.card-action button.btn-large { margin-right: 10px; } .PostItem-card-actions.card-action .btn.danger { background-color: #e04237; } .PostItem-card-actions.card-action .btn.danger:hover { background-color: #fc3c2e; } .card p ul>li { list-style-type: square; list-style-position: inside; }
_dist/faq/pay/setting/index.html
USAJOBS/help-center
<!DOCTYPE html> <!--[if lt IE 9]><html class="lt-ie9"><![endif]--> <!--[if gt IE 8]><!--><html lang="en"><!--<![endif]--> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Mobile Specific Metas ================================================== --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Title and meta description ================================================== --> <title>USAJOBS Help Center | How is pay set for employees new to the government?</title> <meta property="og:title" content="USAJOBS Help Center | How is pay set for employees new to the government?" /> <meta name="description" content="Help with using USAJOBS, the one-stop shop for federal jobs."> <meta property="og:description" content="Help with using USAJOBS, the one-stop shop for federal jobs." /> <link rel="canonical" href="/faq/pay/setting/" /> <!-- Feed --> <link type="application/atom+xml" rel="alternate" href="/atom.xml" title="USAJOBS Help Center" /> <!-- Favicons ================================================== --> <!-- 128x128 --> <link rel="shortcut icon" type="image/ico" href="/Help/img/favicons/favicon.ico" /> <link rel="icon" type="image/png" href="/Help/img/favicons/favicon.png" /> <!-- 192x192, as recommended for Android http://updates.html5rocks.com/2014/11/Support-for-theme-color-in-Chrome-39-for-Android --> <link rel="icon" type="image/png" sizes="192x192" href="/img/favicons/favicon-192.png" /> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon" href="/img/favicons/favicon-57.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/favicon-72.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/favicon-114.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/favicon-144.png"> <!-- CSS ================================================== --> <link rel="stylesheet" href="/Help/css/usajobs-design-system-base--help-center.css"> <link rel="stylesheet" href="/Help/css/help-center.css"> </head> <body> <header class="usajobs-site-header" role="banner" aria-label="header"> <!-- Gov banner BEGIN --> <div class="usa-banner"> <div class="usa-accordion"> <div class="usa-banner-header usajobs-nav--vTest__banner-header"> <div class="usa-grid usa-banner-inner usajobs-nav--full_bleed__banner-inner usajobs-nav--vTest__banner-inner"> <img src="/Help/img/favicons/favicon-57.png" alt="U.S. flag"> <p>An official website of the United States government</p> <button class="usa-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner"> <span class="usa-banner-button-text">Here's how you know</span> </button> </div> <div class="usa-grid usa-banner-inner usajobs-nav__banner-inner usajobs-nav--vTest__banner-warning"> <p><i class="fa fa-exclamation-circle"></i> This is a FAKE environment. The jobs and information on this system are not real.</p> </div> </div> <div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner"> <div class="usa-banner-guidance-gov usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="/Help/img/icon-dot-gov.svg" alt="Dot gov"> <div class="usa-media_block-body"> <p> <strong>The .gov means it’s official.</strong> <br> Federal government websites always use a .gov or .mil domain. Before sharing sensitive information online, make sure you’re on a .gov or .mil site by inspecting your browser’s address (or “location”) bar. </p> </div> </div> <div class="usa-banner-guidance-ssl usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="/Help/img/icon-https.svg" alt="SSL"> <div class="usa-media_block-body"> <p>This site is also protected by an SSL (Secure Sockets Layer) certificate that’s been signed by the U.S. government. The <strong>https://</strong> means all transmitted data is encrypted — in other words, any information or browsing history that you provide is transmitted securely.</p> </div> </div> </div> </div> </div> <!-- Gov banner END --> <nav class="usajobs-nav usajobs-nav--core-v2 has-secondary-nav" role="navigation" aria-label="main navigation" data-object="nav" data-behavior=""> <div class="usajobs-nav__body usajobs-nav--core-v2__body"> <div class="usajobs-nav__header-container"> <div class="usajobs-nav__header usajobs-nav--core-v2__header"> <div class="usajobs-nav__brand-container usajobs-nav--core-v2__brand-container"> <a class="usajobs-nav__brand usajobs-nav--core-v2__brand usajobs-nav--vTest__brand" href="/Help/"> <span class="logo usajobs-nav--core-v2__logo" title="USAJOBS logo"></span> <span class="test">FAKE <i class="fa fa-exclamation-circle"></i></span> </a> </div> <div class="usajobs-nav__menu" id="usajobs-menu"> <ul role="menubar"> <li class="usajobs-nav__menu-container usajobs-nav__account usajobs-nav--core-v2 usajobs-nav--core-v2__menu-container" role="presentation"> <a id="top-nav-account" class="usajobs-nav__section-link usajobs-nav--core-v2__section-link" href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home" title="Account-Logged Out" role="menuitem"> <span class="fas fa-sign-in-alt fa-fw" data-fa-transform="right-6"></span> <span class="usajobs-nav__account_name">Sign In</span> <span class="usajobs-nav__first_name usajobs-nav--core-v2__first_name">Sign In</span> </a> </li> <li class="usajobs-nav__menu-container usajobs-nav__help usajobs-nav--core-v2__menu-container usajobs-nav--core-v2__help" role="presentation"> <a id="top-nav-help" class="usajobs-nav__section-link usajobs-nav--core-v2__section-link is-active" aria-controls="usajobs-help-secondary-nav" href="/Help/" title="Help" role="menuitem"> <span class="fas fa-question-circle fa-fw"></span>Help </a> </li> <li class="usajobs-nav__menu-container usajobs-nav__menu-search usajobs-nav--core-v2__menu-container" data-state="is-closed" role="presentation"> <a data-behavior="nav.menu.search-toggle" aria-controls="usajobs-search-form--core-v2-auth" aria-haspopup="true" id="usajobs-search-form--core-v2-auth-trigger" class="usajobs-nav__section-link usajobs-nav--core-v2__section-link" href="/Help" title="Job Search" role="menuitem"> <span class="fas fa-search fa-fw"></span> Search </a> </li> </ul> </div> </div> </div> </div> <div id="usajobs-search-form--core-v2-auth" class="usajobs-nav__search" aria-expanded="false" aria-labelledby="usajobs-search-form--core-v2-auth-trigger" role="menubar" aria-label="Search bar"> <form action="https://www.usajobs.gov/Search" method="get" novalidate="novalidate" role="search"> <fieldset class="usajobs-nav--full_bleed__search-body"> <div class="usajobs-nav__search-keywords-container"> <label for="search-keyword"> <i class="usajobs-nav__search-keywords-icon fa fa-search"></i> Keywords </label> <input id="search-keyword" name="search-keyword" class="usajobs-nav__search-keywords-input" placeholder="Job title, department &amp; agency, series" type="text" value="" autocomplete="off"> </div> <div class="usajobs-nav__search-location-container"> <label for="search-location"> <i class="usajobs-nav__search-location-icon fa fa-map-marker"></i> Location </label> <input id="search-location" name="search-location" type="text" class="usajobs-nav__search-location-input" placeholder="City, state, zip, or country" autocomplete="off"> <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span> <input type="hidden" id="AutoCompleteSelected" name="AutoCompleteSelected"> </div> <div class="usajobs-nav__search-button-container usajobs-nav--full_bleed__search-button-container"> <button class="usa-button usa-button-primary-alt usajobs-nav__search-button"> Search </button> </div> </fieldset> </form> </div> </nav> </header> <div class="usajobs-help-center"> <nav id="usajobs-help-secondary-nav" class="usajobs-help-secondary-nav is-fixed-nav " aria-expanded="true" role="navigation" aria-label="Help Center menu"> <div class="usajobs-help-secondary-nav__body"> <ul class="usajobs-help-secondary-nav__menu" role="menubar"> <li class="usajobs-help-secondary-nav__item" role="presentation"> <a class="usajobs-help-secondary-nav__link is-active" href="/Help/faq/" role="menuitem"> FAQs </a> </li> <li class="usajobs-help-secondary-nav__item" role="presentation"> <a class="usajobs-help-secondary-nav__link " href="/Help/how-to/" role="menuitem"> How to&hellip; </a> </li> <li class="usajobs-help-secondary-nav__item" role="presentation"> <a class="usajobs-help-secondary-nav__link " href="/Help/working-in-government/" role="menuitem"> <span class="usajobs-help-secondary-nav__short-name">Government</span> <span class="usajobs-help-secondary-nav__long-name">Working in Government</span> </a> </li> <li class="usajobs-help-secondary-nav__item glossary" role="presentation"> <button id="glossary-trigger" class="js-glossary-toggle usajobs-help-secondary-nav__glossary-trigger" role="menuitem" aria-controls="glossary"> Glossary </button> </li> </ul> </div> </nav> <div class="usajobs-help-center-search-banner--with-nav "> <div role="search" id="search" class="usajobs-help-center-search-banner__container"> <form class="usa-search usa-search-big" action="/Help/search" method="get"> <h1 class="usajobs-help-center-search-banner__title" id="title"> <a href="/Help/" class="usajobs-help-center-search-banner__link">Help Center</a> </h1> <label class="usa-sr-only" for="search-input">Search</label> <input type="search" id="search-input" name="q" placeholder="Search for help" autocomplete="off" > <button type="submit" class="usajobs-help-center-search-banner__submit"> <span class="usa-search-submit-text">Search</span> </button> </form> </div> </div> <div class="usajobs-help-center-breadcrumb usajobs-help-center-breadcrumb--"> <ul vocab="http://schema.org" typeof="BreadcrumbList" class="usajobs-help-center-breadcrumb__list"> <li class="usajobs-help-center-breadcrumb__item" property="itemListElement" typeof="ListItem"> <a class="usajobs-help-center-breadcrumb__link" property="item" typeof="WebPage" href=/Help/> Help </a> </li> <!-- Iteration breadcrumb item --> <!-- Skip if root --> <!-- Skip if root --> <!-- Skip if language directory --> <!-- Get breadcrumb title. --> <!-- span property="item" typeof="WebPage"></span --> <!-- SEO data --> <li class="usajobs-help-center-breadcrumb__item" property="itemListElement" typeof="ListItem"> <a property="item" class="usajobs-help-center-breadcrumb__link" typeof="WebPage" href="/Help/faq/"> <span property="name" typeof="WebPage">FAQs</span> </a> <meta property="position" content="1" /> </li> <!-- Skip if root --> <!-- Skip if language directory --> <!-- Get breadcrumb title. --> <!-- span property="item" typeof="WebPage"></span --> <!-- SEO data --> <li class="usajobs-help-center-breadcrumb__item" property="itemListElement" typeof="ListItem"> <a property="item" class="usajobs-help-center-breadcrumb__link" typeof="WebPage" href="/Help/faq/pay/"> <span property="name" typeof="WebPage">Pay</span> </a> <meta property="position" content="2" /> </li> <!-- Skip if root --> <!-- Skip if language directory --> <!-- Get breadcrumb title. --> <!-- span property="item" typeof="WebPage"></span --> <!-- SEO data --> <li class="usajobs-help-center-breadcrumb__item" property="itemListElement" typeof="ListItem"> <span property="name" typeof="WebPage">Setting</span> <meta property="position" content="3" /> </li> </ul> </div> <section class="usajobs-shell usajobs-shell--large" data-object="help-article"> <section class="usajobs-canvas"> <div id="glossary" class="usajobs-help-center-glossary-panel" aria-describedby="glossary-title" aria-hidden="true"> <button title="Close glossary" class="js-glossary-close usajobs-help-center-glossary-panel__close-button usa-button usa-button-outline-inverse"> <span class="fa fa-times"></span> Close </button> <h2 id="glossary-title" class="usajobs-help-center-glossary-panel__title"> Glossary </h2> <label for="glossary-search" class="usajobs-help-center-glossary-panel__label">Filter glossary terms</label> <input id="glossary-search" class="js-glossary-search usajobs-help-center-glossary-panel__search" type="search" placeholder="e.g. Excepted Service"> <ul class="js-glossary-list usajobs-help-center-glossary-panel__list"></ul> </div> <div class="usajobs-help-center-article usajobs-content-gutter"> <main class="usajobs-content-well" id="main-content" role="main"> <div class="usajobs-help-center-article__container"> <h1>How is pay set for employees new to the government?</h1> <h2 id="if-you-have-no-previous-civilian-service-in-the-federal-government">If you have no previous civilian service in the Federal Government</h2> <p>A new General Schedule (GS) employee is entitled to have pay set at step 1 of the employee’s grade. An agency may also opt to use the <a href="https://www.opm.gov/policy-data-oversight/pay-leave/pay-administration/fact-sheets/superior-qualifications-and-special-needs-pay-setting-authority/" target="_blank">superior qualifications and special needs pay-setting authority</a>. Under this authority, an agency may set pay up to step 10. An agency may use this authority based on the candidate’s superior qualifications or a special need of the agency for the candidate’s services. An agency must approve each determination to use the superior qualifications and special needs pay-setting authority prior to the candidate entering on duty.</p> <p><a href="../../../how-to/application/agency/contact/">Contact the employing agency</a> for information about its policy.</p> <h2 id="if-you-have-previous-civilian-service-in-the-federal-government">If you have previous civilian service in the Federal Government</h2> <p>A re-employed GS employee is entitled to have pay set at step 1 of the grade. An agency may use the <a href="https://www.opm.gov/policy-data-oversight/pay-leave/pay-administration/fact-sheets/maximum-payable-rate-rule/" target="_blank">maximum payable rate rule</a> or the <a href="https://www.opm.gov/policy-data-oversight/pay-leave/pay-administration/fact-sheets/superior-qualifications-and-special-needs-pay-setting-authority/" target="_blank">superior qualifications and special needs pay-setting authority</a> to set pay up to step 10. Contact the employing agency for information about its policy.</p> <h2 id="how-is-pay-set-for-an-employee-who-isnt-under-the-general-schedule">How is pay set for an employee who isn’t under the General Schedule?</h2> <p>Contact the employing agency for information on how pay is set for an employee who isn’t under the General Schedule.</p> </div> </main> <aside class="usajobs-rightrail" role="complementary"> <div class="usajobs-help-center-article__reveal-contact-us"> <a class="usa-button usa-button-primary usajobs-help-center-article__contact-us-cta" href="#usajobs-contact-form" data-behavior="help-article.contact" aria-controls="usajobs-contact-form"> <i class="fa fa-envelope"></i> Contact us </a> <div class="usajobs-help-center-article__print-share-container"> <div class="usajobs-help-center-article__print usajobs-help-center-article-print"> <button class="usajobs-help-center-article-print__trigger" id="article-print" data-behavior="help-article.print"> <i class="fa fa-print"></i> Print </button> </div> <div class="usajobs-help-center-article__share usajobs-help-center-article-share"> <button class="usajobs-help-center-article-share__trigger" id="article-share" data-behavior="help-article.toggle-share" aria-haspopup="true"> <i class="fa fa-share-alt"></i> Share </button> <ul class="usajobs-help-center-article-share__list" id="help-article-share-menu" aria-hidden="true" aria-labeledby="article-share"> <li class="usajobs-help-center-article-share__item"> <a href="mailto:?subject=USAJOBS%20Help%20Center%20article%20-%20How%20is%20pay%20set%20for%20employees%20new%20to%20the%20government?&amp;body=Read%20more%20about%20How%20is%20pay%20set%20for%20employees%20new%20to%20the%20government?%20at%20https%3A%2F%2Fwww.usajobs.gov%2FHelp%2Ffaq%2Fpay%2Fsetting%2F" class="usajobs-help-center-article-share__link email" data-behavior="help-article.close-share" data-target="#help-article-share-menu"> <i class="fa fa-envelope-square"></i> <span class="sr-only">Email</span> </a> </li> <li class="usajobs-help-center-article-share__item"> <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fwww.usajobs.gov%2FHelp%2Ffaq%2Fpay%2Fsetting%2F%3Fshare%3Dfacebook&amp;t=USAJOBS%20Help%20Center%20Article" class="usajobs-help-center-article-share__link facebook" target="_blank" data-behavior="help-article.close-share" data-target="#help-article-share-menu"> <i class="fa fa-facebook-square"></i> <span class="sr-only">Facebook</span> </a> </li> <li class="usajobs-help-center-article-share__item"> <a href="https://plus.google.com/share?url=https%3A%2F%2Fwww.usajobs.gov%2FHelp%2Ffaq%2Fpay%2Fsetting%2F" class="usajobs-help-center-article-share__link google" target="_blank" data-behavior="help-article.close-share" data-target="#help-article-share-menu"> <i class="fa fa-google-plus-square"></i> <span class="sr-only">Google+</span> </a> </li> <li class="usajobs-help-center-article-share__item"> <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A%2F%2Fwww.usajobs.gov%2FHelp%2Ffaq%2Fpay%2Fsetting%2F%3Fshare%3Dlinkedin&amp;title=USAJOBS%20Help%20Center%20Article&amp;ro=false&amp;summary=&amp;source=" class="usajobs-help-center-article-share__link linkedin" target="_blank" data-behavior="help-article.close-share" data-target="#help-article-share-menu"> <i class="fa fa-linkedin-square"></i> <span class="sr-only">LinkedIn</span> </a> </li> <li class="usajobs-help-center-article-share__item"> <a href="https://twitter.com/intent/tweet?text=USAJOBS%20Help%20Center%20https%3A%2F%2Fwww.usajobs.gov%2FHelp%2Ffaq%2Fpay%2Fsetting%2F%3Fshare%3Dtwitter&amp;source=webclient" class="usajobs-help-center-article-share__link twitter" target="_blank" data-behavior="help-article.close-share" data-target="#help-article-share-menu"> <i class="fa fa-twitter-square"></i> <span class="sr-only">Twitter</span> </a> </li> <li class="usajobs-help-center-article-share__item"> <a href="#help-article-share-menu" data-shorten-url="https://www.usajobs.gov/Help/faq/pay/setting/" class="usajobs-help-center-article-share__link link" data-behavior="help-article.shorten-link" data-target="#help-article-share-menu"> <i class="fa fa-chain"></i> <span class="sr-only">Shorten link</span> </a> </li> </ul> </div> </div> </div> <h3 class="usajobs-help-center-article__related">Related articles</h3> <ul class="usajobs-help-center-article__related-list"> <li> <a href="/Help/faq/pay/series-and-grade/"> What is a series or grade? </a> </li> </ul> </aside> </div> </section> <div class="usajobs-content-gutter usajobs-help-center-article-contact"> <ul class="usajobs-drawer usajobs-help-center-article-contact__list"> <li> <button class="usajobs-drawer-button usa-button-unstyled usajobs-help-center-article-contact__button" aria-expanded="false" aria-controls="usajobs-contact-form" data-behavior="help-article.contact-us-toggle"> Still need help? <span class="usa-button usa-button-big usa-button-outline-inverse"> <i class="fa fa-envelope"></i> Contact us </span> </button> <div id="usajobs-contact-form" class="usajobs-help-center-article-contact__form-container"> <h2>Contact us</h2> <h2 class="usajobs-help-center__lead"> Please use the form below to contact us. We will get back to you within one business day. Your interest and patience are appreciated. </h2> <p> USAJOBS does not provide direct phone support. The form below will allow you to send an email to the Help Desk where you can request assistance by phone or email. </p> <form name="example" class="usa-form-large usajobs-form usajobs-form--narrow" action="/Help/Support/" method="post" novalidate="novalidate" role="form"> <span class="usajobs-form__legend">All fields are required unless otherwise noted</span> <input type="hidden" id="SelectedContactReason" name="SelectedContactReason" value="/faq/pay/setting/ - Setting"> <fieldset class="usajobs-help-center-contact-us"> <!-- First name --> <div class="required-input"> <label for="FirstName" class="usajobs-help-center-contact-us__label-first">First name</label> <span class="field-validation-valid usa-input-error-message" data-valmsg-for="FirstName" data-valmsg-replace="true"></span> <input data-val="true" data-val-length="First name must be less than 20 characters." data-val-length-max="20" data-val-regex="First Name must not contain special characters except apostrophe(') and dash(-)." data-val-regex-pattern="^([a-zA-Z '-]+)$" data-val-required="First Name is required." id="FirstName" maxlength="20" name="FirstName" type="text" value="" aria-required="true" required> </div> <!-- Last name --> <div class="required-input"> <label for="LastName">Last name</label> <span class="field-validation-valid usa-input-error-message" data-valmsg-for="LastName" data-valmsg-replace="true"></span> <input data-val="true" data-val-length="Last name must be less than 30 characters." data-val-length-max="30" data-val-regex="Last Name must not contain special characters except apostrophe(') and dash(-)." data-val-regex-pattern="^([a-zA-Z '-]+)$" data-val-required="Last Name is required." id="LastName" maxlength="30" name="LastName" type="text" value="" aria-required="true" required> </div> <!-- Email address --> <div class="required-input"> <label for="EmailAddress">Primary email address</label> <span class="field-validation-valid usa-input-error-message" data-valmsg-for="EmailAddress" data-valmsg-replace="true"></span> <input class="form-control" data-val="true" data-val-email="The email address you entered does not represent a valid email address." data-val-length="Email address must be less than 128 characters." data-val-length-max="128" data-val-required="A valid email address is required." id="EmailAddress" maxlength="128" name="EmailAddress" type="text" value="" aria-required="true" required> </div> <!-- Phone number --> <div class="optional-input"> <label for="PhoneNumber" class="usa-input-optional"> Telephone number </label> <span class="field-validation-valid usa-input-error-message" data-valmsg-for="PhoneNumber" data-valmsg-replace="true"></span> <input class="form-control" data-val="true" data-val-length="A phone number must be 25 characters or less." data-val-length-max="25" data-val-regex="A phone number may contain only numbers and any of the following characters (.),(+),(\),(/),(-), space, and left and right parentheses." data-val-regex-pattern="^[0-9.\-+\\/() ]+$" id="PhoneNumber" maxlength="25" name="PhoneNumber" type="text" value=""> <p class="usajobs-form__help-brief"> Please provide your phone number in case your issue cannot be resolved via email. </p> </div> <div class="required-input"> <label class="labeltext" for="Comment">Question / Comment</label> <span class="usa-input-error-message field-validation-valid" data-valmsg-for="Comment" data-valmsg-replace="true"></span> <textarea class="form-control usajobs-help-center-contact-us__question" cols="40" data-val="true" data-val-length="Comment must be less than 2000 characters." data-val-length-max="2000" data-val-regex="Invalid characters (<) or (>)." data-val-regex-pattern="[^><]+" data-val-required="Question / Comment is required." id="Comment" maxlength="2000" name="Comment" rows="5" aria-required="true" required></textarea> <p class="usajobs-form__help-brief"> Please do not include your Social Security Number. </p> <p class="usajobs-form__help-brief usajobs-help-center-contact-us__comment-count" id="CommentCount">(2000 characters remaining)</p> </div> </fieldset> <div class="usajobs-button_bar-container"> <div class="usajobs-button_bar--slim"> <div class="usajobs-button_bar__body"> <input type="submit" class="usa-button usa-button-big usa-button-primary usajobs-button_bar__save" value="Send" id="btn-send" name="SendButton" /> </div> </div> </div> </form> </div> </li> </ul> </div> </section> <script type="text/javascript"> var JEKYLL_PAGES_API_SEARCH_UI_OPTIONS = { globalShortcutKeyCode: "Bleck", globalShortcutKeyNumericCode: 999999 }; </script> </div> <footer class="usa-footer usa-footer-big usajobs-footer--v2" role="contentinfo" aria-label="footer" data-object="footer"> <div class="usa-grid usa-footer-return-to-top"> <a href="#title" id="footer-back-to-top">Return to top</a> </div> <div class="usa-footer-primary-section"> <div class="usa-grid-full"> <nav class="usa-footer-nav usa-width-one-whole"> <ul class="usa-unstyled-list usa-footer-primary-content usajobs-footer--v2__job_applications"> <li class="usa-footer-primary-link" data-behavior="footer.toggle" data-state="is-closed" data-target=".home-menu"> Job Applications </li> <li class="usajobs-footer--v2__menu-item home-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home">All</a> </li> <li class="usajobs-footer--v2__menu-item home-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home/Advancing">Advancing</a> </li> <li class="usajobs-footer--v2__menu-item home-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home/Paused">Paused</a> </li> <li class="usajobs-footer--v2__menu-item home-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home/Stopped">Stopped</a> </li> </ul> <ul class="usa-unstyled-list usa-footer-primary-content usajobs-footer--v2__account"> <li class="usa-footer-primary-link" data-behavior="footer.toggle" data-state="is-closed" data-target=".account-menu">Account</li> <li class="usajobs-footer--v2__menu-item account-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home">Home</a> </li> <li class="usajobs-footer--v2__menu-item account-menu is-hidden"> <a href="https://login.test.usajobs.gov/Account/Contact">Profile</a> </li> <li class="usajobs-footer--v2__menu-item account-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Resumes/">Documents</a> </li> <li class="usajobs-footer--v2__menu-item account-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home?c=saved-job">Saved Jobs</a> </li> <li class="usajobs-footer--v2__menu-item account-menu is-hidden"> <a href="https://www.usajobs.gov/Applicant/ProfileDashboard/Home?c=saved-search-active">Saved Searches</a> </li> <li class="usajobs-footer--v2__menu-item account-menu is-hidden"> <a href="https://login.test.usajobs.gov/Account/Username">Username &amp; Password</a> </li> </ul> <ul class="usa-unstyled-list usa-footer-primary-content usajobs-footer--v2__help"> <li class="usa-footer-primary-link" data-behavior="footer.toggle" data-state="is-closed" data-target=".help-menu">Help</li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/">Help Center</a> </li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/about/">About USAJOBS</a> </li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/contact/">Contact Us</a> </li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/faq/">FAQs</a> </li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/get-started/">Get Started</a> </li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/how-to/">How to…</a> </li> <li class="usajobs-footer--v2__menu-item help-menu is-hidden"> <a href="/Help/working-in-government/">Working in Government</a> </li> </ul> </nav> </div> </div> <div class="usa-footer-secondary_section usa-footer-big-secondary-section"> <div class="usa-grid"> <div class="usa-footer-logo usa-width-one-half"> <span class="logo"></span> <p class="usajobs-footer--v1__note"> USAJOBS is a <a href="https://www.opm.gov">United States Office of Personnel Management</a> website. </p> </div> <div class="usa-footer-contact-links usa-width-one-half"> <div class="usa-social-links"> <a href="https://plus.google.com/+usajobs" class="usajobs-social-link" aria-label="Google Plus" title="Google Plus"> <span class="fa fa-google-plus"></span> </a> <a href="https://www.facebook.com/USAJOBS" class="usajobs-social-link" aria-label="Facebook" title="Facebook"> <span class="fa fa-facebook"></span> </a> <a href="https://www.linkedin.com/company/usajobs" class="usajobs-social-link" aria-label="LinkedIn" title="LinkedIn"> <span class="fa fa-linkedin"></span> </a> <a href="https://twitter.com/USAJOBS" class="usajobs-social-link" aria-label="Twitter" title="Twitter"> <span class="fa fa-twitter"></span> </a> <a href="https://www.youtube.com/user/usajobsapp" class="usajobs-social-link" aria-label="You Tube" title="You Tube"> <span class="fa fa-youtube"></span> </a> </div> </div> </div> <div class="usa-grid"> <div class="usa-footer-logo usa-width-one-whole"> <ul class="usa-unstyled-list usajobs-footer--v1__subsection-horizontal"> <li><a href="https://www.opm.gov/about-us/budget-performance/">Budget and Performance</a></li> <li><a href="http://www.opm.gov/efoia/">FOIA</a></li> <li><a href="https://www.opm.gov/our-inspector-general/">Inspector General</a></li> <li><a href="https://www.opm.gov/information-management/no-fear-act/">No Fear Act Data</a></li> <li><a href="/Help/privacy/">Privacy Policy</a></li> <li><a href="http://www.usa.gov/">USA.gov</a></li> </ul> </div> </div> </div> </footer> <!--[if lt IE 9]> <script src="/Help/js/vendor/selectivizr-min.js"></script> <script src="/Help/js/vendor/respond.min.js"></script> <script src="/Help/js/vendor/rem.min.js"></script> <![endif]--> <script src="/Help/js/usajobs-help-center-base.js"></script> <script src="/Help/js/usajobs-help-center-components.js"></script> <!-- script src="/Help/js/usajobs-help-center.min.js"></script --> <script src="/Help/assets/js/search-constants.js"></script> <script async src="/Help/assets/js/search-bundle.js"></script> <script type="text/javascript"> setTimeout(function () { // Have to wait for the results to load. var $results = $('#search-results'), $entries = $results.find('.entries'); result_count = $results.find('li').length, $no_results_content = $(document).find('.usajobs-help-center-search-no-results'); if (result_count === undefined || result_count.length === 0 || result_count === 0) { // Swap in some no results help content $no_results_content .show() .attr('aria-hidden', 'false'); } else { $no_results_content .hide() .attr('aria-hidden', 'true'); $('.usajobs-help-center-search-results').prepend('<h4 class="usajobs-help-center-search__result-count">Viewing ' + result_count + ' results.</h4>'); } }, 600); </script> </body> </html>
src/main/webapp/css/plugins/steps/jquery.steps.css
dunyuling/cxh
/* Common */ .wizard, .tabcontrol { display: block; width: 100%; overflow: hidden; } .wizard a, .tabcontrol a { outline: 0; } .wizard ul, .tabcontrol ul { list-style: none !important; padding: 0; margin: 0; } .wizard ul > li, .tabcontrol ul > li { display: block; padding: 0; } /* Accessibility */ .wizard > .steps .current-info, .tabcontrol > .steps .current-info { position: absolute; left: -999em; } .wizard > .content > .title, .tabcontrol > .content > .title { position: absolute; left: -999em; } /* Wizard */ .wizard > .steps { position: relative; display: block; width: 100%; } .wizard.vertical > .steps { display: inline; float: left; width: 30%; } .wizard > .steps > ul > li { width: 25%; } .wizard > .steps > ul > li, .wizard > .actions > ul > li { float: left; } .wizard.vertical > .steps > ul > li { float: none; width: 100%; } .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { display: block; width: auto; margin: 0 0.5em 0.5em; padding: 8px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active { background: #eee; color: #aaa; cursor: default; } .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active { background: #1AB394; color: #fff; cursor: default; } .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active { background: #6fd1bd; color: #fff; } .wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active { background: #ED5565 ; color: #fff; } .wizard > .content { background: #eee; display: block; margin: 5px 5px 10px 5px; min-height: 120px; overflow: hidden; position: relative; width: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .wizard-big.wizard > .content { min-height: 320px; } .wizard.vertical > .content { display: inline; float: left; margin: 0 2.5% 0.5em 2.5%; width: 65%; } .wizard > .content > .body { float: left; position: absolute; width: 95%; height: 95%; padding: 2.5%; } .wizard > .content > .body ul { list-style: disc !important; } .wizard > .content > .body ul > li { display: list-item; } .wizard > .content > .body > iframe { border: 0 none; width: 100%; height: 100%; } .wizard > .content > .body input { display: block; border: 1px solid #ccc; } .wizard > .content > .body input[type="checkbox"] { display: inline-block; } .wizard > .content > .body input.error { background: rgb(251, 227, 228); border: 1px solid #fbc2c4; color: #8a1f11; } .wizard > .content > .body label { display: inline-block; margin-bottom: 0.5em; } .wizard > .content > .body label.error { color: #8a1f11; display: inline-block; margin-left: 1.5em; } .wizard > .actions { position: relative; display: block; text-align: right; width: 100%; } .wizard.vertical > .actions { display: inline; float: right; margin: 0 2.5%; width: 95%; } .wizard > .actions > ul { display: inline-block; text-align: right; } .wizard > .actions > ul > li { margin: 0 0.5em; } .wizard.vertical > .actions > ul > li { margin: 0 0 0 1em; } .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active { background: #1AB394; color: #fff; display: block; padding: 0.5em 1em; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active { background: #eee; color: #aaa; } .wizard > .loading { } .wizard > .loading .spinner { } /* Tabcontrol */ .tabcontrol > .steps { position: relative; display: block; width: 100%; } .tabcontrol > .steps > ul { position: relative; margin: 6px 0 0 0; top: 1px; z-index: 1; } .tabcontrol > .steps > ul > li { float: left; margin: 5px 2px 0 0; padding: 1px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .tabcontrol > .steps > ul > li:hover { background: #edecec; border: 1px solid #bbb; padding: 0; } .tabcontrol > .steps > ul > li.current { background: #fff; border: 1px solid #bbb; border-bottom: 0 none; padding: 0 0 1px 0; margin-top: 0; } .tabcontrol > .steps > ul > li > a { color: #5f5f5f; display: inline-block; border: 0 none; margin: 0; padding: 10px 30px; text-decoration: none; } .tabcontrol > .steps > ul > li > a:hover { text-decoration: none; } .tabcontrol > .steps > ul > li.current > a { padding: 15px 30px 10px 30px; } .tabcontrol > .content { position: relative; display: inline-block; width: 100%; height: 35em; overflow: hidden; border-top: 1px solid #bbb; padding-top: 20px; } .tabcontrol > .content > .body { float: left; position: absolute; width: 95%; height: 95%; padding: 2.5%; } .tabcontrol > .content > .body ul { list-style: disc !important; } .tabcontrol > .content > .body ul > li { display: list-item; }
soot/soot-2.3.0/tutorial/intro/intro.html
BuddhaLabs/DeD-OSX
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!--Converted with LaTeX2HTML 2002-2-1 (1.71) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> <TITLE>Soot overview/Disassembling classfiles</TITLE> <META NAME="description" CONTENT="Soot overview/Disassembling classfiles"> <META NAME="keywords" CONTENT="intro"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="intro.css"> </HEAD> <BODY > <P> <H1 ALIGN="CENTER">Soot overview/Disassembling classfiles</H1> <DIV CLASS="author_info"> <P ALIGN="CENTER"><STRONG>Raja Vall&#233;e-Rai (<A NAME="tex2html1" HREF="mailto:rvalleerai@sable.mcgill.ca">rvalleerai@sable.mcgill.ca)</A></STRONG></P> <P ALIGN="CENTER"><STRONG>March 15, 2000</STRONG></P> </DIV> <P> <H1><A NAME="SECTION00010000000000000000"> Goals</A> </H1> <P> By the end of this lesson, the student should be able to: <UL> <LI>understand what Soot is, and its two main uses </LI> <LI>have Soot correctly installed </LI> <LI>have the CLASSPATH environment variable properly set up </LI> <LI>produce baf, grimp or jimple code for any classfile </LI> </UL> <P> <H1><A NAME="SECTION00020000000000000000"> Testing your Installation</A> </H1> <P> This is an interactive tutorial. So the first thing you must do is test your installation. This can be done by typing <TT>java soot.Main</TT> at the shell prompt. If your installation is incorrect you should get a class "soot.Main" not found exception. Please refer to the installation instructions which came with the Soot software if this occurs. If your installation is correct you should see something like: <P> <PRE> ~ $ java soot.Main Soot version 2.0 Copyright (C) 1997-2003 Raja Vallee-Rai and others. All rights reserved. Contributions are copyright (C) 1997-2003 by their respective contributors. See the file 'credits' for a list of contributors. See individual source files for details. Soot comes with ABSOLUTELY NO WARRANTY. Soot is free software, and you are welcome to redistribute it under certain conditions. See the accompanying file 'COPYING-LESSER.txt' for details. Visit the Soot website: http://www.sable.mcgill.ca/soot/ For a list of command line options, enter: java soot.Main --help </PRE> <P> <H1><A NAME="SECTION00030000000000000000"> What is Soot?</A> </H1> <P> Soot has two fundamental uses; it can be used as a stand-alone command line tool or as a Java compiler framework. As a command line tool, Soot can: <OL> <LI>dissassemble classfiles </LI> <LI>assemble classfiles </LI> <LI>optimize classfiles </LI> </OL> <P> As a Java compiler framework, Soot can be used as a testbed for developing new optimizations. These new optimizations can then be added to the base set of optimizations invoked by the command line Soot tool. The optimizations that can be added can either be applied to single classfiles or entire applications. <P> Soot accomplishes these myriad tasks by being able to process classfiles in a variety of different forms. Currently Soot inputs two different intermediate representations (classfiles or Jimple code), and outputs any of its intermediate representations. By invoking Soot with the <TT>-help</TT> option, you can see the output formats: <P> <PRE> &gt; java soot.Main --help &lt;...snip...&gt; Output Options: -d DIR -output-dir DIR Store output files in DIR -f FORMAT -output-format FORMAT Set output format for Soot J jimple Produce .jimple Files j jimp Produce .jimp (abbreviated Jimple) files S shimple Produce .shimple files s shimp Produce .shimp (abbreviated Shimple) files B baf Produce .baf files b Produce .b (abbreviated Baf) files G grimple Produce .grimple files g grimp Produce .grimp (abbreviated Grimp) files X xml Produce .xml Files n none Produce no output jasmin Produce .jasmin files c class (default) Produce .class Files d dava Produce dava-decompiled .java files -xml-attributes Save tags to XML attributes for Eclipse &lt;...snip...&gt; </PRE> <P> There are six intermediate representations currently being used in Soot: baf, jimple, shimple, grimp, jasmin, and classfiles. A brief explanation of each form follows: <P> <DL COMPACT> <DT>baf</DT> <DD>a streamlined representation of bytecode. Used to inspect Java bytecode as stack code, but in a much nicer form. Has two textual representations (one abbreviated (<TT>.b</TT> files), one full (<TT>.baf</TT> files).) <P> </DD> <DT>jimple</DT> <DD>typed 3-address code. A very convenient representation for performing optimizations and inspecting bytecode. Has two textual representations (<TT>.jimp</TT> files, and <TT>.jimple</TT> files.) <P> </DD> <DT>shimple</DT> <DD>an SSA variation of jimple. Has two textual representations (<TT>.shimp</TT> files, and <TT>.shimple</TT> files.) <P> </DD> <DT>grimp</DT> <DD>aggregated (with respect to expression trees) jimple. The best intermediate representation for inspecting dissassembled code. Has two textual representations (<TT>.grimp</TT> files, and <TT>.grimple</TT> files.) <P> </DD> <DT>jasmin</DT> <DD>a messy assembler format. Used mainly for debugging Soot. Jasmin files end with "<TT>.jasmin</TT>". <P> </DD> <DT>classfiles</DT> <DD>the original Java bytecode format. A binary (non-textual) representation. The usual <TT>.class</TT> files. </DD> </DL> <P> <H1><A NAME="SECTION00040000000000000000"> Setting up your <TT>CLASSPATH</TT> and generating a Jimple file</A> </H1> <P> Soot looks for classfiles by examining your <TT>CLASSPATH</TT> environment variable or by looking at the contents of the <TT>-soot-classpath</TT> command line option. Included in this lesson is the <A NAME="tex2html2" HREF="Hello.java"><TT>Hello.java</TT></A> program. Download this file, compile it (using javac or other compilers), and try the following command in the directory where <TT>Hello.class</TT> is located. <P> <PRE> &gt; java soot.Main -f jimple Hello </PRE> <P> This may or not work. If you get the following: <P> <PRE> Exception in thread "main" java.lang.RuntimeException: couldn't find type: java.lang.Object (is your soot-class-path set properly?) </PRE> <P> This means that a classfile is not being located. Either Soot can not find the <TT>Hello</TT> classfile, or it can not load the Java Development Kit libraries. Soot resolves classfiles by examining the directories in your <TT>CLASSPATH</TT> environment variable or the <TT>-soot-classpath</TT> command line option. <P> Potential problem #1: Soot can not locate the Hello classfile. To make sure that it can find the classfile <TT>"Hello"</TT>, (1) add <TT>"."</TT> to your <TT>CLASSPATH</TT> or (2) specify <TT>"."</TT> on the command line. <P> To carry out (1) on UNIX-style systems using bash, <PRE> &gt; export CLASSPATH=$CLASSPATH:. </PRE> and on Windows machines, <PRE> &gt; SET CLASSPATH=%CLASSPATH%;. </PRE> <P> and to do (2), <PRE> &gt; java soot.Main --soot-classpath . -f jimple Hello </PRE> <P> Potential problem #2: Soot cannot locate the class libraries. In this case, Soot will report that the type <TT>"java.lang.Object"</TT> could not be found. <P> Under JDK1.2, the class libraries do not need to be explicitly specified in the <TT>CLASSPATH</TT> for the Java Virtual Machine to operate. Soot requires them to be specified either on the <TT>CLASSPATH</TT> or in the soot-classpath command line option. Theoretically, this means adding the path to a <TT>"rt.jar"</TT> file to the <TT>CLASSPATH</TT> or the soot-classpath. <P> <H2><A NAME="SECTION00041000000000000000"> Locating the <TT>rt.jar</TT> file</A> </H2> <P> It is usually in a directory of the form "$root/jdk1.2.2/jre/lib" where $root is "/usr/local" or some similarly named directory. If you can not find it, you can attempt a find command such as: <P> <PRE> &gt; cd /usr ; find . -name "rt.jar" -print </PRE> <P> which may be able to locate it for you. Otherwise your best bet is to contact your system administrator. <P> <H4><A NAME="SECTION00041010000000000000"> Important note for Windows users</A> </H4> Note that as of release 1, Soot will treat drive letters correctly, but under Windows the path separator <EM>must</EM> be a backslash (<SPAN CLASS="MATH"><IMG WIDTH="12" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" SRC="img1.png" ALT="$\backslash$"></SPAN>), not a forward slash. <P> Summing up, you must issue a command of the form: <P> <PRE> &gt; export CLASSPATH=.:/usr/local/pkgs/jdk1.2.2/jre/lib/rt.jar </PRE> <P> or if you use the soot-classpath option which is more cumbersome: <P> <PRE> &gt; java soot.Main -f jimple --soot-classpath .:/usr/local/pkgs/jdk1.2.2/jre/lib/rt.jar Hello </PRE> <P> Once your <EM>CLASSPATH</EM> is set up properly, you should get: <P> <PRE> &gt; java soot.Main -f jimple Hello Transforming Hello... </PRE> <P> The file called Hello.jimple should contain: <P> <PRE> public class Hello extends java.lang.Object { public void &lt;init&gt;() { Hello r0; r0 := @this: Hello; specialinvoke r0.&lt;java.lang.Object: void &lt;init&gt;()&gt;(); return; } public static void main(java.lang.String[]) { java.lang.String[] r0; java.io.PrintStream $r1; r0 := @parameter0: java.lang.String[]; $r1 = &lt;java.lang.System: java.io.PrintStream out&gt;; virtualinvoke $r1.&lt;java.io.PrintStream: void println(java.lang.String )&gt;("Hello world!"); return; } } </PRE> <P> <H1><A NAME="SECTION00050000000000000000"> Generating jimple, baf, grimp for java.lang.String</A> </H1> <P> By simple extrapolation, you should be able to now generate <TT>.b, .baf, .jimp, .jimple, .grimp,</TT> and <TT>.grimple</TT> files for any of your favorite classfiles. A particularly good test is a classfile from the JDK library. So a command like: <P> <PRE> &gt; java soot.Main -f baf java.lang.String </PRE> <P> should yield a file java.lang.String.baf containing text of the form: <P> <PRE> public static java.lang.String valueOf(char[], int, int) { word r0, i0, i1; r0 := @parameter0: char[]; i0 := @parameter1: int; i1 := @parameter2: int; new java.lang.String; dup1.r; load.r r0; load.i i0; load.i i1; specialinvoke &lt;java.lang.String: void &lt;init&gt;(char[],int,int)&gt;; return.r; } </PRE> <P> <H1><A NAME="SECTION00060000000000000000"> History</A> </H1> <UL> <LI>February 8, 2000: Initial version. <P> </LI> <LI>February 16, 2000: Added changes for Soot version 021400 (Soot now prints the missing type) and emitted the title at the beginning. -PL <P> </LI> <LI>March 1, 2000: Added changes for Release 1 (phantom class error printed instead) and emphasized that rt.jar should not occur in CLASSPATH. -PL <P> </LI> <LI>March 11, 2000: Added note for Windows users in section about the classpath. <P> </LI> <LI>March 15, 2000: Final tweaks for Release 1. <P> </LI> <LI>January 29, 2001: Add the note of the release 1.2.1 . <P> </LI> <LI>February 3, 2001: Added a hyperlink to Hello.java. <P> </LI> <LI>June 6, 2003: Update for Soot 2.0. </LI> </UL> <P> <H1><A NAME="SECTION00070000000000000000"> About this document ...</A> </H1> <STRONG>Soot overview/Disassembling classfiles</STRONG><P> This document was generated using the <A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2002-2-1 (1.71) <P> Copyright &#169; 1993, 1994, 1995, 1996, Nikos Drakos, Computer Based Learning Unit, University of Leeds. <BR> Copyright &#169; 1997, 1998, 1999, <A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, Mathematics Department, Macquarie University, Sydney. <P> The command line arguments were: <BR> <STRONG>latex2html</STRONG> <TT>intro -split 0 -nonavigation -dir ./</TT> <P> The translation was initiated by Eric BODDEN on 2008-06-03 <BR><HR> <ADDRESS> Eric BODDEN 2008-06-03 </ADDRESS> </BODY> </HTML>
media/nnframework/css/color.css
kyromen/parfum
/** * Stylesheet for Element: Color * * @package NoNumber Framework * @version 15.1.6 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2015 NoNumber All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ /** * BASED ON: * jQuery MiniColors: A tiny color picker built on jQuery * Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/) * Dual-licensed under the MIT and GPL Version 2 licenses */ .minicolors { position: relative; display: inline-block; z-index: 11; } .minicolors-focus { z-index: 12; } .minicolors.minicolors-theme-default .minicolors-input { margin: 0px; margin-right: 3px; border: solid 1px #CCC; font: 14px sans-serif; width: 65px; height: 16px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04); box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04); padding: 2px; margin-right: -1px; } .minicolors-theme-default.minicolors .minicolors-input { vertical-align: middle; outline: none; } .minicolors-theme-default.minicolors-swatch-left .minicolors-input { margin-left: -1px; margin-right: auto; } .minicolors-theme-default.minicolors-focus .minicolors-input, .minicolors-theme-default.minicolors-focus .minicolors-swatch { border-color: #999; } .minicolors-hidden { position: absolute; left: -9999em; } .minicolors-swatch { position: relative; width: 20px; height: 20px; text-align: left; background: url(../images/minicolors.png) -80px 0; border: solid 1px #CCC; vertical-align: middle; display: inline-block; } .minicolors-swatch SPAN { position: absolute; width: 100%; height: 100%; background: none; -webkit-box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1); -moz-box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1); display: inline-block; } .minicolors-panel { position: absolute; top: 26px; left: 0; width: 173px; height: 152px; background: white; border: solid 1px #CCC; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); box-shadow: 0 0 20px rgba(0, 0, 0, .2); display: none; } .minicolors-position-top .minicolors-panel { top: -156px; } .minicolors-position-left .minicolors-panel { left: -83px; } .minicolors-position-left.minicolors-with-opacity .minicolors-panel { left: -104px; } .minicolors-with-opacity .minicolors-panel { width: 194px; } .minicolors .minicolors-grid { position: absolute; top: 1px; left: 1px; width: 150px; height: 150px; background: url(../images/minicolors.png) -120px 0; cursor: crosshair; } .minicolors .minicolors-grid-inner { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: none; } .minicolors-slider-saturation .minicolors-grid { background-position: -420px 0; } .minicolors-slider-saturation .minicolors-grid-inner { background: url(../images/minicolors.png) -270px 0; } .minicolors-slider-brightness .minicolors-grid { background-position: -570px 0; } .minicolors-slider-brightness .minicolors-grid-inner { background: black; } .minicolors-slider-wheel .minicolors-grid { background-position: -720px 0; } .minicolors-slider, .minicolors-opacity-slider { position: absolute; top: 1px; left: 152px; width: 20px; height: 150px; background: #ffffff url(../images/minicolors.png) 0 0; cursor: crosshair; } .minicolors-slider-saturation .minicolors-slider { background-position: -60px 0; } .minicolors-slider-brightness .minicolors-slider { background-position: -20px 0; } .minicolors-slider-wheel .minicolors-slider { background-position: -20px 0; } .minicolors-opacity-slider { left: 173px; background-position: -40px 0; display: none; } .minicolors-with-opacity .minicolors-opacity-slider { display: block; } .minicolors-grid .minicolors-picker { position: absolute; top: 70px; left: 70px; width: 10px; height: 10px; border: solid 1px black; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-top: -6px; margin-left: -6px; background: none; } .minicolors-grid .minicolors-picker span { position: absolute; top: 0; left: 0; width: 6px; height: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: solid 2px white; } .minicolors-picker { position: absolute; top: 0; left: 0; width: 18px; height: 2px; background: white; border: solid 1px black; margin-top: -2px; } .minicolors-inline .minicolors-input, .minicolors-inline .minicolors-swatch { display: none; } .minicolors-inline .minicolors-panel { position: relative; top: auto; left: auto; display: inline-block; } .minicolors-theme-bootstrap .minicolors-input { padding: 4px 6px; padding-left: 30px; background-color: white; border: 1px solid #CCC; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #555; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 14px; height: 19px; margin: 0px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .minicolors-theme-bootstrap.minicolors-focus .minicolors-input { border-color: #6fb8f1; -webkit-box-shadow: 0 0 10px #6fb8f1; -moz-box-shadow: 0 0 10px #6fb8f1; box-shadow: 0 0 10px #6fb8f1; outline: none; } .minicolors-theme-bootstrap .minicolors-swatch { position: absolute; left: 4px; top: 4px; z-index: 12; } .minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-input { padding-left: 6px; padding-right: 30px; } .minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-swatch { left: auto; right: 4px; } .minicolors-theme-bootstrap .minicolors-panel { top: 28px; z-index: 13; } .minicolors-theme-bootstrap.minicolors-position-top .minicolors-panel { top: -154px; } .minicolors-theme-bootstrap.minicolors-position-left .minicolors-panel { left: -63px; } .minicolors-theme-bootstrap.minicolors-position-left.minicolors-with-opacity .minicolors-panel { left: -84px; }
example/doc/html/files.html
emacsattic/doxymacs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Test project: File Index</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</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> </ul> </div> <div class="tabs"> <ul> <li class="current"><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> <div class="contents"> <h1>File List</h1>Here is a list of all files with brief descriptions:<table> <tr><td class="indexkey"><a class="el" href="aclass_8h.html">aclass.h</a> <a href="aclass_8h_source.html">[code]</a></td><td class="indexvalue"></td></tr> </table> </div> <hr size="1"/><address style="text-align: right;"><small>Generated on Sat Feb 27 15:34:03 2010 for Test project by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>
picasa/ZendGdata-1.12.10/ZendGdata-1.12.10/documentation/api/core/source/Gdata/Exif/Extension/Iso.php.html
nmngarg174/tuckShop
<html> <head> <script type="text/javascript" src="../../../../js/jquery-1.4.2.min.js"> </script> <script type="text/javascript" src="../../../../syntax_highlighter/scripts/shCore.js"> </script> <script type="text/javascript" src="../../../../syntax_highlighter/scripts/shBrushJScript.js"> </script> <script type="text/javascript" src="../../../../syntax_highlighter/scripts/shBrushPhp.js"> </script> <script type="text/javascript" src="../../../../syntax_highlighter/scripts/shBrushXml.js"> </script> <link href="../../../../syntax_highlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="../../../../syntax_highlighter/styles/shCoreEclipse.css" rel="stylesheet" type="text/css" /> <link href="../../../../syntax_highlighter/styles/shThemeWordpress.css" rel="stylesheet" type="text/css" /> </head> <body> <pre class="brush: php">&lt;?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@zend.com so we can send you a copy immediately. * * @category Zend * @package Zend_Gdata * @subpackage Exif * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ /** * @see Zend_Gdata_Extension */ require_once 'Zend/Gdata/Extension.php'; /** * @see Zend_Gdata_Exif */ require_once 'Zend/Gdata/Exif.php'; /** * Represents the exif:iso element used by the Gdata Exif extensions. * * @category Zend * @package Zend_Gdata * @subpackage Exif * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Gdata_Exif_Extension_Iso extends Zend_Gdata_Extension { protected $_rootNamespace = 'exif'; protected $_rootElement = 'iso'; /** * Constructs a new Zend_Gdata_Exif_Extension_Iso object. * * @param string $text (optional) The value to use for this element. */ public function __construct($text = null) { $this-&gt;registerAllNamespaces(Zend_Gdata_Exif::$namespaces); parent::__construct(); $this-&gt;setText($text); } } </pre> <script type="text/javascript"> SyntaxHighlighter.all(); jQuery('.gutter div').each(function(key, data){ jQuery(data).prepend('<a name="L'+jQuery(data).text()+'"/>'); }); </script> </body> </html>
public/colors/amber.css
taiebb/portfolio
.theme-color-fec107 a, .theme-color-fec107 blockquote:before, .theme-color-fec107 .contact-map .contact-info a:hover, .theme-color-fec107 .interests-list i, .theme-color-fec107 .input-field.used label, .theme-color-fec107 .logo span, .theme-color-fec107 #map .map-icon, .theme-color-fec107 .nav-wrap .btn-mobile-nav, .theme-color-fec107 .page-404 h2 span, .theme-color-fec107 .post-box .post-title a:hover, .theme-color-fec107 .post-single .post-title a:hover, .theme-color-fec107 .post-comments .section-title, .theme-color-fec107 .ref-box .person-speech:before, .theme-color-fec107 .timeline-box .date, .theme-color-fec107 .widget-title, .theme-color-fec107 .widget_meta ul li a:hover, .theme-color-fec107 .widget_archive ul li a:hover, .theme-color-fec107 .widget_nav_menu ul li a:hover, .theme-color-fec107 .widget_categories ul li a:hover, .theme-color-fec107 .widget_recent_entries ul li a:hover, .theme-color-fec107 .widget_recent_comments ul li a:hover, .theme-color-fec107 .widget_search .search-form:before, .theme-color-fec107 .widget-popuplar-posts .post-title a:hover, .theme-color-fec107 .widget-recent-posts .post-title a:hover { color: #fec107; } .theme-color-fec107 ins, .theme-color-fec107 mark, .theme-color-fec107 .btn-primary, .theme-color-fec107 .btn-primary-outer, .theme-color-fec107 .btn-sidebar-close, .theme-color-fec107 .calendar-busy .calendar-body td .current-day, .theme-color-fec107 .calendar-busy .calendar-today .date, .theme-color-fec107 .filter .active:after, .theme-color-fec107 .filter-bar .filter-bar-line, .theme-color-fec107 .input-field .line:before, .theme-color-fec107 .input-field .line:after, .theme-color-fec107 .mobile-nav, .theme-color-fec107 .nav > ul > li > a > span, .theme-color-fec107 .post-datetime, .theme-color-fec107 .profile-social, .theme-color-fec107 .profile-preword span, .theme-color-fec107 .progress-bar .bar-fill, .theme-color-fec107 .progress-bar .bar-line:after, .theme-color-fec107 .price-box.box-primary .btn, .theme-color-fec107 .price-box.box-primary .price-box-top, .theme-color-fec107 .profile-list .button, .theme-color-fec107 .pagination .page-numbers.current, .theme-color-fec107 .pagination .page-numbers.current:hover, .theme-color-fec107 .pagination .page-numbers:active, .theme-color-fec107 .pagination .page-numbers.next:active, .theme-color-fec107 .pagination .page-numbers.prev:active, .theme-color-fec107 .timeline-bar, .theme-color-fec107 .timeline-box .dot, .theme-color-fec107 .timeline-box-compact .date span, .theme-color-fec107 .widget_tag_cloud a:hover { background-color: #fec107; } .theme-color-fec107 .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, .theme-color-fec107 .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #fec107; } .theme-color-fec107 .timeline-box-inner, .theme-color-fec107 .price-box.box-primary .btn, .theme-color-fec107 .widget_search .search-form, .theme-color-fec107 .widget_tag_cloud a:hover { border-color: #fec107; } .theme-color-fec107 .page-404 h2 span:before, .theme-color-fec107 .profile-preword span:before, .theme-color-fec107 .timeline-box-compact .date span:before { border-left-color: #fec107; } .theme-color-fec107 .price-box.box-primary .price-box-top:before { border-top-color: #fec107; }
templates/misago/poll/info.html
rafalp/Misago-Frontend
{% load i18n misago_capture %} <ul class="list-unstyled list-inline poll-details"> <li class="poll-info-votes"> {% blocktrans trimmed count votes=poll.votes %} {{ votes }} vote. {% plural %} {{ votes }} votes. {% endblocktrans %} </li> {% if poll.length %} <li class="poll-info-ends-on"> {% capture trimmed as ends_on %} <abbr title="{{ poll.ends_on }}">{{ poll.ends_on|date }}</abbr> {% endcapture %} {% blocktrans trimmed with ends_on=ends_on|safe %} Voting ends on {{ ends_on }}. {% endblocktrans %} </li> {% endif %} {% if poll.is_public %} <li class="poll-info-public"> {% trans "Votes are public." %} </li> {% endif %} <li class="poll-info-creation"> {% capture trimmed as poster %} {% if poll.poster_id %} <a href="{% url 'misago:user' pk=poll.poster_id slug=poll.poster_slug %}" class="item-title">{{ poll.poster_name }}</a> {% else %} <span class="item-title">{{ poll.poster_name }}</span> {% endif %} {% endcapture %} {% capture trimmed as posted_on %} <abbr title="{{ poll.posted_on }}">{{ poll.posted_on|date }}</abbr> {% endcapture %} {% blocktrans trimmed with poster=poster|safe posted_on=posted_on|safe %} Posted by {{ poster }} on {{ posted_on }}. {% endblocktrans %} </li> </ul>
picasa/ZendGdata-1.12.10/ZendGdata-1.12.10/documentation/api/core/source/Gdata/Extension/Who.php.html
nmngarg174/tuckShop
<html> <head> <script type="text/javascript" src="../../../js/jquery-1.4.2.min.js"> </script> <script type="text/javascript" src="../../../syntax_highlighter/scripts/shCore.js"> </script> <script type="text/javascript" src="../../../syntax_highlighter/scripts/shBrushJScript.js"> </script> <script type="text/javascript" src="../../../syntax_highlighter/scripts/shBrushPhp.js"> </script> <script type="text/javascript" src="../../../syntax_highlighter/scripts/shBrushXml.js"> </script> <link href="../../../syntax_highlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="../../../syntax_highlighter/styles/shCoreEclipse.css" rel="stylesheet" type="text/css" /> <link href="../../../syntax_highlighter/styles/shThemeWordpress.css" rel="stylesheet" type="text/css" /> </head> <body> <pre class="brush: php">&lt;?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@zend.com so we can send you a copy immediately. * * @category Zend * @package Zend_Gdata * @subpackage Gdata * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ /** * @see Zend_Gdata_Extension */ require_once 'Zend/Gdata/Extension.php'; /** * @see Zend_Gdata_Extension_AttendeeStatus */ require_once 'Zend/Gdata/Extension/AttendeeStatus.php'; /** * @see Zend_Gdata_Extension_AttendeeType */ require_once 'Zend/Gdata/Extension/AttendeeType.php'; /** * @see Zend_Gdata_Extension_EntryLink */ require_once 'Zend/Gdata/Extension/EntryLink.php'; /** * Data model class to represent a participant * * @category Zend * @package Zend_Gdata * @subpackage Gdata * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Gdata_Extension_Who extends Zend_Gdata_Extension { protected $_rootElement = 'who'; protected $_email = null; protected $_rel = null; protected $_valueString = null; protected $_attendeeStatus = null; protected $_attendeeType = null; protected $_entryLink = null; /** * Constructs a new Zend_Gdata_Extension_Who object. * @param string $email (optional) Email address. * @param string $rel (optional) Relationship description. * @param string $valueString (optional) Simple string describing this person. * @param Zend_Gdata_Extension_AttendeeStatus $attendeeStatus (optional) The status of the attendee. * @param Zend_Gdata_Extension_AttendeeType $attendeeType (optional) The type of the attendee. * @param string $entryLink URL pointing to an associated entry (Contact kind) describing this person. */ public function __construct($email = null, $rel = null, $valueString = null, $attendeeStatus = null, $attendeeType = null, $entryLink = null) { parent::__construct(); $this-&gt;_email = $email; $this-&gt;_rel = $rel; $this-&gt;_valueString = $valueString; $this-&gt;_attendeeStatus = $attendeeStatus; $this-&gt;_attendeeType = $attendeeType; $this-&gt;_entryLink = $entryLink; } /** * Retrieves a DOMElement which corresponds to this element and all * child properties. This is used to build an entry back into a DOM * and eventually XML text for sending to the server upon updates, or * for application storage/persistence. * * @param DOMDocument $doc The DOMDocument used to construct DOMElements * @return DOMElement The DOMElement representing this element and all * child properties. */ public function getDOM($doc = null, $majorVersion = 1, $minorVersion = null) { $element = parent::getDOM($doc, $majorVersion, $minorVersion); if ($this-&gt;_email !== null) { $element-&gt;setAttribute('email', $this-&gt;_email); } if ($this-&gt;_rel !== null) { $element-&gt;setAttribute('rel', $this-&gt;_rel); } if ($this-&gt;_valueString !== null) { $element-&gt;setAttribute('valueString', $this-&gt;_valueString); } if ($this-&gt;_attendeeStatus !== null) { $element-&gt;appendChild($this-&gt;_attendeeStatus-&gt;getDOM($element-&gt;ownerDocument)); } if ($this-&gt;_attendeeType !== null) { $element-&gt;appendChild($this-&gt;_attendeeType-&gt;getDOM($element-&gt;ownerDocument)); } if ($this-&gt;_entryLink !== null) { $element-&gt;appendChild($this-&gt;_entryLink-&gt;getDOM($element-&gt;ownerDocument)); } return $element; } /** * Given a DOMNode representing an attribute, tries to map the data into * instance members. If no mapping is defined, the name and value are * stored in an array. * * @param DOMNode $attribute The DOMNode attribute needed to be handled */ protected function takeAttributeFromDOM($attribute) { switch ($attribute-&gt;localName) { case 'email': $this-&gt;_email = $attribute-&gt;nodeValue; break; case 'rel': $this-&gt;_rel = $attribute-&gt;nodeValue; break; case 'valueString': $this-&gt;_valueString = $attribute-&gt;nodeValue; break; default: parent::takeAttributeFromDOM($attribute); } } /** * Creates individual Entry objects of the appropriate type and * stores them as members of this entry based upon DOM data. * * @param DOMNode $child The DOMNode to process */ protected function takeChildFromDOM($child) { $absoluteNodeName = $child-&gt;namespaceURI . ':' . $child-&gt;localName; switch ($absoluteNodeName) { case $this-&gt;lookupNamespace('gd') . ':' . 'attendeeStatus': $attendeeStatus = new Zend_Gdata_Extension_AttendeeStatus(); $attendeeStatus-&gt;transferFromDOM($child); $this-&gt;_attendeeStatus = $attendeeStatus; break; case $this-&gt;lookupNamespace('gd') . ':' . 'attendeeType': $attendeeType = new Zend_Gdata_Extension_AttendeeType(); $attendeeType-&gt;transferFromDOM($child); $this-&gt;_attendeeType = $attendeeType; break; case $this-&gt;lookupNamespace('gd') . ':' . 'entryLink': $entryLink = new Zend_Gdata_Extension_EntryLink(); $entryLink-&gt;transferFromDOM($child); $this-&gt;_entryLink = $entryLink; break; default: parent::takeChildFromDOM($child); break; } } /** * Retrieves a human readable string describing this attribute's value. * * @return string The attribute value. */ public function __toString() { if ($this-&gt;_valueString != null) { return $this-&gt;_valueString; } else { return parent::__toString(); } } /** * Get the value for this element's ValueString attribute. * * @return string The requested attribute. */ public function getValueString() { return $this-&gt;_valueString; } /** * Set the value for this element's ValueString attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Extension_Who The element being modified. */ public function setValueString($value) { $this-&gt;_valueString = $value; return $this; } /** * Get the value for this element's Email attribute. * * @return string The requested attribute. */ public function getEmail() { return $this-&gt;_email; } /** * Set the value for this element's Email attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Extension_Who The element being modified. */ public function setEmail($value) { $this-&gt;_email = $value; return $this; } /** * Get the value for this element's Rel attribute. * * @return string The requested attribute. */ public function getRel() { return $this-&gt;_rel; } /** * Set the value for this element's Rel attribute. * * @param string $value The desired value for this attribute. * @return Zend_Gdata_Extension_Who The element being modified. */ public function setRel($value) { $this-&gt;_rel = $value; return $this; } /** * Get this entry's AttendeeStatus element. * * @return Zend_Gdata_Extension_AttendeeStatus The requested entry. */ public function getAttendeeStatus() { return $this-&gt;_attendeeStatus; } /** * Set the child's AttendeeStatus element. * * @param Zend_Gdata_Extension_AttendeeStatus $value The desired value for this attribute. * @return Zend_Gdata_Extension_Who The element being modified. */ public function setAttendeeStatus($value) { $this-&gt;_attendeeStatus = $value; return $this; } /** * Get this entry's AttendeeType element. * * @return Zend_Gdata_Extension_AttendeeType The requested entry. */ public function getAttendeeType() { return $this-&gt;_attendeeType; } /** * Set the child's AttendeeType element. * * @param Zend_Gdata_Extension_AttendeeType $value The desired value for this attribute. * @return Zend_Gdata_Extension_Who The element being modified. */ public function setAttendeeType($value) { $this-&gt;_attendeeType = $value; return $this; } } </pre> <script type="text/javascript"> SyntaxHighlighter.all(); jQuery('.gutter div').each(function(key, data){ jQuery(data).prepend('<a name="L'+jQuery(data).text()+'"/>'); }); </script> </body> </html>
devkit100/manual/docs/20040418.html
At-sushi/Goluah-
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> <title></title> </head> <body> <p class=midasi2>•ҏWŒã‹L</p> <p class=nakami2> @Œ‹‹Ç‚̂Ƃ±‚ëA‚±‚ꂾ‚¯‚ª‚ñ‚΂Á‚ď‘‚¢‚½ƒ}ƒjƒ…ƒAƒ‹‚à‚Í‚½‚µ‚ÄŽÀÛ‚ǂꂾ‚¯“ǂ܂ê‚Ä‚¢‚é‚́H ‚Æ‚¢‚¤‚±‚Æ‚ðl‚¦‚邯A‚¿‚å‚Á‚Æ–³‘Ê‚Èì‹Æ‚̂悤‚È‹C‚ª‚µ‚Ä‚«‚Ü‚·B Šù‘¶ƒ\[ƒX‚̉ü•ςɂæ‚Á‚ÄŽè’T‚è‚ŏˆ—‚ðŽÀ‘•‚µAŽŽsöŒë‚É‚æ‚Á‚ărƒ‹ƒhƒGƒ‰[‚ðØ‚è”²‚¯‚éEEE ‚»‚¤‚¢‚Á‚½Žè–@‚ªŽå—¬‚¾‚Æ‚·‚é‚È‚ç‚΁A ver0.95ˆÈ~‚ŃIƒuƒWƒFƒNƒg‚ÌŠî–{ƒNƒ‰ƒX‚𓱓ü‚µ‚½‚͍̂D‚Ü‚µ‚­‚È‚¢‘I‘ð‚¾‚Á‚½‚Ì‚©‚à‚µ‚ê‚Ü‚¹‚ñB ƒR[ƒfƒBƒ“ƒO‚ÌŽèŠÔ‚⏈—‚ÌŽ©—R“x‚ð‹]µ‚É‚µ‚Ăłà•K—v‚ƂȂ錾Œê“I‚È’mޝ‚ð­‚È‚­‚µ‚½‚Ù‚¤‚ª‚¢‚¢‚Ì‚¾‚낤‚©H<br> <br> @’萔E\‘¢‘̂̒è‹`‚³‚¦Žç‚Á‚Ä‚¢‚ê‚΁AƒLƒƒƒ‰ƒNƒ^[‚̐—Œ`‚Í"’N‚ɂłà"ì‚ê‚Ü‚·B "’N‚©"‚ª‘fl‚³‚ñŒü‚¯‚̂킩‚è‚â‚·‚¢—Œ`‚âƒ}ƒjƒ…ƒAƒ‹‚ðì‚Á‚Ä‚­‚ê‚é‚Ì‚ð‹F‚邱‚Ƃɂµ‚Ü‚µ‚傤‚©H ‚»‚Ì"’N‚©"‚Í ¡‚±‚ê‚ð“Ç‚ñ‚Å‚¢‚é‚ ‚È‚½‚Å‚à‚æ‚¢‚̂ł·Bi‚È‚ñ‚¾‚©‰pŒê’¼–ó‚Á‚Û‚¢Œ¾‚¢‰ñ‚µ‚ðS‚ª‚¯‚Ă݂½j<br> <br> @gobject.h‚Ì’è‹`‚Ægobjbase.h/cpp‚̃Nƒ‰ƒXŒQ‚ÌŠÖŒW‚́AWin32API‚ÆMFC‚ÌŠÖŒW‚ɋ߂¢‚©‚à‚µ‚ê‚Ü‚¹‚ñB ŠÖ”ƒx[ƒX‚ŏˆ—‚ð‘‚¯‚Ώˆ—‚Ì—¬‚ꂪ‚í‚©‚è‚â‚·‚­‚Ä‚¢‚¢‚̂ɁA‚È‚ñ‚Å‚»‚̏ã‚ɂ킴‚í‚´ƒNƒ‰ƒX‚ð‚©‚Ô‚¹‚Ä ˆ—‚ð‚í‚©‚è‚É‚­‚­‚·‚é‚Ì‚©H‚µ‚©‚àƒwƒ‹ƒv‚ð‚Ý‚é‚ÆAŠÖ”ƒx[ƒX‚ŏˆ—‚ð‚â‚éê‡‚ƃNƒ‰ƒX‚ðŽg‚Á‚½ê‡‚̉ðà‚ª‚ ‚Á‚Ä“ñd‚ɂȂÁ‚Ä‚éB ‚Ç‚¤‚È‚Á‚Ä‚ñ‚¾ƒRƒ‰AÓ”CŽÒ‚łĂ±‚¢‚ƁB ‚¢‚܂ł±‚»‚¢‚ë‚¢‚ë‚í‚©‚邿‚¤‚ɂȂÁ‚Ä‚«‚½‚¯‚ǁA‚«‚Á‚Æ‚±‚ê‚ð“Ç‚ñ‚¾l‚̑啔•ª‚̓vƒƒOƒ‰ƒ€‘g‚ÝŽn‚ß‚½ ‚Ì“–Žž‚̉´‚Æ“¯‚¶‚悤‚È “{‚è‚É‚É‚àŽ—‚½Š´î‚ð•ø‚­‚±‚Ƃłµ‚傤B‚µ‚©‚µ‚±‚ê‚ç‚Ì‘[’u‚Í‚ ‚­‚Ü‚Åì‹Æ‚ð‚æ‚èŒø—¦“I‚É‚·‚邽‚߂̏ˆ’u‚Å‚ ‚Á‚āA »ìŽÒ‚̈«ˆÓ‚É‚æ‚éŽY•¨‚łȂ¢‚±‚Æ‚¾‚¯‚Í‚±‚±‚É’f‚Á‚Ä‚¨‚«‚½‚¢B<br> <br> @ŽÀÛAà–¾‚·‚é‚Ì‚ª–Ú“I‚Ì”¼•ªAƒ}ƒjƒ…ƒAƒ‹‚ðì¬‚·‚邱‚Æ‚»‚ꎩ‘Ì‚ª–Ú“I‚Ì”¼•ª‚ƍl‚¦‚Ä‚â‚Á‚Ă܂µ‚½B Ž©•ª‚ªì‚Á‚½¬‰Ê•¨‚𒭂߂ĉx‚É“ü‚é‚Ý‚½‚¢‚ȁB‚â‚Á‚Ïì‹Æ‚»‚ꎩ‘Ì‚ªŠy‚µ‚­‚È‚¢‚Æ‚â‚Á‚Ä‚ç‚ê‚ˁ[‚Á‚·Bæ”yB ‚Ȃ̂ŁA‚í‚©‚è‚â‚·‚³‚æ‚è‚à³Šm‚³‚Æ‚©“Ç‚ñ‚¾‚Æ‚«‚Ì‚©‚Á‚±‚悳(? ‹Zp•¶‘“I‚ÈŒ˜‚³? )‚ðdŽ‹‚µ‚Ä‚¢‚é•”•ª‚àŒ‹\‚ ‚è‚Ü‚·B “ǂݕԂµ‚Ä‚Ý‚é‚ÆAêŠ‚É‚æ‚Á‚ÄŒ¾‚¢‰ñ‚µ‚̃eƒ“ƒVƒ‡ƒ“‚ª‘S‘Rˆá‚¤‚Ì‚ªÎ‚¢ŠB<br> <br> </p> <p align=right>2004/04/18 aki</p> <hr><p align="center"><a href="../index.html">‚à‚Ç‚é</a></p> </body>
wp-content/plugins/weekly-class-schedule/css/wcs.css
emilekott/fsd
@CHARSET "UTF-8"; /* Table style */ table.wcs-schedule { border-collapse: collapse; font-size: .85em; border-spacing:0; } table.wcs-schedule th, table.wcs-schedule td { border: 1px solid #ddd; margin: 0; } table.wcs-schedule th { text-align: center; } th.wcs-hour-title, th.wcs-weekday-title { width: 10%; } td.wcs-schedule-cell { padding: 0; } th.wcs-weekday-title { padding: 0 2px; } /* Class style */ .wcs-schedule td div { position: relative; margin: 0; padding: 0; min-height: 30px; } .wcs-active-div { cursor: help; } #wcs-schedule-list a.wcs-qtip, .wcs-active-div a { cursor: pointer; } .wcs-schedule td div p { margin: 0; padding: 2px 5px; } .wcs-schedule td div .wcs-class-details { display: none; position: absolute; top: 5px; left: 5px; z-index: 20; width: 175%; border-width: 1px; border-style: solid; } .wcs-schedule td.before-last-day .wcs-class-details, .wcs-schedule td.last-day .wcs-class-details, .wcs-schedule td.before-last-hour .wcs-class-details, .wcs-schedule td.last-hour .wcs-class-details { left: auto; right: 5px; } /* qTip */ .qtip-content { font-size: .85em; line-height: 1.3; }
mobile-wallet/www/sign-up.html
PureHacks/TruPass
<!DOCTYPE HTML> <html> <head> </head> <body> <div id="sign-up" class="app" data-role="page"> <div class="ui-bar ui-bar-e"> <h1 class="ui-btn-inner"> <span class="ui-icon ui-icon-arrow-l ui-icon-shadow">&nbsp;</span> <span class="ui-btn-text">Sign Up</span> </h1> </div> <div data-role="content"> <h2>Sign up to start using TruPass</h2> <div class="form"> <label for="email">Email:</label> <input type="email" name="email" id="email" value="" /> <label for="name">Name:</label> <input type="text" name="name" id="name" value="" /> <label for="password">Password:</label> <input type="password" name="password" id="password" value="" /> <input type="submit" value="Sign Up" data-theme="e" /> </div> </div> </div> </body>
_website_previous_090713/swf/iframes/edificios.html
lvalenzuela/tmoller
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } function MM_nbGroup(event, grpName) { //v6.0 var i,img,nbArr,args=MM_nbGroup.arguments; if (event == "init" && args.length > 2) { if ((img = MM_findObj(args[2])) != null && !img.MM_init) { img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src; if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array(); nbArr[nbArr.length] = img; for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = args[i+1]; nbArr[nbArr.length] = img; } } } else if (event == "over") { document.MM_nbOver = nbArr = new Array(); for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up); nbArr[nbArr.length] = img; } } else if (event == "out" ) { for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; } } else if (event == "down") { nbArr = document[grpName]; if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; } document[grpName] = nbArr = new Array(); for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up; nbArr[nbArr.length] = img; } } } //--> </script> <link href="../estilos.css" rel="stylesheet" type="text/css"> </head> <body onLoad="MM_preloadImages('../images/otrosb_f2.gif','../images/en_procesob_f2.gif','images/curriculum_f2.gif','images/contacto_f2.gif','images/home_f2.gif','../images/edificios/enersis.gif','../images/casasb_f2.gif','../images/edificios/enersis_f2.gif','../images/edificios/gasco_f2.gif','../images/edificios/lascondes_f2.gif','../images/edificios/santamaria_f2.gif','../images/mantenciones-r2.gif','../images/img-public-r2.gif','../images/otros/galeriaanimal_f2.gif','../images/otros/plazalapaz.gif','../images/otros/plazalapaz_f2.gif','../images/otros/clubdejardines.gif','../images/otros/clubdejardines_f2.gif','../images/otros/piedraroja_f2.gif','../images/otros/locurro_f2.gif','../images/lamariposa-r2.gif')"> <table width="548" height="518" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="330" colspan="2" valign="top"><IFRAME src="../swf/enersis.html" name=edificios width=548 marginWidth=0 height=330 marginHeight=0 align="top" scrolling="no" frameBorder="no" class="body"> </iframe></td> </tr> <tr> <td colspan="2" valign="top"><table width="548" height="124" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="139" height="27"><a href="casas.html" target="_self" onMouseOver="MM_swapImage('Image14','','../images/casasb_f2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/casasb.gif" name="Image14" width="139" height="24" border="0"></a></td> <td width="139"><img src="../images/edificiosb.gif" name="Image9" width="139" height="24" border="0"></td> <td width="139"><a href="otros.html" target="_self" onMouseOver="MM_swapImage('Image12','','../images/otrosb_f2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/otrosb.gif" name="Image12" width="139" height="24" border="0"></a></td> <td width="131"><a href="enproceso.html" target="_self" onMouseOver="MM_swapImage('Image13','','../images/en_procesob_f2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/en_procesob.gif" name="Image13" width="131" height="24" border="0"></a></td> </tr> <tr> <!--Aquí comienza la 1ra tabla--> <td height="100" valign="top"> <table width="139" height="100" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="25" valign="bottom"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> </table></td> <!--Aquí Termina la 1ra tabla--> <!--Aquí Empieza la 2da tabla--> <td height="100" valign="top"> <table width="139" height="100" border="0" cellpadding="0" cellspacing="0"> <td width="139" height="25" valign="bottom"><a href="../swf/enersis.html" target="edificios" onClick="MM_nbGroup('down','group1','enersis','../images/edificios/enersis_f2.gif',1)" onMouseOver="MM_nbGroup('over','enersis','../images/edificios/enersis_f2.gif','../images/edificios/enersis_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/edificios/enersis_f2.gif" alt="" name="enersis" width="104" height="20" border="0" onload="MM_nbGroup('init','group1','enersis','../images/edificios/enersis.gif',1)"></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/gasco.html" target="edificios" onClick="MM_nbGroup('down','group1','gasco','../images/edificios/gasco_f2.gif',1)" onMouseOver="MM_nbGroup('over','gasco','../images/edificios/gasco_f2.gif','../images/edificios/gasco_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/edificios/gasco.gif" alt="" name="gasco" width="104" height="13" border="0" onload=""></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/piedraroja.html" target="edificios" onClick="MM_nbGroup('down','group1','piedraroja','../images/otros/piedraroja_f2.gif',1)" onMouseOver="MM_nbGroup('over','piedraroja','../images/otros/piedraroja_f2.gif','../images/otros/piedraroja_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/otros/piedraroja.gif" alt="" name="piedraroja" width="104" height="13" border="0" onload=""></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/santamaria.html" target="edificios" onClick="MM_nbGroup('down','group1','santamaria','../images/edificios/santamaria_f2.gif',1)" onMouseOver="MM_nbGroup('over','santamaria','../images/edificios/santamaria_f2.gif','../images/edificios/santamaria_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/edificios/santamaria.gif" alt="" name="santamaria" width="104" height="13" border="0" onload=""></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/galeriaanimal.html" target="edificios" onClick="MM_nbGroup('down','group1','galeriaanimal','../images/otros/galeriaanimal_f2.gif',1)" onMouseOver="MM_nbGroup('over','galeriaanimal','../images/otros/galeriaanimal_f2.gif','../images/otros/galeriaanimal_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/otros/galeriaanimal.gif" alt="" name="galeriaanimal" width="104" height="13" border="0" onload=""></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/plazalapaz.html" target="edificios" onClick="MM_nbGroup('down','group1','plazalapaz','../images/otros/plazalapaz_f2.gif',1)" onMouseOver="MM_nbGroup('over','plazalapaz','../images/otros/plazalapaz_f2.gif','../images/otros/plazalapaz_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/otros/plazalapaz.gif" alt="" name="plazalapaz" width="104" height="13" border="0"></a></td> </tr> </table></td> <!--Aquí Termina la 2da tabla--> <!--Aquí empieza la 3ra tabla--> <td height="100" valign="top"> <table width="139" height="100" border="0" cellpadding="0" cellspacing="0"> <td width="139" height="25" valign="bottom"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/isidora3000.html" target="edificios" onClick="MM_nbGroup('down','group1','isidora3000','../images/otros/isidora3000_f2.gif',1)" onMouseOver="MM_nbGroup('over','isidora3000','../images/otros/isidora3000_f2.gif','../images/otros/isidora3000_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/otros/isidora3000.gif" alt="" name="isidora3000" width="104" height="13" border="0"></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/terrazasdelcondor.html" target="edificios" onClick="MM_nbGroup('down','group1','terrazasdelcondor','../images/enproceso/terrazasdelcondor_f2.gif',1)" onMouseOver="MM_nbGroup('over','terrazasdelcondor','../images/enproceso/terrazasdelcondor_f2.gif','../images/enproceso/terrazasdelcondor_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/enproceso/terrazasdelcondor.gif" alt="" name="terrazasdelcondor" width="115" height="13" border="0" onload=""></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/lascondes.html" target="edificios" onClick="MM_nbGroup('down','group1','lascondes','../images/edificios/lascondes_f2.gif',1)" onMouseOver="MM_nbGroup('over','lascondes','../images/edificios/lascondes_f2.gif','../images/edificios/lascondes_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/edificios/lascondes.gif" alt="" name="lascondes" width="104" height="13" border="0" onload=""></a></td> </tr> <tr> <td height="15" valign="top"><a href="../swf/clubdejardines.html" target="edificios" onClick="MM_nbGroup('down','group1','clubjardines','../images/otros/clubdejardines_f2.gif',1)" onMouseOver="MM_nbGroup('over','clubjardines','../images/otros/clubdejardines_f2.gif','../images/otros/clubdejardines_f2.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../images/otros/clubdejardines.gif" alt="" name="clubjardines" width="104" border="0"></a></td> </tr> </table></td> <!--Aquí Termina la 3ra tabla--> <!--Aquí Comienza la 4ta tabla--> <td height="100" valign="top"> <table width="131" height="100" border="0" cellpadding="0" cellspacing="0"> <td width="131" height="25" valign="bottom"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> <tr> <td height="15" valign="top"></td> </tr> </table></td> <!--Aquí Termina la 4ta tabla--> </tr> </table></td> </tr> <tr> <td width="424" height="27" valign="top"><a href="mantenciones.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','../images/mantenciones-r2.gif',1)"><img src="../images/mantenciones-r1.gif" name="Image15" width="124" height="27" border="0"></a></td> <td width="124" valign="top"><a href="lamariposa.html" target="_blank" onMouseOver="MM_swapImage('Imagen22','','../images/lamariposa-r2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/lamariposa-r1.gif" name="Imagen22" width="124" height="27" border="0"></a></td> </tr> <tr> <td height="1" colspan="2" bgcolor="#B6B5B5"><img src="../images/spacer.gif" width="1" height="1"></td> </tr> <tr> <td height="36" colspan="2" valign="top"><table width="548" height="36" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="320" height="36" valign="top"><img src="../images/direccion.gif" width="227" height="36"></td> <td width="45" align="right" valign="top"><a href="index_interior.html" target="_self" onMouseOver="MM_swapImage('Image91','','../images/home_f2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/home.gif" name="Image91" width="45" height="17" border="0" id="Image91"></a></td> <td width="59" valign="top"><a href="publicaciones.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','../images/img-public-r2.gif',1)"><img src="../images/img-public-r1.gif" alt="" name="Image19" width="80" height="17" border="0"></a></td> <td width="69" valign="top"><a href="cv.html" target="_self" onMouseOver="MM_swapImage('Image11','','../images/curriculum_f2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/curriculum.gif" name="Image11" width="69" height="17" border="0"></a></td> <td width="55" valign="top"><a href="contacto.php" target="_self" onMouseOver="MM_swapImage('Image10','','../images/contacto_f2.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/contacto.gif" name="Image10" width="55" height="17" border="0"></a></td> </tr> </table></td> </tr> </table> </body> </html>
wp-content/plugins/vc-widget-addon/assets/css/vc_addon.css
shadesoforange/shoreline
.clear { clear:both; display:block; } .vc-addon-select { padding: 7px !important; height: auto !important; margin: 7px 0; } .post-type-vc-element #postdivrich, .post-type-vc-element .composer-switch { width:0 !important; height:0 !important; visibility:hidden; display:none !important; }
documentation/doxy/output/fannie/html/functions_func_0x6f.html
GeorgeStreetCoop/CORE-POS
<!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.4"/> <title>CORE POS - Fannie: Class Members - Functions</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/search.js"></script> <script type="text/javascript"> $(document).ready(function() { if ($('.searchresults').length > 0) { searchBox.DOMSearchField().focus(); } }); </script> <link rel="search" href="search-opensearch.php?v=opensearch.xml" type="application/opensearchdescription+xml" title="CORE POS - Fannie"/> <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">CORE POS - Fannie </div> <div id="projectbrief">The CORE POS back end</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <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> <div id="MSearchBox" class="MSearchBoxInactive"> <div class="left"> <form id="FSearchBox" action="search.php" method="get"> <img id="MSearchSelect" src="search/mag.png" alt=""/> <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)"/> </form> </div><div class="right"></div> </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 class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index__"><span>_</span></a></li> <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li> <li class="current"><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li> </ul> </div> </div><!-- top --> <div class="contents"> &#160; <h3><a class="anchor" id="index_o"></a>- o -</h3><ul> <li>onSave() : <a class="el" href="class_c_o_r_e_p_o_s_1_1_fannie_1_1_a_p_i_1_1data_1_1hooks_1_1_basic_model_hook.html#a54afdd1e0b283572c014e38238723032">COREPOS\Fannie\API\data\hooks\BasicModelHook</a> </li> <li>operatesOnTable() : <a class="el" href="class_c_o_r_e_p_o_s_1_1_fannie_1_1_a_p_i_1_1data_1_1hooks_1_1_basic_model_hook.html#ad875761e05459359409188dae32596c0">COREPOS\Fannie\API\data\hooks\BasicModelHook</a> </li> <li>outputPDF() : <a class="el" href="class_over_short_deposit_slips.html#a8c99e5c2ba39f0f10cea06ed4d96f96b">OverShortDepositSlips</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Thu Apr 2 2015 12:27:33 for CORE POS - Fannie by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.4 </small></address> </body> </html>
docs/types/Point2D.html
alucardxlx/caoticamente-shards
<html> <head> <title>RunUO Documentation - Class Overview - Point2D</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.html">Back to Server</a></h4> <h2>Point2D : <!-- DBG-2.2 --><a href="IPoint2D.html">IPoint2D</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="Point2D.html">Point2D</a>&gt;</h2> (<font color="blue">static</font>) <!-- DBG-0 --><a href="Point2D.html">Point2D</a> Parse( <font color="blue">string</font> value )<br> (<font color="blue">ctor</font>) Point2D( <!-- DBG-0 --><a href="IPoint2D.html">IPoint2D</a> p )<br> (<font color="blue">ctor</font>) Point2D( <font color="blue">int</font> x, <font color="blue">int</font> y )<br> <font color="blue">int</font> X( <font color="blue">get</font>; <font color="blue">set</font>; )<br> <font color="blue">int</font> Y( <font color="blue">get</font>; <font color="blue">set</font>; )<br> <font color="blue">virtual</font> <font color="blue">int</font> CompareTo( <font color="blue">object</font> other )<br> <font color="blue">virtual</font> <font color="blue">int</font> CompareTo( <!-- DBG-0 --><a href="Point2D.html">Point2D</a> other )<br> <font color="blue">virtual</font> <font color="blue">bool</font> Equals( <font color="blue">object</font> o )<br> <font color="blue">virtual</font> <font color="blue">int</font> GetHashCode()<br> <font color="blue">virtual</font> <font color="blue">string</font> ToString()<br> </body> </html>
wp-content/themes/insurmountable/style-orig.css
zdislaw/fiercefamily_wp
/* Theme Name: Insurmountable Opportunities Description: Inspired by <a href="http://maczone.sk/">MacZone.sk</a>, created by <a href="http://www.neoease.com/">mg12</a>. It is very stylish, widget supported and doesn’t require any plugin. Version: 1.2.3 Author: mg12 Author URI: http://www.neoease.com/ Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar */ /* static START */ * { margin:0; padding:0; } abbr[title], acronym[title] { border-bottom:thin dotted; cursor:help; } body { background:#BEC3C6 url(img/bg.jpg) repeat-x; color:#555; font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif; font-size:12px; } h1, h2, h3, h4, h5, h6 { font-weight:bolder; letter-spacing:-0.07em; font-family:Arial; } h1 {font-size:200%;} h2 {font-size:170%;} h3 {font-size:150%;} h4 {font-size:130%;} h5 {font-size:110%;} h6 {font-size:100%;} img { border:0; } img.sided { background:#FFF; border:1px solid #CCC; padding:3px; } small { font-size:10px; } a:hover img.sided { border-color:#A6A6A6; } a { color:#2970A6; text-decoration:none; } a:hover { text-decoration:underline; } .wp-caption { background:#F7F7F7; border:1px solid #CCC; padding:5px 0; margin-bottom:5px; text-align:center; } .post .content .wp-caption p { margin:0; } blockquote, pre { background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat; border:1px dashed #CCC; padding:8px 12px 8px 36px; margin:5px 0; } .more-link { font-size:11px; } .alignleft { float:left; text-align:left; margin-right:10px; } .alignright { float:right; text-align:right; margin-left:10px; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .floatleft { float:left; } .floatright { float:right; } .left { float:left; margin-right:10px; } .right { float:right; margin-left:10px; } .fixed, .clear { clear:both; } input.textfield, textarea { background:#FFF url(img/textfield.gif) top repeat-x; border:1px solid #A6A6A6; padding:2px 1px; } .boxcaption { background:#E3E4E6 url(img/box.gif) 0 0 no-repeat; padding:6px 12px; border-bottom:1px solid #CCC; } .boxcaption h3 { font-size:12px; font-family:Verdana,"BitStream vera Sans"; letter-spacing:0em; } .box { background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat; padding:8px 12px; margin-bottom:10px; } .messagebox, .errorbox { background:#EDEFF0 url(img/messagebox.gif) no-repeat; padding:0 12px; height:27px; line-height:27px; font-size:11px; } .w3c { color:#080; font-size:10px; } /* static END */ /* layout START */ #wrap { background:url(img/light.gif) center top no-repeat; padding:20px 0; } #container { margin:0 auto; width:936px; } /* layout END */ /* header START */ #header { background:url(img/header_footer.jpg) 0 0 no-repeat; height:132px; } #caption { height:44px; padding:25px 30px 21px; } #title a { text-decoration:none; color:#FFF; /*width:250px;*/ height:30px; display:block; font-family:"Trajan Pro"; letter-spacing:0; } /* image blog title */ /* #title a { background:url(img/title.gif) no-repeat; text-decoration:none; color:#FFF; width:250px; height:30px; text-indent:-999em; display:block; } */ #tagline { color:#FFF; border-top:1px solid #FFF; text-decoration:none; font-size:10px; float:left; padding:0 3px; } #navigation { margin:1px 0; } #menus li { display:inline; list-style:none; } #menus li a { background:transparent url(img/menu.gif) no-repeat; display:block; color:#382E1F; height:31px; line-height:31px; padding:0 20px; margin-left:-10px; text-decoration:none; font-size:11px; float:left; z-index:1; } #menus li a:hover { background-position:0 -31px; } #menus li.current_page_item a, #menus li.current-cat a { background-position:0 -62px; } #menus li a.home { background-position:0 -93px; width:45px; padding:0; margin-left:0; text-indent:-999em; } #menus li a.home:hover { background-position:0 -124px; } #menus li.current_page_item a.home { background-position:0 -155px; } #menus li a.lastmenu:hover { background-position:0 0; } #searchbox { width:280px; float:right; padding:4px 10px; } #searchbox .textfield { line-height:16px; width:180px; float:right; } #searchbox .switcher { background:url(img/icons.gif) 0 0 no-repeat; float:right; width:18px; height:22px; line-height:16px; display:block; text-indent:-999em; padding:0 2px; height:16px; margin-top:3px; } /* header END */ /* submenu START */ #menus li ul { display:none; background:#F4F5F7; border:1px solid #CCC; border-top-color:#A6A6A6; padding:0 5px; } #menus li li { float:none; margin:0 !important; margin:0; padding:0; display:block; list-style:none; } #menus li li a { float:none; display:block; padding:5px; text-decoration:none; width:150px; font-size:12px; border-style:solid; border-color:#DDD; border-width:1px 0 0; margin:0; background-image:none; height:20px; line-height:20px; } #menus li li.first a { border-top:none; } #menus li li a:hover { font-weight:bolder; } /* submenu END */ /* content START */ #content { background:#FFF url(img/sidesep.gif) right repeat-y; min-height:400px; } /* content END */ /* main START */ #main { background:#FFF; width:605px; padding:5px 15px 15px; float:left; } #notice { color:#080; } #notice a { text-decoration:underline; } .post h2 { display:block; margin-top:10px; border-bottom:1px solid #CCC; padding:0 5px 3px; font-size:16px; font-family:Verdana,"BitStream vera Sans"; } .post h2 a.title { text-decoration:none; color:#4C4C4C; } .post h2 a.title:hover { color:#2970A6; } .post .info { margin:5px; } .post .info span.first { margin-left:0; } .post .date, .post .tags, .post .author, .post .categories, .post .editpost, .post .readingblinds, .post .comments, .post .addcomment, .post .editlinks { background:url(img/icons.gif) no-repeat; padding-left:22px; height:16px; line-height:16px; display:block; font-size:11px; } .post .act { height:16px; float:right; } .post .act span { float:left; margin-left:15px; } .post .tags { background-position:0 -16px; } .post .categories { background-position:0 -32px; } .post .author { background-position:0 -176px; } .post .date { background-position:0 -48px; float:left; } .post .editpost { background-position:0 -64px; } .post .readingblinds { background-position:0 -80px; } .post .comments { background-position:0 -96px; } .post .addcomment { background-position:0 -112px; } .post .editlinks { background-position:0 -192px; } .post .content { padding:5px 0 5px 5px; line-height:145%; overflow:hidden; } .post .content p { margin-bottom:10px; } .post .content .under { height:16px; line-height:16px; } .post .content .under span { float:left; margin-right:15px; } .post .content h4 { color:#080; margin-bottom:10px; } .post .content img { max-width:600px; } .post .content ul, .post .content ol { padding-bottom:10px; } .post .content ul li, .post .content ol li { list-style-position:inside; padding-left:20px; } .post .content table { background:#FFF; border:1px solid #CCC; margin:5px 0 10px; } .post .content table tr td { border-top:1px solid #CCC; padding:2px 10px; } .post .content table tr th { padding:1px 10px; background:#EDEFF0; text-align:left; } .post .content .boxcaption { background-image:url(img/postbox.gif); } .post .content .box { background-image:url(img/postbox.gif); } #postpath { background:url(img/icons.gif) 0 -208px no-repeat; height:16px; line-height:16px; margin:5px 0; padding-left:22px; } #pagenavi, #postnavi { border-top:1px solid #CCC; margin:10px -5px 0; padding:10px 5px 0; } #pagenavi { font-size:11px; } #pagenavi .newer a, #postnavi .prev a { background:url(img/icons.gif) 0 -224px no-repeat; padding-left:22px; float:left; height:16px; line-height:16px; } #pagenavi .older a, #postnavi .next a { background:url(img/icons.gif) 100% -240px no-repeat; padding-right:22px; float:right; height:16px; line-height:16px; } /* main END */ /* sidebar START */ #sidebar { background:#F7F7F7; width:300px; float:right; font-size:95%; line-height:145%; overflow:hidden; } #sidebar li { background:url(img/icons.gif) 0 -320px no-repeat; padding-left:22px; list-style:none; margin-top:5px; /*font-size:95%;*/ } #sidebar .content, #sidebar li { font-size:12px; } #northsidebar .widget { background:url(img/widgetsep.png) bottom no-repeat; padding:10px 15px 19px; } #southsidebar .widget { background:url(img/widgetsep.png) top no-repeat; padding:15px 15px 17px; } #centersidebar { padding:12px 15px 0; } #northsidebar, #southsidebar { font-size:95%; } #northsidebar .widget h2, #southsidebar .widget h2 { margin-bottom:10px; } #northsidebar .widget .content p, #southsidebar .widget .content p { margin-bottom:10px; } #westsidebar { width:121px; float:left; padding-right:5px; font-size:95%; overflow:hidden; } #eastsidebar { width:129px; float:right; font-size:95%; overflow:hidden; } #westsidebar h3, #eastsidebar h3 { margin-bottom:5px; } #westsidebar .widget, #eastsidebar .widget { margin-bottom:15px; } #sidebar .widget_feeds { padding:5px 15px 14px; } #sidebar #feedrss, #sidebar #feedemail { height:25px; line-height:25px; display:block; padding:5px 5px 5px 36px; float:left; text-decoration:none; } #sidebar #feedrss { background:url(img/feeds.gif) 5px 5px no-repeat; } #sidebar #feedemail { background:url(img/feeds.gif) 5px -45px no-repeat; margin-left:15px; } #subscribe ul { display:none; background:#F4F5F7; border:1px solid #B7B7B7; width:180px; padding:5px; } #subscribe li { list-style:none; float:left; margin:0; padding:0; display:block; } #subscribe li a span { background:url(img/readers.gif) no-repeat; height:20px; width:80px; display:block; text-indent:-999em; } #subscribe li#google_reader a span { background-position:0 0; } #subscribe li#youdao_reader a span { background-position:0 -20px; } #subscribe li#xianguo_reader a span { background-position:0 -40px; } #subscribe li#zhuaxia_reader a span { background-position:0 -60px; } #subscribe li#yahoo_reader a span { background-position:0 -80px; } #subscribe li#newsgator_reader a span { background-position:0 -100px; } #subscribe li#bloglines_reader a span { background-position:0 -120px; } #subscribe li#inezha_reader a span { background-position:0 -140px; } #subscribe li a { display:block; padding:5px; text-decoration:none; width:80px; font-size:12px; } #subscribe li a:hover { background:#EEDDCC; } #tag_cloud a { line-height:130%; } /* sidebar END */ /* footer START */ #footer { background:url(img/header_footer.jpg) 0 -132px no-repeat; display:block; height:88px; border-top:1px solid #CCC; font-size:11px; line-height:145%; width:100%; } #footer a { color:#2A2A2A; } #copyright { margin-top:12px; margin-left:20px; } #themeinfo { margin-left:20px; } a#powered { background:url(img/wp-logo.png) no-repeat; display:block; width:92px; height:57px; float:left; margin:0 10px 0 5px; text-indent:-999em; } a#gotop { background:url(img/icons.gif) 0 -304px no-repeat; float:right; height:16px; line-height:18px; display:block; padding-left:16px; margin:5px 15px 0 0 !important; margin:5px 8px 0 0; text-decoration:none; } /* footer END */ /* comment START */ #commentlist { background:#FCFCFC; border-top:1px solid #CCC; border-bottom:1px solid #CCC; margin:0 -15px; padding:0 15px; } #commentlist ol, #commentlist li { list-style:none; } #cmtswitcher { background:#FFF; font-size:10px; padding-top:5px; } #cmtswitcher a.tab, #cmtswitcher a.curtab { padding:5px 10px; margin-bottom:-1px; display:block; float:right; color:#555; text-decoration:none; } #cmtswitcher a.tab { border:1px solid #FFF; border-bottom-color:#CCC; } #cmtswitcher a.curtab { background:#FCFCFC; border:1px solid #CCC; border-bottom-color:#FCFCFC; } #cmtswitcher .addcomment, #cmtswitcher .addtrackback { padding-left:22px; height:16px; line-height:16px; display:block; font-size:11px; float:left; margin-right:15px; margin-top:4px !important; margin-top:3px; } #cmtswitcher .addcomment { background:url(img/icons.gif) 0 -112px no-repeat; } #cmtswitcher .addtrackback { background:url(img/icons.gif) 0 -144px no-repeat; } #thecomments, #thetrackbacks { padding-bottom:15px; } #thecomments .comment, #thecomments .messagebox { margin-top:15px; } .comment .author { float:left; width:81px; text-align:center; } .comment .pic { background:url(img/commentpoint.png) 100% 33% no-repeat; padding-right:14px; margin-top:10px; } .comment .name { width:67px; padding-right:14px; font-weight:bolder; overflow:hidden; } .comment .avatar { padding:1px; border:1px solid #999; } .comment .info { background:#EDEFF0 url(img/comment.gif) 0 0 no-repeat; float:left; padding:10px 15px 0; width:494px; } .comment .date, .trackback .date { float:left; font-size:10px; } .comment .act, .trackback .act { float:right; font-size:10px; } .comment .content { background:url(img/comment.gif) 100% 100% no-repeat; margin:0 -15px; padding:0 15px 10px; line-height:145%; } .comment .content p { margin-top:10px; } .comment .content blockquote p { margin-top:0; margin-bottom:10px; } .admincomment .author { float:right; } .admincomment .pic { background:url(img/commentpoint.png) 0% 33% no-repeat; padding-right:0; padding-left:14px; } .admincomment .name { padding-right:0; padding-left:14px; } .admincomment .info { float:right; } #comment_login { margin-top:15px; } #thetrackbacks { display:none; } #thetrackbacks li { margin-top:15px; } .trackback { background:#EDEFF0 url(img/box.gif) 0 0 no-repeat; padding:10px 15px 0; width:575px; } .trackback .title { background:#EDEFF0 url(img/box.gif) 100% 100% no-repeat; padding:10px 15px !important; padding:0 15px 10px; width:575px; margin:0 -15px; } #respond { padding:10px 0 0; font-size:11px; } #respond .row { margin-bottom:5px; } #respond .textfield { width:200px; } #emoticon { float:right; margin-top:1px; margin-right:10px; } #comment { width:601px; } #commentnavi { background:#EDEFF0 url(img/box.gif) 0 0 no-repeat; padding:10px 15px; font-size:11px; } #commentnavi a.page-numbers { padding:5px 7px; text-decoration:none; border:1px solid #EDEFF0; margin:0 -2px; } #commentnavi a.page-numbers:hover { background:#F7F7F7; border:1px solid #CCC; text-decoration:none; } #commentnavi span.pages { padding:0 7px 0 22px; background:url(img/icons.gif) 0 -272px no-repeat; height:16px; line-height:16px; float:left; } #commentnavi span.current { background:#F7F7F7; padding:5px 7px; border:1px solid #F7F7F7; font-weight:bold; margin:0 -2px; } #commentnavi #commentpager { line-height:16px; } #submitbox a.feed { background:url(img/icons.gif) 0 -256px no-repeat; padding-left:22px; height:16px; line-height:16px; display:block; float:left; } #submitbox #submit { padding:3px 6px; background:#B4D666; border-top:1px solid #B4D666; border-right:1px solid #81B840; border-bottom:1px solid #81B840; border-left:1px solid #B4D666; color:#2970A6; font-size:11px; cursor:pointer; } #submitbox #submit:hover { background:#98C64C; border-top:1px solid #76B33A; border-right:1px solid #98C64C; border-bottom:1px solid #98C64C; border-left:1px solid #76B33A; color:#074A7E; } #submitbox .submitbutton { float:right; } /* comment END */ /* linkcat START */ .post .content .linkcat ul li { list-style:none; float:left; width:25%; padding:2px 0; overflow:hidden; } .post .content .linkcat ul li a { background:url(img/icons.gif) 0 -160px no-repeat; padding-left:22px; height:16px; line-height:16px; } /* linkcat END */ /* image switcher START */ .imageswitcher { background:#EDEFF0; padding:5px; font-size:11px; } .imageswitcher_image { background:#FFF; border:1px solid #BABABA; padding:3px; margin:0; } a .imageswitcher_image:hover { border-color:#999; } a.imageswitcher_button { float:left; margin-top:1px !important; margin-top:3px; margin-bottom:0 !important; margin-bottom:5px; margin-right:4px; padding:2px 5px; background:#B4D666; border-top:1px solid #B4D666; border-right:1px solid #81B840; border-bottom:1px solid #81B840; border-left:1px solid #B4D666; color:#2970A6; } a.imageswitcher_button:hover { background:#98C64C; border-top:1px solid #76B33A; border-right:1px solid #98C64C; border-bottom:1px solid #98C64C; border-left:1px solid #76B33A; text-decoration:none; color:#074A7E; } /* image switcher END */ /* related posts START */ /* when related posts with title */ #related_posts { padding-bottom:10px; } #related_posts h3 { background:#E3E4E6 url(img/box.gif) 0 0 no-repeat; font-size:12px; padding:6px 12px; font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif; letter-spacing:0em; border-bottom:1px solid #CCC; } #related_posts ul { background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat; padding:3px 12px 8px; } #related_posts ul li { list-style:none; padding:3px 5px; border-bottom:1px solid #E3E4E6; line-height:18px; } #related_posts .count { font-size:10px; } #related_posts .excerpt { color:#999; font-size:11px; display:block; } /* when related posts without title */ /* #related_posts { padding-top:3px; padding-bottom:8px; } #related_posts ul li { list-style:none; padding:3px 5px; border-bottom:1px solid #E3E4E6; line-height:18px; } */ /* related posts END */ /* one-column START */ .one-column #content { background:#FFF; } .one-column #main { width:906px; } .one-column #comment { width:902px; } .one-column .trackback, .one-column .trackback .title { width:876px; } .one-column .comment .info { width:795px; } .one-column #header { background-image:url(img/header_footer_1col.jpg); } .one-column .comment .info, .one-column .comment .content { background-image:url(img/comment_1col.gif); } .one-column .boxcaption, .one-column .box, .one-column .trackback, .one-column .trackback .title, .one-column #commentnavi, .one-column #related_posts h3, .one-column #related_posts ul { background-image:url(img/box_1col.gif); } .one-column .messagebox, .one-column .errorbox { background-image:url(img/messagebox_1col.gif); } .one-column .post .content .boxcaption, .one-column .post .content .box { background-image:url(img/postbox_1col.gif); } /* one-column END */
solr/docs/solr-map-reduce/org/apache/solr/hadoop/package-tree.html
swsachith/ANDROPHSY
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Thu Apr 09 10:39:06 MDT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.hadoop Class Hierarchy (Solr 5.1.0 API)</title> <meta name="date" content="2015-04-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.solr.hadoop Class Hierarchy (Solr 5.1.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../../../org/apache/solr/hadoop/dedup/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/hadoop/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.apache.solr.hadoop</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.apache.hadoop.conf.Configured (implements org.apache.hadoop.conf.Configurable) <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/MapReduceIndexerTool.html" title="class in org.apache.solr.hadoop"><span class="strong">MapReduceIndexerTool</span></a> (implements org.apache.hadoop.util.Tool)</li> </ul> </li> <li type="circle">java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><span class="strong">InputStream</span></a> (implements java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>) <ul> <li type="circle">org.apache.solr.common.util.<a href="../../../../../solr-solrj/org/apache/solr/common/util/DataInputInputStream.html?is-external=true" title="class or interface in org.apache.solr.common.util"><span class="strong">DataInputInputStream</span></a> (implements java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>) <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/UnbufferedDataInputInputStream.html" title="class in org.apache.solr.hadoop"><span class="strong">UnbufferedDataInputInputStream</span></a></li> </ul> </li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/DataInputInputStream.html" title="class in org.apache.solr.hadoop"><span class="strong">DataInputInputStream</span></a></li> </ul> </li> <li type="circle">org.apache.hadoop.mapreduce.Mapper&lt;KEYIN,VALUEIN,KEYOUT,VALUEOUT&gt; <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/LineRandomizerMapper.html" title="class in org.apache.solr.hadoop"><span class="strong">LineRandomizerMapper</span></a></li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/SolrMapper.html" title="class in org.apache.solr.hadoop"><span class="strong">SolrMapper</span></a>&lt;KEYIN,VALUEIN&gt;</li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/TreeMergeMapper.html" title="class in org.apache.solr.hadoop"><span class="strong">TreeMergeMapper</span></a></li> </ul> </li> <li type="circle">org.apache.hadoop.mapreduce.OutputFormat&lt;K,V&gt; <ul> <li type="circle">org.apache.hadoop.mapreduce.lib.output.FileOutputFormat&lt;K,V&gt; <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/SolrOutputFormat.html" title="class in org.apache.solr.hadoop"><span class="strong">SolrOutputFormat</span></a>&lt;K,V&gt;</li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/TreeMergeOutputFormat.html" title="class in org.apache.solr.hadoop"><span class="strong">TreeMergeOutputFormat</span></a></li> </ul> </li> </ul> </li> <li type="circle">java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><span class="strong">OutputStream</span></a> (implements java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a>) <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/DataOutputOutputStream.html" title="class in org.apache.solr.hadoop"><span class="strong">DataOutputOutputStream</span></a></li> </ul> </li> <li type="circle">org.apache.hadoop.mapreduce.Partitioner&lt;KEY,VALUE&gt; <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/SolrCloudPartitioner.html" title="class in org.apache.solr.hadoop"><span class="strong">SolrCloudPartitioner</span></a> (implements org.apache.hadoop.conf.Configurable)</li> </ul> </li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/PathArgumentType.html" title="class in org.apache.solr.hadoop"><span class="strong">PathArgumentType</span></a> (implements net.sourceforge.argparse4j.inf.ArgumentType&lt;T&gt;)</li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/PathParts.html" title="class in org.apache.solr.hadoop"><span class="strong">PathParts</span></a></li> <li type="circle">org.apache.hadoop.mapreduce.Reducer&lt;KEYIN,VALUEIN,KEYOUT,VALUEOUT&gt; <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/LineRandomizerReducer.html" title="class in org.apache.solr.hadoop"><span class="strong">LineRandomizerReducer</span></a></li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/SolrReducer.html" title="class in org.apache.solr.hadoop"><span class="strong">SolrReducer</span></a></li> </ul> </li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop"><span class="strong">SolrInputDocumentWritable</span></a> (implements org.apache.hadoop.io.Writable)</li> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang"><span class="strong">Thread</span></a> (implements java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>) <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/HeartBeater.html" title="class in org.apache.solr.hadoop"><span class="strong">HeartBeater</span></a></li> </ul> </li> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/Utils.html" title="class in org.apache.solr.hadoop"><span class="strong">Utils</span></a></li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/HdfsFileFieldNames.html" title="interface in org.apache.solr.hadoop"><span class="strong">HdfsFileFieldNames</span></a></li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://download.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">org.apache.solr.hadoop.<a href="../../../../org/apache/solr/hadoop/SolrCounters.html" title="enum in org.apache.solr.hadoop"><span class="strong">SolrCounters</span></a></li> </ul> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../../../org/apache/solr/hadoop/dedup/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/hadoop/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
style/VbStyle-Black.css
Gemorroj/punbb-mod
@import url(imports/base.css); @import url(imports/VbStyle-Black_cs.css); .pun, .pun input, .pun select, .pun textarea, .pun optgroup { font-family: Verdana, Geneva, Lucida, 'Lucida grande', Arial, Helvetica, sans-serif; } .pun {font-size: 11px; line-height: normal} * html .pun {font-size: 68.75%} .pun table, .pun input, .pun select, .pun optgroup, .pun textarea, div.postmsg p.postedit {font-size: 1em} .pun pre {font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace} .pun h2, .pun h4 {font-size: 9px;} .pun h3 {font-size: 1.1em} .brdtitle h1 {font-size: 1.4em} div.postmsg p {line-height: 1.4} div.postleft dt {font-size: 1.1em} .pun pre {font-size: 1.2em} div.postleft dt, div.postmsg h4, td.tcl h3, div.forminfo h3, p.postlink, div.linkst li, div.linksb li, div.postlinksb li, .blockmenu li, .brdtitle h1, .pun span.warntext, .pun p.warntext {font-weight: bold} #brdmenu a:link, #brdmenu a:visited, .blockpost dt a:link, .blockpost dt a:visited, .blockpost h2 a:link, .blockpost h2 a:visited, .postlink a:link, .postlink a:visited, .postfootright a:link, .postfootright a:visited, .blockmenu a:link, .blockmenu a:visited { text-decoration: none } #brdmenu a:hover, .blockpost h2 a:hover {text-decoration: underline} div.box, .pun td, .pun th, div.forminfo, div.blockpost label { border-style: solid; border-width: 1px; } .pun blockquote, div.codebox{ box-shadow: -6px 6px 6px #333; -webkit-box-shadow:-6px 6px 6px #333; -moz-box-shadow:-6px 6px 6px #333; border-radius: 6px; -moz-border-radius:6px; border-style: solid; border-width: 1px; } .pun blockquote:hover, div.codebox:hover{ box-shadow: -8px 8px 8px #333; -webkit-box-shadow:-8px 8px 8px #333; -moz-box-shadow:-8px 8px 8px #333; } #brdheader div.box {border-top-width: 1px} .pun td{ border-bottom: none; border-right: none; } .pun th { border-bottom: none; border-right: none; border-top: none; border-left: none; } .pun .tcl {border-left: none} div>fieldset { border-style: solid; border-width: 1px } div.blocktable, div.block, div.blockform, div.block2col, #postreview {margin-bottom: 12px} #punindex div.blocktable, div.blockpost {margin-bottom: 6px} div.block2col div.blockform, div.block2col div.block {margin-bottom: 0px} div.linkst, div.linksb {margin-top: -12px} div.postlinksb {margin-top: -6px} #brdstats {margin-top: 12px} div.block div.inbox, div.blockmenu div.inbox {padding: 3px 6px} .pun p, .pun ul, .pun dl, div.blockmenu li, .pun label, #announce div.inbox div {padding: 3px 0} #brdtitle p {padding-top: 0px} div.linkst {padding: 8px 6px 3px 6px} div.linksb, div.postlinksb {padding: 3px 6px 8px 6px} #brdwelcome, #brdfooter dl a, div.blockmenu li, div.rbox input {line-height: 1.4em} #viewprofile dt, #viewprofile dd {padding: 0 3px; line-height: 2em} #brdmenu li, div.rbox input, div.blockform p input {margin-right: 12px} .pun th, .pun td {padding: 4px 6px} .pun td p {padding: 5px 0 0 0} div.postleft dl, div.postright {padding: 6px} dd.usercontacts, dd.postavatar {margin-top: 5px} dd.postavatar {margin-bottom: 5px} div.postsignature, div.postmsg p.postedit {padding-top: 15px} div.postmsg h4 {margin-bottom: 10px} .pun blockquote, div.codebox {margin: 5px 15px 15px 15px; padding: 8px} div.postfootleft p, div.postfootright ul, div.postfootright div {padding: 10px 6px 5px 6px} div.blockpost input, div.blockpost label { padding: 3px; display: inline } p.multidelete { padding-top: 15px; padding-bottom: 5px } div.postmsg p {padding: 0} div.blockform form, div.fakeform {padding: 20px 20px 15px 20px} div.inform {padding-bottom: 12px} .pun fieldset {padding: 0px 12px 0px 12px} div.infldset {padding: 9px 0px 12px 0} .pun legend {padding: 0px 6px} div.forminfo { margin-bottom: 12px; padding: 9px 10px } ul.bblinks li {padding-right: 20px} ul.bblinks {padding-bottom: 10px; padding-left: 4px} div.blockform p input {margin-left: 12px} div.icon{ float: left; display: block; width:20px; height:20px; } div.searchposts div.icon {margin-left: 0} td div.tclcon {margin-left: 2.3em}
wp-content/plugins/s2member-pro/includes/separates/gateways/paypal/paypal.css
foxydot/walker
/** * Core CSS stylesheet for PayPal®. * * Copyright: © 2009-2011 * {@link http://www.websharks-inc.com/ WebSharks, Inc.} * (coded in the USA) * * This WordPress® plugin (s2Member Pro) is comprised of two parts: * * o (1) Its PHP code is licensed under the GPL license, as is WordPress®. * You should have received a copy of the GNU General Public License, * along with this software. In the main directory, see: /licensing/ * If not, see: {@link http://www.gnu.org/licenses/}. * * o (2) All other parts of (s2Member Pro); including, but not limited to: * the CSS code, some JavaScript code, images, and design; * are licensed according to the license purchased. * See: {@link http://www.s2member.com/prices/} * * Unless you have our prior written consent, you must NOT directly or indirectly license, * sub-license, sell, resell, or provide for free; part (2) of the s2Member Pro Module; * or make an offer to do any of these things. All of these things are strictly * prohibited with part (2) of the s2Member Pro Module. * * Your purchase of s2Member Pro includes free lifetime upgrades via s2Member.com * (i.e. new features, bug fixes, updates, improvements); along with full access * to our video tutorial library: {@link http://www.s2member.com/videos/} * * @package s2Member\PayPal * @since 1.5 */ /* Structrual styles for PayPal® Pro Forms. These are basic CSS rules. You can override any of these through the `/style.css` file for your WordPress® theme. */ form.s2member-pro-paypal-form { margin: 0; padding: 0; clear: both; display: block; text-align: left; } div.s2member-pro-paypal-form-section { text-align: left; margin: 25px 0 0 0; } div.s2member-pro-paypal-form-section:first-child { margin-top: 0; } div.s2member-pro-paypal-form-coupon-section { display: /* Off initially. */ none; } div.s2member-pro-paypal-form-response-section { margin-top: 0; } div.s2member-pro-paypal-form-response-info, div.s2member-pro-paypal-form-response-error { color: #000000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px 60px 10px 10px; } div.s2member-pro-paypal-form-response-info a, div.s2member-pro-paypal-form-response-error a { color: #000000; text-decoration: underline; } div.s2member-pro-paypal-form-response-info { font-size: 120%; border: 1px solid #F1EADA; background: #FFFFCC url('<?php echo $i; ?>/info-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-response-error { border: 1px solid #FE8989; background: #FFD5D5 url('<?php echo $i; ?>/error-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-description-div { font-size: 140%; font-family: 'Consolas', 'Courier New', monospace; } div.s2member-pro-paypal-form-section-title { font-size: 150%; text-align: left; min-height: 22px; margin: 0 0 25px 0; border: 1px solid; padding: 10px 0 10px 0; border-width: 0 0 1px 0; font-family: 'Georgia', serif; } div.s2member-pro-paypal-form-coupon-section-title { background: url('<?php echo $i; ?>/coupon-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-registration-section-title { background: url('<?php echo $i; ?>/secure-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-custom-fields-section-title { background: url('<?php echo $i; ?>/details-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-billing-method-section-title { background: url('<?php echo $i; ?>/wallet-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-billing-address-section-title { background: url('<?php echo $i; ?>/address-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-captcha-section-title { background: url('<?php echo $i; ?>/captcha-icon.png') no-repeat center right; } label.s2member-pro-paypal-form-card-type-label { width: 14%; cursor: pointer; text-align: center; display: inline-block; } label.s2member-pro-paypal-form-card-type-label.disabled { opacity: 0.2; filter: alpha(opacity=20); } label.s2member-pro-paypal-update-form-card-type-label { width: /* Only six here. */ 16.5%; } label.s2member-pro-paypal-form-card-type-label input[type="radio"] { margin-top: 40px !important; } label.s2member-pro-paypal-form-card-type-paypal-label { background: url('<?php echo $i; ?>/paypal-card.png') no-repeat top center; } label.s2member-pro-paypal-form-card-type-visa-label { background: url('<?php echo $i; ?>/visa-card.png') no-repeat top center; } label.s2member-pro-paypal-form-card-type-mastercard-label { background: url('<?php echo $i; ?>/mastercard-card.png') no-repeat top center; } label.s2member-pro-paypal-form-card-type-amex-label { background: url('<?php echo $i; ?>/amex-card.png') no-repeat top center; } label.s2member-pro-paypal-form-card-type-discover-label { background: url('<?php echo $i; ?>/discover-card.png') no-repeat top center; } label.s2member-pro-paypal-form-card-type-maestro-label { background: url('<?php echo $i; ?>/maestro-card.png') no-repeat top center; } label.s2member-pro-paypal-form-card-type-solo-label { background: url('<?php echo $i; ?>/solo-card.png') no-repeat top center; } div.s2member-pro-paypal-form-submission-section-title { margin-bottom: 0; background: url('<?php echo $i; ?>/arrow-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div { text-align: left; margin: 15px 0 0 0; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="text"], div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="password"], div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div textarea, div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select { margin: /* Remove any existing margins. */ 0; width: /* 100% does not work across all browsers. */ 100%; width: /* 100% does not work in IE browsers < 8. */ 98% !ie<8; box-sizing: /* Make all fields behave the same. */ border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="checkbox"], div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="radio"] { margin: 0 3px 0 0; vertical-align: middle; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select { width: /* This width required in IE < 8. */ 99.5% !ie<8; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div label { cursor: /* Make labels appear clickable. */ pointer; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div label.ws-plugin--s2member-custom-reg-field-op-l { opacity: 0.7; font-size: 90%; vertical-align: middle; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-divider-section { height: 1px; border: 0 solid; line-height: 1px; border-width: 0 0 1px 0; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-custom-reg-field-divider-section-title { border: 0 solid; font-size: 110%; border-width: 0 0 1px 0; padding: 0 0 12px 0; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-coupon-div input[type="text"] { width: 75%; float: left !ie<8; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-coupon-div input[type="button"] { width: 20%; float: right; margin-top: -3px; font-weight: normal; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-ajax-tax-div > div, div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-coupon-response-div > div { color: #446F5C; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px 60px 5px 5px; border: 1px solid #A9D6B6; background: #CCEED9 url('<?php echo $i; ?>/tax-icon.png') no-repeat center right; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-ajax-tax-div > div > img { border: 0; width: 16px; height: 16px; margin: 0 5px 0 0; background: transparent; vertical-align: middle; } div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input.s2member-pro-paypal-password2 { margin-top: /* Space this out just a bit. */ 5px; } div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-custom-reg-field-opt-in-div { float: left; max-width: 70%; } div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div { float: right; } div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div > input[type="image"] { border: 0; }
toolchain/deprecated/arm_cm0_4.9/share/doc/gcc-arm-none-eabi/html/as.html/Ld-Sections.html
jocelynmass/nrf51
<html lang="en"> <head> <title>Ld Sections - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Sections.html#Sections" title="Sections"> <link rel="prev" href="Secs-Background.html#Secs-Background" title="Secs Background"> <link rel="next" href="As-Sections.html#As-Sections" title="As Sections"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU Assembler "as". Copyright (C) 1991-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. --> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Ld-Sections"></a> Next:&nbsp;<a rel="next" accesskey="n" href="As-Sections.html#As-Sections">As Sections</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Secs-Background.html#Secs-Background">Secs Background</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Sections.html#Sections">Sections</a> <hr> </div> <h3 class="section">4.2 Linker Sections</h3> <p><code>ld</code> deals with just four kinds of sections, summarized below. <a name="index-named-sections-192"></a> <a name="index-sections_002c-named-193"></a> <dl><dt><strong>named sections</strong><dd><a name="index-text-section-194"></a><a name="index-data-section-195"></a><dt><strong>text section</strong><dt><strong>data section</strong><dd>These sections hold your program. <samp><span class="command">as</span></samp> and <code>ld</code> treat them as separate but equal sections. Anything you can say of one section is true of another. <!-- @ifset aout-bout --> When the program is running, however, it is customary for the text section to be unalterable. The text section is often shared among processes: it contains instructions, constants and the like. The data section of a running program is usually alterable: for example, C variables would be stored in the data section. <!-- @end ifset --> <p><a name="index-bss-section-196"></a><br><dt><strong>bss section</strong><dd>This section contains zeroed bytes when your program begins running. It is used to hold uninitialized variables or common storage. The length of each partial program's bss section is important, but because it starts out containing zeroed bytes there is no need to store explicit zero bytes in the object file. The bss section was invented to eliminate those explicit zeros from object files. <p><a name="index-absolute-section-197"></a><br><dt><strong>absolute section</strong><dd>Address 0 of this section is always &ldquo;relocated&rdquo; to runtime address 0. This is useful if you want to refer to an address that <code>ld</code> must not change when relocating. In this sense we speak of absolute addresses being &ldquo;unrelocatable&rdquo;: they do not change during relocation. <p><a name="index-undefined-section-198"></a><br><dt><strong>undefined section</strong><dd>This &ldquo;section&rdquo; is a catch-all for address references to objects not in the preceding sections. <!-- FIXME: ref to some other doc on obj-file formats could go here. --> </dl> <p><a name="index-relocation-example-199"></a>An idealized example of three relocatable sections follows. The example uses the traditional section names `<samp><span class="samp">.text</span></samp>' and `<samp><span class="samp">.data</span></samp>'. Memory addresses are on the horizontal axis. <!-- TEXI2ROFF-KILL --> <!-- END TEXI2ROFF-KILL --> <pre class="smallexample"> +-----+----+--+ partial program # 1: |ttttt|dddd|00| +-----+----+--+ text data bss seg. seg. seg. +---+---+---+ partial program # 2: |TTT|DDD|000| +---+---+---+ +--+---+-----+--+----+---+-----+~~ linked program: | |TTT|ttttt| |dddd|DDD|00000| +--+---+-----+--+----+---+-----+~~ addresses: 0 ... </pre> <!-- TEXI2ROFF-KILL --> <!-- END TEXI2ROFF-KILL --> </body></html>
src/main/webapp/BenchmarkTest01319.html
andresriancho/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest01319</title> </head> <body> <form action="/benchmark/BenchmarkTest01319" method="POST" id="FormBenchmarkTest01319"> <div><label>Please enter your details:</label></div> <br/> <div><label>Email:</label></div> <div><input type="text" id="email" name="email"></input></div> <div><label>Password:</label></div> <div><input type="text" id="password" name="password" value=""></input></div> <div>&nbsp</div> <div><label>Parameter: vector <BR> Value:</label> <input type="text" id="vector" name="vector" value="FOO=echo Injection"></input></div> <br/> <div><input type="submit" value="Login" /></div> </form> </body> </html>
template/index.html
LewisSoftwareDevelopment/Headwaters
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="images/favicon.png" type="image/png"> <title>Bracket Responsive Bootstrap3 Admin</title> <link href="css/style.default.css" rel="stylesheet"> <link href="css/jquery.datatables.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <script src="js/respond.min.js"></script> <![endif]--> </head> <body> <!-- Preloader --> <div id="preloader"> <div id="status"><i class="fa fa-spinner fa-spin"></i></div> </div> <section> <div class="leftpanel"> <div class="logopanel"> <h1>Headwaters | MB</h1> </div><!-- logopanel --> <div class="leftpanelinner"> <!-- This is only visible to small devices --> <div class="visible-xs hidden-sm hidden-md hidden-lg"> <div class="media userlogged"> <img alt="" src="images/photos/loggeduser.png" class="media-object"> <div class="media-body"> <h4>John Doe</h4> <span>"Life is so..."</span> </div> </div> <h5 class="sidebartitle actitle">Account</h5> <ul class="nav nav-pills nav-stacked nav-bracket mb30"> <li><a href=""><i class="fa fa-user"></i> <span>Profile</span></a></li> <li><a href=""><i class="fa fa-cog"></i> <span>Account Settings</span></a></li> <li><a href=""><i class="fa fa-question-circle"></i> <span>Help</span></a></li> <li><a href=""><i class="fa fa-sign-out"></i> <span>Sign Out</span></a></li> </ul> </div> <!--** Begin Navigation--> <ul class="nav nav-pills nav-stacked nav-bracket"> <li class="active"><a href=""><i class="fa fa-home"></i> <span>Dashboard</span></a></li> <li><a href=""><span class="pull-right badge badge-success">2</span><i class="fa fa-envelope-o"></i> <span>Email</span></a></li> <!--** Inputs Section--> <li class="nav-parent"><a href=""><i class="fa fa-folder-open"></i> <span>Inputs</span></a> <ul class="children"> <li><a href=""><i class="fa fa-caret-right"></i> Company</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Bankers</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Referral Individual</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Referral Company</a></li> <li><a href=""><i class="fa fa-caret-right"></i> NDA Per Month</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Ellive</a></li> <li><a href=""><i class="fa fa-caret-right"></i> In Market LOI</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Utilization Targets</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Actuals</a></li> <li><a href=""><i class="fa fa-caret-right"></i> SSVSOP</a></li> </ul> </li> <!--** Reports Section--> <li class="nav-parent"><a href=""><i class="fa fa-folder-open"></i> <span>Reports</span></a> <ul class="children"> <li><a href=""><i class="fa fa-caret-right"></i> Snapshot</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Trend Analysis LTM</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Banker Productivity</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Changes Since Last Month</a></li> <li><a href=""><i class="fa fa-caret-right"></i> YTD Engagements</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Live Sell-Side Engagements by Enterprise Value</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Live Engagements by Deal Slot</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Live Engagements by Status</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Revenue Estimates</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Form 5</a></li> </ul> </li> <li class="nav-parent"><a href=""><i class="fa fa-edit"></i> <span>Forms</span></a> <ul class="children"> <li><a href=""><i class="fa fa-caret-right"></i> Form 1</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Form 2</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Form 3</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Form 4</a></li> <li><a href=""><i class="fa fa-caret-right"></i> Form 5</a></li> </ul> </li> </ul> <!--** END Navigation--> </div> <!-- /leftpanelinner --> </div> <!-- /leftpanel --> <div class="mainpanel"> <div class="headerbar"> <!--** MENU TOGGLE NEEDS TO BE KEPT--> <a class="menutoggle"><i class="fa fa-bars"></i></a> <!--** SEARCH FUNCTIONALITY NEEDS TO BE KEPT // MAYBE REMOVE LATER--> <form class="searchform" action="index.html" method="post"> <input type="text" class="form-control" name="keyword" placeholder="Search here..." /> </form> </div> <!-- /headerbar --> <div class="pageheader"> <h2><i class="fa fa-home"></i> Dashboard</h2> <div class="breadcrumb-wrapper"> <span class="label">You are here:</span> <ol class="breadcrumb"> <li><a href="">Bracket</a></li> <li class="active">Dashboard</li> </ol> </div> </div> </div> <!-- /mainpanel --> </section> <script src="js/jquery-1.10.2.min.js"></script> <script src="js/jquery-migrate-1.2.1.min.js"></script> <script src="js/jquery-ui-1.10.3.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/modernizr.min.js"></script> <script src="js/jquery.sparkline.min.js"></script> <script src="js/toggles.min.js"></script> <script src="js/retina.min.js"></script> <script src="js/jquery.cookies.js"></script> <script src="js/flot/flot.min.js"></script> <script src="js/flot/flot.resize.min.js"></script> <script src="js/morris.min.js"></script> <script src="js/raphael-2.1.0.min.js"></script> <script src="js/jquery.datatables.min.js"></script> <script src="js/chosen.jquery.min.js"></script> <script src="js/custom.js"></script> <script src="js/dashboard.js"></script> </body> </html>
algorithm/depth_fs.html
ldulcic/PPiJ_Projekt
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- Graph creator CSS --> <link href="../assets/css/graph-creator.css" rel="stylesheet"> <!-- Bootstrap Core CSS --> <link href="../assets/css/bootstrap.css" rel="stylesheet"> </head> <body> <a class="btn btn-default page-scroll" id="enddrawing">Finish drawing</a> <a class="btn btn-default page-scroll" id="selectstart" style="display:none">Choose start node!</a> <a class="btn btn-default page-scroll" id="selectend" style="display:none">Choose end node!</a> <a class="btn btn-default page-scroll" id="startgame" style="display:none">Start game!</a> <button type="button" data-placement="bottom" data-toggle="popover" data-content="Check <a href='../help.html' target='_blank'>Help</a> for controls!" class="btn btn-default" id="drawing" style="float:right">Draw your own</button> <a class="btn btn-default page-scroll" id="graph3" style="float:right">Advanced graph</a> <a class="btn btn-default page-scroll" id="graph2" style="float:right">Intermediate graph</a> <a class="btn btn-default page-scroll" id="graph1" style="float:right">Starter graph</a> <div id="graph"> <div id="toolbox"> <input type="file" id="hidden-file-upload"> <input id="upload-input" type="image" title="upload graph" src="../assets/img/upload-icon.png" alt="upload graph"> <input type="image" id="download-input" title="download graph" src="../assets/img/download-icon.png" alt="download graph"> <input type="image" id="delete-graph" title="delete graph" src="../assets/img/trash-icon.png" alt="reset"> <input type="image" id="fullscreen" title="full screen" src="../assets/img/fullscreen-icon.png" alt="full screen" style="margin-left:10px"> </div> </div> <!-- d3 --> <script src="../assets/js/d3.v3.js" charset="utf-8"></script> <!-- fileSaver JavaScript --> <script src="../assets/js/FileSaver.min.js"></script> <!-- jQuery --> <script src="../assets/js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../assets/js/bootstrap.min.js"></script> <!-- Graph creator and depth js --> <script src="../assets/js/graph-creator.js"></script> <script src="../assets/js/depth_first_search.js"></script> <script> $(function () { $('[data-toggle="popover"]').popover({html:true}).click(function() { setTimeout(function() { $('[data-toggle="popover"]').popover('hide'); }, 3000); }); }); </script> </body> </html>
wp-content/plugins/launchpad-by-obox/css/fonts/serif-sans-style.css
doveiya/gamerprint-wordpress
/* Site Name: Launchpad Version: Serif - Sans Serif Font Style Author: Obox Author URI: http://www.obox-design.com/ */ /*-------------------------------------------------*/ /*- SETUP STD CLASSES -----------------------------*/ /*-------------------------------------------------*/ body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} h1, h2, h3, h4, h4, .timer{font-family: Georgia, "Times New Roman", Times, serif !important;} /*********************/ /*--- INPUTS --------*/ textarea, input{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} /*************************/ /*--- FORMS -------------*/ fieldset small{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} /********************/ /*- COPY -----------*/ .copy, .copy a, small{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
docs/html/dir_b7878ad5ecbf2506f4125b9d34c97e45.html
vapourismo/knxproto
<!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>knxproto: src/util Directory 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">knxproto &#160;<span id="projectnumber">0.0</span> </div> <div id="projectbrief">Provide the means to communicate with several KNX-related devices or services</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="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 class="current"><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_b7878ad5ecbf2506f4125b9d34c97e45.html">util</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">util Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> <tr class="memitem:address_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="address_8h.html">address.h</a> <a href="address_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:alloc_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="alloc_8h.html">alloc.h</a> <a href="alloc_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Jun 7 2016 19:40:14 for knxproto 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>
sites/all/themes/namhan/rs-plugin/css/settings.css
kydinh/namhan
/*----------------------------------------------------------------------------- - Revolution Slider 1.5.3 - Screen Stylesheet version: 2.1 date: 09/18/11 last update: 06.12.2012 author: themepunch email: info@themepunch.com website: http://www.themepunch.com -----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------- - Revolution Slider 2.0 Captions - Screen Stylesheet version: 1.4.5 date: 09/18/11 last update: 06.12.2012 author: themepunch email: info@themepunch.com website: http://www.themepunch.com -----------------------------------------------------------------------------*/ /************************* - CAPTIONS - **************************/ .tp-hide-revslider,.tp-caption.tp-hidden-caption { visibility:hidden !important; display:none !important;} .tp-caption { z-index:1;} .tp-caption.text_line { height:2px; background:url(../../images/opacity_white_25.png) 0 0 repeat-x; width:450px} .tp-caption.white_text { color:#fff; text-shadow:0 2px 1px #000;} .tp-caption.black_text { color:#363636; text-shadow:0 2px 1px #fff;} .tp-caption.big_title { text-shadow:0 2px 1px #000; font-style:normal; font-size:40px; display:block; font-weight:normal; font-family:'PT Serif Caption', serif;} .ie7 .tp-caption.big_title { line-height:0.7em;} .tp-caption.white_text.big_title { color:#fff;} .tp-caption.black_text.big_title { color:#363636} .tp-caption.big_title strong { font-weight:normal;} .tp-caption.white_text.big_title a { color:#fff; text-shadow:0 2px 1px #000;} .tp-caption.black_text.big_title a { color:#363636; text-shadow:0 2px 1px #fff;} .tp-caption.subtitle { font-style:italic; font-size:16px;} .tp-caption.subtitle span { color:#ff5c22} .tp-caption.big_white{ position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; padding: 3px 4px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; background-color:#000; letter-spacing: 0px; } .tp-caption.big_orange{ position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 36px; line-height: 36px; font-family: Arial; padding: 0px 4px; margin: 0px; border-width: 0px; border-style: none; background-color:#fb7354; letter-spacing: -1.5px; } .tp-caption.big_black{ position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; padding: 0px 4px; margin: 0px; border-width: 0px; border-style: none; background-color:#fff; letter-spacing: -1.5px; } .tp-caption.medium_grey{ position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 20px; line-height: 20px; font-family: Arial; padding: 2px 4px; margin: 0px; border-width: 0px; border-style: none; background-color:#888; white-space:nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } .tp-caption.small_text{ position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 14px; line-height: 20px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } .tp-caption.medium_text{ position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } .tp-caption.large_text{ position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } .tp-caption.large_black_text{ position: absolute; color: #000; text-shadow: none; font-weight: 300; font-size: 42px; line-height: 42px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; } .tp-caption.very_large_text{ position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 60px; line-height: 60px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); letter-spacing: 0px; } .tp-caption.very_large_black_text{ position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 72px; line-height: 72px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; } .tp-caption.bold_red_text{ position: absolute; color: #d31e00; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; } .tp-caption.bold_brown_text{ position: absolute; color: #a04606; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; } .tp-caption.bold_green_text{ position: absolute; color: #5b9830; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; } .tp-caption.very_big_white{ position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; padding: 3px 4px; padding-top: 1px; background-color:#7e8e96; } .tp-caption.very_big_black{ position: absolute; color: #000; text-shadow: none; font-weight: 700; font-size: 60px; line-height: 60px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space:nowrap; padding: 0px 4px; padding-top: 1px; background-color:#fff; } .tp-caption.boxshadow{ -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } .tp-caption.black{ color: #000; text-shadow: none; font-weight: 300; font-size: 19px; line-height: 19px; font-family: 'Open Sans', sans; } .tp-caption.noshadow { text-shadow: none; } .tp-caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; } .tp-caption a:hover { color: #f25720; } .tp_inner_padding { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; max-height:none !important; } /****************************** - BUTTONS - *******************************/ .button { padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px; cursor:pointer; color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; } .button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;} .purchase:hover, .button:hover, .button.big:hover { background-position:bottom, 15px 11px;} @media only screen and (min-width: 768px) and (max-width: 959px) { } @media only screen and (min-width: 480px) and (max-width: 767px) { .button { padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; } a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } } @media only screen and (min-width: 0px) and (max-width: 479px) { .button { padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;} a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } } /* BUTTON COLORS */ .button.green, .button:hover.green, .purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } .button.blue, .button:hover.blue, .purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68;} .button.red, .button:hover.red, .purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212;} .button.orange, .button:hover.orange, .purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00;} .button.darkgrey,.button.grey, .button:hover.darkgrey,.button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222;} .button.lightgrey, .button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555;} /**************************************************************** - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID - ******************************************************************/ .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; } /************************************************ - SOME CAPTION MODIFICATION AT START - *************************************************/ .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; visibility: hidden; } .tp-simpleresponsive img { max-width:none;} /****************************** - IE8 HACKS - *******************************/ .noFilterClass { filter:none !important; } /****************************** - SHADOWS - ******************************/ .tp-bannershadow { position:absolute; margin-left:auto; margin-right:auto; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tp-bannershadow.tp-shadow1 { background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;} .tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} .tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} /******************************** - FULLSCREEN VIDEO - *********************************/ .caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;} .caption.fullscreenvideo iframe { width:100% !important; height:100% !important;} .tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;} .tp-caption.fullscreenvideo iframe { width:100% !important; height:100% !important;} /************************ - NAVIGATION - *************************/ /** BULLETS **/ .tpclear { clear:both;} .tp-bullets { z-index:1000; position:absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; } .tp-bullets.hidebullets { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } .tp-bullets.simplebullets.navbar { border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;} .tp-bullets.simplebullets.navbar-old { background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;} .tp-bullets.simplebullets.round .bullet { cursor:pointer; position:relative; background:url(../assets/bullet.png) no-Repeat top left; width:20px; height:20px; margin-right:0px; float:left; margin-top:-10px; margin-left:3px;} .tp-bullets.simplebullets.round .bullet.last { margin-right:3px;} .tp-bullets.simplebullets.round-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets.png) no-Repeat bottom left; width:23px; height:23px; margin-right:0px; float:left; margin-top:-12px;} .tp-bullets.simplebullets.round-old .bullet.last { margin-right:0px;} /** SQUARE BULLETS **/ .tp-bullets.simplebullets.square .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:-10px;} .tp-bullets.simplebullets.square .bullet.last { margin-right:0px;} /** SQUARE BULLETS **/ .tp-bullets.simplebullets.square-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:-10px;} .tp-bullets.simplebullets.square-old .bullet.last { margin-right:0px;} /** navbar NAVIGATION VERSION **/ .tp-bullets.simplebullets.navbar .bullet { cursor:pointer; position:relative; background:url(../assets/bullet_boxed.png) no-Repeat top left; width:18px; height:19px; margin-right:5px; float:left; margin-top:10px;} .tp-bullets.simplebullets.navbar .bullet.first { margin-left:0px !important;} .tp-bullets.simplebullets.navbar .bullet.last { margin-right:0px !important;} /** navbar NAVIGATION VERSION **/ .tp-bullets.simplebullets.navbar-old .bullet { cursor:pointer; position:relative; background:url(../assets/navigdots.png) no-Repeat bottom left; width:15px; height:15px; margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;} .tp-bullets.simplebullets.navbar-old .bullet.first { margin-left:0px !important;} .tp-bullets.simplebullets.navbar-old .bullet.last { margin-right:0px !important;} .tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected { background-position:top left; } .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected { background-position:bottom left; } /************************************* - TP ARROWS - **************************************/ .tparrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; } .tparrows.hidearrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } .tp-leftarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat top left; width:40px; height:40px; } .tp-rightarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat top left; width:40px; height:40px; } .tp-leftarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:-7px; } .tp-rightarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:-7px;} .tp-leftarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:-13px; } .tp-rightarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:-13px;} .tp-leftarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-right:6px; margin-top:12px;} .tp-rightarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-left:6px; margin-top:12px;} .tp-leftarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowleft.png) no-Repeat top left; width:9px; height:16px; float:left; margin-right:6px; margin-top:10px;} .tp-rightarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowright.png) no-Repeat top left; width:9px; height:16px; float:left; margin-left:6px; margin-top:10px;} .tp-leftarrow.navbar-old.thumbswitharrow { margin-right:10px; } .tp-rightarrow.navbar-old.thumbswitharrow { margin-left:0px; } .tp-leftarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:-9px;} .tp-rightarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:-9px;} .tp-leftarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:-9px;} .tp-rightarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:-9px;} .tp-leftarrow.default { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat 0 0; width:40px; height:40px; } .tp-rightarrow.default { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat 0 0; width:40px; height:40px; } .tp-leftarrow:hover, .tp-rightarrow:hover { background-position:bottom left; } /**************************************************************************************************** - TP THUMBS - ***************************************************************************************************** - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings) - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px) *****************************************************************************************************/ .tp-bullets.tp-thumbs { z-index:1000; position:absolute; padding:3px;background-color:#fff; width:500px;height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ margin-top:-50px; } .fullwidthbanner-container .tp-thumbs { padding:3px;} .tp-bullets.tp-thumbs .tp-mask { width:500px; height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ overflow:hidden; position:relative;} .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width:5000px; position:absolute;} .tp-bullets.tp-thumbs .bullet { width:100px; height:50px; /* THE DIMENSION OF A SINGLE THUMB */ cursor:pointer; overflow:hidden;background:none;margin:0;float:left; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*filter: alpha(opacity=50); */ -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; } .tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .tp-thumbs img { width:100%; } /************************************ - TP BANNER TIMER - *************************************/ .tp-bannertimer { width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;} .tp-bannertimer.tp-bottom { bottom:0px !important;height:5px;} /*************************************** - RESPONSIVE SETTINGS - ****************************************/ @media only screen and (min-width: 768px) and (max-width: 959px) { } @media only screen and (min-width: 480px) and (max-width: 767px) { .responsive .tp-bullets.tp-thumbs { width:300px !important; height:30px !important;} .responsive .tp-bullets.tp-thumbs .tp-mask { width:300px !important; height:30px !important;} .responsive .tp-bullets.tp-thumbs .bullet { width:60px !important;height:30px !important;} } @media only screen and (min-width: 0px) and (max-width: 479px) { .responsive .tp-bullets { display:none} .responsive .tparrows { display:none;} } /********************************************* - BASIC SETTINGS FOR THE BANNER - ***********************************************/ .tp-simpleresponsive img { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tp-simpleresponsive a{ text-decoration:none;} .tp-simpleresponsive ul { list-style:none; padding:0; margin:0; } .tp-simpleresponsive >ul >li{ list-stye:none; position:absolute; visibility:hidden; } /* CAPTION SLIDELINK **/ .caption.slidelink a div, .tp-caption.slidelink a div { width:10000px; height:10000px; background:url(../assets/coloredbg.png) repeat;} .tp-loader { background:url(../assets/loader.gif) no-repeat 10px 10px; background-color:#000; margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .tp-transparentimg { content:"url(../assets/transparent.png)"} .tp-3d { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 50% 50%; }
src/main/webapp/BenchmarkTest00625.html
thc202/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00625</title> </head> <body> <form action="/benchmark/BenchmarkTest00625" method="POST" id="FormBenchmarkTest00625"> <div><label>Please enter your details:</label></div> <br/> <div><label>Email:</label></div> <div><input type="text" id="email" name="email"></input></div> <div><label>Password:</label></div> <div><input type="text" id="password" name="password" value=""></input></div> <div>&nbsp</div> <div><label>Parameter: vector <BR> Value:</label> <input type="text" id="vector" name="vector" value="FileName"></input></div> <br/> <div><input type="submit" value="Login" /></div> </form> </body> </html>
src/main/webapp/BenchmarkTest02245.html
andresriancho/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest02245</title> </head> <body> <form action="/benchmark/BenchmarkTest02245" method="POST" id="FormBenchmarkTest02245"> <div><label>Select your habits and edit the parameter [name,value]:</label></div><br/> <div><input type="checkbox" name="vector" value="bar" checked>Reading. [vector, bar]</div> <div><input type="checkbox" name="vector" value="Movies">Movies. [vector, Movies]</div> <div><input type="checkbox" name="vector" value="Writing">Writing. [vector, Writing]</div> <div><input type="checkbox" name="vector" value="Singing">Singing. [vector, Singing]</div> <div><label>Parameter foo, value:</label><input type="text" id="foo" name="foo" value="bar"></input></div><br/> <div><input type="submit" value="Submit"></div> </form> </body> </html>
myODTONE/doc/html/odtone/bad_cast.html
phra/802_21
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct bad_cast</title> <link rel="stylesheet" href="../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../index.html" title="ODTONE 0.6"> <link rel="up" href="../odtone_base_library.html#header..home.carlos.Projectos.odtone.inc.odtone.cast_hpp" title="Header &lt;/home/carlos/Projectos/odtone/inc/odtone/cast.hpp&gt;"> <link rel="prev" href="buffer_vla.html" title="Class template buffer_vla"> <link rel="next" href="bad_truncate_cast.html" title="Struct bad_truncate_cast"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="'ODTONE - Open Dot Twenty One'" width="100" height="100" src=".././images/logo.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_vla.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../odtone_base_library.html#header..home.carlos.Projectos.odtone.inc.odtone.cast_hpp"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="bad_truncate_cast.html"><img src="../images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="odtone.bad_cast"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct bad_cast</span></h2> <p>odtone::bad_cast</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../odtone_base_library.html#header..home.carlos.Projectos.odtone.inc.odtone.cast_hpp" title="Header &lt;/home/carlos/Projectos/odtone/inc/odtone/cast.hpp&gt;">/home/carlos/Projectos/odtone/inc/odtone/cast.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="bad_cast.html" title="Struct bad_cast">bad_cast</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">odtone</span><span class="special">::</span><span class="identifier">exception</span> <span class="special">{</span> <span class="comment">// <a class="link" href="bad_cast.html#idp11290784-bb">public member functions</a></span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="bad_cast.html#idp11291184-bb"><span class="identifier">what</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp66239040"></a><h2>Description</h2> <p>Bad cast exception. </p> <div class="refsect2"> <a name="idp66239744"></a><h3> <a name="idp11290784-bb"></a><code class="computeroutput">bad_cast</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp11291184-bb"></a><span class="identifier">what</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div> </div> </div> </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; 2009-2013 Universidade Aveiro<br>Copyright &#169; 2009-2013 Instituto de Telecomunica&#231;&#245;es - P&#243;lo Aveiro<p> This software is distributed under a license. The full license agreement can be found in the LICENSE in this distribution. This software may not be copied, modified, sold or distributed other than expressed in the named license agreement. This software is distributed without any warranty. </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_vla.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../odtone_base_library.html#header..home.carlos.Projectos.odtone.inc.odtone.cast_hpp"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="bad_truncate_cast.html"><img src="../images/next.png" alt="Next"></a> </div> </body> </html>
sites/all/libraries/lessphp/tests/outputs/interpolation.css
tsmulugeta/vi.com
div { color: yes; color: yes; color: okay; } 10"yeah" { color: blue; } 10 { color: blue; } hello world 10 { color: red; } #"yeah" { color: "hello 10"; }
src/main/webapp/BenchmarkTest01707.html
marylinh/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest01707</title> </head> <body> <form action="/benchmark/BenchmarkTest01707" method="GET" id="FormBenchmarkTest01707"> <div><label>Please enter your details:</label></div> <br/> <div><label>Username:</label></div> <div><input type="text" id="username" name="username"></input></div> <div><label>Password:</label></div> <div><input type="text" id="password" name="password" value=""></input></div> <div>&nbsp</div> <div><label>Parameter: vector <BR> Value:</label> <input type="text" id="vector" name="vector" value="SafeText"></input></div> <br/> <div><input type="submit" value="Login" /></div> </form> </body> </html>
profiles/opendoors/themes/opendoors_heat/css/no_sass.css
Zebralog/opendoors
/* This file contains CSS not generated by SASS source. */ .element-hidden { display:none; }
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Sanskritkathakunj_ext.txt.out.dict_11059_inr.html
sanskritiitd/sanskrit
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=prat‍yuttaramapi;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" content="2016"> <meta property="dc:rightsholder" content="G&#233;rard Huet"> <meta name="keywords" content="dictionary,sanskrit,heritage,dictionnaire,sanscrit,india,inde,indology,linguistics,panini,digital humanities,cultural heritage,computational linguistics,hypertext lexicon"> <link rel="stylesheet" type="text/css" href="http://sanskrit.inria.fr/DICO/style.css" media="screen,tv"> <link rel="shortcut icon" href="http://sanskrit.inria.fr/IMAGES/favicon.ico"> <script type="text/javascript" src="http://sanskrit.inria.fr/DICO/utf82VH.js"></script> </head> <body class="chamois_back"> <br><h1 class="title">The Sanskrit Reader Companion</h1> <table class="chamois_back" border="0" cellpadding="0%" cellspacing="15pt" width="100%"> <tr><td> <table class="yellow_cent" border="0" cellspacing="20pt"> <tr><th><span class="red">Wrong input </span><span class="blue">Undefined token: â</span> </th></tr></table> <br> </td></tr></table> <table class="pad60"> <tr><td></td></tr></table> <div class="enpied"> <table class="bandeau"><tr><td> <a href="http://ocaml.org"><img src="http://sanskrit.inria.fr/IMAGES/ocaml.gif" alt="Le chameau Ocaml" height="50"></a> </td><td> <table class="center"> <tr><td> <a href="http://sanskrit.inria.fr/index.fr.html"><b>Top</b></a> | <a href="http://sanskrit.inria.fr/DICO/index.fr.html"><b>Index</b></a> | <a href="http://sanskrit.inria.fr/DICO/index.fr.html#stemmer"><b>Stemmer</b></a> | <a href="http://sanskrit.inria.fr/DICO/grammar.fr.html"><b>Grammar</b></a> | <a href="http://sanskrit.inria.fr/DICO/sandhi.fr.html"><b>Sandhi</b></a> | <a href="http://sanskrit.inria.fr/DICO/reader.fr.html"><b>Reader</b></a> | <a href="http://sanskrit.inria.fr/faq.fr.html"><b>Help</b></a> | <a href="http://sanskrit.inria.fr/portal.fr.html"><b>Portal</b></a> </td></tr><tr><td> &#169; G&#233;rard Huet 1994-2016</td></tr></table></td><td> <a href="http://www.inria.fr/"><img src="http://sanskrit.inria.fr/IMAGES/logo_inria.png" alt="Logo Inria" height="50"></a> <br></td></tr></table></div> </body> </html>
php/5.5/gearmanworker.unregisterall.html
P3PO/the-phpjs-local-docs-collection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Unregister all function names with the job servers</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="gearmanworker.unregister.html">GearmanWorker::unregister</a></div> <div class="next" style="text-align: right; float: right;"><a href="gearmanworker.wait.html">GearmanWorker::wait</a></div> <div class="up"><a href="class.gearmanworker.html">GearmanWorker</a></div> <div class="home"><a href="index.html">PHP Manual</a></div> </div><hr /><div id="gearmanworker.unregisterall" class="refentry"> <div class="refnamediv"> <h1 class="refname">GearmanWorker::unregisterAll</h1> <p class="verinfo">(PECL gearman &gt;= 0.6.0)</p><p class="refpurpose"><span class="refname">GearmanWorker::unregisterAll</span> &mdash; <span class="dc-title">Unregister all function names with the job servers</span></p> </div> <div class="refsect1 description" id="refsect1-gearmanworker.unregisterall-description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><strong>GearmanWorker::unregisterAll</strong></span> ( <span class="methodparam">void</span> )</div> <p class="para rdfs-comment"> Unregisters all previously registered functions, ensuring that no more jobs are sent to this worker. </p> </div> <div class="refsect1 parameters" id="refsect1-gearmanworker.unregisterall-parameters"> <h3 class="title">Parameters</h3> <p class="para">This function has no parameters.</p> </div> <div class="refsect1 returnvalues" id="refsect1-gearmanworker.unregisterall-returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> A standard Gearman return value. </p> </div> <div class="refsect1 seealso" id="refsect1-gearmanworker.unregisterall-seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><span class="methodname"><a href="gearmanworker.register.html" class="methodname" rel="rdfs-seeAlso">GearmanWorker::register()</a> - Register a function with the job server</span></li> <li class="member"><span class="methodname"><a href="gearmanworker.unregister.html" class="methodname" rel="rdfs-seeAlso">GearmanWorker::unregister()</a> - Unregister a function name with the job servers</span></li> </ul> </p> </div> </div><hr /><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="gearmanworker.unregister.html">GearmanWorker::unregister</a></div> <div class="next" style="text-align: right; float: right;"><a href="gearmanworker.wait.html">GearmanWorker::wait</a></div> <div class="up"><a href="class.gearmanworker.html">GearmanWorker</a></div> <div class="home"><a href="index.html">PHP Manual</a></div> </div></body></html>
js/behavior/behavior55/methods/rdl_method.css
gucong3000/handbook
body{margin:0px;padding:0px;background:#FFFFFF;overflow:auto;} body,table,input,select,form,div,textarea{font-family:verdana,tahoma,arial;font-size:12px;color:#000000;word-break:break-all;} table,img{border:0px;} a{text-decoration:none;color:#1149FF;} a:hover{color:#000000;text-decoration:underline;} td{vertical-align:top;} #idHeadTable{width:100%;height:25px;color:#FFFFFF;} #idHeadTable td{padding:1px 10px 0px 10px;white-space:nowrap;vertical-align:middle;} #idHeadTable a{color:#FFFFFF;} #idHeadTable a:hover{color:#EEEAEA;text-decoration:none;} #idTrademarkTD{background:#000000;font-weight:bold;} #idSelectTD{background:#005599;letter-spacing:1px;text-align:right;} #idSelect{width:220px;font-size:10px;} #idContent{padding:25px 15px;line-height:19px;} #idContentTitle{border-bottom:1px solid #666666;padding-top:20px;white-space:nowrap;} #idTitleName{width:254px;font-size:18px;font-weight:bold;line-height:24px;} .cssNone{color:#C00000;} .cssDefault{color:#FF3300;} td.cssVersion{font-size:10px;font-family:tahoma;font-weight:bold;padding:0px 10px;color:#666666;vertical-align:text-top;line-height:16px;} .cssColumnTitle{letter-spacing:1px;padding:34px 0px 12px 0px;color:#003399;} #idSimpleCode{font-size:11px;padding:11px;font-family:verdana,tahoma;background-color:#EFEFEF;width:80%;} #idCodeDIV{padding:34px 0px 14px 0px;} #idCodeDIV input{padding:1px 18px 0px 18px;margin:0px 3px;} #idCodeArea{border:1px solid #CCCCCC;width:80%;padding:12px 24px;line-height:17px;font-size:11px;display:none;margin:20px 0px;} #idFootnote{margin-top:30px;padding-top:10px;border-top:1px solid #000000;width:100%;} #idCopyright{font-size:10px;} .cssCommonTable{background-color:#CCCCCC;font-size:11px;font-family:verdana,arial,tahoma;width:90%;} .cssCommonTable td{padding:5px 10px;background-color:#FFFFFF;text-align:left;vertical-align:middle;line-height:16px;} .cssCommonTable td.cssIETD{font-weight:bold;width:60px;} .cssCommonTable td.cssHeadTD{font-weight:bold;white-space:nowrap;} a.cssIEA{display:inline-block;width:130px;font-family:tahoma,verdana,arial;color:#003399;font-size:11px;} a.cssIEA:hover{color:#000000;text-decoration:underline;} .cssIEA{font-family:tahoma,verdana,arial;font-size:11px;white-space:nowrap;text-align:left;} @media all{ rdl\:param{font-style:italic;} } /* Part of RDL(TM) - Written by Rain1977 */ /* HomeSite: http://www.dhtmlet.com E-Mail: dhtmlet@hotmail.com */
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_3824_sam.html
sanskritiitd/sanskrit
url: http://sanskrit.uohyd.ac.in/cgi-bin/scl/sandhi_splitter/sandhi_splitter.cgi?encoding=Unicode&sandhi_type=s&word=कीर्त्तिश्च<div id='finalout' style='border-style:solid; border-width:1px;padding:10px;color:blue;font-size:14px;height:200px'>कीर्तिश्च = <a title = "कीर्ति पुं 1 एक/कीर्ति स्त्री 1 एक">कीर्तिः</a>+<a title = "च अव्य/च पुं 8 एक/च नपुं 8 एक">च</a>/<script type="text/javascript"> function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block";document.getElementById("more").style.display="none"; document.getElementById("less").style.display="block"; } else{ e.style.display="none";document.getElementById("less").style.display="none"; document.getElementById("more").style.display="block"; } return true; } </script> <input type="button" onclick="return toggleMe('para1')" value="More" id="more"> <input type="button" onclick="return toggleMe('para1')" value="Less" id="less" style="display:none;" > <div id="para1" style="display:none; height:15px; border-style:none;border-width:1px;"> <a title = "कीर्ति पुं 1 एक/कीर्ति स्त्री 1 एक">कीर्तिः</a>+<a title = "च अव्य/च पुं 8 एक/च नपुं 8 एक">च</a>/</div><br />
src/main/webapp/RODAdmin/tests/siesta-1.1.8-lite/examples/026-extjs3/index.html
cosminrentea/roda
<!DOCTYPE html> <html> <head> <!-- Ext JS library CSS--> <link rel="stylesheet" type="text/css" href="http://cdn.sencha.io/ext-4.1.1-gpl/resources/css/ext-all.css"> <!-- Siesta CSS --> <link rel="stylesheet" type="text/css" href="../../resources/css/siesta-all.css"> <!-- Ext JS library --> <script type="text/javascript" src="http://cdn.sencha.io/ext-4.1.1-gpl/ext-all.js"></script> <!-- Siesta application --> <script type="text/javascript" src="../../siesta-all.js"></script> <!-- The test harness --> <script type="text/javascript" src="index.js"></script> </head> <body> </body> </html>
Application/Admin/View/Index/404.html
i2keita/mz_demo
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>404</title> </head> <body> <h2 style="text-align: center">404 找不到该页</h2> <hr> </body> </html>
_includes/skills_accomplishments.html
periloso/Resume
<div class='section'><h2>{{site.data[transfile].accomplishments_skills_and_competences}}</h2> {% include languages.html %} {% for skill in site.skills %} {% if skill.lang == page.shortlang %} <div class='group'> <table> <tr> <td><b>{{ skill.title }}</b></td> <td>{{ skill.description }}<td> </tr> </table> </div> {% endif %} {% endfor %} </div>
themes-dist/RoundedBox/Footer.css
middlebury/middmedia
/********************************************************* * Footer 1 *********************************************************/ *.Footer { padding: 1px; border: 0px; } *.Footer .Content { background-color: [[FG_COLOR]]; padding: 10px; text-align: left; margin: 0px; font-size: 75%; }
app/static/css/filelist.css
dahool/vertaal
#file_list_toolbox { display: block; } #component_list { float: left; } #file_search_box { float: right; } #file_list_search { width: 40em; } #filestabs { clear: both; }
src/documentation/classes/LinearLayout.html
ColorfulCat/Jndroid.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>LinearLayout - Jndroid</title> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="../assets/vendor/yui-min.js"></script> </head> <body> <div id="doc"> <!-- <header class="main-header"> --> <!-- <div class="content"> --> <!-- <div class="project-title"> --> <!-- --> <!-- <h1 class="project-name">Jndroid</h1> --> <!-- --> <!-- </div> --> <!-- <ul class="jump-links"> --> <!-- <li><a href="#index" class="index-jump-link">index</a></li> --> <!-- <li><a href="#top" class="top-jump-link">top</a></li> --> <!-- </ul> --> <!-- </div> --> <!-- </header> --> <div id="bd" class="main-body"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <div id="api-tabview" class="tabview"> <!-- <ul class="tabs"> --> <!-- <li><a href="#api-classes">Classes</a></li> --> <!-- <li><a href="#api-modules">Modules</a></li> --> <!-- </ul> --> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a class="type" href="../classes/Button.html">Button</a></li> <li><a class="type" href="../classes/Color.html">Color</a></li> <li><a class="type" href="../classes/Drawable.html">Drawable</a></li> <li><a class="type" href="../classes/EditText.html">EditText</a></li> <li><a class="type" href="../classes/FrameLayout.html">FrameLayout</a></li> <li><a class="type" href="../classes/Gallery.html">Gallery</a></li> <li><a class="type" href="../classes/HorizontalScrollView.html">HorizontalScrollView</a></li> <li><a class="type" href="../classes/ImageButton.html">ImageButton</a></li> <li><a class="type" href="../classes/ImageView.html">ImageView</a></li> <li><a class="type" href="../classes/LayoutParams.html">LayoutParams</a></li> <li><a class="type" href="../classes/LinearLayout.html">LinearLayout</a></li> <li><a class="type" href="../classes/MeasureSpec.html">MeasureSpec</a></li> <li><a class="type" href="../classes/MotionEvent.html">MotionEvent</a></li> <li><a class="type" href="../classes/MRadioButton.html">MRadioButton</a></li> <li><a class="type" href="../classes/MRadioGroup.html">MRadioGroup</a></li> <li><a class="type" href="../classes/MToggleButton.html">MToggleButton</a></li> <li><a class="type" href="../classes/Rect.html">Rect</a></li> <li><a class="type" href="../classes/ScrollView.html">ScrollView</a></li> <li><a class="type" href="../classes/TextView.html">TextView</a></li> <li><a class="type" href="../classes/VelocityTracker.html">VelocityTracker</a></li> <li><a class="type" href="../classes/View.html">View</a></li> <li><a class="type" href="../classes/ViewGroup.html">ViewGroup</a></li> <li><a class="type" href="../classes/WebView.html">WebView</a></li> </ul> </div> </div> </div> </div> <div id="docs-main" class="apidocs"> <div class="content container"> <h1>LinearLayout Class</h1> <div class="box meta"> <div class="extends"> Extends <a href="../classes/ViewGroup.html" class="crosslink">ViewGroup</a> </div> <div class="foundat"> Defined in: <a href="../files/jndroid.layout.js.html#l136"><code>jndroid.layout.js:136</code></a> </div> <!-- --> </div> <!-- --> <div class="box intro"> <p>A Layout that arranges its children in a single column or a single row. The direction of the row can be set by calling setOrientation().</p> </div> <!-- Class member index --> <a name="index" class="anchor-link"></a> <div class="index"> <h2>Index</h2> <!-- <div id="api-options"> --> <!-- Show: --> <!-- <label for="api-show-inherited"> --> <!-- <input type="checkbox" id="api-show-inherited"> --> <!-- Inherited --> <!-- </label> --> <!-- <label for="api-show-protected"> --> <!-- <input type="checkbox" id="api-show-protected"> --> <!-- Protected --> <!-- </label> --> <!-- <label for="api-show-private"> --> <!-- <input type="checkbox" id="api-show-private"> --> <!-- Private --> <!-- </label> --> <!-- <label for="api-show-deprecated"> --> <!-- <input type="checkbox" id="api-show-deprecated"> --> <!-- Deprecated --> <!-- </label> --> <!-- </div> --> <div class="index-section properties"> <h3>Properties</h3> <ul class="index-list properties extends"> <li class="index-item property"> <a href="#property_HORIZONTAL">HORIZONTAL</a> <span class="flag static">static</span> </li> <li class="index-item property"> <a href="#property_VERTICAL">VERTICAL</a> <span class="flag static">static</span> </li> </ul> </div> <div class="index-section methods"> <h3>Methods</h3> <table class="index-list methods extends"> <tr> <th colspan="12">Methods index</th> </tr> <!-- --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_addView">addView(<span class="index-param">child</span><span class="index-param">index</span><span class="index-param">params</span>)</a></nobr> <div class="desc"> <p>Adds a child view with the specified layout parameters.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_addView">addView</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_computeScroll">computeScroll()</a></nobr> <div class="desc"> <p>Called by a parent to request that a child update its values for mScrollX and mScrollY if necessary. This will typically be done if the child is animating a scroll using a Scroller object.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_computeScroll">computeScroll</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_draw">draw()</a></nobr> <div class="desc"> <p>Manually render this view (and all of its children). The view must have already done a full layout before this function is called. When implementing a view, implement onDraw(android.graphics.Canvas) instead of overriding this method. If you do need to override this method, call the superclass version.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_draw">draw</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getChildAt">getChildAt(<span class="index-param">index</span>)</a></nobr> <div class="desc"> <p>Returns the view at the specified position in the group.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getChildAt">getChildAt</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getChildCount">getChildCount()</a></nobr> <div class="desc"> <p>Returns the number of children in the group.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getChildCount">getChildCount</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getHeight">getHeight()</a></nobr> <div class="desc"> <p>Return the height of your view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getHeight">getHeight</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> <a href="../classes/LayoutParams.html" class="crosslink">LayoutParams</a> </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getLayoutParams">getLayoutParams()</a></nobr> <div class="desc"> <p>Get the LayoutParams associated with this view. All views should have layout parameters. These supply parameters to the parent of this view specifying how it should be arranged. There are many subclasses of ViewGroup.LayoutParams, and these correspond to the different subclasses of ViewGroup that are responsible for arranging their children. This method may return null if this View is not attached to a parent ViewGroup or setLayoutParams(ViewGroup.LayoutParams) was not invoked successfully. When a View is attached to a parent ViewGroup, this method must not return null.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getLayoutParams">getLayoutParams</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getLeft">getLeft()</a></nobr> <div class="desc"> <p>Left position of this view relative to its parent.</p> </div> </td> </tr> <!-- <li class="index-item method inherited inherited"> --> <!-- <a href="#method_getLeft">getLeft</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getMeasuredHeight">getMeasuredHeight()</a></nobr> <div class="desc"> <p>Returns the raw measured height of this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getMeasuredHeight">getMeasuredHeight</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getMeasuredWidth">getMeasuredWidth()</a></nobr> <div class="desc"> <p>Returns the raw measured width of this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getMeasuredWidth">getMeasuredWidth</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getPaddingBottom">getPaddingBottom()</a></nobr> <div class="desc"> <p>Returns the bottom padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getPaddingBottom">getPaddingBottom</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getPaddingLeft">getPaddingLeft()</a></nobr> <div class="desc"> <p>Returns the left padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getPaddingLeft">getPaddingLeft</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getPaddingRight">getPaddingRight()</a></nobr> <div class="desc"> <p>Returns the right padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getPaddingRight">getPaddingRight</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getPaddingTop">getPaddingTop()</a></nobr> <div class="desc"> <p>Returns the top padding of this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getPaddingTop">getPaddingTop</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getParent">getParent()</a></nobr> <div class="desc"> <p>Gets the parent of this view. Note that the parent is a ViewParent and not necessarily a View.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getParent">getParent</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Object </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getTag">getTag()</a></nobr> <div class="desc"> <p>Returns this view's tag.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getTag">getTag</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getTop">getTop()</a></nobr> <div class="desc"> <p>Top position of this view relative to its parent.</p> </div> </td> </tr> <!-- <li class="index-item method inherited inherited"> --> <!-- <a href="#method_getTop">getTop</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getVisibility">getVisibility()</a></nobr> <div class="desc"> <p>Returns the visibility status for this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getVisibility">getVisibility</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> Int </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_getWidth">getWidth()</a></nobr> <div class="desc"> <p>Return the width of the your view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_getWidth">getWidth</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_invalidateDrawable">invalidateDrawable()</a></nobr> <div class="desc"> <p>Invalidates the specified Drawable.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_invalidateDrawable">invalidateDrawable</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_layout">layout(<span class="index-param">x</span><span class="index-param">y</span>)</a></nobr> <div class="desc"> <p>Assign a size and position to a view and all of its descendants</p> <pre class="code prettyprint"><code>This is the second phase of the layout mechanism. (The first is measuring). In this phase, each parent calls layout on all of its children to position them. This is typically done using the child measurements that were stored in the measure pass(). Derived classes should not override this method. Derived classes with children should override onLayout. In that method, they should call layout on each of their children.</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_layout">layout</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_measure">measure(<span class="index-param">widthMS</span><span class="index-param">heightMS</span>)</a></nobr> <div class="desc"> <p>This is called to find out how big a view should be. The parent supplies constraint information in the width and height parameters.</p> <pre class="code prettyprint"><code>The actual measurement work of a view is performed in onMeasure(int, int), called by this method. Therefore, only onMeasure(int, int) can and must be overridden by subclasses.</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_measure">measure</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_onInterceptTouchEvent">onInterceptTouchEvent(<span class="index-param">ev</span>)</a></nobr> <div class="desc"> <p>Implement this method to intercept all touch screen motion events. This allows you to watch events as they are dispatched to your children, and take ownership of the current gesture at any point.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_onInterceptTouchEvent">onInterceptTouchEvent</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_onLayout">onLayout(<span class="index-param">x</span><span class="index-param">y</span>)</a></nobr> <div class="desc"> <p>Called from layout when this view should assign a size and position to each of its children. Derived classes with children should override this method and call layout on each of their children.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_onLayout">onLayout</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_onMeasure">onMeasure(<span class="index-param">widthMS</span><span class="index-param">vertical</span>)</a></nobr> <div class="desc"> <p>Measure the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overriden by subclasses to provide accurate and efficient measurement of their contents.</p> <pre class="code prettyprint"><code>CONTRACT: When overriding this method, you must call setMeasuredDimension(int, int) to store the measured width and height of this view.</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_onMeasure">onMeasure</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_onTouchEvent">onTouchEvent(<span class="index-param">ev</span>)</a></nobr> <div class="desc"> <p>Implement this method to handle touch screen motion events.</p> <pre class="code prettyprint"><code>If this method is used to detect click actions, it is recommended that the actions be performed by implementing and calling performClick(). This will ensure consistent system behavior, including: obeying click sound preferences dispatching OnClickListener calls handling ACTION_CLICK when accessibility features are enabled</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_onTouchEvent">onTouchEvent</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_performClick">performClick()</a></nobr> <div class="desc"> <p>Call this view's OnClickListener, if it is defined. Performs all normal actions associated with clicking: reporting accessibility event, playing a sound, etc.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_performClick">performClick</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_performLongClick">performLongClick()</a></nobr> <div class="desc"> <p>Call this view's OnLongClickListener, if it is defined. Invokes the context menu if the OnLongClickListener did not consume the event.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_performLongClick">performLongClick</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_postDelayed">postDelayed(<span class="index-param">r</span><span class="index-param">delay</span>)</a></nobr> <div class="desc"> <p>Causes the Runnable to be added to the message queue, to be run after the specified amount of time elapses. The runnable will be run on the user interface thread.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_postDelayed">postDelayed</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_postInvalidate">postInvalidate()</a></nobr> <div class="desc"> <p>Cause an invalidate to happen on a subsequent cycle through the event loop. Use this to invalidate the View from a non-UI thread.</p> <pre class="code prettyprint"><code>This method can be invoked from outside of the UI thread only when this View is attached to a window.</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_postInvalidate">postInvalidate</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_removeAllViews">removeAllViews()</a></nobr> <div class="desc"> <p>Call this method to remove all child views from the ViewGroup.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_removeAllViews">removeAllViews</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_removeCallbacks">removeCallbacks(<span class="index-param">r</span>)</a></nobr> <div class="desc"> <p>Removes the specified Runnable from the message queue.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_removeCallbacks">removeCallbacks</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_removeView">removeView(<span class="index-param">view</span>)</a></nobr> <div class="desc"> <p>Removes a view from the group.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_removeView">removeView</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_requestFocus">requestFocus()</a></nobr> <div class="desc"> <p>Call this to try to give focus to a specific view or to one of its descendants. A view will not actually take focus if it is not focusable, or if it is focusable and it is not focusable in touch mode while the device is in touch mode.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_requestFocus">requestFocus</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_requestLayout">requestLayout()</a></nobr> <div class="desc"> <p>Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree. This should not be called while the view hierarchy is currently in a layout pass. If layout is happening, the request may be honored at the end of the current layout pass (and then layout will run again) or after the current frame is drawn and the next layout occurs.</p> <pre class="code prettyprint"><code>Subclasses which override this method should call the superclass method to handle possible request-during-layout errors correctly.</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_requestLayout">requestLayout</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setAlpha">setAlpha(<span class="index-param">a</span>)</a></nobr> <div class="desc"> <p>Sets the opacity of the view. This is a value from 0 to 1, where 0 means the view is completely transparent and 1 means the view is completely opaque.</p> <pre class="code prettyprint"><code>Note that setting alpha to a translucent value (0 &lt; alpha &lt; 1) can have significant performance implications, especially for large views. It is best to use the alpha property sparingly and transiently, as in the case of fading animations.</code></pre> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setAlpha">setAlpha</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setAnimation">setAnimation(<span class="index-param">animation</span>)</a></nobr> <div class="desc"> <p>Sets the next animation to play for this view. If you want the animation to play immediately, use startAnimation(Animation) instead. This method provides allows fine-grained control over the start time and invalidation, but you must make sure that 1) the animation has a start time set, and 2) the view's parent (which controls animations on its children) will be invalidated when the animation is supposed to start.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setAnimation">setAnimation</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setBackgroundColor">setBackgroundColor(<span class="index-param">color</span>)</a></nobr> <div class="desc"> <p>Sets the background color for this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setBackgroundColor">setBackgroundColor</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setClickable">setClickable(<span class="index-param">clickable</span>)</a></nobr> <div class="desc"> <p>Enables or disables click events for this view. When a view is clickable it will change its state to &quot;pressed&quot; on every click. Subclasses should set the view clickable to visually react to user's clicks.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setClickable">setClickable</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setLayoutParams">setLayoutParams(<span class="index-param">lp</span>)</a></nobr> <div class="desc"> <p>Set the layout parameters associated with this view. These supply parameters to the parent of this view specifying how it should be arranged. There are many subclasses of ViewGroup.LayoutParams, and these correspond to the different subclasses of ViewGroup that are responsible for arranging their children.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setLayoutParams">setLayoutParams</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setLongClickable">setLongClickable(<span class="index-param">longClickable</span>)</a></nobr> <div class="desc"> <p>Enables or disables long click events for this view. When a view is long clickable it reacts to the user holding down the button for a longer duration than a tap. This event can either launch the listener or a context menu.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setLongClickable">setLongClickable</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setMeasuredDimension">setMeasuredDimension(<span class="index-param">width</span><span class="index-param">height</span>)</a></nobr> <div class="desc"> <p>This method must be called by onMeasure(int, int) to store the measured width and measured height.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setMeasuredDimension">setMeasuredDimension</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setOnClickListener">setOnClickListener(<span class="index-param">l</span>)</a></nobr> <div class="desc"> <p>Register a callback to be invoked when this view is clicked. If this view is not clickable, it becomes clickable.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setOnClickListener">setOnClickListener</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setOnLongClickListener">setOnLongClickListener(<span class="index-param">l</span>)</a></nobr> <div class="desc"> <p>Register a callback to be invoked when this view is clicked and held. If this view is not long clickable, it becomes long clickable.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setOnLongClickListener">setOnLongClickListener</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setOrientation">setOrientation(<span class="index-param">o</span>)</a></nobr> <div class="desc"> <p>Should the layout be a column or a row.</p> </div> </td> </tr> <!-- <li class="index-item method"> --> <!-- <a href="#method_setOrientation">setOrientation</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setPadding">setPadding(<span class="index-param">left</span><span class="index-param">top</span><span class="index-param">right</span><span class="index-param">bottom</span>)</a></nobr> <div class="desc"> <p>Sets the padding. The view may add on the space required to display the scrollbars, depending on the style and visibility of the scrollbars. So the values returned from getPaddingLeft(), getPaddingTop(), getPaddingRight() and getPaddingBottom() may be different from the values set in this call.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setPadding">setPadding</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setParent">setParent(<span class="index-param">parent</span>)</a></nobr> <div class="desc"> <p>Sets the parent.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setParent">setParent</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setTag">setTag(<span class="index-param">tag</span>)</a></nobr> <div class="desc"> <p>Sets the tag associated with this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setTag">setTag</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setVisibility">setVisibility(<span class="index-param">visibility</span>)</a></nobr> <div class="desc"> <p>Set the enabled state of this view.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setVisibility">setVisibility</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_setWillNotDraw">setWillNotDraw(<span class="index-param">willnotdraw</span>)</a></nobr> <div class="desc"> <p>If this view doesn't do any drawing on its own, set this flag to allow further optimizations. By default, this flag is not set on View, but could be set on some View subclasses such as ViewGroup. Typically, if you override onDraw(Canvas) you should clear this flag.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_setWillNotDraw">setWillNotDraw</a> --> <!-- --> <!-- --> <!-- </li> --> <tr> <td colspan="3" class="methods-return"> void </td> <td colspan="9" class="methods-info"> <nobr> <a href="#method_startAnimation">startAnimation(<span class="index-param">animation</span>)</a></nobr> <div class="desc"> <p>Start the specified animation now.</p> </div> </td> </tr> <!-- <li class="index-item method inherited"> --> <!-- <a href="#method_startAnimation">startAnimation</a> --> <!-- --> <!-- --> <!-- </li> --> </table> </div> <!-- --> <!-- </div> --> <div class="class-detail"> <div class="properties-detail"> <h2>Properties</h2> <a name="property_HORIZONTAL" class="anchor-link"></a> <div class="property item"> <h3 class="name"><code>HORIZONTAL</code> <span class="type">Int</span> <span class="flag final">final</span> <span class="flag static">static</span> </h3> <div class="meta"> <p> Defined in <a href="../files/jndroid.layout.js.html#l350"><code>jndroid.layout.js:350</code></a> </p> </div> <div class="extended-detail"> <div class="description"> <p>for horizontal linear layouts.</p> </div> </div> </div> <a name="property_VERTICAL" class="anchor-link"></a> <div class="property item"> <h3 class="name"><code>VERTICAL</code> <span class="type">Int</span> <span class="flag final">final</span> <span class="flag static">static</span> </h3> <div class="meta"> <p> Defined in <a href="../files/jndroid.layout.js.html#l360"><code>jndroid.layout.js:360</code></a> </p> </div> <div class="extended-detail"> <div class="description"> <p>for vertical linear layouts.</p> </div> </div> </div> <div class="no-visible-items-message"> <p>There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. <a href="#index" class="index-jump-link">index</a></p> </div> </div> <div class="methods-detail"> <h2>Methods</h2> <a name="method_addView" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>addView</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>child</code> </li> <li class="arg"> <code>index</code> </li> <li class="arg"> <code>params</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/ViewGroup.html#method_addView" class="type">ViewGroup</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1829"><code>jndroid.core.js:1829</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Adds a child view with the specified layout parameters.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">child</code> <span class="type"><a href="../classes/View.html" class="crosslink">View</a></span> <div class="param-description"> <p>the child view to add</p> </div> </li> <li class="param"> <code class="param-name">index</code> <span class="type">Int</span> <div class="param-description"> <p>the position at which to add the child, or {LayoutParams} params the layout parameters to set on the child</p> </div> </li> <li class="param"> <code class="param-name">params</code> <span class="type"><a href="../classes/LayoutParams.html" class="crosslink">LayoutParams</a></span> <div class="param-description"> <p>the layout parameters to set on the child</p> </div> </li> </ul> </div> </div> </div> <a name="method_computeScroll" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>computeScroll</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_computeScroll" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1301"><code>jndroid.core.js:1301</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Called by a parent to request that a child update its values for mScrollX and mScrollY if necessary. This will typically be done if the child is animating a scroll using a Scroller object.</p> </div> </div> </div> <a name="method_draw" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>draw</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_draw" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1321"><code>jndroid.core.js:1321</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Manually render this view (and all of its children). The view must have already done a full layout before this function is called. When implementing a view, implement onDraw(android.graphics.Canvas) instead of overriding this method. If you do need to override this method, call the superclass version.</p> </div> </div> </div> <a name="method_getChildAt" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getChildAt</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>index</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/ViewGroup.html#method_getChildAt" class="type">ViewGroup</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1807"><code>jndroid.core.js:1807</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the view at the specified position in the group.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">index</code> <span class="type">Int</span> <div class="param-description"> <p>the position at which to get the view from</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>the view at the specified position or null if the position does not exist within the group</p> </div> </div> </div> </div> <a name="method_getChildCount" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getChildCount</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/ViewGroup.html#method_getChildCount" class="type">ViewGroup</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1796"><code>jndroid.core.js:1796</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the number of children in the group.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>a positive integer representing the number of children in the group</p> </div> </div> </div> </div> <a name="method_getHeight" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getHeight</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getHeight" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1114"><code>jndroid.core.js:1114</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Return the height of your view.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the height of your view, in pixels.</p> </div> </div> </div> </div> <a name="method_getLayoutParams" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getLayoutParams</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/LayoutParams.html" class="crosslink">LayoutParams</a></span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getLayoutParams" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1056"><code>jndroid.core.js:1056</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Get the LayoutParams associated with this view. All views should have layout parameters. These supply parameters to the parent of this view specifying how it should be arranged. There are many subclasses of ViewGroup.LayoutParams, and these correspond to the different subclasses of ViewGroup that are responsible for arranging their children. This method may return null if this View is not attached to a parent ViewGroup or setLayoutParams(ViewGroup.LayoutParams) was not invoked successfully. When a View is attached to a parent ViewGroup, this method must not return null.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/LayoutParams.html" class="crosslink">LayoutParams</a></span>: <p>Returns the LayoutParams associated with this view, or null if no parameters have been set yet.</p> </div> </div> </div> </div> <a name="method_getLeft" class="anchor-link"></a> <div class="method item inherited inherited"> <h3 class="name"><code>getLeft</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getLeft" class="type"> --> <!-- View --> <!-- </a> --> <!-- --> <!-- but overwritten in --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1076"><code>jndroid.core.js:1076</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Left position of this view relative to its parent.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the left edge of this view, in pixels.</p> </div> </div> </div> </div> <a name="method_getMeasuredHeight" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getMeasuredHeight</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getMeasuredHeight" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1134"><code>jndroid.core.js:1134</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the raw measured height of this view.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the raw measured height of this view.</p> </div> </div> </div> </div> <a name="method_getMeasuredWidth" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getMeasuredWidth</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getMeasuredWidth" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1124"><code>jndroid.core.js:1124</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the raw measured width of this view.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the raw measured width of this view.</p> </div> </div> </div> </div> <a name="method_getPaddingBottom" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getPaddingBottom</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getPaddingBottom" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1025"><code>jndroid.core.js:1025</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the bottom padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the bottom padding in pixels.</p> </div> </div> </div> </div> <a name="method_getPaddingLeft" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getPaddingLeft</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getPaddingLeft" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l995"><code>jndroid.core.js:995</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the left padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the left padding in pixels.</p> </div> </div> </div> </div> <a name="method_getPaddingRight" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getPaddingRight</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getPaddingRight" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1015"><code>jndroid.core.js:1015</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the right padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the right padding in pixels.</p> </div> </div> </div> </div> <a name="method_getPaddingTop" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getPaddingTop</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getPaddingTop" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1005"><code>jndroid.core.js:1005</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the top padding of this view.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the top padding in pixels.</p> </div> </div> </div> </div> <a name="method_getParent" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getParent</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getParent" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l970"><code>jndroid.core.js:970</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Gets the parent of this view. Note that the parent is a ViewParent and not necessarily a View.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Returns the parent of this view.</p> </div> </div> </div> </div> <a name="method_getTag" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getTag</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Object</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getTag" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l949"><code>jndroid.core.js:949</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns this view's tag.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Object</span>: <p>Returns the object stored in this view as a tag, or null if not set.</p> </div> </div> </div> </div> <a name="method_getTop" class="anchor-link"></a> <div class="method item inherited inherited"> <h3 class="name"><code>getTop</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getTop" class="type"> --> <!-- View --> <!-- </a> --> <!-- --> <!-- but overwritten in --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1090"><code>jndroid.core.js:1090</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Top position of this view relative to its parent.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the top of this view, in pixels.</p> </div> </div> </div> </div> <a name="method_getVisibility" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getVisibility</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getVisibility" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1570"><code>jndroid.core.js:1570</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Returns the visibility status for this view.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Return one of VISIBLE, INVISIBLE, or GONE.</p> </div> </div> </div> </div> <a name="method_getWidth" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>getWidth</code> <span class="paren">()</span> <span class="returns-inline"> <span class="type">Int</span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_getWidth" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1104"><code>jndroid.core.js:1104</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Return the width of the your view.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Int</span>: <p>Returns the width of your view, in pixels.</p> </div> </div> </div> </div> <a name="method_invalidateDrawable" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>invalidateDrawable</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_invalidateDrawable" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1281"><code>jndroid.core.js:1281</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Invalidates the specified Drawable.</p> </div> </div> </div> <a name="method_layout" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>layout</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>x</code> </li> <li class="arg"> <code>y</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_layout" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1247"><code>jndroid.core.js:1247</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Assign a size and position to a view and all of its descendants</p> <pre class="code prettyprint"><code>This is the second phase of the layout mechanism. (The first is measuring). In this phase, each parent calls layout on all of its children to position them. This is typically done using the child measurements that were stored in the measure pass(). Derived classes should not override this method. Derived classes with children should override onLayout. In that method, they should call layout on each of their children.</code></pre> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">x</code> <span class="type">Int</span> <div class="param-description"> <p>Left position, relative to parent.</p> </div> </li> <li class="param"> <code class="param-name">y</code> <span class="type">Int</span> <div class="param-description"> <p>Top position, relative to parent.</p> </div> </li> </ul> </div> </div> </div> <a name="method_measure" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>measure</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>widthMS</code> </li> <li class="arg"> <code>heightMS</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_measure" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1184"><code>jndroid.core.js:1184</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>This is called to find out how big a view should be. The parent supplies constraint information in the width and height parameters.</p> <pre class="code prettyprint"><code>The actual measurement work of a view is performed in onMeasure(int, int), called by this method. Therefore, only onMeasure(int, int) can and must be overridden by subclasses.</code></pre> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">widthMS</code> <span class="type">Int</span> <div class="param-description"> <p>Horizontal space requirements as imposed by the parent.</p> </div> </li> <li class="param"> <code class="param-name">heightMS</code> <span class="type">Int</span> <div class="param-description"> <p>Vertical space requirements as imposed by the parent.</p> </div> </li> </ul> </div> </div> </div> <a name="method_onInterceptTouchEvent" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>onInterceptTouchEvent</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>ev</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/ViewGroup.html#method_onInterceptTouchEvent" class="type">ViewGroup</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1912"><code>jndroid.core.js:1912</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Implement this method to intercept all touch screen motion events. This allows you to watch events as they are dispatched to your children, and take ownership of the current gesture at any point.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">ev</code> <span class="type">Object</span> <div class="param-description"> <p>The motion event being dispatched down the hierarchy.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Return true to steal motion events from the children and have them dispatched to this ViewGroup through onTouchEvent(). The current target will receive an ACTION_CANCEL event, and no further messages will be delivered here.</p> </div> </div> </div> </div> <a name="method_onLayout" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>onLayout</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>x</code> </li> <li class="arg"> <code>y</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_onLayout" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1270"><code>jndroid.core.js:1270</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Called from layout when this view should assign a size and position to each of its children. Derived classes with children should override this method and call layout on each of their children.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">x</code> <span class="type">Int</span> <div class="param-description"> <p>Left position, relative to parent.</p> </div> </li> <li class="param"> <code class="param-name">y</code> <span class="type">Int</span> <div class="param-description"> <p>Top position, relative to parent.</p> </div> </li> </ul> </div> </div> </div> <a name="method_onMeasure" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>onMeasure</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>widthMS</code> </li> <li class="arg"> <code>vertical</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_onMeasure" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1199"><code>jndroid.core.js:1199</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Measure the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overriden by subclasses to provide accurate and efficient measurement of their contents.</p> <pre class="code prettyprint"><code>CONTRACT: When overriding this method, you must call setMeasuredDimension(int, int) to store the measured width and height of this view.</code></pre> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">widthMS</code> <span class="type">Int</span> <div class="param-description"> <p>horizontal space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.</p> </div> </li> <li class="param"> <code class="param-name">vertical</code> <span class="type">Int</span> <div class="param-description"> <p>space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.</p> </div> </li> </ul> </div> </div> </div> <a name="method_onTouchEvent" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>onTouchEvent</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>ev</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_onTouchEvent" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1528"><code>jndroid.core.js:1528</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Implement this method to handle touch screen motion events.</p> <pre class="code prettyprint"><code>If this method is used to detect click actions, it is recommended that the actions be performed by implementing and calling performClick(). This will ensure consistent system behavior, including: obeying click sound preferences dispatching OnClickListener calls handling ACTION_CLICK when accessibility features are enabled</code></pre> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">ev</code> <span class="type"><a href="../classes/MotionEvent.html" class="crosslink">MotionEvent</a></span> <div class="param-description"> <p>The motion event.</p> </div> </li> </ul> </div> </div> </div> <a name="method_performClick" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>performClick</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_performClick" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1651"><code>jndroid.core.js:1651</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Call this view's OnClickListener, if it is defined. Performs all normal actions associated with clicking: reporting accessibility event, playing a sound, etc.</p> </div> </div> </div> <a name="method_performLongClick" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>performLongClick</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_performLongClick" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1662"><code>jndroid.core.js:1662</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Call this view's OnLongClickListener, if it is defined. Invokes the context menu if the OnLongClickListener did not consume the event.</p> </div> </div> </div> <a name="method_postDelayed" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>postDelayed</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>r</code> </li> <li class="arg"> <code>delay</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_postDelayed" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1622"><code>jndroid.core.js:1622</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Causes the Runnable to be added to the message queue, to be run after the specified amount of time elapses. The runnable will be run on the user interface thread.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">r</code> <span class="type">Runnable</span> <div class="param-description"> <p>The Runnable that will be executed.</p> </div> </li> <li class="param"> <code class="param-name">delay</code> <span class="type">Long</span> <div class="param-description"> <p>The delay (in milliseconds) until the Runnable will be executed.</p> </div> </li> </ul> </div> </div> </div> <a name="method_postInvalidate" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>postInvalidate</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_postInvalidate" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1290"><code>jndroid.core.js:1290</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Cause an invalidate to happen on a subsequent cycle through the event loop. Use this to invalidate the View from a non-UI thread.</p> <pre class="code prettyprint"><code>This method can be invoked from outside of the UI thread only when this View is attached to a window.</code></pre> </div> </div> </div> <a name="method_removeAllViews" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>removeAllViews</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/ViewGroup.html#method_removeAllViews" class="type">ViewGroup</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1880"><code>jndroid.core.js:1880</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Call this method to remove all child views from the ViewGroup.</p> </div> </div> </div> <a name="method_removeCallbacks" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>removeCallbacks</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>r</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_removeCallbacks" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1637"><code>jndroid.core.js:1637</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Removes the specified Runnable from the message queue.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">r</code> <span class="type">Runnable</span> <div class="param-description"> <p>The Runnable to remove from the message handling queue.</p> </div> </li> </ul> </div> </div> </div> <a name="method_removeView" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>removeView</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>view</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/ViewGroup.html#method_removeView" class="type">ViewGroup</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1864"><code>jndroid.core.js:1864</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Removes a view from the group.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">view</code> <span class="type"><a href="../classes/View.html" class="crosslink">View</a></span> <div class="param-description"> <p>the view to remove from the group.</p> </div> </li> </ul> </div> </div> </div> <a name="method_requestFocus" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>requestFocus</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_requestFocus" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1466"><code>jndroid.core.js:1466</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Call this to try to give focus to a specific view or to one of its descendants. A view will not actually take focus if it is not focusable, or if it is focusable and it is not focusable in touch mode while the device is in touch mode.</p> </div> </div> </div> <a name="method_requestLayout" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>requestLayout</code> <span class="paren">()</span> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_requestLayout" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1447"><code>jndroid.core.js:1447</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree. This should not be called while the view hierarchy is currently in a layout pass. If layout is happening, the request may be honored at the end of the current layout pass (and then layout will run again) or after the current frame is drawn and the next layout occurs.</p> <pre class="code prettyprint"><code>Subclasses which override this method should call the superclass method to handle possible request-during-layout errors correctly.</code></pre> </div> </div> </div> <a name="method_setAlpha" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setAlpha</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>a</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setAlpha" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1558"><code>jndroid.core.js:1558</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Sets the opacity of the view. This is a value from 0 to 1, where 0 means the view is completely transparent and 1 means the view is completely opaque.</p> <pre class="code prettyprint"><code>Note that setting alpha to a translucent value (0 &lt; alpha &lt; 1) can have significant performance implications, especially for large views. It is best to use the alpha property sparingly and transiently, as in the case of fading animations.</code></pre> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">a</code> <span class="type">Float</span> <div class="param-description"> <p>The opacity of the view.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setAnimation" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setAnimation</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>animation</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setAnimation" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1595"><code>jndroid.core.js:1595</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Sets the next animation to play for this view. If you want the animation to play immediately, use startAnimation(Animation) instead. This method provides allows fine-grained control over the start time and invalidation, but you must make sure that 1) the animation has a start time set, and 2) the view's parent (which controls animations on its children) will be invalidated when the animation is supposed to start.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">animation</code> <span class="type">Animation</span> <div class="param-description"> <p>The next animation, or null.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setBackgroundColor" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setBackgroundColor</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>color</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setBackgroundColor" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1386"><code>jndroid.core.js:1386</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Sets the background color for this view.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">color</code> <span class="type">Int</span> <div class="param-description"> <p>The color of the background.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setClickable" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setClickable</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>clickable</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setClickable" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1424"><code>jndroid.core.js:1424</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Enables or disables click events for this view. When a view is clickable it will change its state to &quot;pressed&quot; on every click. Subclasses should set the view clickable to visually react to user's clicks.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">clickable</code> <span class="type">Boolean</span> <div class="param-description"> <p>True to make the view clickable, false otherwise.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setLayoutParams" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setLayoutParams</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>lp</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setLayoutParams" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1066"><code>jndroid.core.js:1066</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Set the layout parameters associated with this view. These supply parameters to the parent of this view specifying how it should be arranged. There are many subclasses of ViewGroup.LayoutParams, and these correspond to the different subclasses of ViewGroup that are responsible for arranging their children.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">lp</code> <span class="type"><a href="../classes/LayoutParams.html" class="crosslink">LayoutParams</a></span> <div class="param-description"> <p>The layout parameters for this view, cannot be null.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setLongClickable" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setLongClickable</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>longClickable</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setLongClickable" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1437"><code>jndroid.core.js:1437</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Enables or disables long click events for this view. When a view is long clickable it reacts to the user holding down the button for a longer duration than a tap. This event can either launch the listener or a context menu.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">longClickable</code> <span class="type">Boolean</span> <div class="param-description"> <p>True to make the view long clickable, false otherwise.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setMeasuredDimension" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setMeasuredDimension</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>width</code> </li> <li class="arg"> <code>height</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setMeasuredDimension" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1212"><code>jndroid.core.js:1212</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>This method must be called by onMeasure(int, int) to store the measured width and measured height.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">width</code> <span class="type">Int</span> <div class="param-description"> <p>The measured width of this view.</p> </div> </li> <li class="param"> <code class="param-name">height</code> <span class="type">Int</span> <div class="param-description"> <p>The measured height of this view.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setOnClickListener" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setOnClickListener</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>l</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setOnClickListener" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1397"><code>jndroid.core.js:1397</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Register a callback to be invoked when this view is clicked. If this view is not clickable, it becomes clickable.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">l</code> <span class="type">View.OnClickListener</span> <div class="param-description"> <p>The callback that will run.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setOnLongClickListener" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setOnLongClickListener</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>l</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setOnLongClickListener" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1410"><code>jndroid.core.js:1410</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Register a callback to be invoked when this view is clicked and held. If this view is not long clickable, it becomes long clickable.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">l</code> <span class="type">View.OnLongClickListener</span> <div class="param-description"> <p>The callback that will run.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setOrientation" class="anchor-link"></a> <div class="method item"> <h3 class="name"><code>setOrientation</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>o</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- --> <!-- <p> --> <!-- --> <!-- Defined in --> <!-- --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.layout.js.html#l150"><code>jndroid.layout.js:150</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Should the layout be a column or a row.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">o</code> <span class="type">Int</span> <div class="param-description"> <p>Pass HORIZONTAL or VERTICAL. Default value is VERTICAL.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setPadding" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setPadding</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>left</code> </li> <li class="arg"> <code>top</code> </li> <li class="arg"> <code>right</code> </li> <li class="arg"> <code>bottom</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setPadding" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1035"><code>jndroid.core.js:1035</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Sets the padding. The view may add on the space required to display the scrollbars, depending on the style and visibility of the scrollbars. So the values returned from getPaddingLeft(), getPaddingTop(), getPaddingRight() and getPaddingBottom() may be different from the values set in this call.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">left</code> <span class="type">Int</span> <div class="param-description"> <p>The left padding in pixels</p> </div> </li> <li class="param"> <code class="param-name">top</code> <span class="type">Int</span> <div class="param-description"> <p>The top padding in pixels</p> </div> </li> <li class="param"> <code class="param-name">right</code> <span class="type">Int</span> <div class="param-description"> <p>The right padding in pixels</p> </div> </li> <li class="param"> <code class="param-name">bottom</code> <span class="type">Int</span> <div class="param-description"> <p>The bottom padding in pixels</p> </div> </li> </ul> </div> </div> </div> <a name="method_setParent" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setParent</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>parent</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setParent" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l980"><code>jndroid.core.js:980</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Sets the parent.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">parent</code> <span class="type"><a href="../classes/View.html" class="crosslink">View</a></span> <div class="param-description"> <p>The parent.</p> </div> </li> </ul> </div> </div> </div> <a name="method_setTag" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setTag</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>tag</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setTag" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l959"><code>jndroid.core.js:959</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Sets the tag associated with this view.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">tag</code> <span class="type">Object</span> <div class="param-description"> <p>An Object to tag the view with</p> </div> </li> </ul> </div> </div> </div> <a name="method_setVisibility" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setVisibility</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>visibility</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setVisibility" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1580"><code>jndroid.core.js:1580</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Set the enabled state of this view.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">visibility</code> <span class="type">Int</span> <div class="param-description"> </div> </li> </ul> </div> </div> </div> <a name="method_setWillNotDraw" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>setWillNotDraw</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>willnotdraw</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_setWillNotDraw" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1357"><code>jndroid.core.js:1357</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>If this view doesn't do any drawing on its own, set this flag to allow further optimizations. By default, this flag is not set on View, but could be set on some View subclasses such as ViewGroup. Typically, if you override onDraw(Canvas) you should clear this flag.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">willnotdraw</code> <span class="type">Boolean</span> <div class="param-description"> <p>Whether or not this View draw on its own.</p> </div> </li> </ul> </div> </div> </div> <a name="method_startAnimation" class="anchor-link"></a> <div class="method item inherited"> <h3 class="name"><code>startAnimation</code> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>animation</code> </li> </ul><span class="paren">)</span> </div> </h3> <!-- <div class="meta"> --> <!-- --> <!-- --> <!-- <p>Inherited from --> <!-- <a href="../classes/View.html#method_startAnimation" class="type">View</a>: --> <!-- --> <!-- --> <!-- --> <!-- <a href="../files/jndroid.core.js.html#l1605"><code>jndroid.core.js:1605</code></a> --> <!-- --> <!-- </p> --> <!-- --> <!-- --> <!-- </div> --> <div class="extended-detail"> <div class="description"> <p>Start the specified animation now.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">animation</code> <span class="type">Animation</span> <div class="param-description"> <p>The animation to start now.</p> </div> </li> </ul> </div> </div> </div> <div class="no-visible-items-message"> <p>There are no methods that match your current filter settings. You can change your filter settings in the index section on this page. <a href="#index" class="index-jump-link">index</a></p> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/vendor/jquery.min.js"></script> <script src="../assets/js/jquery-offscreen-trigger.js"></script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
metronic_v4.7.1/theme_rtl/admin_6/ui_notific8.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin RTL Theme #6 | Notific8 Notifications</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin RTL Theme #6 for Windows 8 style notifications" name="description" /> <meta content="" name="author" /> <!-- BEGIN LAYOUT FIRST STYLES --> <link href="//fonts.googleapis.com/css?family=Oswald:400,300,700" rel="stylesheet" type="text/css" /> <!-- END LAYOUT FIRST STYLES --> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN PAGE LEVEL PLUGINS --> <link href="../assets/global/plugins/jquery-notific8/jquery.notific8.min.css" rel="stylesheet" type="text/css" /> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components-rtl.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout6/css/layout-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout6/css/custom-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class=""> <!-- BEGIN HEADER --> <header class="page-header"> <nav class="navbar" role="navigation"> <div class="container-fluid"> <div class="havbar-header"> <!-- BEGIN LOGO --> <a id="index" class="navbar-brand" href="start.html"> <img src="../assets/layouts/layout6/img/logo.png" alt="Logo"> </a> <!-- END LOGO --> <!-- BEGIN TOPBAR ACTIONS --> <div class="topbar-actions"> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form" action="extra_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search here" name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn md-skip submit"> <i class="fa fa-search"></i> </a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN GROUP NOTIFICATION --> <div class="btn-group-notification btn-group" id="header_notification_bar"> <button type="button" class="btn md-skip dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="badge">9</span> </button> <ul class="dropdown-menu-v2"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="#">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px; padding: 0;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-success md-skip"> <i class="fa fa-plus"></i> </span> New user registered. </span> <span class="time">just now</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> <span class="time">3 mins</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-warning md-skip"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> <span class="time">10 mins</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-info md-skip"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> <span class="time">14 hrs</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> <span class="time">2 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> <span class="time">3 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-warning md-skip"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> <span class="time">4 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-info md-skip"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> <span class="time">5 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> <span class="time">9 days</span> </a> </li> </ul> </li> </ul> </div> <!-- END GROUP NOTIFICATION --> <!-- BEGIN USER PROFILE --> <div class="btn-group-img btn-group"> <button type="button" class="btn btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img src="../assets/layouts/layout5/img/avatar1.jpg" alt=""> </button> <ul class="dropdown-menu-v2" role="menu"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile <span class="badge badge-danger">1</span> </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </div> <!-- END USER PROFILE --> </div> <!-- END TOPBAR ACTIONS --> </div> </div> <!--/container--> </nav> </header> <!-- END HEADER --> <!-- BEGIN CONTAINER --> <div class="container-fluid"> <div class="page-content page-content-popup"> <div class="page-content-fixed-header"> <!-- BEGIN BREADCRUMBS --> <ul class="page-breadcrumb"> <li> <a href="#">UI Features</a> </li> <li>Notific8 Notifications</li> </ul> <!-- END BREADCRUMBS --> <div class="content-header-menu"> <!-- BEGIN DROPDOWN AJAX MENU --> <div class="dropdown-ajax-menu btn-group"> <button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="fa fa-circle"></i> <i class="fa fa-circle"></i> <i class="fa fa-circle"></i> </button> <ul class="dropdown-menu-v2"> <li> <a href="start.html">Application</a> </li> <li> <a href="start.html">Reports</a> </li> <li> <a href="start.html">Templates</a> </li> <li> <a href="start.html">Settings</a> </li> </ul> </div> <!-- END DROPDOWN AJAX MENU --> <!-- BEGIN MENU TOGGLER --> <button type="button" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> <span class="toggle-icon"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </span> </button> <!-- END MENU TOGGLER --> </div> </div> <div class="page-sidebar-wrapper"> <!-- BEGIN SIDEBAR --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu page-header-fixed " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="nav-item start "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item start "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> <span class="title">Dashboard 1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> <span class="title">Dashboard 2</span> <span class="badge badge-success">1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Dashboard 3</span> <span class="badge badge-danger">5</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Features</h3> </li> <li class="nav-item active open"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_colors.html" class="nav-link "> <span class="title">Color Library</span> </a> </li> <li class="nav-item "> <a href="ui_metronic_grid.html" class="nav-link "> <span class="title">Metronic Grid System</span> </a> </li> <li class="nav-item "> <a href="ui_general.html" class="nav-link "> <span class="title">General Components</span> </a> </li> <li class="nav-item "> <a href="ui_buttons.html" class="nav-link "> <span class="title">Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_buttons_spinner.html" class="nav-link "> <span class="title">Spinner Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_confirmations.html" class="nav-link "> <span class="title">Popover Confirmations</span> </a> </li> <li class="nav-item "> <a href="ui_sweetalert.html" class="nav-link "> <span class="title">Bootstrap Sweet Alerts</span> </a> </li> <li class="nav-item "> <a href="ui_icons.html" class="nav-link "> <span class="title">Font Icons</span> </a> </li> <li class="nav-item "> <a href="ui_socicons.html" class="nav-link "> <span class="title">Social Icons</span> </a> </li> <li class="nav-item "> <a href="ui_typography.html" class="nav-link "> <span class="title">Typography</span> </a> </li> <li class="nav-item "> <a href="ui_tabs_accordions_navs.html" class="nav-link "> <span class="title">Tabs, Accordions & Navs</span> </a> </li> <li class="nav-item "> <a href="ui_timeline.html" class="nav-link "> <span class="title">Timeline 1</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_2.html" class="nav-link "> <span class="title">Timeline 2</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_horizontal.html" class="nav-link "> <span class="title">Horizontal Timeline</span> </a> </li> <li class="nav-item "> <a href="ui_tree.html" class="nav-link "> <span class="title">Tree View</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Page Progress Bar</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a> </li> <li class="nav-item "> <a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a> </li> </ul> </li> <li class="nav-item "> <a href="ui_blockui.html" class="nav-link "> <span class="title">Block UI</span> </a> </li> <li class="nav-item "> <a href="ui_bootstrap_growl.html" class="nav-link "> <span class="title">Bootstrap Growl Notifications</span> </a> </li> <li class="nav-item active open"> <a href="ui_notific8.html" class="nav-link "> <span class="title">Notific8 Notifications</span> <span class="selected"></span> </a> </li> <li class="nav-item "> <a href="ui_toastr.html" class="nav-link "> <span class="title">Toastr Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_bootbox.html" class="nav-link "> <span class="title">Bootbox Dialogs</span> </a> </li> <li class="nav-item "> <a href="ui_alerts_api.html" class="nav-link "> <span class="title">Metronic Alerts API</span> </a> </li> <li class="nav-item "> <a href="ui_session_timeout.html" class="nav-link "> <span class="title">Session Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_idle_timeout.html" class="nav-link "> <span class="title">User Idle Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_modals.html" class="nav-link "> <span class="title">Modals</span> </a> </li> <li class="nav-item "> <a href="ui_extended_modals.html" class="nav-link "> <span class="title">Extended Modals</span> </a> </li> <li class="nav-item "> <a href="ui_tiles.html" class="nav-link "> <span class="title">Tiles</span> </a> </li> <li class="nav-item "> <a href="ui_datepaginator.html" class="nav-link "> <span class="title">Date Paginator</span> </a> </li> <li class="nav-item "> <a href="ui_nestable.html" class="nav-link "> <span class="title">Nestable List</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-puzzle"></i> <span class="title">Components</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="components_date_time_pickers.html" class="nav-link "> <span class="title">Date & Time Pickers</span> </a> </li> <li class="nav-item "> <a href="components_color_pickers.html" class="nav-link "> <span class="title">Color Pickers</span> <span class="badge badge-danger">2</span> </a> </li> <li class="nav-item "> <a href="components_select2.html" class="nav-link "> <span class="title">Select2 Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_multiselect_dropdown.html" class="nav-link "> <span class="title">Bootstrap Multiselect Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select.html" class="nav-link "> <span class="title">Bootstrap Select</span> </a> </li> <li class="nav-item "> <a href="components_multi_select.html" class="nav-link "> <span class="title">Bootstrap Multiple Select</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select_splitter.html" class="nav-link "> <span class="title">Select Splitter</span> </a> </li> <li class="nav-item "> <a href="components_clipboard.html" class="nav-link "> <span class="title">Clipboard</span> </a> </li> <li class="nav-item "> <a href="components_typeahead.html" class="nav-link "> <span class="title">Typeahead Autocomplete</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_tagsinput.html" class="nav-link "> <span class="title">Bootstrap Tagsinput</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_switch.html" class="nav-link "> <span class="title">Bootstrap Switch</span> <span class="badge badge-success">6</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_maxlength.html" class="nav-link "> <span class="title">Bootstrap Maxlength</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_fileinput.html" class="nav-link "> <span class="title">Bootstrap File Input</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_touchspin.html" class="nav-link "> <span class="title">Bootstrap Touchspin</span> </a> </li> <li class="nav-item "> <a href="components_form_tools.html" class="nav-link "> <span class="title">Form Widgets & Tools</span> </a> </li> <li class="nav-item "> <a href="components_context_menu.html" class="nav-link "> <span class="title">Context Menu</span> </a> </li> <li class="nav-item "> <a href="components_editors.html" class="nav-link "> <span class="title">Markdown & WYSIWYG Editors</span> </a> </li> <li class="nav-item "> <a href="components_code_editors.html" class="nav-link "> <span class="title">Code Editors</span> </a> </li> <li class="nav-item "> <a href="components_ion_sliders.html" class="nav-link "> <span class="title">Ion Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_noui_sliders.html" class="nav-link "> <span class="title">NoUI Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_knob_dials.html" class="nav-link "> <span class="title">Knob Circle Dials</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="form_controls.html" class="nav-link "> <span class="title">Bootstrap Form <br>Controls</span> </a> </li> <li class="nav-item "> <a href="form_controls_md.html" class="nav-link "> <span class="title">Material Design <br>Form Controls</span> </a> </li> <li class="nav-item "> <a href="form_validation.html" class="nav-link "> <span class="title">Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_validation_states_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation States</span> </a> </li> <li class="nav-item "> <a href="form_validation_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_layouts.html" class="nav-link "> <span class="title">Form Layouts</span> </a> </li> <li class="nav-item "> <a href="form_repeater.html" class="nav-link "> <span class="title">Form Repeater</span> </a> </li> <li class="nav-item "> <a href="form_input_mask.html" class="nav-link "> <span class="title">Form Input Mask</span> </a> </li> <li class="nav-item "> <a href="form_editable.html" class="nav-link "> <span class="title">Form X-editable</span> </a> </li> <li class="nav-item "> <a href="form_wizard.html" class="nav-link "> <span class="title">Form Wizard</span> </a> </li> <li class="nav-item "> <a href="form_icheck.html" class="nav-link "> <span class="title">iCheck Controls</span> </a> </li> <li class="nav-item "> <a href="form_image_crop.html" class="nav-link "> <span class="title">Image Cropping</span> </a> </li> <li class="nav-item "> <a href="form_fileupload.html" class="nav-link "> <span class="title">Multiple File Upload</span> </a> </li> <li class="nav-item "> <a href="form_dropzone.html" class="nav-link "> <span class="title">Dropzone File Upload</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bulb"></i> <span class="title">Elements</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="elements_steps.html" class="nav-link "> <span class="title">Steps</span> </a> </li> <li class="nav-item "> <a href="elements_lists.html" class="nav-link "> <span class="title">Lists</span> </a> </li> <li class="nav-item "> <a href="elements_ribbons.html" class="nav-link "> <span class="title">Ribbons</span> </a> </li> <li class="nav-item "> <a href="elements_overlay.html" class="nav-link "> <span class="title">Overlays</span> </a> </li> <li class="nav-item "> <a href="elements_cards.html" class="nav-link "> <span class="title">User Cards</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-briefcase"></i> <span class="title">Tables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_static_basic.html" class="nav-link "> <span class="title">Basic Tables</span> </a> </li> <li class="nav-item "> <a href="table_static_responsive.html" class="nav-link "> <span class="title">Responsive Tables</span> </a> </li> <li class="nav-item "> <a href="table_bootstrap.html" class="nav-link "> <span class="title">Bootstrap Tables</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Datatables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class="nav-item "> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class="nav-item "> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class="nav-item "> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class="nav-item "> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="?p=" class="nav-link nav-toggle"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="portlet_boxed.html" class="nav-link "> <span class="title">Boxed Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_light.html" class="nav-link "> <span class="title">Light Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_solid.html" class="nav-link "> <span class="title">Solid Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_ajax.html" class="nav-link "> <span class="title">Ajax Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_draggable.html" class="nav-link "> <span class="title">Draggable Portlets</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_amcharts.html" class="nav-link "> <span class="title">amChart</span> </a> </li> <li class="nav-item "> <a href="charts_flotcharts.html" class="nav-link "> <span class="title">Flot Charts</span> </a> </li> <li class="nav-item "> <a href="charts_flowchart.html" class="nav-link "> <span class="title">Flow Charts</span> </a> </li> <li class="nav-item "> <a href="charts_google.html" class="nav-link "> <span class="title">Google Charts</span> </a> </li> <li class="nav-item "> <a href="charts_echarts.html" class="nav-link "> <span class="title">eCharts</span> </a> </li> <li class="nav-item "> <a href="charts_morris.html" class="nav-link "> <span class="title">Morris Charts</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">HighCharts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_highcharts.html" class="nav-link "> HighCharts </a> </li> <li class="nav-item "> <a href="charts_highstock.html" class="nav-link "> HighStock </a> </li> <li class="nav-item "> <a href="charts_highmaps.html" class="nav-link "> HighMaps </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="maps_google.html" class="nav-link "> <span class="title">Google Maps</span> </a> </li> <li class="nav-item "> <a href="maps_vector.html" class="nav-link "> <span class="title">Vector Maps</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Layouts</h3> </li> <li class="nav-item "> <a href="layout_blank_page.html" class="nav-link "> <i class="icon-layers"></i> <span class="title">Blank Page</span> </a> </li> <li class="heading"> <h3 class="uppercase">Pages</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> <span class="title">Orders</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Order View</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Products</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Product Edit</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-docs"></i> <span class="title">Apps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> <span class="title">Todo 1</span> </a> </li> <li class="nav-item "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> <span class="title">Todo 2</span> </a> </li> <li class="nav-item "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Inbox</span> </a> </li> <li class="nav-item "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> <span class="title">Calendar</span> </a> </li> <li class="nav-item "> <a href="app_ticket.html" class="nav-link "> <i class="icon-notebook"></i> <span class="title">Support</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-user"></i> <span class="title">User</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> <span class="title">Profile 1</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> <span class="title">Profile 1 Account</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> <span class="title">Profile 1 Help</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> <span class="title">Profile 2</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Login</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class="nav-item "> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class="nav-item "> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class="nav-item "> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class="nav-item "> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class="nav-item "> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> <span class="title">Lock Screen 1</span> </a> </li> <li class="nav-item "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> <span class="title">Lock Screen 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-social-dribbble"></i> <span class="title">General</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> <span class="title">About</span> </a> </li> <li class="nav-item "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> <span class="title">Contact</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Portfolio</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> <span class="title">Search</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class="nav-item "> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class="nav-item "> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class="nav-item "> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class="nav-item "> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Pricing</span> </a> </li> <li class="nav-item "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> <span class="title">FAQ</span> </a> </li> <li class="nav-item "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> <span class="title">Blog</span> </a> </li> <li class="nav-item "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> <span class="title">Blog Post</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">System</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_cookie_consent_1.html" class="nav-link "> <span class="title">Cookie Consent 1</span> </a> </li> <li class="nav-item "> <a href="page_cookie_consent_2.html" class="nav-link "> <span class="title">Cookie Consent 2</span> </a> </li> <li class="nav-item "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> <span class="title">Coming Soon</span> </a> </li> <li class="nav-item "> <a href="page_system_404_1.html" class="nav-link "> <span class="title">404 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> <span class="title">404 Page 2</span> </a> </li> <li class="nav-item "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> <span class="title">404 Page 3</span> </a> </li> <li class="nav-item "> <a href="page_system_500_1.html" class="nav-link "> <span class="title">500 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> <span class="title">500 Page 2</span> </a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-user"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-power"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-camera"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-link"></i> Sample Link 2</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-globe"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-tag"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pencil"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> </div> <div class="page-fixed-main-content"> <!-- BEGIN PAGE BASE CONTENT --> <div class="row"> <div class="col-md-12"> <div class="portlet light bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-bubble font-green-sharp"></i> <span class="caption-subject font-green-sharp sbold">Notific8 Notification Demo</span> </div> <div class="actions"> <div class="btn-group"> <a class="btn green-haze btn-outline btn-circle btn-sm" href="javascript:;" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;"> Option 1</a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Option 2</a> </li> <li> <a href="javascript:;">Option 3</a> </li> <li> <a href="javascript:;">Option 4</a> </li> </ul> </div> </div> </div> <div class="portlet-body"> <div class="note note-success"> <h4 class="block">jquery.notific8</h4> <p> jquery.notific8 is a notification plug-in that was inspired by the notification style introduced in Windows 8. For more info Check out <a href="https://github.com/willsteinmetz/jquery-notific8" target="_blank"> the official github respository </a> </p> </div> <form class="form-horizontal"> <div class="form-group"> <label class="col-md-3 control-label" for="title">Notification text:</label> <div class="col-md-5"> <input id="notific8_text" type="text" class="form-control" value="Inspired by Windows 8 notifications" placeholder="enter a text ..." /> </div> </div> <div class="form-group"> <label class="col-md-3 control-label" for="title">Heading(optional):</label> <div class="col-md-5"> <input id="notific8_heading" type="text" class="form-control" value="" placeholder="enter a heading ..." /> </div> </div> <div class="form-group"> <label class="col-md-3 control-label" for="title">Sticky ?</label> <div class="col-md-5"> <label class="checkbox"> <input type="checkbox" id="notific8_sticky" value="1"> </label> </div> </div> <div class="form-group"> <label class="col-md-3 control-label" for="title">Life:</label> <div class="col-md-5"> <select id="notific8_life" class="form-control input-medium"> <option value="1000">1 second</option> <option value="5000">5 seconds</option> <option value="10000" selected="selected">10 seconds (default)</option> <option value="25000">25 seconds</option> <option value="60000">60 seconds</option> </select> </div> </div> <div class="form-group"> <label class="col-md-3 control-label" for="title">Style:</label> <div class="col-md-5"> <select id="notific8_theme" class="form-control input-medium"> <option value="teal" selected="selected">teal (default)</option> <option value="amethyst">amethyst</option> <option value="ruby">ruby</option> <option value="tangerine">tangerine</option> <option value="lemon">lemon</option> <option value="lime">lime</option> <option value="ebony">ebony</option> <option value="smoke">smoke</option> </select> </div> </div> <div class="form-group"> <label class="col-md-3 control-label" for="title">Position:</label> <div class="col-md-5"> <select id="notific8_pos_hor" class="form-control input-small input-inline"> <option value="top">top (default)</option> <option value="bottom">bottom</option> </select> <select id="notific8_pos_ver" class="form-control input-small input-inline"> <option value="right">right (default)</option> <option value="left">left</option> </select> </div> </div> <div class="form-group"> <label class="col-md-3 control-label" for="title"></label> <div class="col-md-5"> <a href="javascript:;" class="btn red btn-outline sbold uppercase btn-lg" id="notific8_show"> Show Notification! </a> </div> </div> </form> </div> </div> </div> </div> <!-- END PAGE BASE CONTENT --> </div> <!-- BEGIN FOOTER --> <p class="copyright-v2"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </p> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <button type="button" class="quick-sidebar-toggler" data-toggle="collapse"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> <div class="quick-sidebar-notification"> <span class="badge badge-danger">7</span> </div> </button> <!-- END QUICK SIDEBAR TOGGLER --> <a href="#index" class="go2top"> <i class="icon-arrow-up"></i> </a> <!-- END FOOTER --> </div> </div> <!-- END CONTAINER --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL PLUGINS --> <script src="../assets/global/plugins/jquery-notific8/jquery.notific8.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN PAGE LEVEL SCRIPTS --> <script src="../assets/pages/scripts/ui-notific8.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout6/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
src/main/resources/plugins/Tagger_Stanford/doc/javadoc/index.html
ykiprov/pan2015
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc on Sun May 11 19:21:59 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Standford POS Tagger GATE Wrapper JavaDoc</title> <script type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined") targetPage = targetPage.substring(1); if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage))) targetPage = "undefined"; function validURL(url) { var pos = url.indexOf(".html"); if (pos == -1 || pos != url.length - 5) return false; var allowNumber = false; var allowSep = false; var seenDot = false; for (var i = 0; i < url.length - 5; i++) { var ch = url.charAt(i); if ('a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '$' || ch == '_') { allowNumber = true; allowSep = true; } else if ('0' <= ch && ch <= '9' || ch == '-') { if (!allowNumber) return false; } else if (ch == '/' || ch == '.') { if (!allowSep) return false; allowNumber = false; allowSep = false; if (ch == '.') seenDot = true; if (ch == '/' && seenDot) return false; } else { return false; } } return true; } function loadFrames() { if (targetPage != "" && targetPage != "undefined") top.classFrame.location = top.targetPage; } </script> </head> <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> <frame src="gate/stanford/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> <noframes> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <h2>Frame Alert</h2> <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="gate/stanford/package-summary.html">Non-frame version</a>.</p> </noframes> </frameset> </html>
WEB_TEST01/doc/JavaScript_jQuery_Enter/04장. 반복문/4-13.html
grtlinux/TAIN_WEB_TEST
<!DOCTYPE html> <html> <head> <script> // 변수를 선언합니다. var startTime = new Date().getTime(); // 반복문 for (var CPS = 0; new Date().getTime() < startTime + 1000; CPS++) { } alert('초 당 연산 횟수: ' + CPS); </script> </head> <body> </body> </html>
game/data/scripts/quests/Q10331_StartOfFate/32146-04.html
karolusw/l2j
<html><body>Grand Master Valfar:<br> <font color="LEVEL">Lakcis</font> is at the <font color="LEVEL">entrance of the Ruins of Ye Sagira</font>. Help him with his relic research. Dusty work, but interesting.<br> Oh, you can get there by talking to <font color="LEVEL">Gatekeeper Milia</font>. </body></html>
documentation/elks/sorted_list.html
mat601/projectObj2
<HTML> <HEAD> <META NAME="generator" CONTENT="ISE EiffelStudio version 13.11.9.3542 GPL Edition - windows"> <meta name="description" content="Sequential lists where the cells are sorted in ascending order according to the relational operators of PART_COMPARABLE"/> <meta name="library" content="Free implementation of ELKS library"/> <meta name="legal" content="See notice at end of class."/> <meta name="names" content="sorted_list, sorted_struct, sequence"/> <meta name="access" content="index, cursor, membership, min, max"/> <meta name="contents" content="generic"/> <meta name="keywords" content="Eiffel class"/> <meta name="copyright" content="Copyright (c) 1984-2012, Eiffel Software and others"/> <meta name="license" content="Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"/> <meta name="source" content="Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com"/> <meta name="keywords" content="Eiffel class"/> <TITLE>sorted_list Text</TITLE> <LINK REL="stylesheet" HREF="../default.css" TYPE="text/css"> <SCRIPT TYPE="text/javascript" SRC="../goto.html"></SCRIPT> </HEAD> <BODY> <P ALIGN="CENTER">Automatic generation produced by ISE Eiffel</P> <pre><FORM ONSUBMIT="go_to('../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_chart.html">Chart</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_links.html">Relations</A></TD> <TD CLASS="nolink2">Text</TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_flat.html">Flat</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_flatshort.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="sorted_list"></TD> </TR></TABLE></FORM><SPAN CLASS="ekeyword">note</SPAN> <SPAN CLASS="eitag">description</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;</SPAN><SPAN CLASS="estring">[</SPAN> <SPAN CLASS="estring">Sequential lists where the cells are sorted in ascending order</SPAN> <SPAN CLASS="estring">according to the relational operators of PART_COMPARABLE</SPAN> <SPAN CLASS="estring">]</SPAN><SPAN CLASS="estring">&quot;</SPAN> <SPAN CLASS="eitag">library</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;Free implementation of ELKS library&quot;</SPAN> <SPAN CLASS="eitag">legal</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;See notice at end of class.&quot;</SPAN> <SPAN CLASS="eitag">status</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;See notice at end of class.&quot;</SPAN> <SPAN CLASS="eitag">names</SPAN><SPAN CLASS="esymbol">:</SPAN> sorted_list<SPAN CLASS="esymbol">,</SPAN> sorted_struct<SPAN CLASS="esymbol">,</SPAN> sequence <SPAN CLASS="eitag">access</SPAN><SPAN CLASS="esymbol">:</SPAN> index<SPAN CLASS="esymbol">,</SPAN> cursor<SPAN CLASS="esymbol">,</SPAN> membership<SPAN CLASS="esymbol">,</SPAN> min<SPAN CLASS="esymbol">,</SPAN> max <SPAN CLASS="eitag">contents</SPAN><SPAN CLASS="esymbol">:</SPAN> generic <SPAN CLASS="eitag">date</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;$Date: 2012-07-23 14:02:19 -0700 (Mon, 23 Jul 2012) $&quot;</SPAN> <SPAN CLASS="eitag">revision</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;$Revision: 91989 $&quot;</SPAN> <SPAN CLASS="ekeyword">deferred</SPAN> <SPAN CLASS="ekeyword">class</SPAN> <A CLASS="eclass" HREF="../elks/sorted_list.html">SORTED_LIST</A> <SPAN CLASS="esymbol">[</SPAN><SPAN CLASS="egeneric">G</SPAN> <SPAN CLASS="esymbol">-&gt;</SPAN> <A CLASS="eclass" HREF="../elks/comparable.html">COMPARABLE</A><SPAN CLASS="esymbol">]</SPAN> <SPAN CLASS="ekeyword">inherit</SPAN> <A CLASS="eclass" HREF="../elks/part_sorted_list.html">PART_SORTED_LIST</A> <SPAN CLASS="esymbol">[</SPAN><SPAN CLASS="egeneric">G</SPAN><SPAN CLASS="esymbol">]</SPAN> <SPAN CLASS="ekeyword">feature</SPAN> <SPAN CLASS="ecomment">--</SPAN><SPAN CLASS="ecomment"> Measurement</SPAN> <A NAME="f_min"></A><A CLASS="efeature" HREF="../elks/sorted_list.html#f_min">min</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="ekeyword">like</SPAN> <A CLASS="efeature" HREF="../elks/active.html#f_item">item</A> <SPAN CLASS="ecomment">--</SPAN><SPAN CLASS="ecomment"> Minimum item</SPAN> <SPAN CLASS="ekeyword">require</SPAN> <SPAN CLASS="etag">not_empty</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="ekeyword" HREF="../elks/boolean.html#f_negated">not</A> <A CLASS="efeature" HREF="../elks/finite.html#f_is_empty">is_empty</A> <SPAN CLASS="ekeyword">do</SPAN> <SPAN CLASS="ekeyword">Result</SPAN> <SPAN CLASS="esymbol">:=</SPAN> <A CLASS="efeature" HREF="../elks/chain.html#f_first">first</A> <SPAN CLASS="ekeyword">ensure</SPAN> <SPAN CLASS="etag">min_is_first</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="ekeyword">Result</SPAN> <SPAN CLASS="esymbol">=</SPAN> <A CLASS="efeature" HREF="../elks/chain.html#f_first">first</A> <SPAN CLASS="ekeyword">end</SPAN> <A NAME="f_max"></A><A CLASS="efeature" HREF="../elks/sorted_list.html#f_max">max</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="ekeyword">like</SPAN> <A CLASS="efeature" HREF="../elks/active.html#f_item">item</A> <SPAN CLASS="ecomment">--</SPAN><SPAN CLASS="ecomment"> Maximum item</SPAN> <SPAN CLASS="ekeyword">require</SPAN> <SPAN CLASS="etag">not_empty</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="ekeyword" HREF="../elks/boolean.html#f_negated">not</A> <A CLASS="efeature" HREF="../elks/finite.html#f_is_empty">is_empty</A> <SPAN CLASS="ekeyword">do</SPAN> <SPAN CLASS="ekeyword">Result</SPAN> <SPAN CLASS="esymbol">:=</SPAN> <A CLASS="efeature" HREF="../elks/chain.html#f_last">last</A> <SPAN CLASS="ekeyword">ensure</SPAN> <SPAN CLASS="etag">max_is_last</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="ekeyword">Result</SPAN> <SPAN CLASS="esymbol">=</SPAN> <A CLASS="efeature" HREF="../elks/chain.html#f_last">last</A> <SPAN CLASS="ekeyword">end</SPAN> <A NAME="f_median"></A><A CLASS="efeature" HREF="../elks/sorted_list.html#f_median">median</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="ekeyword">like</SPAN> <A CLASS="efeature" HREF="../elks/active.html#f_item">item</A> <SPAN CLASS="ecomment">--</SPAN><SPAN CLASS="ecomment"> Median item</SPAN> <SPAN CLASS="ekeyword">require</SPAN> <SPAN CLASS="etag">not_empty</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="ekeyword" HREF="../elks/boolean.html#f_negated">not</A> <A CLASS="efeature" HREF="../elks/finite.html#f_is_empty">is_empty</A> <SPAN CLASS="ekeyword">do</SPAN> <SPAN CLASS="ekeyword">Result</SPAN> <SPAN CLASS="esymbol">:=</SPAN> <A CLASS="efeature" HREF="../elks/chain.html#f_i_th">i_th</A><SPAN CLASS="esymbol"> </SPAN><SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="esymbol">(</SPAN><A CLASS="efeature" HREF="../elks/finite.html#f_count">count</A> <A CLASS="esymbol" HREF="../elks/integer_32.html#f_plus">+</A> <SPAN CLASS="enumber">1</SPAN><SPAN CLASS="esymbol">)</SPAN> <A CLASS="esymbol" HREF="../elks/integer_32.html#f_integer_quotient">//</A> <SPAN CLASS="enumber">2</SPAN><SPAN CLASS="esymbol">)</SPAN> <SPAN CLASS="ekeyword">ensure</SPAN> <SPAN CLASS="etag">median_definition</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="ekeyword">Result</SPAN> <SPAN CLASS="esymbol">=</SPAN> <A CLASS="efeature" HREF="../elks/chain.html#f_i_th">i_th</A><SPAN CLASS="esymbol"> </SPAN><SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="esymbol">(</SPAN><A CLASS="efeature" HREF="../elks/finite.html#f_count">count</A> <A CLASS="esymbol" HREF="../elks/integer_32.html#f_plus">+</A> <SPAN CLASS="enumber">1</SPAN><SPAN CLASS="esymbol">)</SPAN> <A CLASS="esymbol" HREF="../elks/integer_32.html#f_integer_quotient">//</A> <SPAN CLASS="enumber">2</SPAN><SPAN CLASS="esymbol">)</SPAN> <SPAN CLASS="ekeyword">end</SPAN> <SPAN CLASS="ekeyword">note</SPAN> <SPAN CLASS="eitag">copyright</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;Copyright (c) 1984-2012, Eiffel Software and others&quot;</SPAN> <SPAN CLASS="eitag">license</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;Eiffel Forum License v2 (see </SPAN><A CLASS="estring" HREF="http://www.eiffel.com/licensing/forum.txt">http://www.eiffel.com/licensing/forum.txt</A><SPAN CLASS="estring">)&quot;</SPAN> <SPAN CLASS="eitag">source</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;</SPAN><SPAN CLASS="estring">[</SPAN> <SPAN CLASS="estring">Eiffel Software</SPAN> <SPAN CLASS="estring">5949 Hollister Ave., Goleta, CA 93117 USA</SPAN> <SPAN CLASS="estring">Telephone 805-685-1006, Fax 805-685-6869</SPAN> <SPAN CLASS="estring">Website </SPAN><A CLASS="estring" HREF="http://www.eiffel.com">http://www.eiffel.com</A> <SPAN CLASS="estring">Customer support </SPAN><A CLASS="estring" HREF="http://support.eiffel.com">http://support.eiffel.com</A> <SPAN CLASS="estring">]</SPAN><SPAN CLASS="estring">&quot;</SPAN> <SPAN CLASS="ekeyword">end</SPAN> <SPAN CLASS="ecomment">--</SPAN> <SPAN CLASS="ecomment">class </SPAN><A CLASS="eclass" HREF="../elks/sorted_list.html">SORTED_LIST</A><FORM ONSUBMIT="go_to('../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_chart.html">Chart</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_links.html">Relations</A></TD> <TD CLASS="nolink2">Text</TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_flat.html">Flat</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="sorted_list_flatshort.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="sorted_list"></TD> </TR></TABLE></FORM></pre> <P ALIGN="CENTER"> &#045;&#045; Generated by ISE Eiffel &#045;&#045; <BR>For more details: <A HREF="http://www.eiffel.com">www.eiffel.com</A></P> </BODY> </HTML>
webapp-src/src/components/sensor/sensor.template.html
babelouest/angharad
<div data-ng-if="$ctrl.element.enabled || $ctrl.adminMode"> <div class="text-center" data-ng-class="{'text-italic': $ctrl.adminMode}"> <div data-ng-bind="$ctrl.elementDisplayValue()"> </div> </div> </div>
external/lldb/www/python_reference/lldb.SBCommandReturnObject-class.html
s20121035/rk3288_android5.1_repo
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>lldb.SBCommandReturnObject</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://lldb.llvm.org">LLDB python API</a></th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="lldb-module.html">Package&nbsp;lldb</a> :: Class&nbsp;SBCommandReturnObject </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="lldb.SBCommandReturnObject-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class SBCommandReturnObject</h1><p class="nomargin-top"><span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject">source&nbsp;code</a></span></p> <center> <center> <map id="uml_class_diagram_for_lldb_sbc_2" name="uml_class_diagram_for_lldb_sbc_2"> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__swig_setmethods__" title="lldb.SBCommandReturnObject.__swig_setmethods__" alt="" coords="17,31,197,49"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__swig_getmethods__" title="lldb.SBCommandReturnObject.__swig_getmethods__" alt="" coords="17,49,197,68"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,71,197,89"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__getattr__" title="lldb.SBCommandReturnObject.__getattr__" alt="" coords="17,89,197,108"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__repr__" title="repr(x)" alt="" coords="17,108,197,127"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__init__" title="__init__(lldb::SBCommandReturnObject self) &#45;&gt; SBCommandReturnObject &#160;__init__(lldb::SBCommandReturnObject self, SBCommandReturnObject rhs) &#45;&gt; &#160;SBCommandReturnObject" alt="" coords="17,127,197,145"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__swig_destroy__" title="delete_SBCommandReturnObject(SBCommandReturnObject self)" alt="" coords="17,145,197,164"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__del__" title="lldb.SBCommandReturnObject.__del__" alt="" coords="17,164,197,183"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#__nonzero__" title="lldb.SBCommandReturnObject.__nonzero__" alt="" coords="17,183,197,201"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#IsValid" title="IsValid(SBCommandReturnObject self) &#45;&gt; bool" alt="" coords="17,201,197,220"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#GetOutputSize" title="GetOutputSize(SBCommandReturnObject self) &#45;&gt; size_t" alt="" coords="17,220,197,239"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#GetErrorSize" title="GetErrorSize(SBCommandReturnObject self) &#45;&gt; size_t" alt="" coords="17,239,197,257"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#GetOutput" title="GetOutput(SBCommandReturnObject self) &#45;&gt; str const &#160;GetOutput(SBCommandReturnObject self, bool only_if_no_immediate) &#45;&gt; str &#160;const *" alt="" coords="17,257,197,276"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#GetError" title="GetError(SBCommandReturnObject self) &#45;&gt; str const &#160;GetError(SBCommandReturnObject self, bool if_no_immediate) &#45;&gt; str const *" alt="" coords="17,276,197,295"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#PutOutput" title="PutOutput(SBCommandReturnObject self, FILE * fh) &#45;&gt; size_t" alt="" coords="17,295,197,313"/> <area shape="rect" id="node8" href="lldb.SBCommandReturnObject-class.html#flush" title="flush(SBCommandReturnObject self)" alt="" coords="17,332,197,351"/> <area shape="rect" id="node1" href="lldb.SBCommandReturnObject-class.html" title="Represents a container which holds the result from command execution." alt="" coords="5,6,208,357"/> </map> <img src="uml_class_diagram_for_lldb_sbc_2.gif" alt='' usemap="#uml_class_diagram_for_lldb_sbc_2" ismap="ismap" class="graph-without-title" /> </center> </center> <hr /> <p>Represents a container which holds the result from command execution. It works with SBCommandInterpreter.HandleCommand() to encapsulate the result of command execution.</p> <p>See SBCommandInterpreter for example usage of SBCommandReturnObject.</p> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lldb.SBCommandReturnObject-class.html#__setattr__" class="summary-sig-name">__setattr__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">name</span>, <span class="summary-sig-arg">value</span>)</span><br /> x.__setattr__('name', value) &lt;==&gt; x.name = value</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__setattr__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__getattr__"></a><span class="summary-sig-name">__getattr__</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">name</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__getattr__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lldb.SBCommandReturnObject-class.html#__repr__" class="summary-sig-name">__repr__</a>(<span class="summary-sig-arg">self</span>)</span><br /> repr(x)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#_swig_repr">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lldb.SBCommandReturnObject-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> __init__(lldb::SBCommandReturnObject self) -&gt; SBCommandReturnObject __init__(lldb::SBCommandReturnObject self, SBCommandReturnObject rhs) -&gt; SBCommandReturnObject</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__swig_destroy__"></a><span class="summary-sig-name">__swig_destroy__</span>(<span class="summary-sig-arg">...</span>)</span><br /> delete_SBCommandReturnObject(SBCommandReturnObject self)</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__del__"></a><span class="summary-sig-name">__del__</span>(<span class="summary-sig-arg">self</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__del__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__nonzero__"></a><span class="summary-sig-name">__nonzero__</span>(<span class="summary-sig-arg">self</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__nonzero__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="IsValid"></a><span class="summary-sig-name">IsValid</span>(<span class="summary-sig-arg">self</span>)</span><br /> IsValid(SBCommandReturnObject self) -&gt; bool</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.IsValid">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="GetOutputSize"></a><span class="summary-sig-name">GetOutputSize</span>(<span class="summary-sig-arg">self</span>)</span><br /> GetOutputSize(SBCommandReturnObject self) -&gt; size_t</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.GetOutputSize">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="GetErrorSize"></a><span class="summary-sig-name">GetErrorSize</span>(<span class="summary-sig-arg">self</span>)</span><br /> GetErrorSize(SBCommandReturnObject self) -&gt; size_t</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.GetErrorSize">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="GetOutput"></a><span class="summary-sig-name">GetOutput</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> GetOutput(SBCommandReturnObject self) -&gt; str const GetOutput(SBCommandReturnObject self, bool only_if_no_immediate) -&gt; str const *</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.GetOutput">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="GetError"></a><span class="summary-sig-name">GetError</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> GetError(SBCommandReturnObject self) -&gt; str const GetError(SBCommandReturnObject self, bool if_no_immediate) -&gt; str const *</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.GetError">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="PutOutput"></a><span class="summary-sig-name">PutOutput</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> PutOutput(SBCommandReturnObject self, FILE * fh) -&gt; size_t</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.PutOutput">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="PutError"></a><span class="summary-sig-name">PutError</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> PutError(SBCommandReturnObject self, FILE * fh) -&gt; size_t</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.PutError">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="Clear"></a><span class="summary-sig-name">Clear</span>(<span class="summary-sig-arg">self</span>)</span><br /> Clear(SBCommandReturnObject self)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.Clear">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="SetStatus"></a><span class="summary-sig-name">SetStatus</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> SetStatus(SBCommandReturnObject self, lldb::ReturnStatus status)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.SetStatus">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="SetError"></a><span class="summary-sig-name">SetError</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> SetError(SBCommandReturnObject self, SBError error, str const * fallback_error_cstr=None) SetError(SBCommandReturnObject self, SBError error) SetError(SBCommandReturnObject self, str const * error_cstr)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.SetError">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="GetStatus"></a><span class="summary-sig-name">GetStatus</span>(<span class="summary-sig-arg">self</span>)</span><br /> GetStatus(SBCommandReturnObject self) -&gt; lldb::ReturnStatus</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.GetStatus">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="Succeeded"></a><span class="summary-sig-name">Succeeded</span>(<span class="summary-sig-arg">self</span>)</span><br /> Succeeded(SBCommandReturnObject self) -&gt; bool</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.Succeeded">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="HasResult"></a><span class="summary-sig-name">HasResult</span>(<span class="summary-sig-arg">self</span>)</span><br /> HasResult(SBCommandReturnObject self) -&gt; bool</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.HasResult">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="AppendMessage"></a><span class="summary-sig-name">AppendMessage</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> AppendMessage(SBCommandReturnObject self, str const * message)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.AppendMessage">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="AppendWarning"></a><span class="summary-sig-name">AppendWarning</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> AppendWarning(SBCommandReturnObject self, str const * message)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.AppendWarning">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="GetDescription"></a><span class="summary-sig-name">GetDescription</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> GetDescription(SBCommandReturnObject self, SBStream description) -&gt; bool</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.GetDescription">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="SetImmediateOutputFile"></a><span class="summary-sig-name">SetImmediateOutputFile</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> SetImmediateOutputFile(SBCommandReturnObject self, FILE * fh)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.SetImmediateOutputFile">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="SetImmediateErrorFile"></a><span class="summary-sig-name">SetImmediateErrorFile</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> SetImmediateErrorFile(SBCommandReturnObject self, FILE * fh)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.SetImmediateErrorFile">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="PutCString"></a><span class="summary-sig-name">PutCString</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> PutCString(SBCommandReturnObject self, str const * string)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.PutCString">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="Print"></a><span class="summary-sig-name">Print</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> Print(SBCommandReturnObject self, str const * str)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.Print">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lldb.SBCommandReturnObject-class.html#__str__" class="summary-sig-name">__str__</a>(<span class="summary-sig-arg">self</span>)</span><br /> __str__(SBCommandReturnObject self) -&gt; PyObject *</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__str__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="write"></a><span class="summary-sig-name">write</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> write(SBCommandReturnObject self, str const * str)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.write">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="flush"></a><span class="summary-sig-name">flush</span>(<span class="summary-sig-arg">self</span>)</span><br /> flush(SBCommandReturnObject self)</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.flush">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__sizeof__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== CLASS VARIABLES ==================== --> <a name="section-ClassVariables"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Class Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-ClassVariables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="__swig_setmethods__"></a><span class="summary-name">__swig_setmethods__</span> = <code title="{}"><code class="variable-group">{</code><code class="variable-group">}</code></code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="__swig_getmethods__"></a><span class="summary-name">__swig_getmethods__</span> = <code title="{}"><code class="variable-group">{</code><code class="variable-group">}</code></code> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__setattr__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__setattr__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">name</span>, <span class="sig-arg">value</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__setattr__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>x.__setattr__('name', value) &lt;==&gt; x.name = value</p> <dl class="fields"> <dt>Overrides: object.__setattr__ <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="__repr__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__repr__</span>(<span class="sig-arg">self</span>)</span> <br /><em class="fname">(Representation operator)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lldb-pysrc.html#_swig_repr">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>repr(x)</p> <dl class="fields"> <dt>Overrides: object.__repr__ <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">*args</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>__init__(lldb::SBCommandReturnObject self) -&gt; SBCommandReturnObject __init__(lldb::SBCommandReturnObject self, SBCommandReturnObject rhs) -&gt; SBCommandReturnObject</p> <dl class="fields"> <dt>Overrides: object.__init__ </dt> </dl> </td></tr></table> </div> <a name="__str__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__str__</span>(<span class="sig-arg">self</span>)</span> <br /><em class="fname">(Informal representation operator)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lldb-pysrc.html#SBCommandReturnObject.__str__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>__str__(SBCommandReturnObject self) -&gt; PyObject *</p> <dl class="fields"> <dt>Overrides: object.__str__ </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://lldb.llvm.org">LLDB python API</a></th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Fri Jul 19 13:22:34 2013 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
aula20-getbootstrap/page5-boostrap.html
isel-leic-pi/1617i-LI51d
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>My First Page</title> <link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css" /> </head> <body> <div class="header clearfix"> <nav> <ul class="nav nav-pills pull-right"> <li role="presentation" class="active"><a href="/">Home</a></li> <li role="presentation"><a href="#praias">Praias</a></li> <li role="presentation"><a href="#capitais">Capitais</a></li> </ul> </nav> <h3 class="text-muted">Project name</h3> </div> <div class="jumbotron"> <div class="container"> <h1>A minha primeira página HTML</h1> </div> </div> <div class="container"> <h1>Exemplo de utilização de alguns elementos</h1> <p> Aqui vamos colocar um link para uma pagina <a href="http://desporto.sapo.pt" target="_blank">Informação de Desporto</a> <a href="#praias">Praias</a>, <a href="#capitais">Capitais</a>, </p> <p> <p id="intro">Algumas das melhores experiências de viagens, rotas e destinos.</p> <p>Estas experiências estão organizadas por diferentes categorias nomeadamente: praias paradisíacas, capitais do mundo, adrenalina e <a href="#secCircuitos">circuitos</a>.</p> <div class="row"> <!-- ############################################################## --> <div class="col-xs-6"> <h2 id="praias">Praias paradisíacas</h2> <p>Algumas das melhores praias paradísiacas que já descobri em Portugal e também noutros países.</p> <p>No caso das praias portuguesas o objectivo é que sejam praias apetecíveis mesmo em épocas de maior afluência como Agosto.</p> <table class="table"> <thead> <tr> <th>Nome</th> <th>Descrição</th> <th>Água</th> <th>Paisagem</th> </tr> </thead> <tbody> <tr> <td>Carvalhal</td> <td>Com pouca gente</td> <td>Água gelada</td> <td>Agradável</td> </tr> <tr> <td>Zavial</td> <td>Deserta</td> <td>Água gelada</td> <td>Soberba</td> </tr> <tr> <td>Carcavelos</td> <td>Urbana</td> <td colspan="2" class="cellEmpty"> NA</td> </tr> <tr> <td>Cordoama</td> <td>Bastante no Verão</td> <td>Ága gelada</td> <td>Tipo Morangos com Acúcar</td> </tr> </tbody> </table> </div> <!-- ############################################################## --> <div class="col-xs-6"> <h2 id="capitais">Capitais do Mundo</h2> <p><span class="enfatizar destacar">Capitais</span> não só culturais, mas aquelas que são distintas por nos oferecerem o prazer de apenas deambularmos pelas ruas ou pararmos numa esplanada a beber um café.</p> <p><span class="enfatizar">Exemplo</span> de topo será sempre <span class="enfatizar">Lisboa</span> que combina uma heterogenidade e diversidade de enquadramentos paisagisticos inagualáveis por nenhum outro lugar no mundo.</p> <p>Ranking das melhores capitais do mundo:</p> <div class="billboard"> <dl> <dt>Lisboa </dt> <dd>reune todos os atributos das melhores cidades: paisagens, comida, jardins, castelos, cultura, rio, praias, etc.</dd> <dt>Barcelona</dt> <dd>a par de Lisboa reune as mesmas condições, ganhando apenas na parte cultural</dd> <dt>Paris</dt> <dd>Um bluff... Existe, desenas de capitais iguais no norte da Europa.</dd> </dl> </div> <div class="billboard"> <ul> <li>Lisboa -- reune todos os atributos das melhores cidades: paisagens, comida, jardins, castelos, cultura, rio, praias, etc.</li> <li>Barcelona -- a pare de Lisboa reune as mesmas condições, ganhando apenas na parte cultural</li> <li>Paris -- Um bluff... Existe, desenas de capitais iguais no norte da Europa.</li> </ul> </div> <div class="billboard"> <ol> <li>Lisboa -- reune todos os atributos das melhores cidades: paisagens, comida, jardins, castelos, cultura, rio, praias, etc.</li> <li>Barcelona -- a pare de Lisboa reune as mesmas condições, ganhando apenas na parte cultural</li> <li>Paris -- Um bluff... Existe, desenas de capitais iguais no norte da Europa.</li> </ol> </div> </div> </div> </div> </body> </html>
malra/fo/module/mutasi_bkd/template/view_popup_pegawai.html
4n6g4/gtsdm
<!-- patTemplate:tmpl name="content" --> <script language="javascript" type="text/javascript"> function setParent(xid, xlabel, xsat, xidsat,xnip,xpangkat,xjabatan) { //alert(window.opener.temp.value); if(window.opener.temp.value=="pejabat"){ window.opener.document.getElementById('pejabat_id').value=xid; window.opener.document.getElementById('pejabat_nama').innerHTML=xlabel; window.opener.document.getElementById('pejabat_nip').innerHTML=xnip; window.opener.document.getElementById('pejabat_pangkat').innerHTML=xpangkat; window.opener.document.getElementById('pejabat_jabatan').innerHTML=xjabatan; window.opener.document.getElementById('pejabat_unit_kerja').innerHTML=xsat; }else{ window.opener.document.getElementById('pejabat_id_2').value=xid; window.opener.document.getElementById('pejabat_nama_2').innerHTML=xlabel; window.opener.document.getElementById('pejabat_nip_2').innerHTML=xnip; window.opener.document.getElementById('pejabat_pangkat_2').innerHTML=xpangkat; window.opener.document.getElementById('pejabat_jabatan_2').innerHTML=xjabatan; window.opener.document.getElementById('pejabat_unit_kerja_2').innerHTML=xsat; } } </script> <center> <form method="POST" action="{URL_SEARCH}" class="dataquest xhr_simple_form dest_popup-subcontent" id="filterboxpopup"> <input type="hidden" value="{PEG}" name="dataPeg" id="dataPeg"> <input type="hidden" value="{SAT}" name="dataSatker" id="dataSatker"> <table> <tr> <th width="30%">NIP/Nama Pegawai</label></th> <td width="25%"><input type="text" name="nama" value="{NAMA}" size="20" /> <td> <input type="submit" name="btncari" value=" Cari &raquo;" class="buttonSubmit"/> </td> </tr> </table> </form> </center> <br /> <!-- patTemplate:tmpl name="warning_box" visibility="hidden" --> <div class="{CLASS_PESAN}"> {ISI_PESAN} </div> <br /> <!-- /patTemplate:tmpl --> <div class="pageBar"> <!-- patTemplate:gtfwrendermodule module="paging2" submodule="paging" action="view" name="paging_top" / --> </div> <div style="{FR}"> <table class="table-common" width="100%" style="font-size:11px;"> <tr> <th width="8%">No</th> <th width="19%">Nomor Pegawai</th> <th width="61%">Nama</th> <th width="12%">Pilih</th> </tr> <!-- patTemplate:tmpl name="data_pegawai" type="condition" conditionvar="DATA_EMPTY" --> <!-- patTemplate:sub condition="YES" --> <tr><td colspan="4" align="center"><em>-- Data tidak ditemukan --</em></td></tr> <!-- /patTemplate:sub --> <!-- patTemplate:sub condition="NO" --> <!-- patTemplate:tmpl name="data_pegawai_item" --> <tr class="{DATA_CLASS_NAME}"> <td align="center">{DATA_NUMBER}</td> <td align="center">{DATA_KODE} <input type="hidden" name="id" id="id" value="{DATA_ID}" > <input type="hidden" name="kode" id="kode" value="{DATA_KODE}" > <input type="hidden" name="nama" id="nama" value="{DATA_NAMA}" > </td> <td>{DATA_NAMA}</td> <td class="links" align="center"> <a href="javascript:setParent('{DATA_ID}','{DATA_NAMA}','{DATA_SATKER}','{DATA_IDSATKER}','{DATA_NIP}','{DATA_PANGKAT}','{DATA_JABFUNG}')" onclick=""><img alt="Pilih" src="images/button-check.gif"/></a> </td> </tr> <!-- /patTemplate:tmpl --> <!-- /patTemplate:sub --> <!-- /patTemplate:tmpl --> </table></div> <!-- /patTemplate:tmpl -->
doc/plugins/rspec-rails/files/vendor/plugins/rspec-rails/lib/spec/rails_rb.html
kplawver/leihs
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>File: rails.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../../../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="fileHeader"> <h1>rails.rb</h1> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Path:</strong></td> <td>vendor/plugins/rspec-rails/lib/spec/rails.rb </td> </tr> <tr class="top-aligned-row"> <td><strong>Last Update:</strong></td> <td>Mon Oct 27 17:22:45 +0100 2008</td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="requires-list"> <h3 class="section-bar">Required files</h3> <div class="name-list"> action_controller/test_process&nbsp;&nbsp; action_controller/integration&nbsp;&nbsp; active_record/fixtures&nbsp;&nbsp; test/unit&nbsp;&nbsp; spec&nbsp;&nbsp; spec/rails/matchers&nbsp;&nbsp; spec/rails/mocks&nbsp;&nbsp; spec/rails/example&nbsp;&nbsp; spec/rails/extensions&nbsp;&nbsp; spec/rails/interop/testcase&nbsp;&nbsp; </div> </div> </div> </div> <!-- if includes --> <div id="section"> <div id="constants-list"> <h3 class="section-bar">Constants</h3> <div class="name-list"> <table summary="Constants"> <tr class="top-aligned-row context-row"> <td class="context-item-name">RAILS_ENV</td> <td>=</td> <td class="context-item-value">&quot;test&quot; }</td> </tr> </table> </div> </div> <!-- if method_list --> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
QMOLEDEV/escher-0.3/etc/manpage/gnu/x11/XSetInputFocus.html
chriskmanx/qmole
<HTML> <BODY> <PRE> <!-- Manpage converted by man2html 3.0.1 --> XSetInputFocus, XGetInputFocus - control input focus </PRE> <H2>SYNTAX</H2><PRE> XSetInputFocus(<I>display</I>, <I>focus</I>, <I>revert</I><B>_</B><I>to</I>, <I>time</I>) Display *<I>display</I>; Window <I>focus</I>; int <I>revert</I><B>_</B><I>to</I>; Time <I>time</I>; XGetInputFocus(<I>display</I>, <I>focus</I><B>_</B><I>return</I>, <I>revert</I><B>_</B><I>to</I><B>_</B><I>return</I>) Display *<I>display</I>; Window *<I>focus</I><B>_</B><I>return</I>; int *<I>revert</I><B>_</B><I>to</I><B>_</B><I>return</I>; </PRE> <H2>ARGUMENTS</H2><PRE> <I>display</I> Specifies the connection to the X server. <I>focus</I> Specifies the window, <I>PointerRoot</I>, or <I>None</I>. <I>focus</I><B>_</B><I>return</I> Returns the focus window, <I>PointerRoot</I>, or <I>None</I>. <I>revert</I><B>_</B><I>to</I> Specifies where the input focus reverts to if the window becomes not viewable. You can pass <I>RevertToParent</I>, <I>RevertToPointerRoot</I>, or <I>RevertToNone</I>. <I>revert</I><B>_</B><I>to</I><B>_</B><I>return</I> Returns the current focus state (<I>RevertToParent</I>, <I>RevertToPointerRoot</I>, or <I>RevertToNone</I>). <I>time</I> Specifies the time. You can pass either a timestamp or <I>CurrentTime</I>. </PRE> <H2>DESCRIPTION</H2><PRE> The <I>XSetInputFocus</I> function changes the input focus and the last-focus-change time. It has no effect if the spec- ified time is earlier than the current last-focus-change time or is later than the current X server time. Other- wise, the last-focus-change time is set to the specified time (<I>CurrentTime</I> is replaced by the current X server time). <I>XSetInputFocus</I> causes the X server to generate <I>FocusIn</I> and <I>FocusOut</I> events. Depending on the focus argument, the following occurs: <B>o</B> If focus is <I>None</I>, all keyboard events are discarded until a new focus window is set, and the revert_to argument is ignored. <B>o</B> If focus is a window, it becomes the keyboard's focus window. If a generated keyboard event would normally <B>o</B> If revert_to is <I>RevertToParent</I>, the focus reverts to the parent (or the closest viewable ancestor), and the new revert_to value is taken to be <I>RevertToNone</I>. <B>o</B> If revert_to is <I>RevertToPointerRoot</I> or <I>RevertToNone</I>, the focus reverts to <I>PointerRoot</I> or <I>None</I>, respec- tively. When the focus reverts, the X server gener- ates <I>FocusIn</I> and <I>FocusOut</I> events, but the last-focus- change time is not affected. <I>XSetInputFocus</I> can generate <I>BadMatch</I>, <I>BadValue</I>, and <I>Bad-</I> <I>Window</I> errors. The <I>XGetInputFocus</I> function returns the focus window and the current focus state. </PRE> <H2>DIAGNOSTICS</H2><PRE> <I>BadValue</I> Some numeric value falls outside the range of values accepted by the request. Unless a spe- cific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. <I>BadWindow</I> A value for a Window argument does not name a defined Window. </PRE> <H2>SEE ALSO</H2><PRE> XWarpPointer(3X11) <I>Xlib</I> <I>-</I> <I>C</I> <I>Language</I> <I>X</I> <I>Interface</I> X Version 11 Release 6.4 1 </PRE> </BODY> </HTML>
oldwebsite/dependencies.html
jantman/TuxTruck-wxPython
<!DOCTYPE html> <html lang="en" dir="ltr" class="client-nojs"> <head> <title>Dependencies - TuxTruckWiki</title> <meta charset="UTF-8" /> <meta name="generator" content="MediaWiki 1.18.1" /> <link rel="shortcut icon" href="favicon.ico" /> <link rel="search" type="application/opensearchdescription+xml" href="opensearch_desc.php" title="TuxTruckWiki (en)" /> <link rel="EditURI" type="application/rsd+xml" href="api.php_action_rsd" /> <link rel="alternate" type="application/atom+xml" title="TuxTruckWiki Atom feed" href="" /> <link rel="stylesheet" href="" /> <!--[if lt IE 5.5000]><link rel="stylesheet" href="ie50fixes.css" media="screen" /><![endif]--> <!--[if IE 5.5000]><link rel="stylesheet" href="ie55fixes.css" media="screen" /><![endif]--> <!--[if IE 6]><link rel="stylesheet" href="ie60fixes.css" media="screen" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="ie70fixes.css" media="screen" /><![endif]--><meta name="ResourceLoaderDynamicStyles" content="" /> <style>a:lang(ar),a:lang(ckb),a:lang(fa),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}a.new,#quickbar a.new{color:#ba0000} /* cache key: wikidb-tuxtruck_wiki_:resourceloader:filter:minify-css:4:c88e2bcd56513749bec09a7e29cb3ffa */ </style> <script src=""></script> <script>if(window.mw){ mw.config.set({"wgCanonicalNamespace": "", "wgCanonicalSpecialPageName": false, "wgNamespaceNumber": 0, "wgPageName": "Dependencies", "wgTitle": "Dependencies", "wgCurRevisionId": 41, "wgArticleId": 12, "wgIsArticle": true, "wgAction": "view", "wgUserName": null, "wgUserGroups": ["*"], "wgCategories": [], "wgBreakFrames": false, "wgRestrictionEdit": [], "wgRestrictionMove": []}); } </script><script>if(window.mw){ mw.loader.load(["mediawiki.page.startup"]); } </script> </head> <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Dependencies action-view skin-monobook"> <div id="globalWrapperHacked"> <div id="column-content"><div id="content"> <a id="top"></a> <h1 id="firstHeading" class="firstHeading">Dependencies</h1> <div id="bodyContent"> <div id="siteSub">From TuxTruckWiki</div> <div id="contentSub"></div> <div id="jump-to-nav">Jump to: <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div> <!-- start content --> <div lang="en" dir="ltr" class="mw-content-ltr"><ul><li>Python </li><li>wxPython / wxGTK </li><li>Python elementtree </li></ul> <!-- NewPP limit report Preprocessor node count: 1/1000000 Post-expand include size: 0/2097152 bytes Template argument size: 0/2097152 bytes Expensive parser function count: 0/100 --> <!-- Saved in parser cache with key wikidb-tuxtruck_wiki_:pcache:idhash:12-0!*!*!*!*!*!* and timestamp 20130302153511 --> </div><div class="printfooter"> Retrieved from "<a href="">http://www.tuxtruck.org/index.php?title=Dependencies&amp;oldid=41</a>"</div> <div id='catlinks' class='catlinks catlinks-allhidden'></div> <!-- end content --><div class="visualClear"></div></div></div></div> <div id="column-one"> <div id="p-cactions" class="portlet"></div> <div class="portlet" id="p-personal"></div> <div class="portlet" id="p-logo"></div> <div class="portlet" id="p-nav"> </div> <div id="p-search" class="portlet"></div> <div class="portlet" id="p-tb"></div> </div> <!-- end left column --> <!-- end of the left (by default at least) column --> <div class="visualClear"></div> <div id="footerHacked"> <ul id="f-list"> <li id="lastmod"> This page was last modified on 6 May 2008, at 23:04.</li> <li id="viewcount">This page has been accessed 324 times.</li> <li id="privacy"><a href="tuxtruckwiki_privacy_policy.html" title="TuxTruckWiki:Privacy policy">Privacy policy</a></li> <li id="about"><a href="tuxtruckwiki_about.html" title="TuxTruckWiki:About">About TuxTruckWiki</a></li> <li id="disclaimer"><a href="tuxtruckwiki_general_disclaimer.html" title="TuxTruckWiki:General disclaimer">Disclaimers</a></li> </ul> </div> </div> <script>if(window.mw){ mw.loader.load(["mediawiki.user", "mediawiki.util", "mediawiki.page.ready", "mediawiki.legacy.wikibits", "mediawiki.legacy.ajax"]); } </script> <script>if(window.mw){ mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"disablesuggest":0,"editfont":"default","editondblclick":0,"editsection":1,"editsectiononrightclick":0,"enotifminoredits":0,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":0,"extendwatchlist":0,"externaldiff":0,"externaleditor":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"highlightbroken":1,"imagesize":2,"justify":0,"math":1,"minordefault":0,"newpageshidepatrolled":0,"nocache":0,"noconvertlink":0,"norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"quickbar":5,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"searchlimit":20,"showhiddencats":0,"showjumplinks":1,"shownumberswatching":1,"showtoc":1,"showtoolbar":1,"skin":"monobook","stubthreshold":0,"thumbsize":2,"underline":2,"uselivepreview":0,"usenewrc":0,"watchcreations":0,"watchdefault":0,"watchdeletion":0,"watchlistdays":3,"watchlisthideanons":0, "watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":0,"watchlisthidepatrolled":0,"watchmoves":0,"wllimit":250,"variant":"en","language":"en","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":false,"searchNs15":false});;mw.user.tokens.set({"editToken":"+\\","watchToken":false});;mw.loader.state({"user.options":"ready","user.tokens":"ready"}); /* cache key: wikidb-tuxtruck_wiki_:resourceloader:filter:minify-js:4:99acc2c3ab516bb21085c70c2195f3df */ } </script><!-- Served in 0.192 secs. --><br></body></html>
metronic_v4.7.1/theme_rtl/admin_2_material_design/form_fileupload.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin RTL Theme #2 | Multiple File Upload</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin RTL Theme #2 for amazing file upload experience" name="description" /> <meta content="" name="author" /> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN PAGE LEVEL PLUGINS --> <link href="../assets/global/plugins/fancybox/source/jquery.fancybox.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/jquery-file-upload/blueimp-gallery/blueimp-gallery.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/jquery-file-upload/css/jquery.fileupload.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/jquery-file-upload/css/jquery.fileupload-ui.css" rel="stylesheet" type="text/css" /> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components-md-rtl.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins-md-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout2/css/layout-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout2/css/themes/blue-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" /> <link href="../assets/layouts/layout2/css/custom-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-md"> <!-- BEGIN HEADER --> <div class="page-header navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner "> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../assets/layouts/layout2/img/logo-default.png" alt="logo" class="logo-default" /> </a> <div class="menu-toggler sidebar-toggler"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN PAGE ACTIONS --> <!-- DOC: Remove "hide" class to enable the page header actions --> <div class="page-actions"> <div class="btn-group"> <button type="button" class="btn btn-circle btn-outline red dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-plus"></i>&nbsp; <span class="hidden-sm hidden-xs">New&nbsp;</span>&nbsp; <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-docs"></i> New Post </a> </li> <li> <a href="javascript:;"> <i class="icon-tag"></i> New Comment </a> </li> <li> <a href="javascript:;"> <i class="icon-share"></i> Share </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> </div> <!-- END PAGE ACTIONS --> <!-- BEGIN PAGE TOP --> <div class="page-top"> <!-- BEGIN HEADER SEARCH BOX --> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form search-form-expanded" action="page_general_search_3.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search..." name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"> <i class="icon-magnifier"></i> </a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class below "dropdown-extended" to change the dropdown styte --> <!-- DOC: Apply "dropdown-hoverable" class after below "dropdown" and remove data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to enable hover dropdown mode --> <!-- DOC: Remove "dropdown-hoverable" and add data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to the below A element with dropdown-toggle class --> <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="page_user_profile_1.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-default"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="app_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="app_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">65% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">98% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">10% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">58% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">85% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">38% Complete</span> </span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../assets/layouts/layout2/img/avatar3_small.jpg" /> <span class="username username-hide-on-mobile"> Nick </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended quick-sidebar-toggler"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> </li> <!-- END QUICK SIDEBAR TOGGLER --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END PAGE TOP --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <!-- BEGIN HEADER & CONTENT DIVIDER --> <div class="clearfix"> </div> <!-- END HEADER & CONTENT DIVIDER --> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- END SIDEBAR --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu page-header-fixed page-sidebar-menu-hover-submenu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="nav-item start "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item start "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> <span class="title">Dashboard 1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> <span class="title">Dashboard 2</span> <span class="badge badge-success">1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Dashboard 3</span> <span class="badge badge-danger">5</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_colors.html" class="nav-link "> <span class="title">Color Library</span> </a> </li> <li class="nav-item "> <a href="ui_metronic_grid.html" class="nav-link "> <span class="title">Metronic Grid System</span> </a> </li> <li class="nav-item "> <a href="ui_general.html" class="nav-link "> <span class="title">General Components</span> </a> </li> <li class="nav-item "> <a href="ui_buttons.html" class="nav-link "> <span class="title">Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_buttons_spinner.html" class="nav-link "> <span class="title">Spinner Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_confirmations.html" class="nav-link "> <span class="title">Popover Confirmations</span> </a> </li> <li class="nav-item "> <a href="ui_sweetalert.html" class="nav-link "> <span class="title">Bootstrap Sweet Alerts</span> </a> </li> <li class="nav-item "> <a href="ui_icons.html" class="nav-link "> <span class="title">Font Icons</span> </a> </li> <li class="nav-item "> <a href="ui_socicons.html" class="nav-link "> <span class="title">Social Icons</span> </a> </li> <li class="nav-item "> <a href="ui_typography.html" class="nav-link "> <span class="title">Typography</span> </a> </li> <li class="nav-item "> <a href="ui_tabs_accordions_navs.html" class="nav-link "> <span class="title">Tabs, Accordions & Navs</span> </a> </li> <li class="nav-item "> <a href="ui_timeline.html" class="nav-link "> <span class="title">Timeline 1</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_2.html" class="nav-link "> <span class="title">Timeline 2</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_horizontal.html" class="nav-link "> <span class="title">Horizontal Timeline</span> </a> </li> <li class="nav-item "> <a href="ui_tree.html" class="nav-link "> <span class="title">Tree View</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Page Progress Bar</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a> </li> <li class="nav-item "> <a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a> </li> </ul> </li> <li class="nav-item "> <a href="ui_blockui.html" class="nav-link "> <span class="title">Block UI</span> </a> </li> <li class="nav-item "> <a href="ui_bootstrap_growl.html" class="nav-link "> <span class="title">Bootstrap Growl Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_notific8.html" class="nav-link "> <span class="title">Notific8 Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_toastr.html" class="nav-link "> <span class="title">Toastr Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_bootbox.html" class="nav-link "> <span class="title">Bootbox Dialogs</span> </a> </li> <li class="nav-item "> <a href="ui_alerts_api.html" class="nav-link "> <span class="title">Metronic Alerts API</span> </a> </li> <li class="nav-item "> <a href="ui_session_timeout.html" class="nav-link "> <span class="title">Session Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_idle_timeout.html" class="nav-link "> <span class="title">User Idle Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_modals.html" class="nav-link "> <span class="title">Modals</span> </a> </li> <li class="nav-item "> <a href="ui_extended_modals.html" class="nav-link "> <span class="title">Extended Modals</span> </a> </li> <li class="nav-item "> <a href="ui_tiles.html" class="nav-link "> <span class="title">Tiles</span> </a> </li> <li class="nav-item "> <a href="ui_datepaginator.html" class="nav-link "> <span class="title">Date Paginator</span> </a> </li> <li class="nav-item "> <a href="ui_nestable.html" class="nav-link "> <span class="title">Nestable List</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-puzzle"></i> <span class="title">Components</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="components_date_time_pickers.html" class="nav-link "> <span class="title">Date & Time Pickers</span> </a> </li> <li class="nav-item "> <a href="components_color_pickers.html" class="nav-link "> <span class="title">Color Pickers</span> <span class="badge badge-danger">2</span> </a> </li> <li class="nav-item "> <a href="components_select2.html" class="nav-link "> <span class="title">Select2 Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_multiselect_dropdown.html" class="nav-link "> <span class="title">Bootstrap Multiselect Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select.html" class="nav-link "> <span class="title">Bootstrap Select</span> </a> </li> <li class="nav-item "> <a href="components_multi_select.html" class="nav-link "> <span class="title">Bootstrap Multiple Select</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select_splitter.html" class="nav-link "> <span class="title">Select Splitter</span> </a> </li> <li class="nav-item "> <a href="components_clipboard.html" class="nav-link "> <span class="title">Clipboard</span> </a> </li> <li class="nav-item "> <a href="components_typeahead.html" class="nav-link "> <span class="title">Typeahead Autocomplete</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_tagsinput.html" class="nav-link "> <span class="title">Bootstrap Tagsinput</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_switch.html" class="nav-link "> <span class="title">Bootstrap Switch</span> <span class="badge badge-success">6</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_maxlength.html" class="nav-link "> <span class="title">Bootstrap Maxlength</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_fileinput.html" class="nav-link "> <span class="title">Bootstrap File Input</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_touchspin.html" class="nav-link "> <span class="title">Bootstrap Touchspin</span> </a> </li> <li class="nav-item "> <a href="components_form_tools.html" class="nav-link "> <span class="title">Form Widgets & Tools</span> </a> </li> <li class="nav-item "> <a href="components_context_menu.html" class="nav-link "> <span class="title">Context Menu</span> </a> </li> <li class="nav-item "> <a href="components_editors.html" class="nav-link "> <span class="title">Markdown & WYSIWYG Editors</span> </a> </li> <li class="nav-item "> <a href="components_code_editors.html" class="nav-link "> <span class="title">Code Editors</span> </a> </li> <li class="nav-item "> <a href="components_ion_sliders.html" class="nav-link "> <span class="title">Ion Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_noui_sliders.html" class="nav-link "> <span class="title">NoUI Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_knob_dials.html" class="nav-link "> <span class="title">Knob Circle Dials</span> </a> </li> </ul> </li> <li class="nav-item active open"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="form_controls.html" class="nav-link "> <span class="title">Bootstrap Form <br>Controls</span> </a> </li> <li class="nav-item "> <a href="form_controls_md.html" class="nav-link "> <span class="title">Material Design <br>Form Controls</span> </a> </li> <li class="nav-item "> <a href="form_validation.html" class="nav-link "> <span class="title">Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_validation_states_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation States</span> </a> </li> <li class="nav-item "> <a href="form_validation_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_layouts.html" class="nav-link "> <span class="title">Form Layouts</span> </a> </li> <li class="nav-item "> <a href="form_repeater.html" class="nav-link "> <span class="title">Form Repeater</span> </a> </li> <li class="nav-item "> <a href="form_input_mask.html" class="nav-link "> <span class="title">Form Input Mask</span> </a> </li> <li class="nav-item "> <a href="form_editable.html" class="nav-link "> <span class="title">Form X-editable</span> </a> </li> <li class="nav-item "> <a href="form_wizard.html" class="nav-link "> <span class="title">Form Wizard</span> </a> </li> <li class="nav-item "> <a href="form_icheck.html" class="nav-link "> <span class="title">iCheck Controls</span> </a> </li> <li class="nav-item "> <a href="form_image_crop.html" class="nav-link "> <span class="title">Image Cropping</span> </a> </li> <li class="nav-item active open"> <a href="form_fileupload.html" class="nav-link "> <span class="title">Multiple File Upload</span> <span class="selected"></span> </a> </li> <li class="nav-item "> <a href="form_dropzone.html" class="nav-link "> <span class="title">Dropzone File Upload</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bulb"></i> <span class="title">Elements</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="elements_steps.html" class="nav-link "> <span class="title">Steps</span> </a> </li> <li class="nav-item "> <a href="elements_lists.html" class="nav-link "> <span class="title">Lists</span> </a> </li> <li class="nav-item "> <a href="elements_ribbons.html" class="nav-link "> <span class="title">Ribbons</span> </a> </li> <li class="nav-item "> <a href="elements_overlay.html" class="nav-link "> <span class="title">Overlays</span> </a> </li> <li class="nav-item "> <a href="elements_cards.html" class="nav-link "> <span class="title">User Cards</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-briefcase"></i> <span class="title">Tables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_static_basic.html" class="nav-link "> <span class="title">Basic Tables</span> </a> </li> <li class="nav-item "> <a href="table_static_responsive.html" class="nav-link "> <span class="title">Responsive Tables</span> </a> </li> <li class="nav-item "> <a href="table_bootstrap.html" class="nav-link "> <span class="title">Bootstrap Tables</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Datatables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class="nav-item "> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class="nav-item "> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class="nav-item "> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class="nav-item "> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="?p=" class="nav-link nav-toggle"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="portlet_boxed.html" class="nav-link "> <span class="title">Boxed Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_light.html" class="nav-link "> <span class="title">Light Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_solid.html" class="nav-link "> <span class="title">Solid Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_ajax.html" class="nav-link "> <span class="title">Ajax Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_draggable.html" class="nav-link "> <span class="title">Draggable Portlets</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_amcharts.html" class="nav-link "> <span class="title">amChart</span> </a> </li> <li class="nav-item "> <a href="charts_flotcharts.html" class="nav-link "> <span class="title">Flot Charts</span> </a> </li> <li class="nav-item "> <a href="charts_flowchart.html" class="nav-link "> <span class="title">Flow Charts</span> </a> </li> <li class="nav-item "> <a href="charts_google.html" class="nav-link "> <span class="title">Google Charts</span> </a> </li> <li class="nav-item "> <a href="charts_echarts.html" class="nav-link "> <span class="title">eCharts</span> </a> </li> <li class="nav-item "> <a href="charts_morris.html" class="nav-link "> <span class="title">Morris Charts</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">HighCharts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_highcharts.html" class="nav-link "> HighCharts </a> </li> <li class="nav-item "> <a href="charts_highstock.html" class="nav-link "> HighStock </a> </li> <li class="nav-item "> <a href="charts_highmaps.html" class="nav-link "> HighMaps </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="maps_google.html" class="nav-link "> <span class="title">Google Maps</span> </a> </li> <li class="nav-item "> <a href="maps_vector.html" class="nav-link "> <span class="title">Vector Maps</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-layers"></i> <span class="title">Page Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_blank_page.html" class="nav-link "> <span class="title">Blank Page</span> </a> </li> <li class="nav-item "> <a href="layout_ajax_page.html" class="nav-link "> <span class="title">Ajax Content Layout</span> </a> </li> <li class="nav-item "> <a href="layout_language_bar.html" class="nav-link "> <span class="title">Header Language Bar</span> </a> </li> <li class="nav-item "> <a href="layout_footer_fixed.html" class="nav-link "> <span class="title">Fixed Footer</span> </a> </li> <li class="nav-item "> <a href="layout_boxed_page.html" class="nav-link "> <span class="title">Boxed Page</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-feed"></i> <span class="title">Sidebar Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_sidebar_menu_accordion.html" class="nav-link "> <span class="title">Sidebar Accordion Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_menu_compact.html" class="nav-link "> <span class="title">Sidebar Compact Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_reversed.html" class="nav-link "> <span class="title">Reversed Sidebar Page</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_fixed.html" class="nav-link "> <span class="title">Fixed Sidebar Layout</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_closed.html" class="nav-link "> <span class="title">Closed Sidebar Layout</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class=" icon-wrench"></i> <span class="title">Custom Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_disabled_menu.html" class="nav-link "> <span class="title">Disabled Menu Links</span> </a> </li> <li class="nav-item "> <a href="layout_full_height_portlet.html" class="nav-link "> <span class="title">Full Height Portlet</span> </a> </li> <li class="nav-item "> <a href="layout_full_height_content.html" class="nav-link "> <span class="title">Full Height Content</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> <span class="title">Orders</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Order View</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Products</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Product Edit</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-docs"></i> <span class="title">Apps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> <span class="title">Todo 1</span> </a> </li> <li class="nav-item "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> <span class="title">Todo 2</span> </a> </li> <li class="nav-item "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Inbox</span> </a> </li> <li class="nav-item "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> <span class="title">Calendar</span> </a> </li> <li class="nav-item "> <a href="app_ticket.html" class="nav-link "> <i class="icon-notebook"></i> <span class="title">Support</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-user"></i> <span class="title">User</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> <span class="title">Profile 1</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> <span class="title">Profile 1 Account</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> <span class="title">Profile 1 Help</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> <span class="title">Profile 2</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Login</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class="nav-item "> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class="nav-item "> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class="nav-item "> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class="nav-item "> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class="nav-item "> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> <span class="title">Lock Screen 1</span> </a> </li> <li class="nav-item "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> <span class="title">Lock Screen 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-social-dribbble"></i> <span class="title">General</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> <span class="title">About</span> </a> </li> <li class="nav-item "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> <span class="title">Contact</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Portfolio</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> <span class="title">Search</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class="nav-item "> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class="nav-item "> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class="nav-item "> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class="nav-item "> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Pricing</span> </a> </li> <li class="nav-item "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> <span class="title">FAQ</span> </a> </li> <li class="nav-item "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> <span class="title">Blog</span> </a> </li> <li class="nav-item "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> <span class="title">Blog Post</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">System</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_cookie_consent_1.html" class="nav-link "> <span class="title">Cookie Consent 1</span> </a> </li> <li class="nav-item "> <a href="page_cookie_consent_2.html" class="nav-link "> <span class="title">Cookie Consent 2</span> </a> </li> <li class="nav-item "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> <span class="title">Coming Soon</span> </a> </li> <li class="nav-item "> <a href="page_system_404_1.html" class="nav-link "> <span class="title">404 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> <span class="title">404 Page 2</span> </a> </li> <li class="nav-item "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> <span class="title">404 Page 3</span> </a> </li> <li class="nav-item "> <a href="page_system_500_1.html" class="nav-link "> <span class="title">500 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> <span class="title">500 Page 2</span> </a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-user"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-power"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-camera"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-link"></i> Sample Link 2</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-globe"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-tag"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pencil"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <!-- BEGIN CONTENT BODY --> <div class="page-content"> <!-- BEGIN PAGE HEADER--> <!-- BEGIN THEME PANEL --> <div class="theme-panel"> <div class="toggler tooltips" data-container="body" data-placement="left" data-html="true" data-original-title="Click to open advance theme customizer panel"> <i class="icon-settings"></i> </div> <div class="toggler-close"> <i class="icon-close"></i> </div> <div class="theme-options"> <div class="theme-option theme-colors clearfix"> <span> THEME COLOR </span> <ul> <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li> <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li> <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li> <li class="color-dark tooltips" data-style="dark" data-container="body" data-original-title="Dark"> </li> <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li> </ul> </div> <div class="theme-option"> <span> Layout </span> <select class="layout-option form-control input-small"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </div> <div class="theme-option"> <span> Header </span> <select class="page-header-option form-control input-small"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </div> <div class="theme-option"> <span> Top Dropdown</span> <select class="page-header-top-dropdown-style-option form-control input-small"> <option value="light" selected="selected">Light</option> <option value="dark">Dark</option> </select> </div> <div class="theme-option"> <span> Sidebar Mode</span> <select class="sidebar-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> <div class="theme-option"> <span> Sidebar Style</span> <select class="sidebar-style-option form-control input-small"> <option value="default" selected="selected">Default</option> <option value="compact">Compact</option> </select> </div> <div class="theme-option"> <span> Sidebar Menu </span> <select class="sidebar-menu-option form-control input-small"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </div> <div class="theme-option"> <span> Sidebar Position </span> <select class="sidebar-pos-option form-control input-small"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </div> <div class="theme-option"> <span> Footer </span> <select class="page-footer-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> </div> </div> <!-- END THEME PANEL --> <h1 class="page-title"> Multiple File Upload <small>amazing file upload experience</small> </h1> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <i class="icon-home"></i> <a href="index.html">Home</a> <i class="fa fa-angle-right"></i> </li> <li> <span>Form Stuff</span> </li> </ul> <div class="page-toolbar"> <div class="btn-group pull-right"> <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#"> <i class="icon-bell"></i> Action</a> </li> <li> <a href="#"> <i class="icon-shield"></i> Another action</a> </li> <li> <a href="#"> <i class="icon-user"></i> Something else here</a> </li> <li class="divider"> </li> <li> <a href="#"> <i class="icon-bag"></i> Separated link</a> </li> </ul> </div> </div> </div> <!-- END PAGE HEADER--> <div class="row"> <div class="col-md-12"> <div class="m-heading-1 border-green m-bordered"> <h3>jQuery Validation Plugin</h3> <p> File Upload widget with multiple file selection, drag&amp;drop support, progress bars and preview images for jQuery. <br> Supports cross-domain, chunked and resumable file uploads and client-side image resizing. <br> Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. </p> <p> For more info please check out <a class="btn red btn-outline" href="https://github.com/blueimp/jQuery-File-Upload" target="_blank">the official documentation</a> </p> </div> <form id="fileupload" action="../assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload --> <div class="row fileupload-buttonbar"> <div class="col-lg-7"> <!-- The fileinput-button span is used to style the file input field as button --> <span class="btn green fileinput-button"> <i class="fa fa-plus"></i> <span> Add files... </span> <input type="file" name="files[]" multiple=""> </span> <button type="submit" class="btn blue start"> <i class="fa fa-upload"></i> <span> Start upload </span> </button> <button type="reset" class="btn warning cancel"> <i class="fa fa-ban-circle"></i> <span> Cancel upload </span> </button> <button type="button" class="btn red delete"> <i class="fa fa-trash"></i> <span> Delete </span> </button> <input type="checkbox" class="toggle"> <!-- The global file processing state --> <span class="fileupload-process"> </span> </div> <!-- The global progress information --> <div class="col-lg-5 fileupload-progress fade"> <!-- The global progress bar --> <div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100"> <div class="progress-bar progress-bar-success" style="width:0%;"> </div> </div> <!-- The extended global progress information --> <div class="progress-extended"> &nbsp; </div> </div> </div> <!-- The table listing the files available for upload/download --> <table role="presentation" class="table table-striped clearfix"> <tbody class="files"> </tbody> </table> </form> <div class="panel panel-success"> <div class="panel-heading"> <h3 class="panel-title">Demo Notes</h3> </div> <div class="panel-body"> <ul> <li> Metronic does not include server side demo scripts(php, .net, ruby, etc) since server side part must be revised by a developer(buyer) in terms of secure file uploading according to his project requirements. Also This dome does not implement the server side part of the plugin. For server side demos you can refer to the plugin's official documentation above. </li> </ul> </div> </div> </div> </div> <!-- The blueimp Gallery widget --> <div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-filter=":even"> <div class="slides"> </div> <h3 class="title"></h3> <a class="prev"> ‹ </a> <a class="next"> › </a> <a class="close white"> </a> <a class="play-pause"> </a> <ol class="indicator"> </ol> </div> <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> <script id="template-upload" type="text/x-tmpl"> {% for (var i=0, file; file=o.files[i]; i++) { %} <tr class="template-upload fade"> <td> <span class="preview"></span> </td> <td> <p class="name">{%=file.name%}</p> <strong class="error text-danger label label-danger"></strong> </td> <td> <p class="size">Processing...</p> <div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0"> <div class="progress-bar progress-bar-success" style="width:0%;"></div> </div> </td> <td> {% if (!i && !o.options.autoUpload) { %} <button class="btn blue start" disabled> <i class="fa fa-upload"></i> <span>Start</span> </button> {% } %} {% if (!i) { %} <button class="btn red cancel"> <i class="fa fa-ban"></i> <span>Cancel</span> </button> {% } %} </td> </tr> {% } %} </script> <!-- The template to display files available for download --> <script id="template-download" type="text/x-tmpl"> {% for (var i=0, file; file=o.files[i]; i++) { %} <tr class="template-download fade"> <td> <span class="preview"> {% if (file.thumbnailUrl) { %} <a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery> <img src="{%=file.thumbnailUrl%}"> </a> {% } %} </span> </td> <td> <p class="name"> {% if (file.url) { %} <a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" {%=file.thumbnailUrl? 'data-gallery': ''%}>{%=file.name%}</a> {% } else { %} <span>{%=file.name%}</span> {% } %} </p> {% if (file.error) { %} <div> <span class="label label-danger">Error</span> {%=file.error%}</div> {% } %} </td> <td> <span class="size">{%=o.formatFileSize(file.size)%}</span> </td> <td> {% if (file.deleteUrl) { %} <button class="btn red delete btn-sm" data-type="{%=file.deleteType%}" data-url="{%=file.deleteUrl%}" {% if (file.deleteWithCredentials) { %} data-xhr-fields='{"withCredentials":true}' {% } %}> <i class="fa fa-trash-o"></i> <span>Delete</span> </button> <input type="checkbox" name="delete" value="1" class="toggle"> {% } else { %} <button class="btn yellow cancel btn-sm"> <i class="fa fa-ban"></i> <span>Cancel</span> </button> {% } %} </td> </tr> {% } %} </script> </div> <!-- END CONTENT BODY --> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL PLUGINS --> <script src="../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/vendor/jquery.ui.widget.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/vendor/tmpl.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/vendor/load-image.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/vendor/canvas-to-blob.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/blueimp-gallery/jquery.blueimp-gallery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.iframe-transport.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload-process.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload-image.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload-audio.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload-video.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload-validate.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-file-upload/js/jquery.fileupload-ui.js" type="text/javascript"></script> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN PAGE LEVEL SCRIPTS --> <script src="../assets/pages/scripts/form-fileupload.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout2/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/layout2/scripts/demo.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
doc/html/search/functions_69.html
atneik/Prod-Cons
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_insert_5fitem"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../producer_8c.html#aa12bcda16f9e758e5dada5f82bbe8468" target="_parent">insert_item</a> <span class="SRScope">producer.c</span> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
restructuredtext/sphinx/devguide.html
P3PO/the-phpjs-local-docs-collection
<!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>Sphinx Developer’s Guide &mdash; Sphinx 1.2b1 documentation</title> <link rel="stylesheet" href="_static/sphinx13.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '1.2b1', 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> <link rel="search" type="application/opensearchdescription+xml" title="Search within Sphinx 1.2b1 documentation" href="_static/opensearch.xml"/> <link rel="top" title="Sphinx 1.2b1 documentation" href="index.html" /> <link rel="next" title="Changes in Sphinx" href="changes.html" /> <link rel="prev" title="Glossary" href="glossary.html" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'> <style type="text/css"> table.right { float: right; margin-left: 20px; } table.right td { border: 1px solid #ccc; } </style> <script type="text/javascript"> // intelligent scrolling of the sidebar content $(window).scroll(function() { var sb = $('.sphinxsidebarwrapper'); var win = $(window); var sbh = sb.height(); var offset = $('.sphinxsidebar').position()['top']; var wintop = win.scrollTop(); var winbot = wintop + win.innerHeight(); var curtop = sb.position()['top']; var curbot = curtop + sbh; // does sidebar fit in window? if (sbh < win.innerHeight()) { // yes: easy case -- always keep at the top sb.css('top', $u.min([$u.max([0, wintop - offset - 10]), $(document).height() - sbh - 200])); } else { // no: only scroll if top/bottom edge of sidebar is at // top/bottom edge of window if (curtop > wintop && curbot > winbot) { sb.css('top', $u.max([wintop - offset - 10, 0])); } else if (curtop < wintop && curbot < winbot) { sb.css('top', $u.min([winbot - sbh - offset - 20, $(document).height() - sbh - 200])); } } }); </script> </head> <body> <div class="pageheader"> <ul> <li><a href="index.html">Home</a></li> <li><a href="install.html">Get it</a></li> <li><a href="contents.html">Docs</a></li> <li><a href="develop.html">Extend/Develop</a></li> </ul> <div> <a href="index.html"> <img src="_static/sphinxheader.png" alt="SPHINX" /> </a> </div> </div> <div class="related"> <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="changes.html" title="Changes in Sphinx" accesskey="N">next</a> |</li> <li class="right" > <a href="glossary.html" title="Glossary" accesskey="P">previous</a> |</li> <li><a href="index.html">Sphinx home</a>&nbsp;|</li> <li><a href="contents.html">Documentation</a> &raquo;</li> </ul> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Sphinx Developer&#8217;s Guide</a><ul> <li><a class="reference internal" href="#bug-reports-and-feature-requests">Bug Reports and Feature Requests</a></li> <li><a class="reference internal" href="#contributing-to-sphinx">Contributing to Sphinx</a><ul> <li><a class="reference internal" href="#getting-started">Getting Started</a></li> <li><a class="reference internal" href="#core-developers">Core Developers</a></li> <li><a class="reference internal" href="#locale-updates">Locale updates</a></li> </ul> </li> <li><a class="reference internal" href="#coding-guide">Coding Guide</a><ul> <li><a class="reference internal" href="#debugging-tips">Debugging Tips</a></li> </ul> </li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="glossary.html" title="previous chapter">Glossary</a></p> <h4>Next topic</h4> <p class="topless"><a href="changes.html" title="next chapter">Changes in Sphinx</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/devguide.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <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="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="sphinx-developer-s-guide"> <h1>Sphinx Developer&#8217;s Guide<a class="headerlink" href="#sphinx-developer-s-guide" title="Permalink to this headline">¶</a></h1> <div class="topic"> <p class="topic-title first">Abstract</p> <p>This document describes the development process of Sphinx, a documentation system used by developers to document systems used by other developers to develop other systems that may also be documented using Sphinx.</p> </div> <p>The Sphinx source code is managed using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> and is hosted on <a class="reference external" href="http://bitbucket.org">BitBucket</a>.</p> <blockquote> <div>hg clone <a class="reference external" href="https://bitbucket.org/birkenfeld/sphinx">https://bitbucket.org/birkenfeld/sphinx</a></div></blockquote> <p class="rubric">Community</p> <dl class="docutils"> <dt>sphinx-users &lt;<a class="reference external" href="mailto:sphinx-users&#37;&#52;&#48;googlegroups&#46;com">sphinx-users<span>&#64;</span>googlegroups<span>&#46;</span>com</a>&gt;</dt> <dd>Mailing list for user support.</dd> <dt>sphinx-dev &lt;<a class="reference external" href="mailto:sphinx-dev&#37;&#52;&#48;googlegroups&#46;com">sphinx-dev<span>&#64;</span>googlegroups<span>&#46;</span>com</a>&gt;</dt> <dd>Mailing list for development related discussions.</dd> <dt>#pocoo on irc.freenode.net</dt> <dd><p class="first">IRC channel for development questions and user support.</p> <p class="last">This channel is shared with other Pocoo projects. Archived logs are available <a class="reference external" href="http://dev.pocoo.org/irclogs/">here</a>.</p> </dd> </dl> <div class="section" id="bug-reports-and-feature-requests"> <h2>Bug Reports and Feature Requests<a class="headerlink" href="#bug-reports-and-feature-requests" title="Permalink to this headline">¶</a></h2> <p>If you have encountered a problem with Sphinx or have an idea for a new feature, please submit it to the <a class="reference external" href="http://bitbucket.org/birkenfeld/sphinx/issues">issue tracker</a> on BitBucket or discuss it on the sphinx-dev mailing list.</p> <p>For bug reports, please include the output produced during the build process and also the log file Sphinx creates after it encounters an un-handled exception. The location of this file should be shown towards the end of the error message.</p> <p>Including or providing a link to the source files involved may help us fix the issue. If possible, try to create a minimal project that produces the error and post that instead.</p> </div> <div class="section" id="contributing-to-sphinx"> <h2>Contributing to Sphinx<a class="headerlink" href="#contributing-to-sphinx" title="Permalink to this headline">¶</a></h2> <p>The recommended way for new contributors to submit code to Sphinx is to fork the Mercurial repository on BitBucket and then submit a pull request after committing the changes. The pull request will then need to be approved by one of the core developers before it is merged into the main repository.</p> <div class="section" id="getting-started"> <h3>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h3> <p>These are the basic steps needed to start developing on Sphinx.</p> <ol class="arabic"> <li><p class="first">Create an account on BitBucket.</p> </li> <li><p class="first">Fork the main Sphinx repository (<a class="reference external" href="https://bitbucket.org/birkenfeld/sphinx">birkenfeld/sphinx</a>) using the BitBucket interface.</p> </li> <li><p class="first">Clone the forked repository to your machine.</p> <div class="highlight-python"><pre>hg clone https://bitbucket.org/USERNAME/sphinx-fork cd sphinx-fork</pre> </div> </li> <li><p class="first">Checkout the appropriate branch.</p> <p>For changes that should be included in the next minor release (namely bug fixes), use the <tt class="docutils literal"><span class="pre">stable</span></tt> branch.</p> <div class="highlight-python"><pre>hg checkout stable</pre> </div> <p>For new features or other substantial changes that should wait until the next major release, use the <tt class="docutils literal"><span class="pre">default</span></tt> branch.</p> </li> <li><p class="first">Setup your Python environment.</p> <div class="highlight-python"><pre>virtualenv ~/sphinxenv . ~/sphinxenv/bin/activate pip install -e .</pre> </div> </li> <li><p class="first">Hack, hack, hack.</p> <p>For tips on working with the code, see the <a class="reference internal" href="#coding-guide">Coding Guide</a>.</p> </li> <li><p class="first">Test, test, test.</p> <p>Run the unit tests:</p> <div class="highlight-python"><pre>pip install nose make test</pre> </div> <p>Build the documentation and check the output for different builders:</p> <div class="highlight-python"><pre>cd docs make clean html text man info latexpdf</pre> </div> <p>Run the unit tests under different Python environments using <strong class="program">tox</strong>:</p> <div class="highlight-python"><pre>pip install tox tox -v</pre> </div> <p>Add a new unit test in the <tt class="docutils literal"><span class="pre">tests</span></tt> directory if you can.</p> <p>For bug fixes, first add a test that fails without your changes and passes after they are applied.</p> </li> <li><p class="first">Commit your changes.</p> <div class="highlight-python"><pre>hg commit -m 'Add useful new feature that does this.'</pre> </div> <p>BitBucket recognizes <a class="reference external" href="https://confluence.atlassian.com/display/BITBUCKET/Automatically+Resolving+Issues+when+Users+Push+Code">certain phrases</a> that can be used to automatically update the issue tracker.</p> <p>For example:</p> <div class="highlight-python"><pre>hg commit -m 'Closes #42: Fix invalid markup in docstring of Foo.bar.'</pre> </div> <p>would close issue #42.</p> </li> <li><p class="first">Push changes to your forked repository on BitBucket.</p> <div class="highlight-python"><pre>hg push</pre> </div> </li> <li><p class="first">Submit a pull request from your repository to <tt class="docutils literal"><span class="pre">birkenfeld/sphinx</span></tt> using the BitBucket interface.</p> </li> <li><p class="first">Wait for a core developer to review your changes.</p> </li> </ol> </div> <div class="section" id="core-developers"> <h3>Core Developers<a class="headerlink" href="#core-developers" title="Permalink to this headline">¶</a></h3> <p>The core developers of Sphinx have write access to the main repository. They can commit changes, accept/reject pull requests, and manage items on the issue tracker.</p> <p>You do not need to be a core developer or have write access to be involved in the development of Sphinx. You can submit patches or create pull requests from forked repositories and have a core developer add the changes for you.</p> <p>The following are some general guidelines for core developers:</p> <ul class="simple"> <li>Questionable or extensive changes should be submitted as a pull request instead of being committed directly to the main repository. The pull request should be reviewed by another core developer before it is merged.</li> <li>Trivial changes can be committed directly but be sure to keep the repository in a good working state and that all tests pass before pushing your changes.</li> <li>When committing code written by someone else, please attribute the original author in the commit message and any relevant <tt class="file docutils literal"><span class="pre">CHANGES</span></tt> entry.</li> <li>Using Mercurial named branches other than <tt class="docutils literal"><span class="pre">default</span></tt> and <tt class="docutils literal"><span class="pre">stable</span></tt> is not encouraged.</li> </ul> </div> <div class="section" id="locale-updates"> <h3>Locale updates<a class="headerlink" href="#locale-updates" title="Permalink to this headline">¶</a></h3> <p>The parts of messages in Sphinx that go into builds are translated into several locales. The translations are kept as gettext <tt class="docutils literal"><span class="pre">.po</span></tt> files translated from the master template <tt class="docutils literal"><span class="pre">sphinx/locale/sphinx.pot</span></tt>.</p> <p>Sphinx uses <a class="reference external" href="http://babel.edgewall.org">Babel</a> to extract messages and maintain the catalog files. It is integrated in <tt class="docutils literal"><span class="pre">setup.py</span></tt>:</p> <ul class="simple"> <li>Use <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">extract_messages</span></tt> to update the <tt class="docutils literal"><span class="pre">.pot</span></tt> template.</li> <li>Use <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">update_catalog</span></tt> to update all existing language catalogs in <tt class="docutils literal"><span class="pre">sphinx/locale/*/LC_MESSAGES</span></tt> with the current messages in the template file.</li> <li>Use <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">compile_catalog</span></tt> to compile the <tt class="docutils literal"><span class="pre">.po</span></tt> files to binary <tt class="docutils literal"><span class="pre">.mo</span></tt> files and <tt class="docutils literal"><span class="pre">.js</span></tt> files.</li> </ul> <p>When an updated <tt class="docutils literal"><span class="pre">.po</span></tt> file is submitted, run compile_catalog to commit both the source and the compiled catalogs.</p> <p>When a new locale is submitted, add a new directory with the ISO 639-1 language identifier and put <tt class="docutils literal"><span class="pre">sphinx.po</span></tt> in there. Don&#8217;t forget to update the possible values for <a class="reference internal" href="config.html#confval-language"><tt class="xref std std-confval docutils literal"><span class="pre">language</span></tt></a> in <tt class="docutils literal"><span class="pre">doc/config.rst</span></tt>.</p> <p>The Sphinx core messages can also be translated on <a class="reference external" href="http://transifex.com">Transifex</a>. There exists a client tool named <tt class="docutils literal"><span class="pre">tx</span></tt> in the Python package &#8220;transifex_client&#8221;, which can be used to pull translations in <tt class="docutils literal"><span class="pre">.po</span></tt> format from Transifex. To do this, go to <tt class="docutils literal"><span class="pre">sphinx/locale</span></tt> and then run <tt class="docutils literal"><span class="pre">tx</span> <span class="pre">pull</span> <span class="pre">-f</span> <span class="pre">-l</span> <span class="pre">LANG</span></tt> where LANG is an existing language identifier. It is good practice to run <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">update_catalog</span></tt> afterwards to make sure the <tt class="docutils literal"><span class="pre">.po</span></tt> file has the canonical Babel formatting.</p> </div> </div> <div class="section" id="coding-guide"> <h2>Coding Guide<a class="headerlink" href="#coding-guide" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>Try to use the same code style as used in the rest of the project. See the <a class="reference external" href="http://flask.pocoo.org/docs/styleguide/">Pocoo Styleguide</a> for more information.</li> <li>For non-trivial changes, please update the <tt class="file docutils literal"><span class="pre">CHANGES</span></tt> file. If your changes alter existing behavior, please document this.</li> <li>New features should be documented. Include examples and use cases where appropriate. If possible, include a sample that is displayed in the generated output.</li> <li>When adding a new configuration variable, be sure to document it and update <tt class="file docutils literal"><span class="pre">sphinx/quickstart.py</span></tt>.</li> <li>Use the included <strong class="program">utils/check_sources.py</strong> script to check for common formatting issues (trailing whitespace, lengthy lines, etc).</li> <li>Add appropriate unit tests.</li> </ul> <div class="section" id="debugging-tips"> <h3>Debugging Tips<a class="headerlink" href="#debugging-tips" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li>Delete the build cache before building documents if you make changes in the code by running the command <tt class="docutils literal"><span class="pre">make</span> <span class="pre">clean</span></tt> or using the <a class="reference internal" href="invocation.html#cmdoption-sphinx-build-E"><em class="xref std std-option">sphinx-build -E</em></a> option.</li> <li>Use the <a class="reference internal" href="invocation.html#cmdoption-sphinx-build-P"><em class="xref std std-option">sphinx-build -P</em></a> option to run Pdb on exceptions.</li> <li>Use <tt class="docutils literal"><span class="pre">node.pformat()</span></tt> and <tt class="docutils literal"><span class="pre">node.asdom().toxml()</span></tt> to generate a printable representation of the document structure.</li> <li>Set the configuration variable <a class="reference internal" href="config.html#confval-keep_warnings"><tt class="xref std std-confval docutils literal"><span class="pre">keep_warnings</span></tt></a> to True so warnings will be displayed in the generated output.</li> <li>Set the configuration variable <a class="reference internal" href="config.html#confval-nitpicky"><tt class="xref std std-confval docutils literal"><span class="pre">nitpicky</span></tt></a> to True so that Sphinx will complain about references without a known target.</li> <li>Set the debugging options in the <a class="reference external" href="http://docutils.sourceforge.net/docs/user/config.html">Docutils configuration file</a>.</li> </ul> </div> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="related"> <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="changes.html" title="Changes in Sphinx" >next</a> |</li> <li class="right" > <a href="glossary.html" title="Glossary" >previous</a> |</li> <li><a href="index.html">Sphinx home</a>&nbsp;|</li> <li><a href="contents.html">Documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2007-2013, Georg Brandl. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1. </div> </body> </html>
metronic_v4.7.1/theme/admin_6/ui_timeline_2.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin Theme #6 | Timeline 2</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin Theme #6 for multi-purpose bootstrap timeline demos" name="description" /> <meta content="" name="author" /> <!-- BEGIN LAYOUT FIRST STYLES --> <link href="//fonts.googleapis.com/css?family=Oswald:400,300,700" rel="stylesheet" type="text/css" /> <!-- END LAYOUT FIRST STYLES --> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout6/css/layout.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout6/css/custom.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class=""> <!-- BEGIN HEADER --> <header class="page-header"> <nav class="navbar" role="navigation"> <div class="container-fluid"> <div class="havbar-header"> <!-- BEGIN LOGO --> <a id="index" class="navbar-brand" href="start.html"> <img src="../assets/layouts/layout6/img/logo.png" alt="Logo"> </a> <!-- END LOGO --> <!-- BEGIN TOPBAR ACTIONS --> <div class="topbar-actions"> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form" action="extra_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search here" name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn md-skip submit"> <i class="fa fa-search"></i> </a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN GROUP NOTIFICATION --> <div class="btn-group-notification btn-group" id="header_notification_bar"> <button type="button" class="btn md-skip dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="badge">9</span> </button> <ul class="dropdown-menu-v2"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="#">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px; padding: 0;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-success md-skip"> <i class="fa fa-plus"></i> </span> New user registered. </span> <span class="time">just now</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> <span class="time">3 mins</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-warning md-skip"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> <span class="time">10 mins</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-info md-skip"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> <span class="time">14 hrs</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> <span class="time">2 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> <span class="time">3 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-warning md-skip"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> <span class="time">4 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-info md-skip"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> <span class="time">5 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> <span class="time">9 days</span> </a> </li> </ul> </li> </ul> </div> <!-- END GROUP NOTIFICATION --> <!-- BEGIN USER PROFILE --> <div class="btn-group-img btn-group"> <button type="button" class="btn btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img src="../assets/layouts/layout5/img/avatar1.jpg" alt=""> </button> <ul class="dropdown-menu-v2" role="menu"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile <span class="badge badge-danger">1</span> </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </div> <!-- END USER PROFILE --> </div> <!-- END TOPBAR ACTIONS --> </div> </div> <!--/container--> </nav> </header> <!-- END HEADER --> <!-- BEGIN CONTAINER --> <div class="container-fluid"> <div class="page-content page-content-popup"> <div class="page-content-fixed-header"> <!-- BEGIN BREADCRUMBS --> <ul class="page-breadcrumb"> <li> <a href="#">UI Features</a> </li> <li>Timeline 2</li> </ul> <!-- END BREADCRUMBS --> <div class="content-header-menu"> <!-- BEGIN DROPDOWN AJAX MENU --> <div class="dropdown-ajax-menu btn-group"> <button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="fa fa-circle"></i> <i class="fa fa-circle"></i> <i class="fa fa-circle"></i> </button> <ul class="dropdown-menu-v2"> <li> <a href="start.html">Application</a> </li> <li> <a href="start.html">Reports</a> </li> <li> <a href="start.html">Templates</a> </li> <li> <a href="start.html">Settings</a> </li> </ul> </div> <!-- END DROPDOWN AJAX MENU --> <!-- BEGIN MENU TOGGLER --> <button type="button" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> <span class="toggle-icon"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </span> </button> <!-- END MENU TOGGLER --> </div> </div> <div class="page-sidebar-wrapper"> <!-- BEGIN SIDEBAR --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu page-header-fixed " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="nav-item start "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item start "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> <span class="title">Dashboard 1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> <span class="title">Dashboard 2</span> <span class="badge badge-success">1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Dashboard 3</span> <span class="badge badge-danger">5</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Features</h3> </li> <li class="nav-item active open"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_colors.html" class="nav-link "> <span class="title">Color Library</span> </a> </li> <li class="nav-item "> <a href="ui_metronic_grid.html" class="nav-link "> <span class="title">Metronic Grid System</span> </a> </li> <li class="nav-item "> <a href="ui_general.html" class="nav-link "> <span class="title">General Components</span> </a> </li> <li class="nav-item "> <a href="ui_buttons.html" class="nav-link "> <span class="title">Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_buttons_spinner.html" class="nav-link "> <span class="title">Spinner Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_confirmations.html" class="nav-link "> <span class="title">Popover Confirmations</span> </a> </li> <li class="nav-item "> <a href="ui_sweetalert.html" class="nav-link "> <span class="title">Bootstrap Sweet Alerts</span> </a> </li> <li class="nav-item "> <a href="ui_icons.html" class="nav-link "> <span class="title">Font Icons</span> </a> </li> <li class="nav-item "> <a href="ui_socicons.html" class="nav-link "> <span class="title">Social Icons</span> </a> </li> <li class="nav-item "> <a href="ui_typography.html" class="nav-link "> <span class="title">Typography</span> </a> </li> <li class="nav-item "> <a href="ui_tabs_accordions_navs.html" class="nav-link "> <span class="title">Tabs, Accordions & Navs</span> </a> </li> <li class="nav-item "> <a href="ui_timeline.html" class="nav-link "> <span class="title">Timeline 1</span> </a> </li> <li class="nav-item active open"> <a href="ui_timeline_2.html" class="nav-link "> <span class="title">Timeline 2</span> <span class="selected"></span> </a> </li> <li class="nav-item "> <a href="ui_timeline_horizontal.html" class="nav-link "> <span class="title">Horizontal Timeline</span> </a> </li> <li class="nav-item "> <a href="ui_tree.html" class="nav-link "> <span class="title">Tree View</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Page Progress Bar</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a> </li> <li class="nav-item "> <a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a> </li> </ul> </li> <li class="nav-item "> <a href="ui_blockui.html" class="nav-link "> <span class="title">Block UI</span> </a> </li> <li class="nav-item "> <a href="ui_bootstrap_growl.html" class="nav-link "> <span class="title">Bootstrap Growl Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_notific8.html" class="nav-link "> <span class="title">Notific8 Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_toastr.html" class="nav-link "> <span class="title">Toastr Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_bootbox.html" class="nav-link "> <span class="title">Bootbox Dialogs</span> </a> </li> <li class="nav-item "> <a href="ui_alerts_api.html" class="nav-link "> <span class="title">Metronic Alerts API</span> </a> </li> <li class="nav-item "> <a href="ui_session_timeout.html" class="nav-link "> <span class="title">Session Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_idle_timeout.html" class="nav-link "> <span class="title">User Idle Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_modals.html" class="nav-link "> <span class="title">Modals</span> </a> </li> <li class="nav-item "> <a href="ui_extended_modals.html" class="nav-link "> <span class="title">Extended Modals</span> </a> </li> <li class="nav-item "> <a href="ui_tiles.html" class="nav-link "> <span class="title">Tiles</span> </a> </li> <li class="nav-item "> <a href="ui_datepaginator.html" class="nav-link "> <span class="title">Date Paginator</span> </a> </li> <li class="nav-item "> <a href="ui_nestable.html" class="nav-link "> <span class="title">Nestable List</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-puzzle"></i> <span class="title">Components</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="components_date_time_pickers.html" class="nav-link "> <span class="title">Date & Time Pickers</span> </a> </li> <li class="nav-item "> <a href="components_color_pickers.html" class="nav-link "> <span class="title">Color Pickers</span> <span class="badge badge-danger">2</span> </a> </li> <li class="nav-item "> <a href="components_select2.html" class="nav-link "> <span class="title">Select2 Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_multiselect_dropdown.html" class="nav-link "> <span class="title">Bootstrap Multiselect Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select.html" class="nav-link "> <span class="title">Bootstrap Select</span> </a> </li> <li class="nav-item "> <a href="components_multi_select.html" class="nav-link "> <span class="title">Bootstrap Multiple Select</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select_splitter.html" class="nav-link "> <span class="title">Select Splitter</span> </a> </li> <li class="nav-item "> <a href="components_clipboard.html" class="nav-link "> <span class="title">Clipboard</span> </a> </li> <li class="nav-item "> <a href="components_typeahead.html" class="nav-link "> <span class="title">Typeahead Autocomplete</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_tagsinput.html" class="nav-link "> <span class="title">Bootstrap Tagsinput</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_switch.html" class="nav-link "> <span class="title">Bootstrap Switch</span> <span class="badge badge-success">6</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_maxlength.html" class="nav-link "> <span class="title">Bootstrap Maxlength</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_fileinput.html" class="nav-link "> <span class="title">Bootstrap File Input</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_touchspin.html" class="nav-link "> <span class="title">Bootstrap Touchspin</span> </a> </li> <li class="nav-item "> <a href="components_form_tools.html" class="nav-link "> <span class="title">Form Widgets & Tools</span> </a> </li> <li class="nav-item "> <a href="components_context_menu.html" class="nav-link "> <span class="title">Context Menu</span> </a> </li> <li class="nav-item "> <a href="components_editors.html" class="nav-link "> <span class="title">Markdown & WYSIWYG Editors</span> </a> </li> <li class="nav-item "> <a href="components_code_editors.html" class="nav-link "> <span class="title">Code Editors</span> </a> </li> <li class="nav-item "> <a href="components_ion_sliders.html" class="nav-link "> <span class="title">Ion Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_noui_sliders.html" class="nav-link "> <span class="title">NoUI Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_knob_dials.html" class="nav-link "> <span class="title">Knob Circle Dials</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="form_controls.html" class="nav-link "> <span class="title">Bootstrap Form <br>Controls</span> </a> </li> <li class="nav-item "> <a href="form_controls_md.html" class="nav-link "> <span class="title">Material Design <br>Form Controls</span> </a> </li> <li class="nav-item "> <a href="form_validation.html" class="nav-link "> <span class="title">Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_validation_states_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation States</span> </a> </li> <li class="nav-item "> <a href="form_validation_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_layouts.html" class="nav-link "> <span class="title">Form Layouts</span> </a> </li> <li class="nav-item "> <a href="form_repeater.html" class="nav-link "> <span class="title">Form Repeater</span> </a> </li> <li class="nav-item "> <a href="form_input_mask.html" class="nav-link "> <span class="title">Form Input Mask</span> </a> </li> <li class="nav-item "> <a href="form_editable.html" class="nav-link "> <span class="title">Form X-editable</span> </a> </li> <li class="nav-item "> <a href="form_wizard.html" class="nav-link "> <span class="title">Form Wizard</span> </a> </li> <li class="nav-item "> <a href="form_icheck.html" class="nav-link "> <span class="title">iCheck Controls</span> </a> </li> <li class="nav-item "> <a href="form_image_crop.html" class="nav-link "> <span class="title">Image Cropping</span> </a> </li> <li class="nav-item "> <a href="form_fileupload.html" class="nav-link "> <span class="title">Multiple File Upload</span> </a> </li> <li class="nav-item "> <a href="form_dropzone.html" class="nav-link "> <span class="title">Dropzone File Upload</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bulb"></i> <span class="title">Elements</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="elements_steps.html" class="nav-link "> <span class="title">Steps</span> </a> </li> <li class="nav-item "> <a href="elements_lists.html" class="nav-link "> <span class="title">Lists</span> </a> </li> <li class="nav-item "> <a href="elements_ribbons.html" class="nav-link "> <span class="title">Ribbons</span> </a> </li> <li class="nav-item "> <a href="elements_overlay.html" class="nav-link "> <span class="title">Overlays</span> </a> </li> <li class="nav-item "> <a href="elements_cards.html" class="nav-link "> <span class="title">User Cards</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-briefcase"></i> <span class="title">Tables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_static_basic.html" class="nav-link "> <span class="title">Basic Tables</span> </a> </li> <li class="nav-item "> <a href="table_static_responsive.html" class="nav-link "> <span class="title">Responsive Tables</span> </a> </li> <li class="nav-item "> <a href="table_bootstrap.html" class="nav-link "> <span class="title">Bootstrap Tables</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Datatables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class="nav-item "> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class="nav-item "> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class="nav-item "> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class="nav-item "> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="?p=" class="nav-link nav-toggle"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="portlet_boxed.html" class="nav-link "> <span class="title">Boxed Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_light.html" class="nav-link "> <span class="title">Light Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_solid.html" class="nav-link "> <span class="title">Solid Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_ajax.html" class="nav-link "> <span class="title">Ajax Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_draggable.html" class="nav-link "> <span class="title">Draggable Portlets</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_amcharts.html" class="nav-link "> <span class="title">amChart</span> </a> </li> <li class="nav-item "> <a href="charts_flotcharts.html" class="nav-link "> <span class="title">Flot Charts</span> </a> </li> <li class="nav-item "> <a href="charts_flowchart.html" class="nav-link "> <span class="title">Flow Charts</span> </a> </li> <li class="nav-item "> <a href="charts_google.html" class="nav-link "> <span class="title">Google Charts</span> </a> </li> <li class="nav-item "> <a href="charts_echarts.html" class="nav-link "> <span class="title">eCharts</span> </a> </li> <li class="nav-item "> <a href="charts_morris.html" class="nav-link "> <span class="title">Morris Charts</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">HighCharts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_highcharts.html" class="nav-link "> HighCharts </a> </li> <li class="nav-item "> <a href="charts_highstock.html" class="nav-link "> HighStock </a> </li> <li class="nav-item "> <a href="charts_highmaps.html" class="nav-link "> HighMaps </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="maps_google.html" class="nav-link "> <span class="title">Google Maps</span> </a> </li> <li class="nav-item "> <a href="maps_vector.html" class="nav-link "> <span class="title">Vector Maps</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Layouts</h3> </li> <li class="nav-item "> <a href="layout_blank_page.html" class="nav-link "> <i class="icon-layers"></i> <span class="title">Blank Page</span> </a> </li> <li class="heading"> <h3 class="uppercase">Pages</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> <span class="title">Orders</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Order View</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Products</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Product Edit</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-docs"></i> <span class="title">Apps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> <span class="title">Todo 1</span> </a> </li> <li class="nav-item "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> <span class="title">Todo 2</span> </a> </li> <li class="nav-item "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Inbox</span> </a> </li> <li class="nav-item "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> <span class="title">Calendar</span> </a> </li> <li class="nav-item "> <a href="app_ticket.html" class="nav-link "> <i class="icon-notebook"></i> <span class="title">Support</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-user"></i> <span class="title">User</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> <span class="title">Profile 1</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> <span class="title">Profile 1 Account</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> <span class="title">Profile 1 Help</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> <span class="title">Profile 2</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Login</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class="nav-item "> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class="nav-item "> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class="nav-item "> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class="nav-item "> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class="nav-item "> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> <span class="title">Lock Screen 1</span> </a> </li> <li class="nav-item "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> <span class="title">Lock Screen 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-social-dribbble"></i> <span class="title">General</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> <span class="title">About</span> </a> </li> <li class="nav-item "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> <span class="title">Contact</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Portfolio</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> <span class="title">Search</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class="nav-item "> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class="nav-item "> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class="nav-item "> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class="nav-item "> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Pricing</span> </a> </li> <li class="nav-item "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> <span class="title">FAQ</span> </a> </li> <li class="nav-item "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> <span class="title">Blog</span> </a> </li> <li class="nav-item "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> <span class="title">Blog Post</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">System</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_cookie_consent_1.html" class="nav-link "> <span class="title">Cookie Consent 1</span> </a> </li> <li class="nav-item "> <a href="page_cookie_consent_2.html" class="nav-link "> <span class="title">Cookie Consent 2</span> </a> </li> <li class="nav-item "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> <span class="title">Coming Soon</span> </a> </li> <li class="nav-item "> <a href="page_system_404_1.html" class="nav-link "> <span class="title">404 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> <span class="title">404 Page 2</span> </a> </li> <li class="nav-item "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> <span class="title">404 Page 3</span> </a> </li> <li class="nav-item "> <a href="page_system_500_1.html" class="nav-link "> <span class="title">500 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> <span class="title">500 Page 2</span> </a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-user"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-power"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-camera"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-link"></i> Sample Link 2</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-globe"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-tag"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pencil"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> </div> <div class="page-fixed-main-content"> <!-- BEGIN PAGE BASE CONTENT --> <div class="portlet light portlet-fit bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-microphone font-green"></i> <span class="caption-subject bold font-green uppercase"> Timeline 2</span> <span class="caption-helper">Alternating Vertical Timeline</span> </div> <div class="actions"> <div class="btn-group btn-group-devided" data-toggle="buttons"> <label class="btn red btn-outline btn-circle btn-sm active"> <input type="radio" name="options" class="toggle" id="option1">Settings</label> <label class="btn red btn-outline btn-circle btn-sm"> <input type="radio" name="options" class="toggle" id="option2">Tools</label> </div> </div> </div> <div class="portlet-body"> <div class="mt-timeline-2"> <div class="mt-timeline-line border-grey-steel"></div> <ul class="mt-container"> <li class="mt-item"> <div class="mt-timeline-icon bg-red bg-font-red border-grey-steel"> <i class="icon-home"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container"> <div class="mt-title"> <h3 class="mt-content-title">Timeline Request</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_2.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Andres Iniesta</a> </div> <div class="mt-author-notes font-grey-mint">10 March 2016 : 7:45 PM</div> </div> <div class="mt-content border-grey-salt"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> <a href="javascript:;" class="btn btn-circle red">Read More</a> <a href="javascript:;" class="btn btn-circle btn-icon-only blue"> <i class="fa fa-plus"></i> </a> <a href="javascript:;" class="btn btn-circle btn-icon-only green pull-right"> <i class="fa fa-twitter"></i> </a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-blue bg-font-blue border-grey-steel"> <i class="icon-plane"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-white border-grey-steel"> <div class="mt-title"> <h3 class="mt-content-title">Sending Shipment</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_3.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Hugh Grant</a> </div> <div class="mt-author-notes font-grey-mint">11 March 2016 : 10:15 AM</div> </div> <div class="mt-content border-grey-steel"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde.</p> <a href="javascript:;" class="btn btn-circle btn-outline green-jungle">Download Shipment List</a> <div class="btn-group pull-right"> <button class="btn btn-circle blue-steel dropdown-toggle" type="button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" aria-expanded="false"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="javascript:;">Action </a> </li> <li> <a href="javascript:;">Another action </a> </li> <li> <a href="javascript:;">Something else here </a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Separated link </a> </li> </ul> </div> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-green-turquoise bg-font-green-turquoise border-grey-steel"> <i class="icon-calendar"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container"> <div class="mt-title"> <h3 class="mt-content-title">Timeline Received</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_2.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Andres Iniesta</a> </div> <div class="mt-author-notes font-grey-mint">12 March 2016 : 12:20 PM</div> </div> <div class="mt-content border-grey-salt"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> <a href="javascript:;" class="btn btn-circle green-turquoise">Read More</a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-purple-medium bg-font-purple-medium border-grey-steel"> <i class="icon-heart"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-white border-grey-steel"> <div class="mt-title"> <h3 class="mt-content-title">Event Success</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_1.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Matt Goldman</a> </div> <div class="mt-author-notes font-grey-mint">14 March 2016 : 8:15 PM</div> </div> <div class="mt-content border-grey-steel"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde.</p> <a href="javascript:;" class="btn btn-circle btn-outline purple-medium">View Summary</a> <div class="btn-group pull-right"> <button class="btn btn-circle green dropdown-toggle" type="button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" aria-expanded="false"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="javascript:;">Action </a> </li> <li> <a href="javascript:;">Another action </a> </li> <li> <a href="javascript:;">Something else here </a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Separated link </a> </li> </ul> </div> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-blue-steel bg-font-blue-steel border-grey-steel"> <i class="icon-call-in"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container"> <div class="mt-title"> <h3 class="mt-content-title">Conference Call</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_1.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Rory Matthew</a> </div> <div class="mt-author-notes font-grey-mint">14 March 2016 : 5:45 PM</div> </div> <div class="mt-content border-grey-salt"> <img class="timeline-body-img pull-left" src="../assets/pages/media/blog/5.jpg" alt=""> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <a href="javascript:;" class="btn btn-circle red">Read More</a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-green-jungle bg-font-green-jungle border-grey-steel"> <i class="icon-call-out"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-white border-grey-steel"> <div class="mt-title"> <h3 class="mt-content-title">Conference Decision</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_5.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Jessica Wolf</a> </div> <div class="mt-author-notes font-grey-mint">14 March 2016 : 8:30 PM</div> </div> <div class="mt-content border-grey-steel"> <img class="timeline-body-img pull-right" src="../assets/pages/media/blog/6.jpg" alt=""> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> <a href="javascript:;" class="btn btn-circle green-sharp">Read More</a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-blue-chambray bg-font-blue-chambray border-grey-steel"> <i class="icon-bubbles"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container"> <div class="mt-title"> <h3 class="mt-content-title">Conference Post Mortem</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_1.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-blue-madison">Rory Matthew</a> </div> <div class="mt-author-notes font-grey-mint">15 March 2016 : 10:45 PM</div> </div> <div class="mt-content border-grey-salt"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <a href="javascript:;" class="btn btn-circle red">Read More</a> </div> </div> </div> </li> </ul> </div> </div> </div> <div class="portlet light portlet-fit bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-microphone font-green"></i> <span class="caption-subject bold font-green uppercase"> Timeline 2 - Custom Colors</span> <span class="caption-helper">Alternating Vertical Timeline</span> </div> <div class="actions"> <div class="btn-group btn-group-devided" data-toggle="buttons"> <label class="btn red btn-outline btn-circle btn-sm active"> <input type="radio" name="options" class="toggle" id="option1">Settings</label> <label class="btn red btn-outline btn-circle btn-sm"> <input type="radio" name="options" class="toggle" id="option2">Tools</label> </div> </div> </div> <div class="portlet-body"> <div class="mt-timeline-2"> <div class="mt-timeline-line border-grey-steel"></div> <ul class="mt-container"> <li class="mt-item"> <div class="mt-timeline-icon bg-red bg-font-red border-grey-steel"> <i class="icon-home"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-red bg-font-red border-left-before-red border-red"> <div class="mt-title"> <h3 class="mt-content-title">Red</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_2.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Andres Iniesta</a> </div> <div class="mt-author-notes font-white">10 March 2016 : 7:45 PM</div> </div> <div class="mt-content border-white"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> <a href="javascript:;" class="btn btn-circle white">Read More</a> <a href="javascript:;" class="btn btn-circle btn-icon-only blue"> <i class="fa fa-plus"></i> </a> <a href="javascript:;" class="btn btn-circle btn-icon-only green pull-right"> <i class="fa fa-twitter"></i> </a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-blue bg-font-blue border-grey-steel"> <i class="icon-plane"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-blue bg-font-blue border-blue border-right-before-blue"> <div class="mt-title"> <h3 class="mt-content-title">Blue</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_3.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Hugh Grant</a> </div> <div class="mt-author-notes font-white">11 March 2016 : 10:15 AM</div> </div> <div class="mt-content border-white"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde.</p> <a href="javascript:;" class="btn btn-circle btn-outline white">Download Shipment List</a> <div class="btn-group pull-right"> <button class="btn btn-circle blue-steel dropdown-toggle" type="button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" aria-expanded="false"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="javascript:;">Action </a> </li> <li> <a href="javascript:;">Another action </a> </li> <li> <a href="javascript:;">Something else here </a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Separated link </a> </li> </ul> </div> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-green-turquoise bg-font-green-turquoise border-grey-steel"> <i class="icon-calendar"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-green-turquoise bg-font-green-turquoise border-left-before-green-turquoise border-green-turquoise"> <div class="mt-title"> <h3 class="mt-content-title">Green Turqouise</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_2.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Andres Iniesta</a> </div> <div class="mt-author-notes font-white">12 March 2016 : 12:20 PM</div> </div> <div class="mt-content border-white"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> <a href="javascript:;" class="btn white btn-outline">Read More</a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-purple-medium bg-font-purple-medium border-grey-steel"> <i class="icon-heart"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-purple-medium bg-font-purple-medium border-right-before-purple-medium border-purple-medium"> <div class="mt-title"> <h3 class="mt-content-title">Purple Medium</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_1.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Matt Goldman</a> </div> <div class="mt-author-notes font-white">14 March 2016 : 8:15 PM</div> </div> <div class="mt-content border-white"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde.</p> <a href="javascript:;" class="btn btn-circle white">View Summary</a> <div class="btn-group pull-right"> <button class="btn btn-circle white btn-outline dropdown-toggle" type="button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" aria-expanded="false"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="javascript:;">Action </a> </li> <li> <a href="javascript:;">Another action </a> </li> <li> <a href="javascript:;">Something else here </a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Separated link </a> </li> </ul> </div> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-blue-steel bg-font-blue-steel border-grey-steel"> <i class="icon-call-in"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-blue-steel bg-font-blue-steel border-blue-steel border-left-before-blue-steel"> <div class="mt-title"> <h3 class="mt-content-title">Blue Steel</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_1.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Rory Matthew</a> </div> <div class="mt-author-notes font-white">14 March 2016 : 5:45 PM</div> </div> <div class="mt-content border-white"> <img class="timeline-body-img pull-left" src="../assets/pages/media/blog/5.jpg" alt=""> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <a href="javascript:;" class="btn btn-circle white">Read More</a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-green-jungle bg-font-green-jungle border-grey-steel"> <i class="icon-call-out"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-green-jungle bg-font-green-jungle border-green-jungle border-right-before-green-jungle"> <div class="mt-title"> <h3 class="mt-content-title">Green Jungle</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_5.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Jessica Wolf</a> </div> <div class="mt-author-notes font-white">14 March 2016 : 8:30 PM</div> </div> <div class="mt-content border-white"> <img class="timeline-body-img pull-right" src="../assets/pages/media/blog/6.jpg" alt=""> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut.</p> <a href="javascript:;" class="btn btn-circle white btn-outline">Read More</a> </div> </div> </div> </li> <li class="mt-item"> <div class="mt-timeline-icon bg-blue-chambray bg-font-blue-chambray border-grey-steel"> <i class="icon-bubbles"></i> </div> <div class="mt-timeline-content"> <div class="mt-content-container bg-blue-chambray bg-font-blue-chambray border-blue-chambray border-left-before-blue-chambray"> <div class="mt-title"> <h3 class="mt-content-title">Blue Chambray</h3> </div> <div class="mt-author"> <div class="mt-avatar"> <img src="../assets/pages/media/users/avatar80_1.jpg" /> </div> <div class="mt-author-name"> <a href="javascript:;" class="font-white">Rory Matthew</a> </div> <div class="mt-author-notes font-white">15 March 2016 : 10:45 PM</div> </div> <div class="mt-content border-white"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi placeat iure tempora laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. laudantium ipsa ad debitis unde? Iste voluptatibus minus veritatis qui ut. </p> <a href="javascript:;" class="btn btn-circle white">Read More</a> </div> </div> </div> </li> </ul> </div> </div> </div> <!-- END PAGE BASE CONTENT --> </div> <!-- BEGIN FOOTER --> <p class="copyright-v2"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </p> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <button type="button" class="quick-sidebar-toggler" data-toggle="collapse"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> <div class="quick-sidebar-notification"> <span class="badge badge-danger">7</span> </div> </button> <!-- END QUICK SIDEBAR TOGGLER --> <a href="#index" class="go2top"> <i class="icon-arrow-up"></i> </a> <!-- END FOOTER --> </div> </div> <!-- END CONTAINER --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout6/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
doc/_build/html/_generated/dta.RoadNode.html
sfcta/dta
<!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>dta.RoadNode &mdash; DTA Anyway 1.0 documentation</title> <link rel="stylesheet" href="../_static/dta.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '1.0', 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> <link rel="top" title="DTA Anyway 1.0 documentation" href="../index.html" /> <link rel="next" title="dta.VirtualNode" href="dta.VirtualNode.html" /> <link rel="prev" title="dta.Node" href="dta.Node.html" /> </head> <body> <div class="related"> <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="dta.VirtualNode.html" title="dta.VirtualNode" accesskey="N">next</a> |</li> <li class="right" > <a href="dta.Node.html" title="dta.Node" accesskey="P">previous</a> |</li> <li><a href="../index.html">DTA Anyway 1.0 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="dta-roadnode"> <h1>dta.RoadNode<a class="headerlink" href="#dta-roadnode" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="dta.RoadNode"> <em class="property">class </em><tt class="descname">RoadNode</tt><big>(</big><em>id</em>, <em>x</em>, <em>y</em>, <em>geometryType</em>, <em>control</em>, <em>priority</em>, <em>label=None</em>, <em>level=None</em><big>)</big><a class="headerlink" href="#dta.RoadNode" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">dta.Node.Node</span></tt></p> <p>A Node subclass that represents a road node in a network.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">lmz has read over this, so todos are marked.</p> </div> <p>Constructor.</p> <blockquote> <div><ul class="simple"> <li><em>id</em> is a unique identifier (unique within the containing network), an integer</li> <li><em>x</em> and <em>y</em> are coordinates in the units specified by <a class="reference internal" href="dta.Node.html#dta.Node.COORDINATE_UNITS" title="dta.Node.COORDINATE_UNITS"><tt class="xref py py-attr docutils literal"><span class="pre">Node.COORDINATE_UNITS</span></tt></a></li> <li><em>geometryType</em> is one of <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_INTERSECTION" title="dta.Node.GEOMETRY_TYPE_INTERSECTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_INTERSECTION</span></tt></a> or <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_JUNCTION" title="dta.Node.GEOMETRY_TYPE_JUNCTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_JUNCTION</span></tt></a></li> <li><em>control</em> is one of <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.CONTROL_TYPE_UNSIGNALIZED</span></tt></a> or <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_SIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.CONTROL_TYPE_SIGNALIZED</span></tt></a></li> <li><em>priority</em> is one of<ul> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="dta.RoadNode.PRIORITY_TEMPLATE_NONE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_NONE</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_AWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_AWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_AWSC</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_TWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_TWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_TWSC</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT" title="dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_MERGE" title="dta.RoadNode.PRIORITY_TEMPLATE_MERGE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_MERGE</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED" title="dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_SIGNALIZED</span></tt></a></li> </ul> </li> <li><em>label</em> is a string, for readability. If None passed, will default to &#8220;label [id]&#8221;</li> <li><em>level</em> is for vertical alignment. More details TBD. If None passed, will use default.</li> </ul> </div></blockquote> <dl class="method"> <dt id="dta.RoadNode.__init__"> <tt class="descname">__init__</tt><big>(</big><em>id</em>, <em>x</em>, <em>y</em>, <em>geometryType</em>, <em>control</em>, <em>priority</em>, <em>label=None</em>, <em>level=None</em><big>)</big><a class="headerlink" href="#dta.RoadNode.__init__" title="Permalink to this definition">¶</a></dt> <dd><p>Constructor.</p> <ul class="simple"> <li><em>id</em> is a unique identifier (unique within the containing network), an integer</li> <li><em>x</em> and <em>y</em> are coordinates in the units specified by <a class="reference internal" href="dta.Node.html#dta.Node.COORDINATE_UNITS" title="dta.Node.COORDINATE_UNITS"><tt class="xref py py-attr docutils literal"><span class="pre">Node.COORDINATE_UNITS</span></tt></a></li> <li><em>geometryType</em> is one of <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_INTERSECTION" title="dta.Node.GEOMETRY_TYPE_INTERSECTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_INTERSECTION</span></tt></a> or <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_JUNCTION" title="dta.Node.GEOMETRY_TYPE_JUNCTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_JUNCTION</span></tt></a></li> <li><em>control</em> is one of <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.CONTROL_TYPE_UNSIGNALIZED</span></tt></a> or <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_SIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.CONTROL_TYPE_SIGNALIZED</span></tt></a></li> <li><em>priority</em> is one of<ul> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="dta.RoadNode.PRIORITY_TEMPLATE_NONE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_NONE</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_AWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_AWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_AWSC</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_TWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_TWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_TWSC</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT" title="dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_MERGE" title="dta.RoadNode.PRIORITY_TEMPLATE_MERGE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_MERGE</span></tt></a></li> <li><a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED" title="dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_SIGNALIZED</span></tt></a></li> </ul> </li> <li><em>label</em> is a string, for readability. If None passed, will default to &#8220;label [id]&#8221;</li> <li><em>level</em> is for vertical alignment. More details TBD. If None passed, will use default.</li> </ul> </dd></dl> <p class="rubric">Methods</p> <table border="1" class="longtable docutils"> <colgroup> <col width="10%" /> <col width="90%" /> </colgroup> <tbody valign="top"> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">__init__</span></tt>(id,&nbsp;x,&nbsp;y,&nbsp;geometryType,&nbsp;control,&nbsp;...)</td> <td>Constructor.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">addTimePlan</span></tt>(timePlan[,&nbsp;raiseValidateError])</td> <td>Add the given <em>timePlan</em>, an instance of <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a>, to the current collection.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getCandidateLinksForSplitting</span></tt>(connector,&nbsp;...)</td> <td>Given a <a class="reference internal" href="dta.Connector.html#dta.Connector" title="dta.Connector"><tt class="xref py py-class docutils literal"><span class="pre">Connector</span></tt></a> instance whose start node or end node is the calling instance,</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getCardinality</span></tt>()</td> <td>Return a pair of numbers representing the number of</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getId</span></tt>()</td> <td>Returns the integer id for this node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getIncomingLinkForId</span></tt>(linkId)</td> <td>Returns an incoming link if one has an ID matching <em>linkId</em>.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getIncomingLinkForNodeId</span></tt>(nodeId)</td> <td>Returns an incoming link if one starts from <em>nodeId</em>.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getLabel</span></tt>()</td> <td>Return the node label</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getMovement</span></tt>(startNodeId,&nbsp;endNodeId)</td> <td>Return the <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> from the start node identified by the <em>startNodeId</em> to</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getMovementForLinkIds</span></tt>(incomingLinkId,&nbsp;...)</td> <td>Return the <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> with incoming and outgoing links specified by</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getName</span></tt>()</td> <td>Return the name of the intersection as a string consisting of the upper-cased labels</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumAdjacentLinks</span></tt>()</td> <td>Returns the number of links adjacent to this node (either incoming or outgoing).</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumAdjacentNodes</span></tt>()</td> <td>Return the number of nodes that are connected to this node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumAdjacentRoadLinks</span></tt>()</td> <td>Returns the number of <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances adjacent to this node (either incoming or outgoing).</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumAdjacentRoadNodes</span></tt>()</td> <td>Return the number of <a class="reference internal" href="#dta.RoadNode" title="dta.RoadNode"><tt class="xref py py-class docutils literal"><span class="pre">RoadNode</span></tt></a> instances that share a link with this node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumIncomingLinks</span></tt>()</td> <td>Returns the number of incoming links.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumMovements</span></tt>()</td> <td>Return the number of <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> instances associated with this node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getNumOutgoingLinks</span></tt>()</td> <td>Returns the number of outgoing links.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getOrientation</span></tt>(point)</td> <td>Return the clockwise angle from the North measured in degrees of the line</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getStreetNames</span></tt>([incoming,&nbsp;outgoing])</td> <td>Return the street names (labels) of the relevant links as a sorted upper-case list.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getTimePlan</span></tt>(planInfo)</td> <td>Return the <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a> for the specific time period defined by <em>planInfo</em>, an instance of</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">getX</span></tt>()</td> <td>Returns the x-coordinate for this node.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">getY</span></tt>()</td> <td>Returns the y-coordinate for this node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasConnector</span></tt>()</td> <td>Return True if there is a connector attached to the node.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasIncomingLinkForId</span></tt>(linkId)</td> <td>Returns True if there is an incoming link with the given <em>linkId</em>.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasIncomingLinkForNodeId</span></tt>(nodeId)</td> <td>Returns True if there is an incoming link starting from <em>nodeId</em>.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasMovement</span></tt>(startNodeId,&nbsp;endNodeId)</td> <td>Return True if a <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> exists from the node with <em>startNodeId</em> through this node</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasOutgoingLinkForId</span></tt>(linkId)</td> <td>Returns True if there is an outgoing link with the given <em>linkId</em>.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasOutgoingLinkForNodeId</span></tt>(nodeId)</td> <td>Returns True if there is an outgoing link towards a node with the given <em>nodeId</em>.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">hasTimePlan</span></tt>([planInfo])</td> <td>Return True if the node has at least one <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a>.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">isCentroid</span></tt>()</td> <td>Return True if this Node is a Centroid</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">isIntersection</span></tt>()</td> <td>Return True if this node is an intersection</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">isJunction</span></tt>([countRoadNodesOnly])</td> <td>Return True if this node is a junction.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">isMidblockNode</span></tt>([countRoadNodesOnly])</td> <td>Return True if the node is a shape point (e.g. Node 51245 in the</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">isOverlapping</span></tt>(link,&nbsp;minAngle)</td> <td>Returns True if the minimum angle between the input link and any similarly</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">isRoadNode</span></tt>()</td> <td>Return True if this Node is a RoadNode.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">isVirtualNode</span></tt>()</td> <td>Return True if this Node is a VirtualNode</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterAdjacentLinks</span></tt>()</td> <td>Return an iterator to all <a class="reference internal" href="dta.Link.html#dta.Link" title="dta.Link"><tt class="xref py py-class docutils literal"><span class="pre">Link</span></tt></a> instances adjacent (incoming or outgoing)</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterAdjacentNodes</span></tt>()</td> <td>Return an iterator to the adjacent <a class="reference internal" href="dta.Node.html#dta.Node" title="dta.Node"><tt class="xref py py-class docutils literal"><span class="pre">Node</span></tt></a> instances.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterAdjacentRoadLinks</span></tt>()</td> <td>Return an iterator to all <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances adjacent to this node (excluding Connectors)</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterAdjacentRoadNodes</span></tt>()</td> <td>Return an iterator to all <a class="reference internal" href="#dta.RoadNode" title="dta.RoadNode"><tt class="xref py py-class docutils literal"><span class="pre">RoadNode</span></tt></a> instances adjacent to this Node</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterDownstreamNodes</span></tt>()</td> <td>Returns an iterator to the end nodes of all outgoing links.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterIncomingLinks</span></tt>()</td> <td>Returns iterator for the incoming links.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterLinks</span></tt>()</td> <td>Returns an iterator to all adjacent links.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterMovements</span></tt>()</td> <td>Return an iterator to all the <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> instances going through the node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterOutgoingLinks</span></tt>()</td> <td>Returns iterator for the outgoing links.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterTimePlans</span></tt>()</td> <td>Return an iterator over the <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a> instances corresponding to this node.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">iterUpstreamNodes</span></tt>()</td> <td>Returns an iterator to the start nodes of all incoming links.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">setAllWayStopControl</span></tt>()</td> <td>Sets the road node&#8217;s stop control to all way stop.</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">setPriorityTemplateNone</span></tt>()</td> <td>Sets the road node&#8217;s priority template to <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="dta.RoadNode.PRIORITY_TEMPLATE_NONE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_NONE</span></tt></a>.</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">setTwoWayStopControl</span></tt>()</td> <td>Sets the road node&#8217;s stop control to two way stop.</td> </tr> </tbody> </table> <p class="rubric">Attributes</p> <table border="1" class="longtable docutils"> <colgroup> <col width="10%" /> <col width="90%" /> </colgroup> <tbody valign="top"> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">CONTROL_TYPES</span></tt></td> <td>list() -&gt; new empty list</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">CONTROL_TYPE_SIGNALIZED</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">CONTROL_TYPE_UNSIGNALIZED</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">COORDINATE_UNITS</span></tt></td> <td></td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">DEFAULT_LABEL</span></tt></td> <td>str(object) -&gt; string</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">DEFAULT_LEVEL</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">GEOMETRY_TYPES</span></tt></td> <td>list() -&gt; new empty list</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">GEOMETRY_TYPE_CENTROID</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">GEOMETRY_TYPE_INTERSECTION</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">GEOMETRY_TYPE_JUNCTION</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">GEOMETRY_TYPE_VIRTUAL</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATES</span></tt></td> <td>list() -&gt; new empty list</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATE_AWSC</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATE_MERGE</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATE_NONE</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATE_ROUNDABOUT</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATE_SIGNALIZED</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">PRIORITY_TEMPLATE_TWSC</span></tt></td> <td>int(x[, base]) -&gt; integer</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">control</span></tt></td> <td>Returns the control at this road node, one of <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.CONTROL_TYPE_UNSIGNALIZED</span></tt></a> or <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_SIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">CONTROL_TYPE_SIGNALIZED</span></tt></a></td> </tr> <tr class="row-even"><td><tt class="xref py py-obj docutils literal"><span class="pre">geometryType</span></tt></td> <td>Returns the geometry type for this node, one of <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_INTERSECTION" title="dta.Node.GEOMETRY_TYPE_INTERSECTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_INTERSECTION</span></tt></a>, <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_JUNCTION" title="dta.Node.GEOMETRY_TYPE_JUNCTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_JUNCTION</span></tt></a>,</td> </tr> <tr class="row-odd"><td><tt class="xref py py-obj docutils literal"><span class="pre">priority</span></tt></td> <td>Returns the priority at this road node, one of <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="dta.RoadNode.PRIORITY_TEMPLATE_NONE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_NONE</span></tt></a>, <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_AWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_AWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_AWSC</span></tt></a>,</td> </tr> </tbody> </table> <dl class="attribute"> <dt id="dta.RoadNode.CONTROL_TYPES"> <tt class="descname">CONTROL_TYPES</tt><em class="property"> = [0, 1]</em><a class="headerlink" href="#dta.RoadNode.CONTROL_TYPES" title="Permalink to this definition">¶</a></dt> <dd><p>all control types</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.CONTROL_TYPE_SIGNALIZED"> <tt class="descname">CONTROL_TYPE_SIGNALIZED</tt><em class="property"> = 1</em><a class="headerlink" href="#dta.RoadNode.CONTROL_TYPE_SIGNALIZED" title="Permalink to this definition">¶</a></dt> <dd><p>the intersection is signalized</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED"> <tt class="descname">CONTROL_TYPE_UNSIGNALIZED</tt><em class="property"> = 0</em><a class="headerlink" href="#dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED" title="Permalink to this definition">¶</a></dt> <dd><p>the intersection is not signalized</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.COORDINATE_UNITS"> <tt class="descname">COORDINATE_UNITS</tt><em class="property"> = None</em><a class="headerlink" href="#dta.RoadNode.COORDINATE_UNITS" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.DEFAULT_LABEL"> <tt class="descname">DEFAULT_LABEL</tt><em class="property"> = ''</em><a class="headerlink" href="#dta.RoadNode.DEFAULT_LABEL" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.DEFAULT_LEVEL"> <tt class="descname">DEFAULT_LEVEL</tt><em class="property"> = 0</em><a class="headerlink" href="#dta.RoadNode.DEFAULT_LEVEL" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.GEOMETRY_TYPES"> <tt class="descname">GEOMETRY_TYPES</tt><em class="property"> = [1, 2, 99, 100]</em><a class="headerlink" href="#dta.RoadNode.GEOMETRY_TYPES" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.GEOMETRY_TYPE_CENTROID"> <tt class="descname">GEOMETRY_TYPE_CENTROID</tt><em class="property"> = 100</em><a class="headerlink" href="#dta.RoadNode.GEOMETRY_TYPE_CENTROID" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.GEOMETRY_TYPE_INTERSECTION"> <tt class="descname">GEOMETRY_TYPE_INTERSECTION</tt><em class="property"> = 1</em><a class="headerlink" href="#dta.RoadNode.GEOMETRY_TYPE_INTERSECTION" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.GEOMETRY_TYPE_JUNCTION"> <tt class="descname">GEOMETRY_TYPE_JUNCTION</tt><em class="property"> = 2</em><a class="headerlink" href="#dta.RoadNode.GEOMETRY_TYPE_JUNCTION" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.GEOMETRY_TYPE_VIRTUAL"> <tt class="descname">GEOMETRY_TYPE_VIRTUAL</tt><em class="property"> = 99</em><a class="headerlink" href="#dta.RoadNode.GEOMETRY_TYPE_VIRTUAL" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATES"> <tt class="descname">PRIORITY_TEMPLATES</tt><em class="property"> = [0, 1, 2, 3, 4, 11]</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATES" title="Permalink to this definition">¶</a></dt> <dd><p>For each control type, a list of available Capacity/Priority templates is provided. Choosing a template from the list will automatically provide follow-up time values with corresponding permitted capacity values in the movements table below, and define all movement priority relationships at the node with corresponding gap acceptance values.</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATE_AWSC"> <tt class="descname">PRIORITY_TEMPLATE_AWSC</tt><em class="property"> = 1</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATE_AWSC" title="Permalink to this definition">¶</a></dt> <dd><p>All Way Stop Control - an intersection with a stop sign on every approach</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATE_MERGE"> <tt class="descname">PRIORITY_TEMPLATE_MERGE</tt><em class="property"> = 4</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATE_MERGE" title="Permalink to this definition">¶</a></dt> <dd><p>An uncontrolled (unsignalized) junction at which a minor street must yield to the major street, which may or may not be explicitly marked with a Yield sign.</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATE_NONE"> <tt class="descname">PRIORITY_TEMPLATE_NONE</tt><em class="property"> = 0</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="Permalink to this definition">¶</a></dt> <dd><p>No template: either a signalized or unsignalized junction, where there is no yielding of any kind, and the permitted capacity is equal to the protected capacity.</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT"> <tt class="descname">PRIORITY_TEMPLATE_ROUNDABOUT</tt><em class="property"> = 3</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT" title="Permalink to this definition">¶</a></dt> <dd><p>A junction on a roundabout at which vehicles enter the roundabout. Vehicles entering the roundabout must yield to those already on the roundabout (by convention in most countries).</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED"> <tt class="descname">PRIORITY_TEMPLATE_SIGNALIZED</tt><em class="property"> = 11</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED" title="Permalink to this definition">¶</a></dt> <dd><p>Any signalized intersection (three-leg, four-leg, etc.). For right-side driving, left-turn movements yield to opposing through traffic and right turns, and right turns yield to the conflicting through traffic (if applicable). For left-side driving, the rules are the same but reversed.</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.PRIORITY_TEMPLATE_TWSC"> <tt class="descname">PRIORITY_TEMPLATE_TWSC</tt><em class="property"> = 2</em><a class="headerlink" href="#dta.RoadNode.PRIORITY_TEMPLATE_TWSC" title="Permalink to this definition">¶</a></dt> <dd><p>Two Way Stop Control - an intersection at which a minor street crosses a major street and only the minor street is stop-controlled</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode._addIncomingLink"> <tt class="descname">_addIncomingLink</tt><big>(</big><em>link</em><big>)</big><a class="headerlink" href="#dta.RoadNode._addIncomingLink" title="Permalink to this definition">¶</a></dt> <dd><p>Verify that the given link ends in this node, and adds it to the list of incoming links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode._addOutgoingLink"> <tt class="descname">_addOutgoingLink</tt><big>(</big><em>link</em><big>)</big><a class="headerlink" href="#dta.RoadNode._addOutgoingLink" title="Permalink to this definition">¶</a></dt> <dd><p>Verify that the given link starts with this node, and adds it to the list of outgoing links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode._getMinAngle"> <tt class="descname">_getMinAngle</tt><big>(</big><em>node1</em>, <em>edge1</em>, <em>node2</em>, <em>edge2</em><big>)</big><a class="headerlink" href="#dta.RoadNode._getMinAngle" title="Permalink to this definition">¶</a></dt> <dd><p>Returns a positive number in degrees within [0, 180] that corresponds to the angle between the two edges.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode._removeIncomingLink"> <tt class="descname">_removeIncomingLink</tt><big>(</big><em>link</em><big>)</big><a class="headerlink" href="#dta.RoadNode._removeIncomingLink" title="Permalink to this definition">¶</a></dt> <dd><p>Simple removal.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode._removeOutgoingLink"> <tt class="descname">_removeOutgoingLink</tt><big>(</big><em>link</em><big>)</big><a class="headerlink" href="#dta.RoadNode._removeOutgoingLink" title="Permalink to this definition">¶</a></dt> <dd><p>Simple removal.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.addTimePlan"> <tt class="descname">addTimePlan</tt><big>(</big><em>timePlan</em>, <em>raiseValidateError=False</em><big>)</big><a class="headerlink" href="#dta.RoadNode.addTimePlan" title="Permalink to this definition">¶</a></dt> <dd><p>Add the given <em>timePlan</em>, an instance of <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a>, to the current collection.</p> <p>This method will call <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan.validate" title="dta.TimePlan.validate"><tt class="xref py py-meth docutils literal"><span class="pre">TimePlan.validate()</span></tt></a> If <em>raiseValidateError</em>, any errors will be raised; otherwise they will just be warned.</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.control"> <tt class="descname">control</tt><a class="headerlink" href="#dta.RoadNode.control" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the control at this road node, one of <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_UNSIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.CONTROL_TYPE_UNSIGNALIZED</span></tt></a> or <a class="reference internal" href="#dta.RoadNode.CONTROL_TYPE_SIGNALIZED" title="dta.RoadNode.CONTROL_TYPE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">CONTROL_TYPE_SIGNALIZED</span></tt></a></p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.geometryType"> <tt class="descname">geometryType</tt><a class="headerlink" href="#dta.RoadNode.geometryType" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the geometry type for this node, one of <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_INTERSECTION" title="dta.Node.GEOMETRY_TYPE_INTERSECTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_INTERSECTION</span></tt></a>, <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_JUNCTION" title="dta.Node.GEOMETRY_TYPE_JUNCTION"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_JUNCTION</span></tt></a>, <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_VIRTUAL" title="dta.Node.GEOMETRY_TYPE_VIRTUAL"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_VIRTUAL</span></tt></a> or <a class="reference internal" href="dta.Node.html#dta.Node.GEOMETRY_TYPE_CENTROID" title="dta.Node.GEOMETRY_TYPE_CENTROID"><tt class="xref py py-attr docutils literal"><span class="pre">Node.GEOMETRY_TYPE_CENTROID</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getCandidateLinksForSplitting"> <tt class="descname">getCandidateLinksForSplitting</tt><big>(</big><em>connector</em>, <em>disallowConnectorEvalStr</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getCandidateLinksForSplitting" title="Permalink to this definition">¶</a></dt> <dd><p>Given a <a class="reference internal" href="dta.Connector.html#dta.Connector" title="dta.Connector"><tt class="xref py py-class docutils literal"><span class="pre">Connector</span></tt></a> instance whose start node or end node is the calling instance, returns a list of <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances where:</p> <ul class="simple"> <li>The link is at least 0.009 miles long (why?)</li> <li>If <em>disallowConnectorEvalStr</em>, then it evaluates as False for a <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> (using <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink.disallowSplitForConnector" title="dta.RoadLink.disallowSplitForConnector"><tt class="xref py py-meth docutils literal"><span class="pre">RoadLink.disallowSplitForConnector()</span></tt></a></li> <li>If one were to create a new link between the <em>connector</em>&#8216;s <a class="reference internal" href="dta.VirtualNode.html#dta.VirtualNode" title="dta.VirtualNode"><tt class="xref py py-class docutils literal"><span class="pre">VirtualNode</span></tt></a> and the midpoint of the link, none of the other <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances adjacent to the calling node would cross it.</li> </ul> <p>The returned list is sorted by euclidean length, longest to shortest.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getCardinality"> <tt class="descname">getCardinality</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getCardinality" title="Permalink to this definition">¶</a></dt> <dd><p>Return a pair of numbers representing the number of incoming and outgoing links respectively.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getId"> <tt class="descname">getId</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the integer id for this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getIncomingLinkForId"> <tt class="descname">getIncomingLinkForId</tt><big>(</big><em>linkId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getIncomingLinkForId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns an incoming link if one has an ID matching <em>linkId</em>. It no incoming links qualify, raises a <a class="reference internal" href="dta.DtaError.html#dta.DtaError" title="dta.DtaError"><tt class="xref py py-class docutils literal"><span class="pre">DtaError</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getIncomingLinkForNodeId"> <tt class="descname">getIncomingLinkForNodeId</tt><big>(</big><em>nodeId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getIncomingLinkForNodeId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns an incoming link if one starts from <em>nodeId</em>. It no incoming links qualify, raises a <a class="reference internal" href="dta.DtaError.html#dta.DtaError" title="dta.DtaError"><tt class="xref py py-class docutils literal"><span class="pre">DtaError</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getLabel"> <tt class="descname">getLabel</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getLabel" title="Permalink to this definition">¶</a></dt> <dd><p>Return the node label</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getMovement"> <tt class="descname">getMovement</tt><big>(</big><em>startNodeId</em>, <em>endNodeId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getMovement" title="Permalink to this definition">¶</a></dt> <dd><p>Return the <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> from the start node identified by the <em>startNodeId</em> to the end node identified by the <em>endNodeId</em> that goes through this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getMovementForLinkIds"> <tt class="descname">getMovementForLinkIds</tt><big>(</big><em>incomingLinkId</em>, <em>outgoingLinkId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getMovementForLinkIds" title="Permalink to this definition">¶</a></dt> <dd><p>Return the <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> with incoming and outgoing links specified by <em>incomingLinkId</em> and <em>outgoingLinkId</em>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getName"> <tt class="descname">getName</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getName" title="Permalink to this definition">¶</a></dt> <dd><p>Return the name of the intersection as a string consisting of the upper-cased labels of the incoming links in sorted order, separated by <tt class="docutils literal"><span class="pre">AND</span></tt>. (e.g. <tt class="docutils literal"><span class="pre">VAN</span> <span class="pre">NESS</span> <span class="pre">AVE</span> <span class="pre">AND</span> <span class="pre">MARKET</span> <span class="pre">ST</span></tt>)</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumAdjacentLinks"> <tt class="descname">getNumAdjacentLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumAdjacentLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the number of links adjacent to this node (either incoming or outgoing).</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumAdjacentNodes"> <tt class="descname">getNumAdjacentNodes</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumAdjacentNodes" title="Permalink to this definition">¶</a></dt> <dd><p>Return the number of nodes that are connected to this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumAdjacentRoadLinks"> <tt class="descname">getNumAdjacentRoadLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumAdjacentRoadLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the number of <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances adjacent to this node (either incoming or outgoing).</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumAdjacentRoadNodes"> <tt class="descname">getNumAdjacentRoadNodes</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumAdjacentRoadNodes" title="Permalink to this definition">¶</a></dt> <dd><p>Return the number of <a class="reference internal" href="#dta.RoadNode" title="dta.RoadNode"><tt class="xref py py-class docutils literal"><span class="pre">RoadNode</span></tt></a> instances that share a link with this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumIncomingLinks"> <tt class="descname">getNumIncomingLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumIncomingLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the number of incoming links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumMovements"> <tt class="descname">getNumMovements</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumMovements" title="Permalink to this definition">¶</a></dt> <dd><p>Return the number of <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> instances associated with this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getNumOutgoingLinks"> <tt class="descname">getNumOutgoingLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getNumOutgoingLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the number of outgoing links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getOrientation"> <tt class="descname">getOrientation</tt><big>(</big><em>point</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getOrientation" title="Permalink to this definition">¶</a></dt> <dd><p>Return the clockwise angle from the North measured in degrees of the line segment that has the current node as its start and the given <em>point</em> as its end.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getStreetNames"> <tt class="descname">getStreetNames</tt><big>(</big><em>incoming=True</em>, <em>outgoing=False</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getStreetNames" title="Permalink to this definition">¶</a></dt> <dd><p>Return the street names (labels) of the relevant links as a sorted upper-case list.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getTimePlan"> <tt class="descname">getTimePlan</tt><big>(</big><em>planInfo</em><big>)</big><a class="headerlink" href="#dta.RoadNode.getTimePlan" title="Permalink to this definition">¶</a></dt> <dd><p>Return the <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a> for the specific time period defined by <em>planInfo</em>, an instance of <a class="reference internal" href="dta.PlanCollectionInfo.html#dta.PlanCollectionInfo" title="dta.PlanCollectionInfo"><tt class="xref py py-class docutils literal"><span class="pre">PlanCollectionInfo</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getX"> <tt class="descname">getX</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getX" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the x-coordinate for this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.getY"> <tt class="descname">getY</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.getY" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the y-coordinate for this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasConnector"> <tt class="descname">hasConnector</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.hasConnector" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if there is a connector attached to the node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasIncomingLinkForId"> <tt class="descname">hasIncomingLinkForId</tt><big>(</big><em>linkId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.hasIncomingLinkForId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns True if there is an incoming link with the given <em>linkId</em>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasIncomingLinkForNodeId"> <tt class="descname">hasIncomingLinkForNodeId</tt><big>(</big><em>nodeId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.hasIncomingLinkForNodeId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns True if there is an incoming link starting from <em>nodeId</em>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasMovement"> <tt class="descname">hasMovement</tt><big>(</big><em>startNodeId</em>, <em>endNodeId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.hasMovement" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if a <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> exists from the node with <em>startNodeId</em> through this node to the node with <em>endNodeId</em>, and if that movement is <strong>not prohibited</strong>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasOutgoingLinkForId"> <tt class="descname">hasOutgoingLinkForId</tt><big>(</big><em>linkId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.hasOutgoingLinkForId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns True if there is an outgoing link with the given <em>linkId</em>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasOutgoingLinkForNodeId"> <tt class="descname">hasOutgoingLinkForNodeId</tt><big>(</big><em>nodeId</em><big>)</big><a class="headerlink" href="#dta.RoadNode.hasOutgoingLinkForNodeId" title="Permalink to this definition">¶</a></dt> <dd><p>Returns True if there is an outgoing link towards a node with the given <em>nodeId</em>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.hasTimePlan"> <tt class="descname">hasTimePlan</tt><big>(</big><em>planInfo=None</em><big>)</big><a class="headerlink" href="#dta.RoadNode.hasTimePlan" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if the node has at least one <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isCentroid"> <tt class="descname">isCentroid</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.isCentroid" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if this Node is a Centroid</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isIntersection"> <tt class="descname">isIntersection</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.isIntersection" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if this node is an intersection</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isJunction"> <tt class="descname">isJunction</tt><big>(</big><em>countRoadNodesOnly=False</em><big>)</big><a class="headerlink" href="#dta.RoadNode.isJunction" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if this node is a junction.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isMidblockNode"> <tt class="descname">isMidblockNode</tt><big>(</big><em>countRoadNodesOnly=False</em><big>)</big><a class="headerlink" href="#dta.RoadNode.isMidblockNode" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if the node is a shape point (e.g. Node 51245 in the following graph). Specifically, a node is a shape point iff:</p> <ul class="simple"> <li>it has exactly two adjacent nodes <em>and</em></li> <li>it has either two (in the case one a one-way street) or four (in the case of a two way street) adjacent links</li> </ul> <p>If <em>countRoadNodesOnly</em> is True the method will count only adjacent <a class="reference internal" href="#dta.RoadNode" title="dta.RoadNode"><tt class="xref py py-class docutils literal"><span class="pre">RoadNode</span></tt></a> instances and adjacent <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances (so it will disregard any connectors).</p> <img alt="../_images/shapePoint.png" src="../_images/shapePoint.png" style="height: 300px;" /> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isOverlapping"> <tt class="descname">isOverlapping</tt><big>(</big><em>link</em>, <em>minAngle</em><big>)</big><a class="headerlink" href="#dta.RoadNode.isOverlapping" title="Permalink to this definition">¶</a></dt> <dd><p>Returns True if the minimum angle between the input link and any similarly oriented link of the intersection is less than the input <em>minAngle</em>, which is specified in degrees.</p> <p>By &#8220;similarly oriented&#8221;, the method looks at all other incoming links if <em>link</em> is incoming, and all other outgoing links if <em>link</em> is outgoing to this node. If <em>link</em> is neither incoming nor outgoing to this node, raises a <a class="reference internal" href="dta.DtaError.html#dta.DtaError" title="dta.DtaError"><tt class="xref py py-class docutils literal"><span class="pre">DtaError</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isRoadNode"> <tt class="descname">isRoadNode</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.isRoadNode" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if this Node is a RoadNode.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.isVirtualNode"> <tt class="descname">isVirtualNode</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.isVirtualNode" title="Permalink to this definition">¶</a></dt> <dd><p>Return True if this Node is a VirtualNode</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterAdjacentLinks"> <tt class="descname">iterAdjacentLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterAdjacentLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Return an iterator to all <a class="reference internal" href="dta.Link.html#dta.Link" title="dta.Link"><tt class="xref py py-class docutils literal"><span class="pre">Link</span></tt></a> instances adjacent (incoming or outgoing) to this node</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterAdjacentNodes"> <tt class="descname">iterAdjacentNodes</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterAdjacentNodes" title="Permalink to this definition">¶</a></dt> <dd><p>Return an iterator to the adjacent <a class="reference internal" href="dta.Node.html#dta.Node" title="dta.Node"><tt class="xref py py-class docutils literal"><span class="pre">Node</span></tt></a> instances.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterAdjacentRoadLinks"> <tt class="descname">iterAdjacentRoadLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterAdjacentRoadLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Return an iterator to all <a class="reference internal" href="dta.RoadLink.html#dta.RoadLink" title="dta.RoadLink"><tt class="xref py py-class docutils literal"><span class="pre">RoadLink</span></tt></a> instances adjacent to this node (excluding Connectors)</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterAdjacentRoadNodes"> <tt class="descname">iterAdjacentRoadNodes</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterAdjacentRoadNodes" title="Permalink to this definition">¶</a></dt> <dd><p>Return an iterator to all <a class="reference internal" href="#dta.RoadNode" title="dta.RoadNode"><tt class="xref py py-class docutils literal"><span class="pre">RoadNode</span></tt></a> instances adjacent to this Node</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterDownstreamNodes"> <tt class="descname">iterDownstreamNodes</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterDownstreamNodes" title="Permalink to this definition">¶</a></dt> <dd><p>Returns an iterator to the end nodes of all outgoing links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterIncomingLinks"> <tt class="descname">iterIncomingLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterIncomingLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns iterator for the incoming links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterLinks"> <tt class="descname">iterLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns an iterator to all adjacent links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterMovements"> <tt class="descname">iterMovements</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterMovements" title="Permalink to this definition">¶</a></dt> <dd><p>Return an iterator to all the <a class="reference internal" href="dta.Movement.html#dta.Movement" title="dta.Movement"><tt class="xref py py-class docutils literal"><span class="pre">Movement</span></tt></a> instances going through the node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterOutgoingLinks"> <tt class="descname">iterOutgoingLinks</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterOutgoingLinks" title="Permalink to this definition">¶</a></dt> <dd><p>Returns iterator for the outgoing links.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterTimePlans"> <tt class="descname">iterTimePlans</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterTimePlans" title="Permalink to this definition">¶</a></dt> <dd><p>Return an iterator over the <a class="reference internal" href="dta.TimePlan.html#dta.TimePlan" title="dta.TimePlan"><tt class="xref py py-class docutils literal"><span class="pre">TimePlan</span></tt></a> instances corresponding to this node.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.iterUpstreamNodes"> <tt class="descname">iterUpstreamNodes</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.iterUpstreamNodes" title="Permalink to this definition">¶</a></dt> <dd><p>Returns an iterator to the start nodes of all incoming links.</p> </dd></dl> <dl class="attribute"> <dt id="dta.RoadNode.priority"> <tt class="descname">priority</tt><a class="headerlink" href="#dta.RoadNode.priority" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the priority at this road node, one of <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="dta.RoadNode.PRIORITY_TEMPLATE_NONE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_NONE</span></tt></a>, <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_AWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_AWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_AWSC</span></tt></a>, <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_TWSC" title="dta.RoadNode.PRIORITY_TEMPLATE_TWSC"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_TWSC</span></tt></a>, <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT" title="dta.RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_ROUNDABOUT</span></tt></a>, <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_MERGE" title="dta.RoadNode.PRIORITY_TEMPLATE_MERGE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_MERGE</span></tt></a>, or <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED" title="dta.RoadNode.PRIORITY_TEMPLATE_SIGNALIZED"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_SIGNALIZED</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.setAllWayStopControl"> <tt class="descname">setAllWayStopControl</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.setAllWayStopControl" title="Permalink to this definition">¶</a></dt> <dd><p>Sets the road node&#8217;s stop control to all way stop.</p> <p>Raises an error if it was already marked as signalized.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.setPriorityTemplateNone"> <tt class="descname">setPriorityTemplateNone</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.setPriorityTemplateNone" title="Permalink to this definition">¶</a></dt> <dd><p>Sets the road node&#8217;s priority template to <a class="reference internal" href="#dta.RoadNode.PRIORITY_TEMPLATE_NONE" title="dta.RoadNode.PRIORITY_TEMPLATE_NONE"><tt class="xref py py-attr docutils literal"><span class="pre">RoadNode.PRIORITY_TEMPLATE_NONE</span></tt></a>.</p> </dd></dl> <dl class="method"> <dt id="dta.RoadNode.setTwoWayStopControl"> <tt class="descname">setTwoWayStopControl</tt><big>(</big><big>)</big><a class="headerlink" href="#dta.RoadNode.setTwoWayStopControl" title="Permalink to this definition">¶</a></dt> <dd><p>Sets the road node&#8217;s stop control to two way stop.</p> <p>Raises an error if it was already marked as signalized.</p> </dd></dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="dta.Node.html" title="previous chapter">dta.Node</a></p> <h4>Next topic</h4> <p class="topless"><a href="dta.VirtualNode.html" title="next chapter">dta.VirtualNode</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/_generated/dta.RoadNode.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <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"> <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="dta.VirtualNode.html" title="dta.VirtualNode" >next</a> |</li> <li class="right" > <a href="dta.Node.html" title="dta.Node" >previous</a> |</li> <li><a href="../index.html">DTA Anyway 1.0 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2011-2012, SFCTA Modeling Crew. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
app/static/css/guest/details.css
SaptakS/open-event-orga-server
body { background: white !important; position: relative; } .right_col { padding: 0 !important; background-color: white !important; } .carousel { margin-bottom: 60px; position: inherit; } .carousel-inner { top: -10px; } .carousel-caption { z-index: 10; text-align: left; } /* custom modal properties */ .modal-content { border-radius: 0; } /*noinspection CssOptimizeSimilarProperties,CssUnknownTarget*/ .carousel .item { background-position: center; } .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5 { font-weight: 100; } .carousel-caption .btn { font-weight: 300; font-size: 25px; text-transform: uppercase; } .row { margin: 0; padding: 10px; } .license_row { padding-top: 20px; padding-bottom: 10px; } .section-header { color: #2196F3; font-weight: 300; } .speaker-bio { max-height: 120px; overflow: hidden; } .speaker-bio:hover { overflow-y: scroll; } @media (min-width: 768px) { .carousel-caption p { margin-bottom: 50px; font-size: 30px; line-height: 1.4; } .carousel-caption h1 { font-size: 50px; } } .event-info.container { padding: 20px 10px; text-align: justify; font-weight: 300; font-size: 18px; color: #5d5d5d; } @media (min-width: 1024px) { .event-info-container-holder { margin-left: 70px; } .event-info.container { padding: 20px 70px; } } #map { height: 250px; } .scrollspy { position: absolute; left: 40px; z-index: 11; text-align: right; } .scrollspy.stick { margin-top: 0 !important; position: fixed; top: 0 !important; } .hidden-legend { height: 0; width: 0; } .scrollspy > .nav-pills > li > a { border-radius: 0; color: #565656; border-right: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; border-top: 2px solid #FFFFFF; } .scrollspy > .nav-pills > li.active > a { background-color: inherit; color: inherit; border-right: 2px solid #e4e4e4; border-bottom: 2px solid #e4e4e4; border-top: 2px solid #e4e4e4; } .mobile-menu > .nav-pills > li > a { border-radius: 0; color: #565656; border-right: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-top: 2px solid #FFFFFF; } .mobile-menu > .nav-pills > li.active > a { background-color: inherit; color: inherit; border-right: 2px solid #e4e4e4; border-left: 2px solid #e4e4e4; border-top: 2px solid #e4e4e4; border-bottom: 2px solid #e4e4e4; height: 37px; } .img-circle { border-radius: 50%; } .fa-twitter-square { color: #55acee; } .fa-facebook-square { color: #3b5999; } .fa-google-plus-square { color: #dd4b39; } .fa-github-square { color: #171515; } .fa-linkedin-square { color: #0077B5; } .speaker-info { margin-bottom: 10px; } .speaker-info h3, .speaker-info h4, .speaker-info h5 { margin-bottom: 5px; font-weight: 300; } .sponsor { margin-bottom: 36px; height: 80px; line-height: 80px; } .sponsor img { max-width: 150px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; max-height: 80px; } .speaker-links a{ font-size: 16px; }
doc/install_notes/install_v1.8.html
jmbeuken/abinit
<HTML> <HEAD> <TITLE>installation note for V1.8</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <H1><CENTER> <HR> Installation notes for ABINIT v1.8</CENTER></H1> <P> <HR> This file provides a description of the operations needed to install the ABINIT package, to generate the executable and to make the tests.</P> <P>See a recent version of the file 'new_user_guide', for an introduction to the abinit package. See a recent version of the file 'abinis_help' for learning how to use the code. Both of them can be found in the Infos subdirectory.</P> <P>Any comment of suggestion to improve the installation will be wellcome ! Simply contact the <A HREF="mailto:gonze@pcpm.ucl.ac.be"> ABINIT group</A>.</P> <h5>Copyright (C) 1998-2001 ABINIT group (XG,DCA) <br> This file is distributed under the terms of the GNU General Public License, see ~abinit/COPYING or <a href="http://www.gnu.org/copyleft/gpl.txt"> http://www.gnu.org/copyleft/gpl.txt </a>. <br> For the initials of contributors, see ~abinit/doc/developers/contributors . </h5> <P> <HR> </P> <H2>Summary :</H2> <UL> <LI><A HREF="#get _version"><B>How to get a version of ABINIT ?</B></A></LI> <LI><A HREF="#make_executable"><B>How to make the executable ?</B></A></LI> <LI><A HREF="#make_internal_tests"><B>How to make the internal tests ?</B></A></LI> <LI><A HREF="#make_tests"><B>How to make the other tests ?</B></A></LI> <LI><A HREF="#others"><B>Things that are NOT in the installation files.</B></A></LI> </UL> <P> <HR> </P> <H2><A NAME="get _version"></A>How to get a version of ABINIT ?</H2> <P>We will distinguish two cases :</P> <OL> <LI>you have a F90 compiler and you want to compile the source files.</LI> <LI>you run a platform that exists also in Louvain-la-Neuve, and you do not want to compile the source files.</LI> </OL> <P>In both cases, the installation files are available on the web site.</P> <P>You can also get them by a direct access to the machines in Louvain-la-Neuve, if you have an UserID.<BR> In case 1), you should have an access to hilbert.pcpm.ucl.ac.be (or equivalently, bohr.pcpm.ucl.ac.be, since the disks are NFS-shared).<BR> In case 2), you must access the corresponding platform in Louvain-la-Neuve (however, the installation files for the Linux/Intel platform can also be found on hilbert.pcpm.ucl.ac.be).</P> <P>From now on, we suppose that you have either access to the web site, or to the machine and the proper official directory.</P> <P>You must get the following files (<I>x.x.x is the version</I>):</P> <P><B>Case 1 (you want to compile) : src_tests_<I>x.x.x</I>.tar.Z</B></P> <BLOCKQUOTE>This compressed tar file contains all the sources of the ABINIT code (including the files needed for generating the FFTs, NumRecip and Lapack libraries), the complete Infos directory, the complete set of Tests, all the scripts and makefiles, the pseudopotentials needed for tests.<BR> It does NOT contain the object files and the binary executable files.</BLOCKQUOTE> <P><B>Case 2 (you do not want to compile) : <I>platform</I>_<I>x.x.x</I>.tar.Z</B></P> <BLOCKQUOTE>This compressed tar file contains the binary executable files, the complete Infos directory, and the different files needed to execute the 5 internal tests only.<BR> It does NOT contain the source files, or the Test_fast, Test_v1 and Test_cpu directories, and the corresponding pseudopotentials. The possible platforms are : intel_linux, ibm_pw2, dec_osf, hp_pa7200, hp_pa8000, sgi_r10000 . For the Intel/Linux machines, the binaries contain all the libraries routines statically linked. They should be very portable (and they have been ported to more that 5 different machines in different countries, or of different constructors). However, they have been compiled by a compiler that generates code that needs an IP number to work. So, they will not run if your machine has not been IP'ed. For the other platform, the executable do not contain all the library routines (they are linked dynamically), so they might not be as portable. </BLOCKQUOTE> <P>So, execute the following actions :</P> <BLOCKQUOTE><B>1)</B> Transfer the above-mentioned file(s) to your machine, in a directory referred to here as ~local_ABINITv<I>x.x.x</I> . You should have about 30 MB of disk space to install the code, maybe more, depending on the version. <P><B>2)</B> Uncompress and untar the file '<B>src_tests_<I>x.x.x</I>.tar.Z</B>' or '<B><I>platform</I>_<I>x.x.x</I>.tar.Z</B>' :</P> <BLOCKQUOTE>uncompress -c <B>src_tests_<I>x.x.x</I>.tar.Z</B> | tar -xvf - <P>or</P> <P>uncompress -c <B><I>platform</I>_<I>x.x.x</I>.tar.Z</B> | tar -xvf -</P> </BLOCKQUOTE> </BLOCKQUOTE> <P>If correctly done, a whole set of subdirectories should have been created. One of them is called 'Infos'. It contains many important informations. In particular, you will find the description of the different subdirectories in the file ~local_ABINITv<I>x.x.x</I>/Infos/content_of_dirs . This file also describes the content of the Infos directory, that is, all the information files.</P> <P><B>*** It is strongly adviced to the installer to read (and print) NOW this file. ***</B></P> <P> <HR> </P> <H2><A NAME="make_executable"></A>How to make the executable ?</H2> <P>If you were in case 2, then you already have the binary executables abinis and newsp, so that you can skip the present section and <A HREF="#make_internal_tests">go to the internal testing</A>. However, just for fun, you can issue the make command :</P> <BLOCKQUOTE><B>make</B></BLOCKQUOTE> <P>This will print the list of available keywords for the make utility.</P> <P>We now suppose that you have a F90 compiler and you want to compile the source files (case 1).</P> <P>You will have to issue again the 'make' command, however with some keyword appended.</P> <P>To get the sequential version of the two executables abinis and newsp, you must type :</P> <BLOCKQUOTE><B>make allseq</B> <I> or <I> <B>make allseq >& log.file</B></BLOCKQUOTE> <P>(allseq is an abbreviation for <I>all sequential<I> executables; log.file can be any filename, and is useful when the messages from make are too long)</P> <P>Issuing this 'make allseq' command will trigger a whole set of actions (not easy to follow, as you will see).<BR> The make utility will use the file 'Makefile', that calls a script called 'makemake', to produce another makefile, called 'tmp_makefile', that calls different 'makemake' scripts in different subdirectories, that create themselves 'tmp_makefile' files, that compile the fortran source (and eventually one C file), create libraries and link the different objects.<BR> Moreover, usually, this works without problem !</P> <P>However, you must first provide to the 'make' utility some information: the location of F90 and C compilers on your machine, the cpp utility, the blas library ... For this, you must create in the ~local_ABINITv<I>x.x.x</I> directory a symbolic link named 'makefile_macros' to a machine-dependent file, that you will have to design starting from already existing files. The 'makemake' scripts use that 'makefile_macros' file to do their job.</P> Examples of such files are contained in the subdirectories of the ~local_ABINITv<I>x.x.x</I>/Machine_dept_files directory. An help file called help.makefile_macros can be found in the ~local_ABINITv<I>x.x.x</I>/Infos directory.</P> <P>Let's us suppose that you do not issue the powerful 'make allseq' command, but that you want to create one-by-one the libraries and executables.</P> <P>Then, for the sequential version, you must create :</P> <UL> <LI>the lapack library (make lapack)</LI> <LI>the numrecip library (make numrecip)</LI> <LI>the ffts library (make ffts)</LI> </UL> <P>Alternatively, the three libraries can be created at once by issuing 'make libs'.</P> <P>Then, you can issue 'make abinis' to make the sequential version of abinis, and 'make newsp' to make newsp, the wavefunction translator. The way to generate the parallel version of the abinit code, called abinip, is not described here.</P> <P> Suppose that something is going wrong in one of the above-mentioned steps, then, you can issue one of the 'clean_xxx' keywords (those mentioned by typing 'make') to clean the directory where something wrong happened.</P> <P>With a bit of chance, you will succeed to generate the executables abinis and newsp. You are ready to perform the tests.</P> <P> <HR> </P> <H2><A NAME="make_internal_tests"></A>How to make the internal tests ?&nbsp;</H2> <P>The abinis code has five internal tests, that can be issued automatically, and that check themselves whether the results that have been obtained are right or wrong.</P> <P>You can begin with the test number 1. Simply issue the command :</P> <BLOCKQUOTE><B>make test1</B></BLOCKQUOTE> <P>It will run during a dozen of seconds. It will first print&nbsp;</P> <BLOCKQUOTE>cd Test_in; rm -f *1*o* *1*S ; ../abinis &lt; test1.files &gt; test1.log 2&gt;&amp;1 &amp;<BR> Test_in/test_end Test_in/test1 ; cat Test_in/test1_STATUS</BLOCKQUOTE> <P>then, you will eventually (if you are on a slow machine) see different instances of the status file, like the following :</P> <BLOCKQUOTE>Status file, with repetition rate 20 , status number 101&nbsp; <P>Level abinit : call gstate<BR> Level gstate : call brdmin<BR> Level brdmin : call scfcv_ini<BR> Level scfcv : call vtorho<BR> istep = 2<BR> Level vtorho : compute rhog</P></BLOCKQUOTE> <P>then, the important information is as follows :</P> <BLOCKQUOTE>Status file, reporting on test 1&nbsp; <P>OK for total energy<BR> OK for nuclei positions<BR> OK for forces<BR> OK for stresses&nbsp;</P></BLOCKQUOTE> <P>This means that the internal test 1 ran successfully. If you do not get this message, then the executable were not properly generated, or there is a problem with the make and scripts that drive the internal test. In this case, after having tried to solve the problem by yourself, you should contact somebody in the ABINIT group. Note : the script detects the end of the run by using the 'ps' command following by a 'grep' command.</P> <P>This can lead to strange effects if a file whose name contain 'abinis' is currently visualized, or if another job is running under a name that contains 'abinis'.<BR> So, close your files before running the tests, and also check that there are no running jobs whose name contains 'abinis'.</P> <P>Supposing test1 was OK, then you have to issue the command 'make tests'.</P> <P>The test 1 will be done once more, followed by the 4 other internal tests. Again, we hope that you will get the positive diagnostics for the other tests. Altogether, these tests are about 1 minute on a PPro 200 MHz machine where no other job is running.</P> <P>For further information on these internal tests, see the file ~local_ABINITv<I>x.x.x</I>/Infos/build_in_tests .</P> <P> <HR> </P> <H2><A NAME="make_tests"></A>How to make the other tests (case 1 only)?</H2> <P>(Case 1 only, since in case 2, only the minimal testing tools have been transferred)</P> <P>You should now look at the subdirectories Test_fast, Test_v1 and Test_cpu .</P> <P>Please, read the corresponding 'README' file carefully (at least the beginning), then read the beginning of the scripts 'Run'.</P> <P>In order to execute these tests, you need a larger disk space than for the simple installation of the code (the total additional space required is on the order of 40 MB). After having checked the results of the tests, the user can easily retain the output files in a compressed form, and get rid off the wavefunction files by issuing</P> <BLOCKQUOTE><B>make decrease_size_tests</B></BLOCKQUOTE> <P>in the ~local_ABINITv<I>x.x.x</I> directory.</P> <P><B>1) Test_fast&nbsp;</B></P> <P>This subdirectory contains a basic set of tests of the code, aimed at testing whether the code is coherent in time (successive versions), and exercising many parts of the code. However, they does not examine its accuracy on physical problems, mainly because the number of plane waves used is too small, and some tests are not lead to self-consistent convergence.<BR> This suite of tests is similar to the suite of tests used for the plane_wave code. There should be reasonable similarity between the results of the tests for the plane_wave and ABINIT codes.<BR> To run the tests, simply issue :</P> <BLOCKQUOTE><B>(Run machine_name) &gt;&amp; log</B></BLOCKQUOTE> <P>where machine_name will usually be the name of your machine (any other character string is fine, however).<BR> The script will create a directory whose name will be build from the machine name and today's date. All the results will be in that directory. The output files will be automatically compared, thanks to a 'diff' command, to a set of reference files, either from the plane_wave code (the corresponding difference files are prefixed by 'diff.'), or from a recent run of the ABINIT code (the corresponding difference files are prefixed by 'difnew.').&nbsp;</P> <P><B>2) Test_v1</B>&nbsp;</P> <P>This directory contains tests build in the same spirit than those in the Test_fast directory, but that exercise features not present in the plane_wave code, like the treatment of metals, the GGA, or the new pseudopotentials.<BR> These were developped during the time the version 1 of ABINIT was set up.<BR> Of course, the automatic difference procedure only compares to recent runs of the ABINIT code.</P> <P><B>3) Test_cpu</B></P> <P>This subdirectory contains the scripts, and input files needed for testing the cpu time, either on progressively finer real space grids, or on progressively bigger unit cells. Please read the README file of this directory. Also for this suite of tests, you have simply to issue</P> <BLOCKQUOTE><B>(Run machine_name) &gt;&amp; log</B></BLOCKQUOTE> <P>Unlike in the previous case, many directories will be created (8 in the present version). Their name begins with the test name (A1, Am2, A3, B1, Bm2, B3, C3, D3), and is followed by the machine name and the date. Inside these directories, many runs are done.<BR> There is a 'report' file that summarizes the timing of the different runs, and there is a 'diff' file, that compares these timings with the reference (output from a PPro at 200 MHz). <HR> </P> <H2><A NAME=others></A>Things that are NOT in the installation files.&nbsp;</H2> <UL> <LI><B>Pseudopotentials :</B><BR> The installation files contains a few pseudopotentials, for testing purposes. But many other pseudopotential have been generated. There exist presently two complete sets of ready-to-use LDA pseudopotentials, for the whole periodic table : those generated by Doug for the plane_wave code, and those published by Hartwigsen, Goedecker, Hutter (I am not sure whether this is published already). Doug's pseudopotentials are on the Web site, but can also be obtained from him, or can be found in the directory <B>~gonze/ABINITv1/Psps/TM.psps</B> of the hilbert machine in Louvain-la-Neuve. In the directory <B>~gonze/ABINITv1/Psps</B>, you will find two pseudopotential codes whose output can be read by the ABINIT code, eventually after some minor modification. The ABINIT code is also able to read pseudopotentials generated by the Hartwigsen-Goedecker-Hutter code. The web site does not contain all the pseudopotentials that the code is able to use.<BR> </LI> <LI><B>Symmetries and k-point utility :<BR> </B>There exist also a utility for generating automatically symmetries and k-point for a given unit cell and atomic configuration, that is not contained in the installation files. This utility, called kptgen, is also available from Doug or from the <B>~gonze/kpoints.Doug</B> (I have to check this reference) subdirectory of the Hilbert machine. It should be included in the ABINIT package sooner or later, and is not documented here.</LI> </UL> <P> <HR> page :<A HREF="/ABINIT/index.html"><B> Home</B></A><B> </B>| <A HREF="/ci/calc.html"><B>Calcul Intensif</B></A><B> </B>| <A HREF="/Fr/PCPM/abinit.html"><B>Calcul <I>ab initio</I></B></A> <HR ALIGN=left> <TABLE BORDER=0 CELLPADDING=0> <TR> <TD WIDTH=385> <P>6 J&eacute;anvier 1999.<BR> Responsable : Xavier Gonze &lt; <A HREF="mailto:gonze@pcpm.ucl.ac.be">gonze@pcpm.ucl.ac.be</A>&gt;<BR> Conception : <A HREF="/~beuken">Jean-Michel Beuken</A> &lt; <A HREF="mailto:beuken@pcpm.ucl.ac.be">beuken@pcpm.ucl.ac.be</A>&gt;</P> </TD> <TD> <P></P> </TD> </TR> </TABLE> </P> <P></P> </BODY> </HTML>
postgresql/xfunc-c.html
P3PO/the-phpjs-local-docs-collection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >C-Language Functions</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.1.9 Documentation" HREF="index.html"><LINK REL="UP" TITLE="Extending SQL" HREF="extend.html"><LINK REL="PREVIOUS" TITLE="Internal Functions" HREF="xfunc-internal.html"><LINK REL="NEXT" TITLE="User-defined Aggregates" HREF="xaggr.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="stylesheet.css"><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"><META NAME="creation" CONTENT="2013-04-01T18:35:08"></HEAD ><BODY CLASS="SECT1" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="5" ALIGN="center" VALIGN="bottom" ><A HREF="index.html" >PostgreSQL 9.1.9 Documentation</A ></TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A TITLE="Internal Functions" HREF="xfunc-internal.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A HREF="extend.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="60%" ALIGN="center" VALIGN="bottom" >Chapter 35. Extending <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM ></TD ><TD WIDTH="20%" ALIGN="right" VALIGN="top" ><A TITLE="User-defined Aggregates" HREF="xaggr.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="XFUNC-C" >35.9. C-Language Functions</A ></H1 ><P > User-defined functions can be written in C (or a language that can be made compatible with C, such as C++). Such functions are compiled into dynamically loadable objects (also called shared libraries) and are loaded by the server on demand. The dynamic loading feature is what distinguishes <SPAN CLASS="QUOTE" >"C language"</SPAN > functions from <SPAN CLASS="QUOTE" >"internal"</SPAN > functions &mdash; the actual coding conventions are essentially the same for both. (Hence, the standard internal function library is a rich source of coding examples for user-defined C functions.) </P ><P > Two different calling conventions are currently used for C functions. The newer <SPAN CLASS="QUOTE" >"version 1"</SPAN > calling convention is indicated by writing a <TT CLASS="LITERAL" >PG_FUNCTION_INFO_V1()</TT > macro call for the function, as illustrated below. Lack of such a macro indicates an old-style (<SPAN CLASS="QUOTE" >"version 0"</SPAN >) function. The language name specified in <TT CLASS="COMMAND" >CREATE FUNCTION</TT > is <TT CLASS="LITERAL" >C</TT > in either case. Old-style functions are now deprecated because of portability problems and lack of functionality, but they are still supported for compatibility reasons. </P ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="XFUNC-C-DYNLOAD" >35.9.1. Dynamic Loading</A ></H2 ><P > The first time a user-defined function in a particular loadable object file is called in a session, the dynamic loader loads that object file into memory so that the function can be called. The <TT CLASS="COMMAND" >CREATE FUNCTION</TT > for a user-defined C function must therefore specify two pieces of information for the function: the name of the loadable object file, and the C name (link symbol) of the specific function to call within that object file. If the C name is not explicitly specified then it is assumed to be the same as the SQL function name. </P ><P > The following algorithm is used to locate the shared object file based on the name given in the <TT CLASS="COMMAND" >CREATE FUNCTION</TT > command: <P ></P ></P><OL TYPE="1" ><LI ><P > If the name is an absolute path, the given file is loaded. </P ></LI ><LI ><P > If the name starts with the string <TT CLASS="LITERAL" >$libdir</TT >, that part is replaced by the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > package library directory name, which is determined at build time. </P ></LI ><LI ><P > If the name does not contain a directory part, the file is searched for in the path specified by the configuration variable <A HREF="runtime-config-client.html#GUC-DYNAMIC-LIBRARY-PATH" >dynamic_library_path</A >. </P ></LI ><LI ><P > Otherwise (the file was not found in the path, or it contains a non-absolute directory part), the dynamic loader will try to take the name as given, which will most likely fail. (It is unreliable to depend on the current working directory.) </P ></LI ></OL ><P> If this sequence does not work, the platform-specific shared library file name extension (often <TT CLASS="FILENAME" >.so</TT >) is appended to the given name and this sequence is tried again. If that fails as well, the load will fail. </P ><P > It is recommended to locate shared libraries either relative to <TT CLASS="LITERAL" >$libdir</TT > or through the dynamic library path. This simplifies version upgrades if the new installation is at a different location. The actual directory that <TT CLASS="LITERAL" >$libdir</TT > stands for can be found out with the command <TT CLASS="LITERAL" >pg_config --pkglibdir</TT >. </P ><P > The user ID the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > server runs as must be able to traverse the path to the file you intend to load. Making the file or a higher-level directory not readable and/or not executable by the <SPAN CLASS="SYSTEMITEM" >postgres</SPAN > user is a common mistake. </P ><P > In any case, the file name that is given in the <TT CLASS="COMMAND" >CREATE FUNCTION</TT > command is recorded literally in the system catalogs, so if the file needs to be loaded again the same procedure is applied. </P ><DIV CLASS="NOTE" ><BLOCKQUOTE CLASS="NOTE" ><P ><B >Note: </B > <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > will not compile a C function automatically. The object file must be compiled before it is referenced in a <TT CLASS="COMMAND" >CREATE FUNCTION</TT > command. See <A HREF="xfunc-c.html#DFUNC" >Section 35.9.6</A > for additional information. </P ></BLOCKQUOTE ></DIV ><P > To ensure that a dynamically loaded object file is not loaded into an incompatible server, <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > checks that the file contains a <SPAN CLASS="QUOTE" >"magic block"</SPAN > with the appropriate contents. This allows the server to detect obvious incompatibilities, such as code compiled for a different major version of <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >. A magic block is required as of <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > 8.2. To include a magic block, write this in one (and only one) of the module source files, after having included the header <TT CLASS="FILENAME" >fmgr.h</TT >: </P><PRE CLASS="PROGRAMLISTING" >#ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif</PRE ><P> The <TT CLASS="LITERAL" >#ifdef</TT > test can be omitted if the code doesn't need to compile against pre-8.2 <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > releases. </P ><P > After it is used for the first time, a dynamically loaded object file is retained in memory. Future calls in the same session to the function(s) in that file will only incur the small overhead of a symbol table lookup. If you need to force a reload of an object file, for example after recompiling it, begin a fresh session. </P ><P > Optionally, a dynamically loaded file can contain initialization and finalization functions. If the file includes a function named <CODE CLASS="FUNCTION" >_PG_init</CODE >, that function will be called immediately after loading the file. The function receives no parameters and should return void. If the file includes a function named <CODE CLASS="FUNCTION" >_PG_fini</CODE >, that function will be called immediately before unloading the file. Likewise, the function receives no parameters and should return void. Note that <CODE CLASS="FUNCTION" >_PG_fini</CODE > will only be called during an unload of the file, not during process termination. (Presently, unloads are disabled and will never occur, but this may change in the future.) </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="XFUNC-C-BASETYPE" >35.9.2. Base Types in C-Language Functions</A ></H2 ><P > To know how to write C-language functions, you need to know how <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > internally represents base data types and how they can be passed to and from functions. Internally, <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > regards a base type as a <SPAN CLASS="QUOTE" >"blob of memory"</SPAN >. The user-defined functions that you define over a type in turn define the way that <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > can operate on it. That is, <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > will only store and retrieve the data from disk and use your user-defined functions to input, process, and output the data. </P ><P > Base types can have one of three internal formats: <P ></P ></P><UL ><LI ><P > pass by value, fixed-length </P ></LI ><LI ><P > pass by reference, fixed-length </P ></LI ><LI ><P > pass by reference, variable-length </P ></LI ></UL ><P> </P ><P > By-value types can only be 1, 2, or 4 bytes in length (also 8 bytes, if <TT CLASS="LITERAL" >sizeof(Datum)</TT > is 8 on your machine). You should be careful to define your types such that they will be the same size (in bytes) on all architectures. For example, the <TT CLASS="LITERAL" >long</TT > type is dangerous because it is 4 bytes on some machines and 8 bytes on others, whereas <TT CLASS="TYPE" >int</TT > type is 4 bytes on most Unix machines. A reasonable implementation of the <TT CLASS="TYPE" >int4</TT > type on Unix machines might be: </P><PRE CLASS="PROGRAMLISTING" >/* 4-byte integer, passed by value */ typedef int int4;</PRE ><P> </P ><P > On the other hand, fixed-length types of any size can be passed by-reference. For example, here is a sample implementation of a <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > type: </P><PRE CLASS="PROGRAMLISTING" >/* 16-byte structure, passed by reference */ typedef struct { double x, y; } Point;</PRE ><P> Only pointers to such types can be used when passing them in and out of <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > functions. To return a value of such a type, allocate the right amount of memory with <TT CLASS="LITERAL" >palloc</TT >, fill in the allocated memory, and return a pointer to it. (Also, if you just want to return the same value as one of your input arguments that's of the same data type, you can skip the extra <TT CLASS="LITERAL" >palloc</TT > and just return the pointer to the input value.) </P ><P > Finally, all variable-length types must also be passed by reference. All variable-length types must begin with a length field of exactly 4 bytes, and all data to be stored within that type must be located in the memory immediately following that length field. The length field contains the total length of the structure, that is, it includes the size of the length field itself. </P ><P > Another important point is to avoid leaving any uninitialized bits within data type values; for example, take care to zero out any alignment padding bytes that might be present in structs. Without this, logically-equivalent constants of your data type might be seen as unequal by the planner, leading to inefficient (though not incorrect) plans. </P ><DIV CLASS="WARNING" ><P ></P ><TABLE CLASS="WARNING" BORDER="1" WIDTH="100%" ><TR ><TD ALIGN="CENTER" ><B >Warning</B ></TD ></TR ><TR ><TD ALIGN="LEFT" ><P > <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >Never</I ></SPAN > modify the contents of a pass-by-reference input value. If you do so you are likely to corrupt on-disk data, since the pointer you are given might point directly into a disk buffer. The sole exception to this rule is explained in <A HREF="xaggr.html" >Section 35.10</A >. </P ></TD ></TR ></TABLE ></DIV ><P > As an example, we can define the type <TT CLASS="TYPE" >text</TT > as follows: </P><PRE CLASS="PROGRAMLISTING" >typedef struct { int4 length; char data[1]; } text;</PRE ><P> Obviously, the data field declared here is not long enough to hold all possible strings. Since it's impossible to declare a variable-size structure in <ACRONYM CLASS="ACRONYM" >C</ACRONYM >, we rely on the knowledge that the <ACRONYM CLASS="ACRONYM" >C</ACRONYM > compiler won't range-check array subscripts. We just allocate the necessary amount of space and then access the array as if it were declared the right length. (This is a common trick, which you can read about in many textbooks about C.) </P ><P > When manipulating variable-length types, we must be careful to allocate the correct amount of memory and set the length field correctly. For example, if we wanted to store 40 bytes in a <TT CLASS="STRUCTNAME" >text</TT > structure, we might use a code fragment like this: </P><PRE CLASS="PROGRAMLISTING" >#include "postgres.h" ... char buffer[40]; /* our source data */ ... text *destination = (text *) palloc(VARHDRSZ + 40); SET_VARSIZE(destination, VARHDRSZ + 40); memcpy(destination-&#62;data, buffer, 40); ...</PRE ><P> <TT CLASS="LITERAL" >VARHDRSZ</TT > is the same as <TT CLASS="LITERAL" >sizeof(int4)</TT >, but it's considered good style to use the macro <TT CLASS="LITERAL" >VARHDRSZ</TT > to refer to the size of the overhead for a variable-length type. Also, the length field <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >must</I ></SPAN > be set using the <TT CLASS="LITERAL" >SET_VARSIZE</TT > macro, not by simple assignment. </P ><P > <A HREF="xfunc-c.html#XFUNC-C-TYPE-TABLE" >Table 35-1</A > specifies which C type corresponds to which SQL type when writing a C-language function that uses a built-in type of <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >. The <SPAN CLASS="QUOTE" >"Defined In"</SPAN > column gives the header file that needs to be included to get the type definition. (The actual definition might be in a different file that is included by the listed file. It is recommended that users stick to the defined interface.) Note that you should always include <TT CLASS="FILENAME" >postgres.h</TT > first in any source file, because it declares a number of things that you will need anyway. </P ><DIV CLASS="TABLE" ><A NAME="XFUNC-C-TYPE-TABLE" ></A ><P ><B >Table 35-1. Equivalent C Types for Built-in SQL Types</B ></P ><TABLE BORDER="1" CLASS="CALSTABLE" ><COL><COL><COL><THEAD ><TR ><TH > SQL Type </TH ><TH > C Type </TH ><TH > Defined In </TH ></TR ></THEAD ><TBODY ><TR ><TD ><TT CLASS="TYPE" >abstime</TT ></TD ><TD ><TT CLASS="TYPE" >AbsoluteTime</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/nabstime.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >boolean</TT ></TD ><TD ><TT CLASS="TYPE" >bool</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT > (maybe compiler built-in)</TD ></TR ><TR ><TD ><TT CLASS="TYPE" >box</TT ></TD ><TD ><TT CLASS="TYPE" >BOX*</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/geo_decls.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >bytea</TT ></TD ><TD ><TT CLASS="TYPE" >bytea*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >"char"</TT ></TD ><TD ><TT CLASS="TYPE" >char</TT ></TD ><TD >(compiler built-in)</TD ></TR ><TR ><TD ><TT CLASS="TYPE" >character</TT ></TD ><TD ><TT CLASS="TYPE" >BpChar*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >cid</TT ></TD ><TD ><TT CLASS="TYPE" >CommandId</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >date</TT ></TD ><TD ><TT CLASS="TYPE" >DateADT</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/date.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >smallint</TT > (<TT CLASS="TYPE" >int2</TT >)</TD ><TD ><TT CLASS="TYPE" >int2</TT > or <TT CLASS="TYPE" >int16</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >int2vector</TT ></TD ><TD ><TT CLASS="TYPE" >int2vector*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >integer</TT > (<TT CLASS="TYPE" >int4</TT >)</TD ><TD ><TT CLASS="TYPE" >int4</TT > or <TT CLASS="TYPE" >int32</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >real</TT > (<TT CLASS="TYPE" >float4</TT >)</TD ><TD ><TT CLASS="TYPE" >float4*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >double precision</TT > (<TT CLASS="TYPE" >float8</TT >)</TD ><TD ><TT CLASS="TYPE" >float8*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >interval</TT ></TD ><TD ><TT CLASS="TYPE" >Interval*</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/timestamp.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >lseg</TT ></TD ><TD ><TT CLASS="TYPE" >LSEG*</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/geo_decls.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >name</TT ></TD ><TD ><TT CLASS="TYPE" >Name</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >oid</TT ></TD ><TD ><TT CLASS="TYPE" >Oid</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >oidvector</TT ></TD ><TD ><TT CLASS="TYPE" >oidvector*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >path</TT ></TD ><TD ><TT CLASS="TYPE" >PATH*</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/geo_decls.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >point</TT ></TD ><TD ><TT CLASS="TYPE" >POINT*</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/geo_decls.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >regproc</TT ></TD ><TD ><TT CLASS="TYPE" >regproc</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >reltime</TT ></TD ><TD ><TT CLASS="TYPE" >RelativeTime</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/nabstime.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >text</TT ></TD ><TD ><TT CLASS="TYPE" >text*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >tid</TT ></TD ><TD ><TT CLASS="TYPE" >ItemPointer</TT ></TD ><TD ><TT CLASS="FILENAME" >storage/itemptr.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >time</TT ></TD ><TD ><TT CLASS="TYPE" >TimeADT</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/date.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >time with time zone</TT ></TD ><TD ><TT CLASS="TYPE" >TimeTzADT</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/date.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >timestamp</TT ></TD ><TD ><TT CLASS="TYPE" >Timestamp*</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/timestamp.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >tinterval</TT ></TD ><TD ><TT CLASS="TYPE" >TimeInterval</TT ></TD ><TD ><TT CLASS="FILENAME" >utils/nabstime.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >varchar</TT ></TD ><TD ><TT CLASS="TYPE" >VarChar*</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ><TR ><TD ><TT CLASS="TYPE" >xid</TT ></TD ><TD ><TT CLASS="TYPE" >TransactionId</TT ></TD ><TD ><TT CLASS="FILENAME" >postgres.h</TT ></TD ></TR ></TBODY ></TABLE ></DIV ><P > Now that we've gone over all of the possible structures for base types, we can show some examples of real functions. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN50530" >35.9.3. Version 0 Calling Conventions</A ></H2 ><P > We present the <SPAN CLASS="QUOTE" >"old style"</SPAN > calling convention first &mdash; although this approach is now deprecated, it's easier to get a handle on initially. In the version-0 method, the arguments and result of the C function are just declared in normal C style, but being careful to use the C representation of each SQL data type as shown above. </P ><P > Here are some examples: </P><PRE CLASS="PROGRAMLISTING" >#include "postgres.h" #include &#60;string.h&#62; #include "utils/geo_decls.h" #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif /* by value */ int add_one(int arg) { return arg + 1; } /* by reference, fixed length */ float8 * add_one_float8(float8 *arg) { float8 *result = (float8 *) palloc(sizeof(float8)); *result = *arg + 1.0; return result; } Point * makepoint(Point *pointx, Point *pointy) { Point *new_point = (Point *) palloc(sizeof(Point)); new_point-&#62;x = pointx-&#62;x; new_point-&#62;y = pointy-&#62;y; return new_point; } /* by reference, variable length */ text * copytext(text *t) { /* * VARSIZE is the total size of the struct in bytes. */ text *new_t = (text *) palloc(VARSIZE(t)); SET_VARSIZE(new_t, VARSIZE(t)); /* * VARDATA is a pointer to the data region of the struct. */ memcpy((void *) VARDATA(new_t), /* destination */ (void *) VARDATA(t), /* source */ VARSIZE(t) - VARHDRSZ); /* how many bytes */ return new_t; } text * concat_text(text *arg1, text *arg2) { int32 new_text_size = VARSIZE(arg1) + VARSIZE(arg2) - VARHDRSZ; text *new_text = (text *) palloc(new_text_size); SET_VARSIZE(new_text, new_text_size); memcpy(VARDATA(new_text), VARDATA(arg1), VARSIZE(arg1) - VARHDRSZ); memcpy(VARDATA(new_text) + (VARSIZE(arg1) - VARHDRSZ), VARDATA(arg2), VARSIZE(arg2) - VARHDRSZ); return new_text; }</PRE ><P> </P ><P > Supposing that the above code has been prepared in file <TT CLASS="FILENAME" >funcs.c</TT > and compiled into a shared object, we could define the functions to <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > with commands like this: </P><PRE CLASS="PROGRAMLISTING" >CREATE FUNCTION add_one(integer) RETURNS integer AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'add_one' LANGUAGE C STRICT; -- note overloading of SQL function name "add_one" CREATE FUNCTION add_one(double precision) RETURNS double precision AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'add_one_float8' LANGUAGE C STRICT; CREATE FUNCTION makepoint(point, point) RETURNS point AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'makepoint' LANGUAGE C STRICT; CREATE FUNCTION copytext(text) RETURNS text AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'copytext' LANGUAGE C STRICT; CREATE FUNCTION concat_text(text, text) RETURNS text AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'concat_text' LANGUAGE C STRICT;</PRE ><P> </P ><P > Here, <TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT > stands for the directory of the shared library file (for instance the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > tutorial directory, which contains the code for the examples used in this section). (Better style would be to use just <TT CLASS="LITERAL" >'funcs'</TT > in the <TT CLASS="LITERAL" >AS</TT > clause, after having added <TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT > to the search path. In any case, we can omit the system-specific extension for a shared library, commonly <TT CLASS="LITERAL" >.so</TT > or <TT CLASS="LITERAL" >.sl</TT >.) </P ><P > Notice that we have specified the functions as <SPAN CLASS="QUOTE" >"strict"</SPAN >, meaning that the system should automatically assume a null result if any input value is null. By doing this, we avoid having to check for null inputs in the function code. Without this, we'd have to check for null values explicitly, by checking for a null pointer for each pass-by-reference argument. (For pass-by-value arguments, we don't even have a way to check!) </P ><P > Although this calling convention is simple to use, it is not very portable; on some architectures there are problems with passing data types that are smaller than <TT CLASS="TYPE" >int</TT > this way. Also, there is no simple way to return a null result, nor to cope with null arguments in any way other than making the function strict. The version-1 convention, presented next, overcomes these objections. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN50557" >35.9.4. Version 1 Calling Conventions</A ></H2 ><P > The version-1 calling convention relies on macros to suppress most of the complexity of passing arguments and results. The C declaration of a version-1 function is always: </P><PRE CLASS="PROGRAMLISTING" >Datum funcname(PG_FUNCTION_ARGS)</PRE ><P> In addition, the macro call: </P><PRE CLASS="PROGRAMLISTING" >PG_FUNCTION_INFO_V1(funcname);</PRE ><P> must appear in the same source file. (Conventionally, it's written just before the function itself.) This macro call is not needed for <TT CLASS="LITERAL" >internal</TT >-language functions, since <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > assumes that all internal functions use the version-1 convention. It is, however, required for dynamically-loaded functions. </P ><P > In a version-1 function, each actual argument is fetched using a <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > macro that corresponds to the argument's data type, and the result is returned using a <CODE CLASS="FUNCTION" >PG_RETURN_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > macro for the return type. <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > takes as its argument the number of the function argument to fetch, where the count starts at 0. <CODE CLASS="FUNCTION" >PG_RETURN_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > takes as its argument the actual value to return. </P ><P > Here we show the same functions as above, coded in version-1 style: </P><PRE CLASS="PROGRAMLISTING" >#include "postgres.h" #include &#60;string.h&#62; #include "fmgr.h" #include "utils/geo_decls.h" #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif /* by value */ PG_FUNCTION_INFO_V1(add_one); Datum add_one(PG_FUNCTION_ARGS) { int32 arg = PG_GETARG_INT32(0); PG_RETURN_INT32(arg + 1); } /* by reference, fixed length */ PG_FUNCTION_INFO_V1(add_one_float8); Datum add_one_float8(PG_FUNCTION_ARGS) { /* The macros for FLOAT8 hide its pass-by-reference nature. */ float8 arg = PG_GETARG_FLOAT8(0); PG_RETURN_FLOAT8(arg + 1.0); } PG_FUNCTION_INFO_V1(makepoint); Datum makepoint(PG_FUNCTION_ARGS) { /* Here, the pass-by-reference nature of Point is not hidden. */ Point *pointx = PG_GETARG_POINT_P(0); Point *pointy = PG_GETARG_POINT_P(1); Point *new_point = (Point *) palloc(sizeof(Point)); new_point-&#62;x = pointx-&#62;x; new_point-&#62;y = pointy-&#62;y; PG_RETURN_POINT_P(new_point); } /* by reference, variable length */ PG_FUNCTION_INFO_V1(copytext); Datum copytext(PG_FUNCTION_ARGS) { text *t = PG_GETARG_TEXT_P(0); /* * VARSIZE is the total size of the struct in bytes. */ text *new_t = (text *) palloc(VARSIZE(t)); SET_VARSIZE(new_t, VARSIZE(t)); /* * VARDATA is a pointer to the data region of the struct. */ memcpy((void *) VARDATA(new_t), /* destination */ (void *) VARDATA(t), /* source */ VARSIZE(t) - VARHDRSZ); /* how many bytes */ PG_RETURN_TEXT_P(new_t); } PG_FUNCTION_INFO_V1(concat_text); Datum concat_text(PG_FUNCTION_ARGS) { text *arg1 = PG_GETARG_TEXT_P(0); text *arg2 = PG_GETARG_TEXT_P(1); int32 new_text_size = VARSIZE(arg1) + VARSIZE(arg2) - VARHDRSZ; text *new_text = (text *) palloc(new_text_size); SET_VARSIZE(new_text, new_text_size); memcpy(VARDATA(new_text), VARDATA(arg1), VARSIZE(arg1) - VARHDRSZ); memcpy(VARDATA(new_text) + (VARSIZE(arg1) - VARHDRSZ), VARDATA(arg2), VARSIZE(arg2) - VARHDRSZ); PG_RETURN_TEXT_P(new_text); }</PRE ><P> </P ><P > The <TT CLASS="COMMAND" >CREATE FUNCTION</TT > commands are the same as for the version-0 equivalents. </P ><P > At first glance, the version-1 coding conventions might appear to be just pointless obscurantism. They do, however, offer a number of improvements, because the macros can hide unnecessary detail. An example is that in coding <CODE CLASS="FUNCTION" >add_one_float8</CODE >, we no longer need to be aware that <TT CLASS="TYPE" >float8</TT > is a pass-by-reference type. Another example is that the <TT CLASS="LITERAL" >GETARG</TT > macros for variable-length types allow for more efficient fetching of <SPAN CLASS="QUOTE" >"toasted"</SPAN > (compressed or out-of-line) values. </P ><P > One big improvement in version-1 functions is better handling of null inputs and results. The macro <CODE CLASS="FUNCTION" >PG_ARGISNULL(<TT CLASS="REPLACEABLE" ><I >n</I ></TT >)</CODE > allows a function to test whether each input is null. (Of course, doing this is only necessary in functions not declared <SPAN CLASS="QUOTE" >"strict"</SPAN >.) As with the <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > macros, the input arguments are counted beginning at zero. Note that one should refrain from executing <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > until one has verified that the argument isn't null. To return a null result, execute <CODE CLASS="FUNCTION" >PG_RETURN_NULL()</CODE >; this works in both strict and nonstrict functions. </P ><P > Other options provided in the new-style interface are two variants of the <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >()</CODE > macros. The first of these, <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >_COPY()</CODE >, guarantees to return a copy of the specified argument that is safe for writing into. (The normal macros will sometimes return a pointer to a value that is physically stored in a table, which must not be written to. Using the <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >_COPY()</CODE > macros guarantees a writable result.) The second variant consists of the <CODE CLASS="FUNCTION" >PG_GETARG_<TT CLASS="REPLACEABLE" ><I >xxx</I ></TT >_SLICE()</CODE > macros which take three arguments. The first is the number of the function argument (as above). The second and third are the offset and length of the segment to be returned. Offsets are counted from zero, and a negative length requests that the remainder of the value be returned. These macros provide more efficient access to parts of large values in the case where they have storage type <SPAN CLASS="QUOTE" >"external"</SPAN >. (The storage type of a column can be specified using <TT CLASS="LITERAL" >ALTER TABLE <TT CLASS="REPLACEABLE" ><I >tablename</I ></TT > ALTER COLUMN <TT CLASS="REPLACEABLE" ><I >colname</I ></TT > SET STORAGE <TT CLASS="REPLACEABLE" ><I >storagetype</I ></TT ></TT >. <TT CLASS="REPLACEABLE" ><I >storagetype</I ></TT > is one of <TT CLASS="LITERAL" >plain</TT >, <TT CLASS="LITERAL" >external</TT >, <TT CLASS="LITERAL" >extended</TT >, or <TT CLASS="LITERAL" >main</TT >.) </P ><P > Finally, the version-1 function call conventions make it possible to return set results (<A HREF="xfunc-c.html#XFUNC-C-RETURN-SET" >Section 35.9.9</A >) and implement trigger functions (<A HREF="triggers.html" >Chapter 36</A >) and procedural-language call handlers (<A HREF="plhandler.html" >Chapter 49</A >). Version-1 code is also more portable than version-0, because it does not break restrictions on function call protocol in the C standard. For more details see <TT CLASS="FILENAME" >src/backend/utils/fmgr/README</TT > in the source distribution. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN50615" >35.9.5. Writing Code</A ></H2 ><P > Before we turn to the more advanced topics, we should discuss some coding rules for <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > C-language functions. While it might be possible to load functions written in languages other than C into <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >, this is usually difficult (when it is possible at all) because other languages, such as C++, FORTRAN, or Pascal often do not follow the same calling convention as C. That is, other languages do not pass argument and return values between functions in the same way. For this reason, we will assume that your C-language functions are actually written in C. </P ><P > The basic rules for writing and building C functions are as follows: <P ></P ></P><UL ><LI ><P > Use <TT CLASS="LITERAL" >pg_config --includedir-server</TT > to find out where the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > server header files are installed on your system (or the system that your users will be running on). </P ></LI ><LI ><P > Compiling and linking your code so that it can be dynamically loaded into <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > always requires special flags. See <A HREF="xfunc-c.html#DFUNC" >Section 35.9.6</A > for a detailed explanation of how to do it for your particular operating system. </P ></LI ><LI ><P > Remember to define a <SPAN CLASS="QUOTE" >"magic block"</SPAN > for your shared library, as described in <A HREF="xfunc-c.html#XFUNC-C-DYNLOAD" >Section 35.9.1</A >. </P ></LI ><LI ><P > When allocating memory, use the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > functions <CODE CLASS="FUNCTION" >palloc</CODE > and <CODE CLASS="FUNCTION" >pfree</CODE > instead of the corresponding C library functions <CODE CLASS="FUNCTION" >malloc</CODE > and <CODE CLASS="FUNCTION" >free</CODE >. The memory allocated by <CODE CLASS="FUNCTION" >palloc</CODE > will be freed automatically at the end of each transaction, preventing memory leaks. </P ></LI ><LI ><P > Always zero the bytes of your structures using <CODE CLASS="FUNCTION" >memset</CODE > (or allocate them with <CODE CLASS="FUNCTION" >palloc0</CODE > in the first place). Even if you assign to each field of your structure, there might be alignment padding (holes in the structure) that contain garbage values. Without this, it's difficult to support hash indexes or hash joins, as you must pick out only the significant bits of your data structure to compute a hash. The planner also sometimes relies on comparing constants via bitwise equality, so you can get undesirable planning results if logically-equivalent values aren't bitwise equal. </P ></LI ><LI ><P > Most of the internal <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > types are declared in <TT CLASS="FILENAME" >postgres.h</TT >, while the function manager interfaces (<TT CLASS="SYMBOL" >PG_FUNCTION_ARGS</TT >, etc.) are in <TT CLASS="FILENAME" >fmgr.h</TT >, so you will need to include at least these two files. For portability reasons it's best to include <TT CLASS="FILENAME" >postgres.h</TT > <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >first</I ></SPAN >, before any other system or user header files. Including <TT CLASS="FILENAME" >postgres.h</TT > will also include <TT CLASS="FILENAME" >elog.h</TT > and <TT CLASS="FILENAME" >palloc.h</TT > for you. </P ></LI ><LI ><P > Symbol names defined within object files must not conflict with each other or with symbols defined in the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > server executable. You will have to rename your functions or variables if you get error messages to this effect. </P ></LI ></UL ><P> </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="DFUNC" >35.9.6. Compiling and Linking Dynamically-loaded Functions</A ></H2 ><P > Before you are able to use your <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > extension functions written in C, they must be compiled and linked in a special way to produce a file that can be dynamically loaded by the server. To be precise, a <I CLASS="FIRSTTERM" >shared library</I > needs to be created. </P ><P > For information beyond what is contained in this section you should read the documentation of your operating system, in particular the manual pages for the C compiler, <TT CLASS="COMMAND" >cc</TT >, and the link editor, <TT CLASS="COMMAND" >ld</TT >. In addition, the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > source code contains several working examples in the <TT CLASS="FILENAME" >contrib</TT > directory. If you rely on these examples you will make your modules dependent on the availability of the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > source code, however. </P ><P > Creating shared libraries is generally analogous to linking executables: first the source files are compiled into object files, then the object files are linked together. The object files need to be created as <I CLASS="FIRSTTERM" >position-independent code</I > (<ACRONYM CLASS="ACRONYM" >PIC</ACRONYM >), which conceptually means that they can be placed at an arbitrary location in memory when they are loaded by the executable. (Object files intended for executables are usually not compiled that way.) The command to link a shared library contains special flags to distinguish it from linking an executable (at least in theory &mdash; on some systems the practice is much uglier). </P ><P > In the following examples we assume that your source code is in a file <TT CLASS="FILENAME" >foo.c</TT > and we will create a shared library <TT CLASS="FILENAME" >foo.so</TT >. The intermediate object file will be called <TT CLASS="FILENAME" >foo.o</TT > unless otherwise noted. A shared library can contain more than one object file, but we only use one here. </P ><P ></P ><DIV CLASS="VARIABLELIST" ><DL ><DT ><SPAN CLASS="SYSTEMITEM" >BSD/OS</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-fpic</TT >. The linker flag to create shared libraries is <TT CLASS="OPTION" >-shared</TT >. </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c ld -shared -o foo.so foo.o</PRE ><P> This is applicable as of version 4.0 of <SPAN CLASS="SYSTEMITEM" >BSD/OS</SPAN >. </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >FreeBSD</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-fpic</TT >. To create shared libraries the compiler flag is <TT CLASS="OPTION" >-shared</TT >. </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c gcc -shared -o foo.so foo.o</PRE ><P> This is applicable as of version 3.0 of <SPAN CLASS="SYSTEMITEM" >FreeBSD</SPAN >. </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >HP-UX</SPAN ></DT ><DD ><P > The compiler flag of the system compiler to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >+z</TT >. When using <SPAN CLASS="APPLICATION" >GCC</SPAN > it's <TT CLASS="OPTION" >-fpic</TT >. The linker flag for shared libraries is <TT CLASS="OPTION" >-b</TT >. So: </P><PRE CLASS="PROGRAMLISTING" >cc +z -c foo.c</PRE ><P> or: </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c</PRE ><P> and then: </P><PRE CLASS="PROGRAMLISTING" >ld -b -o foo.sl foo.o</PRE ><P> <SPAN CLASS="SYSTEMITEM" >HP-UX</SPAN > uses the extension <TT CLASS="FILENAME" >.sl</TT > for shared libraries, unlike most other systems. </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >IRIX</SPAN ></DT ><DD ><P > <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is the default, no special compiler options are necessary. The linker option to produce shared libraries is <TT CLASS="OPTION" >-shared</TT >. </P><PRE CLASS="PROGRAMLISTING" >cc -c foo.c ld -shared -o foo.so foo.o</PRE ><P> </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >Linux</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-fpic</TT >. On some platforms in some situations <TT CLASS="OPTION" >-fPIC</TT > must be used if <TT CLASS="OPTION" >-fpic</TT > does not work. Refer to the GCC manual for more information. The compiler flag to create a shared library is <TT CLASS="OPTION" >-shared</TT >. A complete example looks like this: </P><PRE CLASS="PROGRAMLISTING" >cc -fpic -c foo.c cc -shared -o foo.so foo.o</PRE ><P> </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >Mac OS X</SPAN ></DT ><DD ><P > Here is an example. It assumes the developer tools are installed. </P><PRE CLASS="PROGRAMLISTING" >cc -c foo.c cc -bundle -flat_namespace -undefined suppress -o foo.so foo.o</PRE ><P> </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >NetBSD</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-fpic</TT >. For <ACRONYM CLASS="ACRONYM" >ELF</ACRONYM > systems, the compiler with the flag <TT CLASS="OPTION" >-shared</TT > is used to link shared libraries. On the older non-ELF systems, <TT CLASS="LITERAL" >ld -Bshareable</TT > is used. </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c gcc -shared -o foo.so foo.o</PRE ><P> </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >OpenBSD</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-fpic</TT >. <TT CLASS="LITERAL" >ld -Bshareable</TT > is used to link shared libraries. </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c ld -Bshareable -o foo.so foo.o</PRE ><P> </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >Solaris</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-KPIC</TT > with the Sun compiler and <TT CLASS="OPTION" >-fpic</TT > with <SPAN CLASS="APPLICATION" >GCC</SPAN >. To link shared libraries, the compiler option is <TT CLASS="OPTION" >-G</TT > with either compiler or alternatively <TT CLASS="OPTION" >-shared</TT > with <SPAN CLASS="APPLICATION" >GCC</SPAN >. </P><PRE CLASS="PROGRAMLISTING" >cc -KPIC -c foo.c cc -G -o foo.so foo.o</PRE ><P> or </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c gcc -G -o foo.so foo.o</PRE ><P> </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >Tru64 UNIX</SPAN ></DT ><DD ><P > <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is the default, so the compilation command is the usual one. <TT CLASS="COMMAND" >ld</TT > with special options is used to do the linking. </P><PRE CLASS="PROGRAMLISTING" >cc -c foo.c ld -shared -expect_unresolved '*' -o foo.so foo.o</PRE ><P> The same procedure is used with GCC instead of the system compiler; no special options are required. </P ></DD ><DT ><SPAN CLASS="SYSTEMITEM" >UnixWare</SPAN ></DT ><DD ><P > The compiler flag to create <ACRONYM CLASS="ACRONYM" >PIC</ACRONYM > is <TT CLASS="OPTION" >-K PIC</TT > with the SCO compiler and <TT CLASS="OPTION" >-fpic</TT > with <SPAN CLASS="PRODUCTNAME" >GCC</SPAN >. To link shared libraries, the compiler option is <TT CLASS="OPTION" >-G</TT > with the SCO compiler and <TT CLASS="OPTION" >-shared</TT > with <SPAN CLASS="PRODUCTNAME" >GCC</SPAN >. </P><PRE CLASS="PROGRAMLISTING" >cc -K PIC -c foo.c cc -G -o foo.so foo.o</PRE ><P> or </P><PRE CLASS="PROGRAMLISTING" >gcc -fpic -c foo.c gcc -shared -o foo.so foo.o</PRE ><P> </P ></DD ></DL ></DIV ><DIV CLASS="TIP" ><BLOCKQUOTE CLASS="TIP" ><P ><B >Tip: </B > If this is too complicated for you, you should consider using <A HREF="http://www.gnu.org/software/libtool/" TARGET="_top" > <SPAN CLASS="PRODUCTNAME" >GNU Libtool</SPAN ></A >, which hides the platform differences behind a uniform interface. </P ></BLOCKQUOTE ></DIV ><P > The resulting shared library file can then be loaded into <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >. When specifying the file name to the <TT CLASS="COMMAND" >CREATE FUNCTION</TT > command, one must give it the name of the shared library file, not the intermediate object file. Note that the system's standard shared-library extension (usually <TT CLASS="LITERAL" >.so</TT > or <TT CLASS="LITERAL" >.sl</TT >) can be omitted from the <TT CLASS="COMMAND" >CREATE FUNCTION</TT > command, and normally should be omitted for best portability. </P ><P > Refer back to <A HREF="xfunc-c.html#XFUNC-C-DYNLOAD" >Section 35.9.1</A > about where the server expects to find the shared library files. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN50854" >35.9.7. Composite-type Arguments</A ></H2 ><P > Composite types do not have a fixed layout like C structures. Instances of a composite type can contain null fields. In addition, composite types that are part of an inheritance hierarchy can have different fields than other members of the same inheritance hierarchy. Therefore, <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > provides a function interface for accessing fields of composite types from C. </P ><P > Suppose we want to write a function to answer the query: </P><PRE CLASS="PROGRAMLISTING" >SELECT name, c_overpaid(emp, 1500) AS overpaid FROM emp WHERE name = 'Bill' OR name = 'Sam';</PRE ><P> Using call conventions version 0, we can define <CODE CLASS="FUNCTION" >c_overpaid</CODE > as: </P><PRE CLASS="PROGRAMLISTING" >#include "postgres.h" #include "executor/executor.h" /* for GetAttributeByName() */ #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif bool c_overpaid(HeapTupleHeader t, /* the current row of emp */ int32 limit) { bool isnull; int32 salary; salary = DatumGetInt32(GetAttributeByName(t, "salary", &#38;isnull)); if (isnull) return false; return salary &#62; limit; }</PRE ><P> In version-1 coding, the above would look like this: </P><PRE CLASS="PROGRAMLISTING" >#include "postgres.h" #include "executor/executor.h" /* for GetAttributeByName() */ #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif PG_FUNCTION_INFO_V1(c_overpaid); Datum c_overpaid(PG_FUNCTION_ARGS) { HeapTupleHeader t = PG_GETARG_HEAPTUPLEHEADER(0); int32 limit = PG_GETARG_INT32(1); bool isnull; Datum salary; salary = GetAttributeByName(t, "salary", &#38;isnull); if (isnull) PG_RETURN_BOOL(false); /* Alternatively, we might prefer to do PG_RETURN_NULL() for null salary. */ PG_RETURN_BOOL(DatumGetInt32(salary) &#62; limit); }</PRE ><P> </P ><P > <CODE CLASS="FUNCTION" >GetAttributeByName</CODE > is the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > system function that returns attributes out of the specified row. It has three arguments: the argument of type <TT CLASS="TYPE" >HeapTupleHeader</TT > passed into the function, the name of the desired attribute, and a return parameter that tells whether the attribute is null. <CODE CLASS="FUNCTION" >GetAttributeByName</CODE > returns a <TT CLASS="TYPE" >Datum</TT > value that you can convert to the proper data type by using the appropriate <CODE CLASS="FUNCTION" >DatumGet<TT CLASS="REPLACEABLE" ><I >XXX</I ></TT >()</CODE > macro. Note that the return value is meaningless if the null flag is set; always check the null flag before trying to do anything with the result. </P ><P > There is also <CODE CLASS="FUNCTION" >GetAttributeByNum</CODE >, which selects the target attribute by column number instead of name. </P ><P > The following command declares the function <CODE CLASS="FUNCTION" >c_overpaid</CODE > in SQL: </P><PRE CLASS="PROGRAMLISTING" >CREATE FUNCTION c_overpaid(emp, integer) RETURNS boolean AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'c_overpaid' LANGUAGE C STRICT;</PRE ><P> Notice we have used <TT CLASS="LITERAL" >STRICT</TT > so that we did not have to check whether the input arguments were NULL. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN50878" >35.9.8. Returning Rows (Composite Types)</A ></H2 ><P > To return a row or composite-type value from a C-language function, you can use a special API that provides macros and functions to hide most of the complexity of building composite data types. To use this API, the source file must include: </P><PRE CLASS="PROGRAMLISTING" >#include "funcapi.h"</PRE ><P> </P ><P > There are two ways you can build a composite data value (henceforth a <SPAN CLASS="QUOTE" >"tuple"</SPAN >): you can build it from an array of Datum values, or from an array of C strings that can be passed to the input conversion functions of the tuple's column data types. In either case, you first need to obtain or construct a <TT CLASS="STRUCTNAME" >TupleDesc</TT > descriptor for the tuple structure. When working with Datums, you pass the <TT CLASS="STRUCTNAME" >TupleDesc</TT > to <CODE CLASS="FUNCTION" >BlessTupleDesc</CODE >, and then call <CODE CLASS="FUNCTION" >heap_form_tuple</CODE > for each row. When working with C strings, you pass the <TT CLASS="STRUCTNAME" >TupleDesc</TT > to <CODE CLASS="FUNCTION" >TupleDescGetAttInMetadata</CODE >, and then call <CODE CLASS="FUNCTION" >BuildTupleFromCStrings</CODE > for each row. In the case of a function returning a set of tuples, the setup steps can all be done once during the first call of the function. </P ><P > Several helper functions are available for setting up the needed <TT CLASS="STRUCTNAME" >TupleDesc</TT >. The recommended way to do this in most functions returning composite values is to call: </P><PRE CLASS="PROGRAMLISTING" >TypeFuncClass get_call_result_type(FunctionCallInfo fcinfo, Oid *resultTypeId, TupleDesc *resultTupleDesc)</PRE ><P> passing the same <TT CLASS="LITERAL" >fcinfo</TT > struct passed to the calling function itself. (This of course requires that you use the version-1 calling conventions.) <TT CLASS="VARNAME" >resultTypeId</TT > can be specified as <TT CLASS="LITERAL" >NULL</TT > or as the address of a local variable to receive the function's result type OID. <TT CLASS="VARNAME" >resultTupleDesc</TT > should be the address of a local <TT CLASS="STRUCTNAME" >TupleDesc</TT > variable. Check that the result is <TT CLASS="LITERAL" >TYPEFUNC_COMPOSITE</TT >; if so, <TT CLASS="VARNAME" >resultTupleDesc</TT > has been filled with the needed <TT CLASS="STRUCTNAME" >TupleDesc</TT >. (If it is not, you can report an error along the lines of <SPAN CLASS="QUOTE" >"function returning record called in context that cannot accept type record"</SPAN >.) </P ><DIV CLASS="TIP" ><BLOCKQUOTE CLASS="TIP" ><P ><B >Tip: </B > <CODE CLASS="FUNCTION" >get_call_result_type</CODE > can resolve the actual type of a polymorphic function result; so it is useful in functions that return scalar polymorphic results, not only functions that return composites. The <TT CLASS="VARNAME" >resultTypeId</TT > output is primarily useful for functions returning polymorphic scalars. </P ></BLOCKQUOTE ></DIV ><DIV CLASS="NOTE" ><BLOCKQUOTE CLASS="NOTE" ><P ><B >Note: </B > <CODE CLASS="FUNCTION" >get_call_result_type</CODE > has a sibling <CODE CLASS="FUNCTION" >get_expr_result_type</CODE >, which can be used to resolve the expected output type for a function call represented by an expression tree. This can be used when trying to determine the result type from outside the function itself. There is also <CODE CLASS="FUNCTION" >get_func_result_type</CODE >, which can be used when only the function's OID is available. However these functions are not able to deal with functions declared to return <TT CLASS="STRUCTNAME" >record</TT >, and <CODE CLASS="FUNCTION" >get_func_result_type</CODE > cannot resolve polymorphic types, so you should preferentially use <CODE CLASS="FUNCTION" >get_call_result_type</CODE >. </P ></BLOCKQUOTE ></DIV ><P > Older, now-deprecated functions for obtaining <TT CLASS="STRUCTNAME" >TupleDesc</TT >s are: </P><PRE CLASS="PROGRAMLISTING" >TupleDesc RelationNameGetTupleDesc(const char *relname)</PRE ><P> to get a <TT CLASS="STRUCTNAME" >TupleDesc</TT > for the row type of a named relation, and: </P><PRE CLASS="PROGRAMLISTING" >TupleDesc TypeGetTupleDesc(Oid typeoid, List *colaliases)</PRE ><P> to get a <TT CLASS="STRUCTNAME" >TupleDesc</TT > based on a type OID. This can be used to get a <TT CLASS="STRUCTNAME" >TupleDesc</TT > for a base or composite type. It will not work for a function that returns <TT CLASS="STRUCTNAME" >record</TT >, however, and it cannot resolve polymorphic types. </P ><P > Once you have a <TT CLASS="STRUCTNAME" >TupleDesc</TT >, call: </P><PRE CLASS="PROGRAMLISTING" >TupleDesc BlessTupleDesc(TupleDesc tupdesc)</PRE ><P> if you plan to work with Datums, or: </P><PRE CLASS="PROGRAMLISTING" >AttInMetadata *TupleDescGetAttInMetadata(TupleDesc tupdesc)</PRE ><P> if you plan to work with C strings. If you are writing a function returning set, you can save the results of these functions in the <TT CLASS="STRUCTNAME" >FuncCallContext</TT > structure &mdash; use the <TT CLASS="STRUCTFIELD" >tuple_desc</TT > or <TT CLASS="STRUCTFIELD" >attinmeta</TT > field respectively. </P ><P > When working with Datums, use: </P><PRE CLASS="PROGRAMLISTING" >HeapTuple heap_form_tuple(TupleDesc tupdesc, Datum *values, bool *isnull)</PRE ><P> to build a <TT CLASS="STRUCTNAME" >HeapTuple</TT > given user data in Datum form. </P ><P > When working with C strings, use: </P><PRE CLASS="PROGRAMLISTING" >HeapTuple BuildTupleFromCStrings(AttInMetadata *attinmeta, char **values)</PRE ><P> to build a <TT CLASS="STRUCTNAME" >HeapTuple</TT > given user data in C string form. <TT CLASS="LITERAL" >values</TT > is an array of C strings, one for each attribute of the return row. Each C string should be in the form expected by the input function of the attribute data type. In order to return a null value for one of the attributes, the corresponding pointer in the <TT CLASS="PARAMETER" >values</TT > array should be set to <TT CLASS="SYMBOL" >NULL</TT >. This function will need to be called again for each row you return. </P ><P > Once you have built a tuple to return from your function, it must be converted into a <TT CLASS="TYPE" >Datum</TT >. Use: </P><PRE CLASS="PROGRAMLISTING" >HeapTupleGetDatum(HeapTuple tuple)</PRE ><P> to convert a <TT CLASS="STRUCTNAME" >HeapTuple</TT > into a valid Datum. This <TT CLASS="TYPE" >Datum</TT > can be returned directly if you intend to return just a single row, or it can be used as the current return value in a set-returning function. </P ><P > An example appears in the next section. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="XFUNC-C-RETURN-SET" >35.9.9. Returning Sets</A ></H2 ><P > There is also a special API that provides support for returning sets (multiple rows) from a C-language function. A set-returning function must follow the version-1 calling conventions. Also, source files must include <TT CLASS="FILENAME" >funcapi.h</TT >, as above. </P ><P > A set-returning function (<ACRONYM CLASS="ACRONYM" >SRF</ACRONYM >) is called once for each item it returns. The <ACRONYM CLASS="ACRONYM" >SRF</ACRONYM > must therefore save enough state to remember what it was doing and return the next item on each call. The structure <TT CLASS="STRUCTNAME" >FuncCallContext</TT > is provided to help control this process. Within a function, <TT CLASS="LITERAL" >fcinfo-&gt;flinfo-&gt;fn_extra</TT > is used to hold a pointer to <TT CLASS="STRUCTNAME" >FuncCallContext</TT > across calls. </P><PRE CLASS="PROGRAMLISTING" >typedef struct { /* * Number of times we've been called before * * call_cntr is initialized to 0 for you by SRF_FIRSTCALL_INIT(), and * incremented for you every time SRF_RETURN_NEXT() is called. */ uint32 call_cntr; /* * OPTIONAL maximum number of calls * * max_calls is here for convenience only and setting it is optional. * If not set, you must provide alternative means to know when the * function is done. */ uint32 max_calls; /* * OPTIONAL pointer to result slot * * This is obsolete and only present for backward compatibility, viz, * user-defined SRFs that use the deprecated TupleDescGetSlot(). */ TupleTableSlot *slot; /* * OPTIONAL pointer to miscellaneous user-provided context information * * user_fctx is for use as a pointer to your own data to retain * arbitrary context information between calls of your function. */ void *user_fctx; /* * OPTIONAL pointer to struct containing attribute type input metadata * * attinmeta is for use when returning tuples (i.e., composite data types) * and is not used when returning base data types. It is only needed * if you intend to use BuildTupleFromCStrings() to create the return * tuple. */ AttInMetadata *attinmeta; /* * memory context used for structures that must live for multiple calls * * multi_call_memory_ctx is set by SRF_FIRSTCALL_INIT() for you, and used * by SRF_RETURN_DONE() for cleanup. It is the most appropriate memory * context for any memory that is to be reused across multiple calls * of the SRF. */ MemoryContext multi_call_memory_ctx; /* * OPTIONAL pointer to struct containing tuple description * * tuple_desc is for use when returning tuples (i.e., composite data types) * and is only needed if you are going to build the tuples with * heap_form_tuple() rather than with BuildTupleFromCStrings(). Note that * the TupleDesc pointer stored here should usually have been run through * BlessTupleDesc() first. */ TupleDesc tuple_desc; } FuncCallContext;</PRE ><P> </P ><P > An <ACRONYM CLASS="ACRONYM" >SRF</ACRONYM > uses several functions and macros that automatically manipulate the <TT CLASS="STRUCTNAME" >FuncCallContext</TT > structure (and expect to find it via <TT CLASS="LITERAL" >fn_extra</TT >). Use: </P><PRE CLASS="PROGRAMLISTING" >SRF_IS_FIRSTCALL()</PRE ><P> to determine if your function is being called for the first or a subsequent time. On the first call (only) use: </P><PRE CLASS="PROGRAMLISTING" >SRF_FIRSTCALL_INIT()</PRE ><P> to initialize the <TT CLASS="STRUCTNAME" >FuncCallContext</TT >. On every function call, including the first, use: </P><PRE CLASS="PROGRAMLISTING" >SRF_PERCALL_SETUP()</PRE ><P> to properly set up for using the <TT CLASS="STRUCTNAME" >FuncCallContext</TT > and clearing any previously returned data left over from the previous pass. </P ><P > If your function has data to return, use: </P><PRE CLASS="PROGRAMLISTING" >SRF_RETURN_NEXT(funcctx, result)</PRE ><P> to return it to the caller. (<TT CLASS="LITERAL" >result</TT > must be of type <TT CLASS="TYPE" >Datum</TT >, either a single value or a tuple prepared as described above.) Finally, when your function is finished returning data, use: </P><PRE CLASS="PROGRAMLISTING" >SRF_RETURN_DONE(funcctx)</PRE ><P> to clean up and end the <ACRONYM CLASS="ACRONYM" >SRF</ACRONYM >. </P ><P > The memory context that is current when the <ACRONYM CLASS="ACRONYM" >SRF</ACRONYM > is called is a transient context that will be cleared between calls. This means that you do not need to call <CODE CLASS="FUNCTION" >pfree</CODE > on everything you allocated using <CODE CLASS="FUNCTION" >palloc</CODE >; it will go away anyway. However, if you want to allocate any data structures to live across calls, you need to put them somewhere else. The memory context referenced by <TT CLASS="STRUCTFIELD" >multi_call_memory_ctx</TT > is a suitable location for any data that needs to survive until the <ACRONYM CLASS="ACRONYM" >SRF</ACRONYM > is finished running. In most cases, this means that you should switch into <TT CLASS="STRUCTFIELD" >multi_call_memory_ctx</TT > while doing the first-call setup. </P ><P > A complete pseudo-code example looks like the following: </P><PRE CLASS="PROGRAMLISTING" >Datum my_set_returning_function(PG_FUNCTION_ARGS) { FuncCallContext *funcctx; Datum result; <TT CLASS="REPLACEABLE" ><I >further declarations as needed</I ></TT > if (SRF_IS_FIRSTCALL()) { MemoryContext oldcontext; funcctx = SRF_FIRSTCALL_INIT(); oldcontext = MemoryContextSwitchTo(funcctx-&gt;multi_call_memory_ctx); /* One-time setup code appears here: */ <TT CLASS="REPLACEABLE" ><I >user code</I ></TT > <TT CLASS="REPLACEABLE" ><I >if returning composite</I ></TT > <TT CLASS="REPLACEABLE" ><I >build TupleDesc, and perhaps AttInMetadata</I ></TT > <TT CLASS="REPLACEABLE" ><I >endif returning composite</I ></TT > <TT CLASS="REPLACEABLE" ><I >user code</I ></TT > MemoryContextSwitchTo(oldcontext); } /* Each-time setup code appears here: */ <TT CLASS="REPLACEABLE" ><I >user code</I ></TT > funcctx = SRF_PERCALL_SETUP(); <TT CLASS="REPLACEABLE" ><I >user code</I ></TT > /* this is just one way we might test whether we are done: */ if (funcctx-&gt;call_cntr &lt; funcctx-&gt;max_calls) { /* Here we want to return another item: */ <TT CLASS="REPLACEABLE" ><I >user code</I ></TT > <TT CLASS="REPLACEABLE" ><I >obtain result Datum</I ></TT > SRF_RETURN_NEXT(funcctx, result); } else { /* Here we are done returning items and just need to clean up: */ <TT CLASS="REPLACEABLE" ><I >user code</I ></TT > SRF_RETURN_DONE(funcctx); } }</PRE ><P> </P ><P > A complete example of a simple <ACRONYM CLASS="ACRONYM" >SRF</ACRONYM > returning a composite type looks like: </P><PRE CLASS="PROGRAMLISTING" >PG_FUNCTION_INFO_V1(retcomposite); Datum retcomposite(PG_FUNCTION_ARGS) { FuncCallContext *funcctx; int call_cntr; int max_calls; TupleDesc tupdesc; AttInMetadata *attinmeta; /* stuff done only on the first call of the function */ if (SRF_IS_FIRSTCALL()) { MemoryContext oldcontext; /* create a function context for cross-call persistence */ funcctx = SRF_FIRSTCALL_INIT(); /* switch to memory context appropriate for multiple function calls */ oldcontext = MemoryContextSwitchTo(funcctx-&#62;multi_call_memory_ctx); /* total number of tuples to be returned */ funcctx-&#62;max_calls = PG_GETARG_UINT32(0); /* Build a tuple descriptor for our result type */ if (get_call_result_type(fcinfo, NULL, &#38;tupdesc) != TYPEFUNC_COMPOSITE) ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("function returning record called in context " "that cannot accept type record"))); /* * generate attribute metadata needed later to produce tuples from raw * C strings */ attinmeta = TupleDescGetAttInMetadata(tupdesc); funcctx-&#62;attinmeta = attinmeta; MemoryContextSwitchTo(oldcontext); } /* stuff done on every call of the function */ funcctx = SRF_PERCALL_SETUP(); call_cntr = funcctx-&#62;call_cntr; max_calls = funcctx-&#62;max_calls; attinmeta = funcctx-&#62;attinmeta; if (call_cntr &#60; max_calls) /* do when there is more left to send */ { char **values; HeapTuple tuple; Datum result; /* * Prepare a values array for building the returned tuple. * This should be an array of C strings which will * be processed later by the type input functions. */ values = (char **) palloc(3 * sizeof(char *)); values[0] = (char *) palloc(16 * sizeof(char)); values[1] = (char *) palloc(16 * sizeof(char)); values[2] = (char *) palloc(16 * sizeof(char)); snprintf(values[0], 16, "%d", 1 * PG_GETARG_INT32(1)); snprintf(values[1], 16, "%d", 2 * PG_GETARG_INT32(1)); snprintf(values[2], 16, "%d", 3 * PG_GETARG_INT32(1)); /* build a tuple */ tuple = BuildTupleFromCStrings(attinmeta, values); /* make the tuple into a datum */ result = HeapTupleGetDatum(tuple); /* clean up (this is not really necessary) */ pfree(values[0]); pfree(values[1]); pfree(values[2]); pfree(values); SRF_RETURN_NEXT(funcctx, result); } else /* do when there is no more left */ { SRF_RETURN_DONE(funcctx); } }</PRE ><P> One way to declare this function in SQL is: </P><PRE CLASS="PROGRAMLISTING" >CREATE TYPE __retcomposite AS (f1 integer, f2 integer, f3 integer); CREATE OR REPLACE FUNCTION retcomposite(integer, integer) RETURNS SETOF __retcomposite AS '<TT CLASS="REPLACEABLE" ><I >filename</I ></TT >', 'retcomposite' LANGUAGE C IMMUTABLE STRICT;</PRE ><P> A different way is to use OUT parameters: </P><PRE CLASS="PROGRAMLISTING" >CREATE OR REPLACE FUNCTION retcomposite(IN integer, IN integer, OUT f1 integer, OUT f2 integer, OUT f3 integer) RETURNS SETOF record AS '<TT CLASS="REPLACEABLE" ><I >filename</I ></TT >', 'retcomposite' LANGUAGE C IMMUTABLE STRICT;</PRE ><P> Notice that in this method the output type of the function is formally an anonymous <TT CLASS="STRUCTNAME" >record</TT > type. </P ><P > The directory <A HREF="tablefunc.html" >contrib/tablefunc</A > module in the source distribution contains more examples of set-returning functions. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN51001" >35.9.10. Polymorphic Arguments and Return Types</A ></H2 ><P > C-language functions can be declared to accept and return the polymorphic types <TT CLASS="TYPE" >anyelement</TT >, <TT CLASS="TYPE" >anyarray</TT >, <TT CLASS="TYPE" >anynonarray</TT >, and <TT CLASS="TYPE" >anyenum</TT >. See <A HREF="extend-type-system.html#EXTEND-TYPES-POLYMORPHIC" >Section 35.2.5</A > for a more detailed explanation of polymorphic functions. When function arguments or return types are defined as polymorphic types, the function author cannot know in advance what data type it will be called with, or need to return. There are two routines provided in <TT CLASS="FILENAME" >fmgr.h</TT > to allow a version-1 C function to discover the actual data types of its arguments and the type it is expected to return. The routines are called <TT CLASS="LITERAL" >get_fn_expr_rettype(FmgrInfo *flinfo)</TT > and <TT CLASS="LITERAL" >get_fn_expr_argtype(FmgrInfo *flinfo, int argnum)</TT >. They return the result or argument type OID, or <TT CLASS="SYMBOL" >InvalidOid</TT > if the information is not available. The structure <TT CLASS="LITERAL" >flinfo</TT > is normally accessed as <TT CLASS="LITERAL" >fcinfo-&gt;flinfo</TT >. The parameter <TT CLASS="LITERAL" >argnum</TT > is zero based. <CODE CLASS="FUNCTION" >get_call_result_type</CODE > can also be used as an alternative to <CODE CLASS="FUNCTION" >get_fn_expr_rettype</CODE >. </P ><P > For example, suppose we want to write a function to accept a single element of any type, and return a one-dimensional array of that type: </P><PRE CLASS="PROGRAMLISTING" >PG_FUNCTION_INFO_V1(make_array); Datum make_array(PG_FUNCTION_ARGS) { ArrayType *result; Oid element_type = get_fn_expr_argtype(fcinfo-&gt;flinfo, 0); Datum element; bool isnull; int16 typlen; bool typbyval; char typalign; int ndims; int dims[MAXDIM]; int lbs[MAXDIM]; if (!OidIsValid(element_type)) elog(ERROR, "could not determine data type of input"); /* get the provided element, being careful in case it's NULL */ isnull = PG_ARGISNULL(0); if (isnull) element = (Datum) 0; else element = PG_GETARG_DATUM(0); /* we have one dimension */ ndims = 1; /* and one element */ dims[0] = 1; /* and lower bound is 1 */ lbs[0] = 1; /* get required info about the element type */ get_typlenbyvalalign(element_type, &amp;typlen, &amp;typbyval, &amp;typalign); /* now build the array */ result = construct_md_array(&amp;element, &amp;isnull, ndims, dims, lbs, element_type, typlen, typbyval, typalign); PG_RETURN_ARRAYTYPE_P(result); }</PRE ><P> </P ><P > The following command declares the function <CODE CLASS="FUNCTION" >make_array</CODE > in SQL: </P><PRE CLASS="PROGRAMLISTING" >CREATE FUNCTION make_array(anyelement) RETURNS anyarray AS '<TT CLASS="REPLACEABLE" ><I >DIRECTORY</I ></TT >/funcs', 'make_array' LANGUAGE C IMMUTABLE;</PRE ><P> </P ><P > There is a variant of polymorphism that is only available to C-language functions: they can be declared to take parameters of type <TT CLASS="LITERAL" >"any"</TT >. (Note that this type name must be double-quoted, since it's also a SQL reserved word.) This works like <TT CLASS="TYPE" >anyelement</TT > except that it does not constrain different <TT CLASS="LITERAL" >"any"</TT > arguments to be the same type, nor do they help determine the function's result type. A C-language function can also declare its final parameter to be <TT CLASS="LITERAL" >VARIADIC "any"</TT >. This will match one or more actual arguments of any type (not necessarily the same type). These arguments will <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >not</I ></SPAN > be gathered into an array as happens with normal variadic functions; they will just be passed to the function separately. The <CODE CLASS="FUNCTION" >PG_NARGS()</CODE > macro and the methods described above must be used to determine the number of actual arguments and their types when using this feature. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN51031" >35.9.11. Shared Memory and LWLocks</A ></H2 ><P > Add-ins can reserve LWLocks and an allocation of shared memory on server startup. The add-in's shared library must be preloaded by specifying it in <A HREF="runtime-config-resource.html#GUC-SHARED-PRELOAD-LIBRARIES" >shared_preload_libraries</A >. Shared memory is reserved by calling: </P><PRE CLASS="PROGRAMLISTING" >void RequestAddinShmemSpace(int size)</PRE ><P> from your <CODE CLASS="FUNCTION" >_PG_init</CODE > function. </P ><P > LWLocks are reserved by calling: </P><PRE CLASS="PROGRAMLISTING" >void RequestAddinLWLocks(int n)</PRE ><P> from <CODE CLASS="FUNCTION" >_PG_init</CODE >. </P ><P > To avoid possible race-conditions, each backend should use the LWLock <CODE CLASS="FUNCTION" >AddinShmemInitLock</CODE > when connecting to and initializing its allocation of shared memory, as shown here: </P><PRE CLASS="PROGRAMLISTING" >static mystruct *ptr = NULL; if (!ptr) { bool found; LWLockAcquire(AddinShmemInitLock, LW_EXCLUSIVE); ptr = ShmemInitStruct("my struct name", size, &amp;found); if (!found) { initialize contents of shmem area; acquire any requested LWLocks using: ptr-&#62;mylockid = LWLockAssign(); } LWLockRelease(AddinShmemInitLock); }</PRE ><P> </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="EXTEND-CPP" >35.9.12. Using C++ for Extensibility</A ></H2 ><P > Although the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > backend is written in C, it is possible to write extensions in C++ if these guidelines are followed: <P ></P ></P><UL ><LI ><P > All functions accessed by the backend must present a C interface to the backend; these C functions can then call C++ functions. For example, <TT CLASS="LITERAL" >extern C</TT > linkage is required for backend-accessed functions. This is also necessary for any functions that are passed as pointers between the backend and C++ code. </P ></LI ><LI ><P > Free memory using the appropriate deallocation method. For example, most backend memory is allocated using <CODE CLASS="FUNCTION" >palloc()</CODE >, so use <CODE CLASS="FUNCTION" >pfree()</CODE > to free it. Using C++ <CODE CLASS="FUNCTION" >delete</CODE > in such cases will fail. </P ></LI ><LI ><P > Prevent exceptions from propagating into the C code (use a catch-all block at the top level of all <TT CLASS="LITERAL" >extern C</TT > functions). This is necessary even if the C++ code does not explicitly throw any exceptions, because events like out-of-memory can still throw exceptions. Any exceptions must be caught and appropriate errors passed back to the C interface. If possible, compile C++ with <TT CLASS="OPTION" >-fno-exceptions</TT > to eliminate exceptions entirely; in such cases, you must check for failures in your C++ code, e.g. check for NULL returned by <CODE CLASS="FUNCTION" >new()</CODE >. </P ></LI ><LI ><P > If calling backend functions from C++ code, be sure that the C++ call stack contains only plain old data structures (<ACRONYM CLASS="ACRONYM" >POD</ACRONYM >). This is necessary because backend errors generate a distant <CODE CLASS="FUNCTION" >longjmp()</CODE > that does not properly unroll a C++ call stack with non-POD objects. </P ></LI ></UL ><P> </P ><P > In summary, it is best to place C++ code behind a wall of <TT CLASS="LITERAL" >extern C</TT > functions that interface to the backend, and avoid exception, memory, and call stack leakage. </P ></DIV ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="xfunc-internal.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="xaggr.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Internal Functions</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="extend.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >User-defined Aggregates</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
serveur/doc/html/DataPartieEnTete_8cpp.html
Aredhele/FreakyMonsters
<!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.8"/> <title>FreakyMonsterServer: Référence du fichier src/Reseau/RequetesPartie/DataPartieEnTete.cpp</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/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </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">FreakyMonsterServer </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Généré par Doxygen 1.8.8 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Recherche'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Page&#160;principale</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Fichiers</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="Recherche" 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>Liste&#160;des&#160;fichiers</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)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>Tout</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Fichiers</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Fonctions</a></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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_c708092b579269921f518ece91170c2a.html">Reseau</a></li><li class="navelem"><a class="el" href="dir_9b37d01cb1fff382f8d228fab97ae921.html">RequetesPartie</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Référence du fichier DataPartieEnTete.cpp</div> </div> </div><!--header--> <div class="contents"> <p>Stocke les octets de l'entete du datagramme. <a href="#details">Plus de détails...</a></p> <div class="textblock"><code>#include &quot;<a class="el" href="DataPartieEnTete_8hpp_source.html">Reseau/RequetesPartie/DataPartieEnTete.hpp</a>&quot;</code><br /> </div><div class="textblock"><div class="dynheader"> Graphe des dépendances par inclusion de DataPartieEnTete.cpp:</div> <div class="dyncontent"> <div class="center"><img src="DataPartieEnTete_8cpp__incl.png" border="0" usemap="#src_2Reseau_2RequetesPartie_2DataPartieEnTete_8cpp" alt=""/></div> <map name="src_2Reseau_2RequetesPartie_2DataPartieEnTete_8cpp" id="src_2Reseau_2RequetesPartie_2DataPartieEnTete_8cpp"> <area shape="rect" id="node2" href="DataPartieEnTete_8hpp.html" title="Stocke les octets de l&#39;entete du datagramme 2 octets &#45; 3 bits, 11 bits, 2 bits. " alt="" coords="16,95,177,136"/><area shape="rect" id="node3" href="Data_8hpp.html" title="Super classe pour les donnees reseaux. " alt="" coords="35,184,159,211"/></map> </div> </div><a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2> <div class="textblock"><p>Stocke les octets de l'entete du datagramme. </p> <dl class="section author"><dt>Auteur</dt><dd>Aredhele </dd></dl> <dl class="section version"><dt>Version</dt><dd>0.1 </dd></dl> <dl class="section date"><dt>Date</dt><dd>2016-02-11 </dd></dl> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Généré le Dimanche 13 Mars 2016 15:50:08 pour FreakyMonsterServer par &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.8 </small></address> </body> </html>
foreign/boost/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator-members.html
cppisfun/GameEngine
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>ublas: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --> <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 class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>boost::numeric::ublas::matrix_column&lt; M &gt;::iterator Member List</h1>This is the complete list of members for <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>, including all inherited members.<table> <tr bgcolor="#f0f0f0"><td><b>const_iterator</b> (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td><code> [friend]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>difference_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>index</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>iterator</b>() (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>iterator</b>(self_type &amp;mc, const subiterator_type &amp;it) (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator*</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator++</b>() (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator+=</b>(difference_type n) (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator-</b>(const iterator &amp;it) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator--</b>() (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator-=</b>(difference_type n) (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator&lt;</b>(const iterator &amp;it) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator=</b>(const iterator &amp;it) (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator==</b>(const iterator &amp;it) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>operator[]</b>(difference_type n) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>pointer</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>reference</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>value_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html">boost::numeric::ublas::matrix_column&lt; M &gt;::iterator</a></td><td></td></tr> </table></div> <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Jul 4 20:31:06 2010 for ublas by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>