path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
public_http/csscore/generation/css/generation.css
alinarezrangel/cnatural
/************************************** * Generation: A CSS3 Based framework. * * This is Generation 1.0 * *************************************** Copyright 2016 Alejandro Linarez Rangel Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. **************************************/ html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; background-color: white; color: black; font-family: Arial, Helvetica, sans-serif; font-size: 16px; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; } * { background-color: inherit; color: inherit; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; } .section, .button-group, .box, .group { margin: 4px; } .section { margin-bottom: 8px; } .list, .grid, .col, .card, .form, .navigation, .top-navigation, .side-navigation, .section, .container, .box { display: block; } .grid, .navigation, .top-navigation, .section, .button-group, .group, .container { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .row, .fcontainer, .flexible, .button-group { display: -webkit-flex !important; display: -moz-flex !important; display: -ms-flex !important; display: flex !important; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .fcontainer, .container { padding: 8px; } .section { padding-left: 8px; padding-right: 8px; padding-bottom: 8px; padding-top: 0px; } .border { border: 1px solid #ccc; } .border-vertical { border-left: none; border-right: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } .border-horizontal { border-top: none; border-bottom: none; border-left: 1px solid #ccc; border-right: 1px solid #ccc; } .center { -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; } .left { -ms-flex-direction: row; -moz-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; } .right { -ms-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse; } .center > *, .center > .centerme { margin: auto; } .button { display: inline-block; background-color: black; color: white; border: none; padding: 8px 16px; text-align: center; text-decoration: none; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); cursor: pointer; transition: box-shadow 0.4s ease 0.01s; } .button:active, .button:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.39); } .flat-button { display: inline-block; background-color: transparent; color: inherit; border: none; padding: 8px 16px; text-align: center; text-decoration: none; box-shadow: none; cursor: pointer; transition: box-shadow 0.4s ease 0.01s; } .flat-button:active, .flat-button:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.39); } .button-group { -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .button-group:not(.non-automatic-flexible) > .button, .button-group:not(.non-automatic-flexible) > .flat-button { margin: 4px; -moz-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; } .button-group.non-automatic-flexible > .button, .button-group.non-automatic-flexible > .flat-button { margin: 4px; } .padding { padding: 8px; } .margin { margin: 8px; } .navigation > a, .navigation > .link { text-decoration: none; padding: 8px 16px; display: inline-block; cursor: pointer; } .navigation > a:hover, .navigation > .link:hover { background-color: #ccc; color: #000; transition: background-color 0.5s ease 0.01s; } .top-navigation > a, .top-navigation > .link { text-decoration: none; padding: 8px 16px; display: inline-block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 5px solid transparent; cursor: pointer; transition: border-bottom 0.2s ease 0.01s; } .top-navigation.no-inner-border > a, .top-navigation.no-inner-border > .link { border-bottom: 0; } .top-navigation > a:hover, .top-navigation > .link:hover { border-bottom: 5px solid #ccc; } .top-navigation.no-inner-border > a:hover, .top-navigation.no-inner-border > .link:hover { border-bottom: 0; } .side-navigation { padding: 0px; } .side-navigation > a, .side-navigation > .link { margin: auto; width: 100%; display: block; text-align: center; padding: 8px 16px; cursor: pointer; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; } .side-navigation > a:hover, .side-navigation > .link:hover { background-color: #ccc; color: #000; transition: background-color 0.5s ease 0.01s; } .form { display: block; margin: 4px; padding: 8px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; } .label { display: block; } .input { display: inline-block; background-color: #fff; color: #000; border: 1px solid #ccc; margin: 4px; padding: 8px 16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .input[type="email"], .input[type="number"], .input[type="search"], .input[type="url"], .input[type="tel"], .input[type="text"], .input[type="password"], .select, .textarea, .inputtext, .inputmultitext, textarea.input, select.input { display: inline-block; background-color: #fff; color: #000; border: none; border-bottom: 2px solid #ccc; width: 100%; margin: 4px; padding: 8px 16px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .inputmultitext, textarea.input { border: 2px solid #ccc; } .fieldset { display: block; margin-left: 2px; margin-right: 2px; padding-top: 0.35em; padding-bottom: 0.625em; padding-left: 0.75em; padding-right: 0.75em; border: 1px groove #ccc; } .dropdown:hover > .dropdown-content { display: block; } .dropdown:hover > .dropdown-content.inline-block { display: inline-block; } .dropdown-content { display: none; position: absolute; z-index: 1; padding: 5px; } .dropdown-content.no-absolute { position: relative; } .dropdown { display: inline-block; } .card { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 8px; padding: 4px; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7); } .table { border-collapse: collapse; border: 1px solid #ccc; } .table th, .table td { border: 1px solid #ccc;; padding: 8px; } .modal { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none; background-color: rgba(0, 0, 0, 0.7); } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .modal > .modal-content { margin: auto; padding: 0px; width: 70%; display: block; } .close-button { display: block; float: right; } .list > li, .list > .list-element { margin-top: 6px; list-style-type: disc; } .list.no-style > li, .list.no-style > .list-element { list-style-type: none; } .list.no-style > li:not(:first-child), .list.no-style > .list-element:not(:first-child) { border-top: 2px solid #ccc; } /* utilities */ .text-center { text-align: center !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .block-left { float: left !important; } .block-right { float: right !important; } .block-clear { clear: both !important; } .no-margin { margin: 0px !important; } .no-padding { padding: 0px !important; } .margin-1 { margin: 1px !important; } .margin-2 { margin: 2px !important; } .margin-4 { margin: 4px !important; } .margin-8 { margin: 8px !important; } .margin-16 { margin: 16px !important; } .margin-32 { margin: 32px !important; } .margin-64 { margin: 64px !important; } .padding-1 { padding: 1px !important; } .padding-2 { padding: 2px !important; } .padding-4 { padding: 4px !important; } .padding-8 { padding: 8px !important; } .padding-16 { padding: 16px !important; } .padding-32 { padding: 32px !important; } .padding-64 { padding: 64px !important; } .no-border { border: none !important; } .border-round { border-radius: 5px !important; } .border-ultra-round { border-radius: 25px !important; } .border-jumbo-round { border-radius: 50px !important; } .no-border-top { border-top: none !important; } .no-border-left { border-left: none !important; } .no-border-right { border-right: none !important; } .no-border-bottom { border-bottom: none !important; } .border-top { border-top: 1px solid #ccc; } .border-left { border-left: 1px solid #ccc; } .border-right { border-right: 1px solid #ccc; } .border-bottom { border-bottom: 1px solid #ccc; } .bs-1 { border-width: 1px !important; } .bs-2 { border-width: 2px !important; } .bs-4 { border-width: 4px !important; } .bs-8 { border-width: 8px !important; } .bs-16 { border-width: 16px !important; } .bs-32 { border-width: 32px !important; } .bs-64 { border-width: 64px !important; } .total-width { width: 100vw !important; } .total-height { height: 100vh !important; } .width-block { width: 100% !important; } .height-block { height: 100% !important; } .overflow-hide { overflow: hidden !important; } .overflow-scroll { overflow: scroll !important; } .overflow-auto { overflow: auto !important; } .f1, .fx-1 { -moz-flex: 1 !important; -ms-flex: 1 !important; -webkit-flex: 1 !important; flex: 1 !important; } .f2, .fx-2 { -moz-flex: 2 !important; -ms-flex: 2 !important; -webkit-flex: 2 !important; flex: 2 !important; } .f3, .fx-3 { -moz-flex: 3 !important; -ms-flex: 3 !important; -webkit-flex: 3 !important; flex: 3 !important; } .f4, .fx-4 { -moz-flex: 4 !important; -ms-flex: 4 !important; -webkit-flex: 4 !important; flex: 4 !important; } .f5, .fx-5 { -moz-flex: 5 !important; -ms-flex: 5 !important; -webkit-flex: 5 !important; flex: 5 !important; } .f6, .fx-6 { -moz-flex: 6 !important; -ms-flex: 6 !important; -webkit-flex: 6 !important; flex: 6 !important; } .f7, .fx-7 { -moz-flex: 7 !important; -ms-flex: 7 !important; -webkit-flex: 7 !important; flex: 7 !important; } .f8, .fx-8 { -moz-flex: 8 !important; -ms-flex: 8 !important; -webkit-flex: 8 !important; flex: 8 !important; } .f9, .fx-9 { -moz-flex: 9 !important; -ms-flex: 9 !important; -webkit-flex: 9 !important; flex: 9 !important; } .f10, .fx-10 { -moz-flex: 10 !important; -ms-flex: 10 !important; -webkit-flex: 10 !important; flex: 10 !important; } .f11, .fx-11 { -moz-flex: 11 !important; -ms-flex: 11 !important; -webkit-flex: 11 !important; flex: 11 !important; } .f12, .fx-12 { -moz-flex: 12 !important; -ms-flex: 12 !important; -webkit-flex: 12 !important; flex: 12 !important; } .self-start { -moz-align-self: flex-start !important; -ms-align-self: flex-start !important; -webkit-align-self: flex-start !important; align-self: flex-start !important; } .self-center { -moz-align-self: center !important; -ms-align-self: center !important; -webkit-align-self: center !important; align-self: center !important; } .self-end { -moz-align-self: flex-end !important; -ms-align-self: flex-end !important; -webkit-align-self: flex-end !important; align-self: flex-end !important; } .self-stretch { -moz-align-self: stretch !important; -ms-align-self: stretch !important; -webkit-align-self: stretch !important; align-self: stretch !important; } .align-start { -moz-align-items: flex-start !important; -ms-align-items: flex-start !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; } .align-center { -moz-align-items: center !important; -ms-align-items: center !important; -webkit-align-items: center !important; align-items: center !important; } .align-end { -moz-align-items: flex-end !important; -ms-align-items: flex-end !important; -webkit-align-items: flex-end !important; align-items: flex-end !important; } .align-stretch { -moz-align-items: stretch !important; -ms-align-items: stretch !important; -webkit-align-items: stretch !important; align-items: stretch !important; } .o1, .od-1 { -moz-order: 1 !important; -ms-order: 1 !important; -webkit-order: 1 !important; order: 1 !important; } .o2, .od-2 { -moz-order: 2 !important; -ms-order: 2 !important; -webkit-order: 2 !important; order: 2 !important; } .o3, .od-3 { -moz-order: 3 !important; -ms-order: 3 !important; -webkit-order: 3 !important; order: 3 !important; } .o4, .od-4 { -moz-order: 4 !important; -ms-order: 4 !important; -webkit-order: 4 !important; order: 4 !important; } .o5, .od-5 { -moz-order: 5 !important; -ms-order: 5 !important; -webkit-order: 5 !important; order: 5 !important; } .o6, .od-6 { -moz-order: 6 !important; -ms-order: 6 !important; -webkit-order: 6 !important; order: 6 !important; } .o7, .od-7 { -moz-order: 7 !important; -ms-order: 7 !important; -webkit-order: 7 !important; order: 7 !important; } .o8, .od-8 { -moz-order: 8 !important; -ms-order: 8 !important; -webkit-order: 8 !important; order: 8 !important; } .o9, .od-9 { -moz-order: 9 !important; -ms-order: 9 !important; -webkit-order: 9 !important; order: 9 !important; } .o10, .od-10 { -moz-order: 10 !important; -ms-order: 10 !important; -webkit-order: 10 !important; order: 10 !important; } .o11, .od-11 { -moz-order: 11 !important; -ms-order: 11 !important; -webkit-order: 11 !important; order: 11 !important; } .o12, .od-12 { -moz-order: 12 !important; -ms-order: 12 !important; -webkit-order: 12 !important; order: 12 !important; } .no-shadow, .sw-0 { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; z-index: 0; } .sw-c { -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7) !important; z-index: 1; } .sw-1 { -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.7) !important; z-index: 2; } .sw-2 { -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.7) !important; z-index: 3; } .sw-3 { -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.7) !important; z-index: 3; } .sw-4 { -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.7) !important; z-index: 4; } .sw-5 { -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.7) !important; z-index: 5; } .sw-6 { -webkit-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.7) !important; z-index: 6; } .sw-7 { -webkit-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.7) !important; z-index: 7; } .sw-8 { -webkit-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.7) !important; z-index: 8; } .sw-9 { -webkit-box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.7) !important; z-index: 9; } .sw-10 { -webkit-box-shadow: 0px 0px 36px 5px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 36px 5px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 36px 5px rgba(0,0,0,0.7) !important; z-index: 10; } .sw-11 { -webkit-box-shadow: 0px 0px 39px 5px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 39px 5px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 39px 5px rgba(0,0,0,0.7) !important; z-index: 11; } .sw-12 { -webkit-box-shadow: 0px 0px 42px 6px rgba(0,0,0,0.7) !important; -moz-box-shadow: 0px 0px 42px 6px rgba(0,0,0,0.7) !important; box-shadow: 0px 0px 42px 6px rgba(0,0,0,0.7) !important; z-index: 12; } .direction-row { -moz-flex-direction: row !important; -ms-flex-direction: row !important; -webkit-flex-direction: row !important; flex-direction: row !important; } .direction-row-reverse { -moz-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; -webkit-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .direction-column { -moz-flex-direction: column !important; -ms-flex-direction: column !important; -webkit-flex-direction: column !important; flex-direction: column !important; } .direction-column-reverse { -moz-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; -webkit-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .justify-start { -moz-justify-content: flex-start !important; -ms-justify-content: flex-start !important; -webkit-justify-content: flex-start !important; justify-content: flex-start !important; } .justify-end { -moz-justify-content: flex-end !important; -ms-justify-content: flex-end !important; -webkit-justify-content: flex-end !important; justify-content: flex-end !important; } .justify-space-between { -moz-justify-content: space-between !important; -ms-justify-content: space-between !important; -webkit-justify-content: space-between !important; justify-content: space-between !important; } .justify-space-around { -moz-justify-content: space-around !important; -ms-justify-content: space-around !important; -webkit-justify-content: space-around !important; justify-content: space-around !important; } .justify-center { -moz-justify-content: center !important; -ms-justify-content: center !important; -webkit-justify-content: center !important; justify-content: center !important; } .wrap { -moz-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; } .no-wrap { -moz-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .wrap-reverse { -moz-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; -webkit-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .wrap-start, .content-start { -moz-align-content: flex-start !important; -ms-align-content: flex-start !important; -webkit-align-content: flex-start !important; align-content: flex-start !important; } .wrap-end, .content-end { -moz-align-content: flex-end !important; -ms-align-content: flex-end !important; -webkit-align-content: flex-end !important; align-content: flex-end !important; } .wrap-space-between, .content-space-between { -moz-align-content: space-between !important; -ms-align-content: space-between !important; -webkit-align-content: space-between !important; align-content: space-between !important; } .wrap-space-around, .content-space-around { -moz-align-content: space-around !important; -ms-align-content: space-around !important; -webkit-align-content: space-around !important; align-content: space-around !important; } .wrap-center, .content-center { -moz-align-content: center !important; -ms-align-content: center !important; -webkit-align-content: center !important; align-content: center !important; } .wrap-stretch, .content-stretch { -moz-align-content: stretch !important; -ms-align-content: stretch !important; -webkit-align-content: stretch !important; align-content: stretch !important; } .force-relative { position: relative !important; } .force-absolute { position: absolute !important; } .force-fixed { position: fixed !important; } .text-tiny {font-size: 0.7em !important;} .text-small {font-size: 0.9em !important;} .text-normal {font-size: 1em !important;} .text-big {font-size: 1.2em !important;} .text-ultra-big {font-size: 1.5em !important;} .text-large {font-size: 1.9em !important;} .text-xlarge {font-size: 2em !important;} .text-jumbo, .text-jumbo-1 {font-size: 2.7em !important;} .text-jumbo-2 {font-size: 3.2em !important;} .text-jumbo-3 {font-size: 3.7em !important;} .text-jumbo-4 {font-size: 4.3em !important;} .text-jumbo-5 {font-size: 5em !important;} @media all and (max-width: 470px) { /* Small */ .text-tiny {font-size: 0.9em !important;} .text-small {font-size: 0.9em !important;} .text-normal {font-size: 1em !important;} .text-big {font-size: 1.2em !important;} .text-ultra-big {font-size: 1.4em !important;} .text-large {font-size: 1.8em !important;} .text-xlarge {font-size: 2em !important;} .text-jumbo, .text-jumbo-1 {font-size: 2.2em !important;} .text-jumbo-2 {font-size: 2.4em !important;} .text-jumbo-3 {font-size: 2.8em !important;} .text-jumbo-4 {font-size: 3em !important;} .text-jumbo-5 {font-size: 3.2em !important;} .hide-on-small {display: none !important;} } @media all and (min-width: 471px) and (max-width: 670px) { /* Medium */ .text-tiny {font-size: 0.9em !important;} .text-small {font-size: 0.9em !important;} .text-normal {font-size: 1em !important;} .text-big {font-size: 1.2em !important;} .text-ultra-big {font-size: 1.5em !important;} .text-large {font-size: 1.9em !important;} .text-xlarge {font-size: 2em !important;} .text-jumbo, .text-jumbo-1 {font-size: 2.5em !important;} .text-jumbo-2 {font-size: 2.9em !important;} .text-jumbo-3 {font-size: 3.2em !important;} .text-jumbo-4 {font-size: 3.5em !important;} .text-jumbo-5 {font-size: 3.9em !important;} .hide-on-medium {display: none !important;} } @media all and (min-width: 671px) { /* Large */ .hide-on-large {display: none !important;} } .font-normal {font-family: Arial, Helvetica, sans-serif !important;} .font-monospace {font-family: monospace !important;} .font-bold {font-weight: bold !important;} .font-italic {font-style: italic !important;} .font-serif {font-family: 'Times New Roman', Times, serif !important;} /* colors */ .color-transparent {background-color: rgba(0, 0, 0, 0) !important; color: inherit;} .color-black {background-color: #000 !important; color: #fff;} .color-white {background-color: #fff !important; color: #000;} .color-red {background-color: #a10 !important; color: #fff;} .color-green {background-color: #5a1 !important; color: #fff;} .color-blue {background-color: #02f !important; color: #fff;} .color-aqua {background-color: #06f !important; color: #000;} .color-yellow {background-color: #ee0 !important; color: #000;} .color-grey {background-color: #ccc !important; color: #000;} .color-light-red {background-color: #f10 !important; color: #fff;} .color-light-green {background-color: #5f1 !important; color: #000;} .color-light-blue {background-color: #01f !important; color: #fff;} .color-light-aqua {background-color: #0af !important; color: #000;} .color-light-yellow {background-color: #ff0 !important; color: #000;} .color-light-grey {background-color: #eee !important; color: #000;} .color-dark-red {background-color: #700 !important; color: #fff;} .color-dark-green {background-color: #190 !important; color: #fff;} .color-dark-blue {background-color: #009 !important; color: #fff;} .color-dark-aqua {background-color: #049 !important; color: #fff;} .color-dark-yellow {background-color: #990 !important; color: #fff;} .color-dark-grey {background-color: #999 !important; color: #000;} .text-color-transparent {color: rgba(0, 0, 0, 0) !important;} .text-color-black {color: #000 !important;} .text-color-white {color: #fff !important;} .text-color-red {color: #a10 !important;} .text-color-green {color: #5a1 !important;} .text-color-blue {color: #02f !important;} .text-color-aqua {color: #06f !important;} .text-color-yellow {color: #ee0 !important;} .text-color-grey {color: #ccc !important;} .text-color-light-red {color: #f10 !important;} .text-color-light-green {color: #5f1 !important;} .text-color-light-blue {color: #01f !important;} .text-color-light-aqua {color: #0af !important;} .text-color-light-yellow {color: #ff0 !important;} .text-color-light-grey {color: #eee !important;} .text-color-dark-red {color: #700 !important;} .text-color-dark-green {color: #190 !important;} .text-color-dark-blue {color: #009 !important;} .text-color-dark-aqua {color: #049 !important;} .text-color-dark-yellow {color: #990 !important;} .text-color-dark-grey {color: #999 !important;} .border-color-transparent {border-color: rgba(0, 0, 0, 0) !important;} .border-color-black {border-color: #000 !important;} .border-color-white {border-color: #fff !important;} .border-color-red {border-color: #a10 !important;} .border-color-green {border-color: #5a1 !important;} .border-color-blue {border-color: #02f !important;} .border-color-aqua {border-color: #06f !important;} .border-color-yellow {border-color: #ee0 !important;} .border-color-grey {border-color: #ccc !important;} .border-color-light-red {border-color: #f10 !important;} .border-color-light-green {border-color: #5f1 !important;} .border-color-light-blue {border-color: #01f !important;} .border-color-light-aqua {border-color: #0af !important;} .border-color-light-yellow {border-color: #ff0 !important;} .border-color-light-grey {border-color: #eee !important;} .border-color-dark-red {border-color: #700 !important;} .border-color-dark-green {border-color: #190 !important;} .border-color-dark-blue {border-color: #009 !important;} .border-color-dark-aqua {border-color: #049 !important;} .border-color-dark-yellow {border-color: #990 !important;} .border-color-dark-grey {border-color: #999 !important;}
index.html
yaoyasong/yaoyasong.github.io
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>Yaoyasong.GitHub.io by yaoyasong</title> <link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/github-light.css"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="wrapper"> <header> <h1>Yaoyasong.GitHub.io</h1> <p>yaoyasong&#39;s blog</p> <p class="view"><a href="https://github.com/yaoyasong">View My GitHub Profile</a></p> </header> <section> <h3> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3> <p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p> <pre><code>$ cd your_repo_root/repo_name $ git fetch origin $ git checkout gh-pages </code></pre> <p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p> <h3> <a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3> <p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p> <h3> <a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3> <p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p> <h3> <a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3> <p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p> <h3> <a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3> <p>Having trouble with Pages? Check out the documentation at <a href="https://help.github.com/pages">https://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p> </section> <footer> <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> </footer> </div> <script src="javascripts/scale.fix.js"></script> </body> </html>
docs/solr-core/org/apache/solr/schema/class-use/ZkIndexSchemaReader.html
arnaud71/webso-db
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:22:10 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.schema.ZkIndexSchemaReader (Solr 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.schema.ZkIndexSchemaReader (Solr 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/schema/ZkIndexSchemaReader.html" title="class in org.apache.solr.schema">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/schema//class-useZkIndexSchemaReader.html" target="_top">FRAMES</a></li> <li><a href="ZkIndexSchemaReader.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.schema.ZkIndexSchemaReader" class="title">Uses of Class<br>org.apache.solr.schema.ZkIndexSchemaReader</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.schema.ZkIndexSchemaReader</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/schema/ZkIndexSchemaReader.html" title="class in org.apache.solr.schema">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/schema//class-useZkIndexSchemaReader.html" target="_top">FRAMES</a></li> <li><a href="ZkIndexSchemaReader.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-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
doc/html/group__quick__sort__dec.html
arinrb/bsort
<!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>BSort: Quick_sort_dec</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="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/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 id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">BSort &#160;<span id="projectnumber">1.0</span> </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="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Types&#160;List</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('group__quick__sort__dec.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</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>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Groups</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 class="header"> <div class="summary"> <a href="#func-members">Functions/Subroutines</a> </div> <div class="headertitle"> <div class="title">Quick_sort_dec<div class="ingroups"><a class="el" href="group__bsort.html">bsort</a></div></div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions/Subroutines</h2></td></tr> <tr class="memitem:ga8807914296514ac17bf488c9aeb931f4"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__quick__sort__dec_ga8807914296514ac17bf488c9aeb931f4.html#ga8807914296514ac17bf488c9aeb931f4">quick_sort_vec_dec_dble</a> (vec)</td></tr> <tr class="memdesc:ga8807914296514ac17bf488c9aeb931f4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sort a vector of double precision values using a quick sort. <a href="#ga8807914296514ac17bf488c9aeb931f4">More...</a><br/></td></tr> <tr class="separator:ga8807914296514ac17bf488c9aeb931f4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaa7f99aa9eed045d7463f178301327ead"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__quick__sort__dec_gaa7f99aa9eed045d7463f178301327ead.html#gaa7f99aa9eed045d7463f178301327ead">quick_sort_vec_dec_int</a> (vec)</td></tr> <tr class="memdesc:gaa7f99aa9eed045d7463f178301327ead"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sort a vector of integer values using a quick sort. <a href="#gaa7f99aa9eed045d7463f178301327ead">More...</a><br/></td></tr> <tr class="separator:gaa7f99aa9eed045d7463f178301327ead"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga52b06aa0d27565c4d383ef98e03d5f7d"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__quick__sort__dec_ga52b06aa0d27565c4d383ef98e03d5f7d.html#ga52b06aa0d27565c4d383ef98e03d5f7d">quick_sort_vec_dec_map_dble</a> (vec, map)</td></tr> <tr class="memdesc:ga52b06aa0d27565c4d383ef98e03d5f7d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sort a vector of double precision values using a quick sort. <a href="#ga52b06aa0d27565c4d383ef98e03d5f7d">More...</a><br/></td></tr> <tr class="separator:ga52b06aa0d27565c4d383ef98e03d5f7d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gae98d77c4d0d45018af6e4afa94a908ab"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__quick__sort__dec_gae98d77c4d0d45018af6e4afa94a908ab.html#gae98d77c4d0d45018af6e4afa94a908ab">quick_sort_vec_dec_map_int</a> (vec, map)</td></tr> <tr class="memdesc:gae98d77c4d0d45018af6e4afa94a908ab"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sort a vector of integer values using a quick sort. <a href="#gae98d77c4d0d45018af6e4afa94a908ab">More...</a><br/></td></tr> <tr class="separator:gae98d77c4d0d45018af6e4afa94a908ab"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga99d7e6cdd23c0483949b67dfc8860044"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__quick__sort__dec_ga99d7e6cdd23c0483949b67dfc8860044.html#ga99d7e6cdd23c0483949b67dfc8860044">quick_sort_vec_dec_map_real</a> (vec, map)</td></tr> <tr class="memdesc:ga99d7e6cdd23c0483949b67dfc8860044"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sort a vector of real values using a quick sort. <a href="#ga99d7e6cdd23c0483949b67dfc8860044">More...</a><br/></td></tr> <tr class="separator:ga99d7e6cdd23c0483949b67dfc8860044"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaa06ec59e6a34d94bc37ec7d776769f56"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__quick__sort__dec_gaa06ec59e6a34d94bc37ec7d776769f56.html#gaa06ec59e6a34d94bc37ec7d776769f56">quick_sort_vec_dec_real</a> (vec)</td></tr> <tr class="memdesc:gaa06ec59e6a34d94bc37ec7d776769f56"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sort a vector of real values using a quick sort. <a href="#gaa06ec59e6a34d94bc37ec7d776769f56">More...</a><br/></td></tr> <tr class="separator:gaa06ec59e6a34d94bc37ec7d776769f56"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Wed Jul 9 2014 22:57:37 for BSort by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li> </ul> </div> </body> </html>
docs/sdl2_sys/keycode/SDLK_DOWN.v.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.SDLK_DOWN.html"> </head> <body> <p>Redirecting to <a href="constant.SDLK_DOWN.html">constant.SDLK_DOWN.html</a>...</p> <script>location.replace("constant.SDLK_DOWN.html" + location.search + location.hash);</script> </body> </html>
doc/net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html
fbotelho-university-code/poseidon
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_51) on Tue Aug 27 20:57:00 WEST 2013 --> <TITLE> DeviceUniqueIndexTest </TITLE> <META NAME="date" CONTENT="2013-08-27"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DeviceUniqueIndexTest"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DeviceUniqueIndexTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndex.html" title="class in net.floodlightcontroller.devicemanager.internal"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DeviceUniqueIndexTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> net.floodlightcontroller.devicemanager.internal</FONT> <BR> Class DeviceUniqueIndexTest</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>net.floodlightcontroller.devicemanager.internal.DeviceUniqueIndexTest</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD> </DL> <HR> <DL> <DT><PRE>public class <B>DeviceUniqueIndexTest</B><DT>extends junit.framework.TestCase</DL> </PRE> <P> <DL> <DT><B>Author:</B></DT> <DD>gregor</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Device.html" title="class in net.floodlightcontroller.devicemanager.internal">Device</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#d1">d1</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#e1a">e1a</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#e1b">e1b</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#e2">e2</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#e2alt">e2alt</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#e3">e3</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#e4">e4</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#DeviceUniqueIndexTest()">DeviceUniqueIndexTest</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#setUp()">setUp</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#testDeviceUniqueIndex()">testDeviceUniqueIndex</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html#verifyIterator(java.util.Set, java.util.Iterator)">verifyIterator</A></B>(java.util.Set&lt;java.lang.Long&gt;&nbsp;expected, java.util.Iterator&lt;java.lang.Long&gt;&nbsp;it)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="e1a"><!-- --></A><H3> e1a</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A> <B>e1a</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="e1b"><!-- --></A><H3> e1b</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A> <B>e1b</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="d1"><!-- --></A><H3> d1</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Device.html" title="class in net.floodlightcontroller.devicemanager.internal">Device</A> <B>d1</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="e2"><!-- --></A><H3> e2</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A> <B>e2</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="e2alt"><!-- --></A><H3> e2alt</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A> <B>e2alt</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="e3"><!-- --></A><H3> e3</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A> <B>e3</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="e4"><!-- --></A><H3> e4</H3> <PRE> protected <A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal">Entity</A> <B>e4</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="DeviceUniqueIndexTest()"><!-- --></A><H3> DeviceUniqueIndexTest</H3> <PRE> public <B>DeviceUniqueIndexTest</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="setUp()"><!-- --></A><H3> setUp</H3> <PRE> protected void <B>setUp</B>() throws java.lang.Exception</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE>setUp</CODE> in class <CODE>junit.framework.TestCase</CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <HR> <A NAME="verifyIterator(java.util.Set, java.util.Iterator)"><!-- --></A><H3> verifyIterator</H3> <PRE> protected void <B>verifyIterator</B>(java.util.Set&lt;java.lang.Long&gt;&nbsp;expected, java.util.Iterator&lt;java.lang.Long&gt;&nbsp;it)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="testDeviceUniqueIndex()"><!-- --></A><H3> testDeviceUniqueIndex</H3> <PRE> public void <B>testDeviceUniqueIndex</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DeviceUniqueIndexTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndex.html" title="class in net.floodlightcontroller.devicemanager.internal"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../net/floodlightcontroller/devicemanager/internal/Entity.html" title="class in net.floodlightcontroller.devicemanager.internal"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/floodlightcontroller/devicemanager/internal/DeviceUniqueIndexTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DeviceUniqueIndexTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
archive/v1.10/news/announcing-1.4.1/index.html
istio/istio.io
<!doctype html><html lang=en><head><title>Redirecting&mldr;</title><link rel=canonical href=/v1.10/news/releases/1.4.x/announcing-1.4.1/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.10/news/releases/1.4.x/announcing-1.4.1/"></head><body><h1>Redirecting&mldr;</h1><a href=/v1.10/news/releases/1.4.x/announcing-1.4.1/>Click here if you are not redirected.</a></body></html>
src/main/webapp/about.html
googleinterns/pieced
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Pieced - About Us</title> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="styles/about.css"> <link rel="stylesheet" href="styles/style.css"> </head> <body> <div id="navigation"></div> <!--------------- HOME HEADER ----------------> <header class="info-header about-header container-fluid"> <div class="overlay"></div> <div class="description page-header"> <h1>ABOUT US</h1> </div> </header> <div class="content"> <h2 class="font-weight-bolder">Our Project</h2> <p class="lead"> Pieced aims to visualize the declining populations of different species and highlight their vulnerability status. We hope to spread awareness to the public about these environmental issues and showcase just how close some species are to extinction. This project uses data from Wikipedia and the Global Biodiversity Information Facility API. <br> <br> The inspiration for Pieced came from a 2008 campaign by World Wildlife Fund (WWF) <a href="https://www.boredpanda.com/endagered-animals-pixels-extinction/?utm_source=google&utm_medium=organic&utm_campaign=organic" class="link"> WWF Japan – Population by Pixel</a> and the interactive exhibition <a href="http://species-in-pieces.com/" class="link">In Pieces</a>. With Pieced, we aimed to bring the concept of visualizing animal species through their population to a larger scale, providing additional information about the species along the way. </p> <br> <h2 class="font-weight-bolder">Meet the Team</h2> <p class="lead"> This <a href="https://github.com/googleinterns/pieced" class="link"> open-source web app</a> was created by Fiza Goyal, Ariana Zhu, and Maxwell Chen in Summer 2020. It is the capstone project for the <a href="https://buildyourfuture.withgoogle.com/programs/step/" class="link"> Google STEP internship</a>, a 12-week program for first and second-year undergraduates. <a href="https://github.com/fgoyal" class="link"> Fiza</a> is a rising junior ('22) at University of Illinois at Urbana-Champaign, <a href="https://github.com/arianazhu" class="link"> Ariana<a> is a rising junior ('22) at Purdue University, and <a href="https://github.com/maxhchen" class="link"> Maxwell</a> is a rising junior ('22) at University of California, Berkeley. They were hosted by Tom Russ and Dave Newman. </p> <img class="small-logo" src="images/google-logo.jpg"> </div> <!-- JavaScript --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="bootstrap/js/bootstrap.min.js"></script> <script src="scripts/script.js"></script> <script src="scripts/geo.js"></script> </body> </html>
client/views/dashboard/dashboard.html
ilfrich/meteor-api-example
<template name="dashboard"> <div id="view-dashboard"> <h2>Dashboard</h2> <div class="row"> <div class="col-xs-6"> <label for="update-interval">Update Interval</label> <select id="update-interval" class="form-control"> <option value="" selected="{{updateInterval ''}}">Manual</option> <option value="5000" selected="{{updateInterval 5000}}">5 seconds</option> <option value="15000" selected="{{updateInterval 15000}}">15 seconds</option> <option value="30000" selected="{{updateInterval 30000}}">30 seconds</option> <option value="60000" selected="{{updateInterval 60000}}">60 seconds</option> </select> </div> </div> <div class="row"> <div class="col-xs-6 section" id="client-api"> <div style="display: none;" class="overlay"> <span class="fa fa-spinner fa-spin fa-5x"></span> </div> <h2> Client API Call Example <span class="fa fa-refresh"></span> </h2> <div class="button-grp" data-category="client"> {{#each cities}} <button class="btn {{btnClass 'client'}}" data-id="{{this.id}}">{{this.name}}</button> {{/each}} </div> {{#with clientWeatherData}} <ul> <li> Coordinates: {{coord.lat}}, {{coord.lon}} </li> <li> Last Update: {{formatDateDefault datetime}} </li> <li> Humidity: {{main.humidity}}% </li> <li> Pressure: {{main.pressure}}hPa </li> <li> Temperature (Celsius): {{main.temp}} ({{main.temp_min}} - {{main.temp_max}}) </li> </ul> {{/with}} </div> <div class="col-xs-6 section" id="server-api"> <div style="display: none;" class="overlay"> <span class="fa fa-spinner fa-spin fa-5x"></span> </div> <h2> Server API Call Example <span class="fa fa-refresh"></span> </h2> <div class="button-grp" data-category="server"> {{#each cities}} <button class="btn {{btnClass 'server'}}" data-id="{{this.id}}">{{this.name}}</button> {{/each}} </div> {{#with serverWeatherData}} <ul> <li> Coordinates: {{coord.lat}}, {{coord.lon}} </li> <li> Last Update: {{formatDateDefault datetime}} </li> <li> Humidity: {{main.humidity}}% </li> <li> Pressure: {{main.pressure}}hPa </li> <li> Temperature (Celsius): {{main.temp}} ({{main.temp_min}} - {{main.temp_max}}) </li> </ul> {{/with}} </div> </div> </div> </template>
2.1/docs/Javadoc/org/drip/regression/core/RegressionRunOutput.html
tectronics/rootfinder
<!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) on Fri Feb 01 09:13:19 EST 2013 --> <title>RegressionRunOutput</title> <meta name="date" content="2013-02-01"> <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="RegressionRunOutput"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RegressionRunOutput.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/regression/core/RegressionRunDetail.html" title="class in org.drip.regression.core"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/regression/core/RegressionRunOutput.html" target="_top">Frames</a></li> <li><a href="RegressionRunOutput.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.drip.regression.core</div> <h2 title="Class RegressionRunOutput" class="title">Class RegressionRunOutput</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.drip.regression.core.RegressionRunOutput</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">RegressionRunOutput</span> extends java.lang.Object</pre> <div class="block">This class contains the output of the regression activity.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#_bStatus">_bStatus</a></strong></code> <div class="block">Completion Status for the Regression Module</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Date</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#_dtCompletion">_dtCompletion</a></strong></code> <div class="block">Completion Time for the Regression Module</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#_lExecTime">_lExecTime</a></strong></code> <div class="block">Execution time for the Regression Module</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#_strRegressionScenarioName">_strRegressionScenarioName</a></strong></code> <div class="block">Completion Status for the Regression Module</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#RegressionRunOutput(java.lang.String)">RegressionRunOutput</a></strong>(java.lang.String&nbsp;strRegressionScenarioName)</code> <div class="block">Empty Regression Run Output Constructor</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#displayString(boolean)">displayString</a></strong>(boolean&nbsp;bDetailed)</code> <div class="block">Print the contents of the regression output</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/drip/regression/core/RegressionRunDetail.html" title="class in org.drip.regression.core">RegressionRunDetail</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#getRegressionDetail()">getRegressionDetail</a></strong>()</code> <div class="block">Retrieve the regression details object</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/regression/core/RegressionRunOutput.html#setTerminationStatus(boolean)">setTerminationStatus</a></strong>(boolean&nbsp;bSuccess)</code> <div class="block">Sets the termination status for the regression output</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="_lExecTime"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>_lExecTime</h4> <pre>public&nbsp;long _lExecTime</pre> <div class="block">Execution time for the Regression Module</div> </li> </ul> <a name="_bStatus"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>_bStatus</h4> <pre>public&nbsp;boolean _bStatus</pre> <div class="block">Completion Status for the Regression Module</div> </li> </ul> <a name="_strRegressionScenarioName"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>_strRegressionScenarioName</h4> <pre>public&nbsp;java.lang.String _strRegressionScenarioName</pre> <div class="block">Completion Status for the Regression Module</div> </li> </ul> <a name="_dtCompletion"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>_dtCompletion</h4> <pre>public&nbsp;java.util.Date _dtCompletion</pre> <div class="block">Completion Time for the Regression Module</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="RegressionRunOutput(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>RegressionRunOutput</h4> <pre>public&nbsp;RegressionRunOutput(java.lang.String&nbsp;strRegressionScenarioName) throws java.lang.Exception</pre> <div class="block">Empty Regression Run Output Constructor</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>strRegressionScenarioName</code> - Regression Scenario Name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.Exception</code></dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setTerminationStatus(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTerminationStatus</h4> <pre>public&nbsp;boolean&nbsp;setTerminationStatus(boolean&nbsp;bSuccess)</pre> <div class="block">Sets the termination status for the regression output</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>bSuccess</code> - TRUE => Regression Run succeeded</dd> <dt><span class="strong">Returns:</span></dt><dd>TRUE => Termination status successfully set</dd></dl> </li> </ul> <a name="getRegressionDetail()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRegressionDetail</h4> <pre>public&nbsp;<a href="../../../../org/drip/regression/core/RegressionRunDetail.html" title="class in org.drip.regression.core">RegressionRunDetail</a>&nbsp;getRegressionDetail()</pre> <div class="block">Retrieve the regression details object</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The regression details object</dd></dl> </li> </ul> <a name="displayString(boolean)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>displayString</h4> <pre>public&nbsp;java.lang.String&nbsp;displayString(boolean&nbsp;bDetailed)</pre> <div class="block">Print the contents of the regression output</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>bDetailed</code> - Display detailed output</dd> <dt><span class="strong">Returns:</span></dt><dd>String representing the Regression output</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RegressionRunOutput.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/regression/core/RegressionRunDetail.html" title="class in org.drip.regression.core"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/regression/core/RegressionRunOutput.html" target="_top">Frames</a></li> <li><a href="RegressionRunOutput.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
site/pumpkin-muffins.html
lucywyman/recipes-website
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="/assets/jquery/jquery-1.11.2.js"></script> <script src="/assets/jquery/jquery.slicknav.min.js"></script> <script src="/assets/jquery/jquery.watermark.min.js"></script> <script src="/assets/js/jekyll-search.js"></script> <title>Pumpkin Muffins</title> <meta name="description" content="Cooking and Code: simple, healthy, easy, delicious recipes curated by me, Lucy Wyman"> <meta name="keywords" content="Pumpkin Muffins, , recipes, easy, healthy, jekyll, ruby, cooking, code"> <meta name="robots" content="index, follow"> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Cooking and Code | Pumpkin Muffins" /> <meta property="og:url" content="http://recipes.lucywyman.me" /> <meta property="og:site_name" content="Cooking and Code" /> <link rel="stylesheet" href="/assets/css/slicknav.min.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="canonical" href="/pumpkin-muffins.html"> <link rel="alternate" type="application/rss+xml" title="Recipes" href="/feed.xml" /> <link rel="icon" type="image/png" href="/assets/img/favicon.png" /> </head> <body> <div class='sidebar' id='sidebar'> <input type="text" id='search-input' class="search-field" placeholder="Search" autocomplete=true> <ul> <li><a href="/about">about me</a></li> <li><a href="/all">all recipes</a></li> <li class='expanded'><a class='on'>bread <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/pumpkin-challah.html">Pumpkin Challah</a></li> <li><a href="/apple-muffins.html">Brown Butter Apple Muffins</a></li> <li><a href="/brown-butter-banana-bread.html">Brown Butter Banana Bread</a></li> <li><a href='/bread'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>breakfast <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/pumpkin-spiced-pancakes.html">Pumpkin Spiced Pancakes</a></li> <li><a href="/tomato-turmeric-omelet.html">Tomato Turmeric Omelet</a></li> <li><a href="/kale-sweet-potato-egg-bake.html">Kale and Sweet Potato Egg Bake</a></li> <li><a href='/breakfast'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>desserts <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/miso-peanut-butter-cookies.html">Miso Peanut Butter Cookies</a></li> <li><a href="/matcha-cookies.html">Matcha Cookies</a></li> <li><a href="/elvis-piesley.html">Elvis Piesley</a></li> <li><a href='/desserts'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>drinks <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/pumpkin-spice-latte.html">Pumpkin Spice Latte</a></li> <li><a href="/chai-apple-cider.html">Chai Apple Cider</a></li> <li><a href="/turmeric-latte.html">Turmeric Ginger Latte</a></li> <li><a href='/drinks'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>mains <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/pumpkin-pasta.html">Pumpkin Pasta</a></li> <li><a href="/veggie-meatballs.html">Mushroom Meatballs</a></li> <li><a href="/sauteed-shrimp-with-tomato-onion-sauce.html">Sauteed Shrimp with Tomato and Onion</a></li> <li><a href='/mains'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>salads <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/simple-kale-salad.html">Kale Salad with Pecorino and Lemon</a></li> <li><a href="/farmers-market-salad.html">Farmers Market Salad</a></li> <li><a href="/spring-strawberry.html">Spring Strawberry Salad</a></li> <li><a href='/salads'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>sides <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/creamy-mashed-cauliflower.html">Creamy Mashed Cauliflower</a></li> <li><a href="/pumpkin-butter.html">Pumpkin Butter</a></li> <li><a href="/guacamole.html">Guacamole</a></li> <li><a href='/sides'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>snacks <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/cheez-its.html">Homemade Cheez-Its</a></li> <li><a href='/snacks'>more...</a></li> </ul> </li> <li class='expanded'><a class='on'>soups <span style='font-size: 10px; vertical-align: middle;'>&#9660;</span></a> <ul class='submenu'> <li><a href=""></a></li> <li><a href="/chickpea-vegetable-soup.html">Instant Pot Chickpea Vegetable Soup with Parmesan</a></li> <li><a href="/cioppino.html">Instant Pot Cioppino</a></li> <li><a href="/carrot-soup.html">Carrot Curry Soup</a></li> <li><a href='/soups'>more...</a></li> </ul> </li> </ul> </div> <main> <div class='recipe print'> <h2 class='title'>Pumpkin Muffins</h2><br> <hr><br> <center> <h5>From: <a href='http://www.thekitchn.com/how-to-make-perfect-pumpkin-muffins-224030'>The Kitchn</a> • <a href='#' onclick="print()">Print this Recipe</a></h5></center> <h4 id='results'>Search Results</h4> <ul class='results' id='results-container'></ul> <h5 id="ingredients">Ingredients:</h5> <ul> <li>1¾ cups all-purpose flour</li> <li>2 teaspoons baking powder</li> <li>1 teaspoon cinnamon</li> <li>½ teaspoon ground ginger</li> <li>¼ teaspoon nutmeg</li> <li>¼ teaspoon ground cloves</li> <li>½ teaspoon salt</li> <li>6 tablespoons unsalted butter</li> <li>1⅓ cups light brown sugar</li> <li>2 large eggs</li> <li>1⅓ cups pumpkin purée</li> <li>1 teaspoon vanilla extract</li> </ul> <p><br /></p> <h5 id="directions">Directions:</h5> <ol> <li>Prep and preheat: Heat the oven to 350°F. Prepare a 12-cup muffin pan (or two 6-cup muffins pans) with liners, or skip the liners and just grease the cups.</li> <li>Mix the dry ingredients: In a medium bowl, whisk together the flour, baking powder, cinnamon, ginger, nutmeg, cloves, and salt. Set aside.</li> <li>Cream the butter and sugar: In the bowl of a stand mixer fitted with the paddle attachment, or in a large mixing bowl, cream the butter and sugar until light and fluffy, 1 to 2 minutes.</li> <li>Add the eggs: Add the eggs one at a time, beating after each addition until combined.</li> <li>Add the pumpkin purée: Mix in the pumpkin purée and vanilla extract.</li> <li>Add the dry ingredients: Stir in the dry ingredients, mixing until just combined. Do not overmix.</li> <li>Divide the batter: Spoon the batter into the prepared muffin cups so they are ¾ of the way full.</li> <li>Bake the muffins: Place the muffin tin in the oven. Bake for 18 to 22 minutes, until a tester comes out with few crumbs.</li> <li>Cool the muffins: Let the muffins cool enough to handle, then transfer them to a wire rack to finish cooling.</li> </ol> </div> </main> <footer class='footer'> <p>This site is made by me, <a href='http://lucywyman.me'>Lucy Wyman</a>, and is powered by <a href='http://jekyllrb.com/'>Jekyll</a> and <a href='https://pages.github.com/'>Github Pages</a></p> </footer> <!-- All the yavascripts --> <!-- Slicknav --> <script> $(document).ready(function(){ $('#sidebar').slicknav({ label:'' }); }); </script> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48093989-4', 'auto'); ga('send', 'pageview'); </script> <!-- Custom JS --> <script> $(document).ready(function(){ // Expanding navigation bar js $('ul li.expanded > a') .attr('data-active','0') .click(function(event){ $('.submuneu').hide(); if($(this).attr('data-active')==0){ $(this).parent().find('ul').slideToggle('slow'); $(this).attr('data-active','1'); } else{ $(this).parent().find('ul').slideToggle('slow'); $(this).attr('data-active','0');} $('a.on').removeClass("active"); $(this).addClass("active"); }); SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: "/search.json", searchResultsTemplate:'<li><a href="{url}">{title}</a></li>', fuzzy: true }) $("#search-input").keyup(function(){ if($("#search-input").val() != ""){ $("#results").css("display", "block"); } else { $("#results").css("display", "none"); } }); }); </script> </body> </html>
IOIO_OTG/IOIOLib/doc/ioio/lib/api/package-summary.html
svanacker/cen-info-android
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_30) on Wed Feb 12 00:57:49 PST 2014 --> <TITLE> ioio.lib.api </TITLE> <META NAME="date" CONTENT="2014-02-12"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ioio.lib.api"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV PACKAGE&nbsp; &nbsp;<A HREF="../../../ioio/lib/api/exception/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?ioio/lib/api/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package ioio.lib.api </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/AnalogInput.html" title="interface in ioio.lib.api">AnalogInput</A></B></TD> <TD>A pin used for analog input.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/CapSense.html" title="interface in ioio.lib.api">CapSense</A></B></TD> <TD>A pin used for capacitive sensing.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Closeable.html" title="interface in ioio.lib.api">Closeable</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/DigitalInput.html" title="interface in ioio.lib.api">DigitalInput</A></B></TD> <TD>A pin used for digital input.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/DigitalOutput.html" title="interface in ioio.lib.api">DigitalOutput</A></B></TD> <TD>A pin used for digital output.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/IcspMaster.html" title="interface in ioio.lib.api">IcspMaster</A></B></TD> <TD>An interface for controlling an ICSP channel, enabling Flash programming of an external PIC MCU, and in particular, another IOIO board.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/IOIO.html" title="interface in ioio.lib.api">IOIO</A></B></TD> <TD>This interface provides control over all the IOIO board functions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/IOIOConnection.html" title="interface in ioio.lib.api">IOIOConnection</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/PulseInput.html" title="interface in ioio.lib.api">PulseInput</A></B></TD> <TD>An interface for pulse width and frequency measurements of digital signals.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/PwmOutput.html" title="interface in ioio.lib.api">PwmOutput</A></B></TD> <TD>A pin used for PWM (Pulse-Width Modulation) output.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.html" title="interface in ioio.lib.api">Sequencer</A></B></TD> <TD>A waveform sequencer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelConfig.html" title="interface in ioio.lib.api">Sequencer.ChannelConfig</A></B></TD> <TD>A marker interface for channel configurations.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelCue.html" title="interface in ioio.lib.api">Sequencer.ChannelCue</A></B></TD> <TD>A marker interface for channel cues.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/SpiMaster.html" title="interface in ioio.lib.api">SpiMaster</A></B></TD> <TD>An interface for controlling an SPI module, in SPI bus-master mode, enabling communication with multiple SPI-enabled slave modules.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/SpiMaster.Result.html" title="interface in ioio.lib.api">SpiMaster.Result</A></B></TD> <TD>An object that can be waited on for asynchronous calls.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/TwiMaster.html" title="interface in ioio.lib.api">TwiMaster</A></B></TD> <TD>An interface for controlling a TWI module, in TWI bus-master mode, enabling communication with multiple TWI-enabled slave modules.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/TwiMaster.Result.html" title="interface in ioio.lib.api">TwiMaster.Result</A></B></TD> <TD>An object that can be waited on for asynchronous calls.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Uart.html" title="interface in ioio.lib.api">Uart</A></B></TD> <TD>An interface for controlling a UART module.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/DigitalInput.Spec.html" title="class in ioio.lib.api">DigitalInput.Spec</A></B></TD> <TD>A digital input pin specification, used when opening digital inputs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/DigitalOutput.Spec.html" title="class in ioio.lib.api">DigitalOutput.Spec</A></B></TD> <TD>A digital output pin specification, used when opening digital outputs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/IOIOFactory.html" title="class in ioio.lib.api">IOIOFactory</A></B></TD> <TD>Factory class for creating instances of the IOIO interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelConfigBinary.html" title="class in ioio.lib.api">Sequencer.ChannelConfigBinary</A></B></TD> <TD>Configuration for a binary channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelConfigFmSpeed.html" title="class in ioio.lib.api">Sequencer.ChannelConfigFmSpeed</A></B></TD> <TD>Configuration for a channel of type FM speed.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelConfigPwmPosition.html" title="class in ioio.lib.api">Sequencer.ChannelConfigPwmPosition</A></B></TD> <TD>Configuration for a channel of type PWM Position.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelConfigPwmSpeed.html" title="class in ioio.lib.api">Sequencer.ChannelConfigPwmSpeed</A></B></TD> <TD>Configuration for a channel of type PWM speed.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelConfigSteps.html" title="class in ioio.lib.api">Sequencer.ChannelConfigSteps</A></B></TD> <TD>Configuration for a channel of type steps.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelCueBinary.html" title="class in ioio.lib.api">Sequencer.ChannelCueBinary</A></B></TD> <TD>A cue for a binary channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelCueFmSpeed.html" title="class in ioio.lib.api">Sequencer.ChannelCueFmSpeed</A></B></TD> <TD>A cue for a FM speed channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelCuePwmPosition.html" title="class in ioio.lib.api">Sequencer.ChannelCuePwmPosition</A></B></TD> <TD>A cue for a PWM position channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelCuePwmSpeed.html" title="class in ioio.lib.api">Sequencer.ChannelCuePwmSpeed</A></B></TD> <TD>A cue for a PWM speed channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.ChannelCueSteps.html" title="class in ioio.lib.api">Sequencer.ChannelCueSteps</A></B></TD> <TD>A cue for a steps channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.Event.html" title="class in ioio.lib.api">Sequencer.Event</A></B></TD> <TD>A sequencer event.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/SpiMaster.Config.html" title="class in ioio.lib.api">SpiMaster.Config</A></B></TD> <TD>SPI configuration structure.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Enum Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/DigitalInput.Spec.Mode.html" title="enum in ioio.lib.api">DigitalInput.Spec.Mode</A></B></TD> <TD>Input pin mode.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/DigitalOutput.Spec.Mode.html" title="enum in ioio.lib.api">DigitalOutput.Spec.Mode</A></B></TD> <TD>Output pin mode.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/IOIO.State.html" title="enum in ioio.lib.api">IOIO.State</A></B></TD> <TD>A state of a IOIO instance.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/IOIO.VersionType.html" title="enum in ioio.lib.api">IOIO.VersionType</A></B></TD> <TD>A versioned component in the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/PulseInput.ClockRate.html" title="enum in ioio.lib.api">PulseInput.ClockRate</A></B></TD> <TD>Supported clock rate enum.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/PulseInput.PulseMode.html" title="enum in ioio.lib.api">PulseInput.PulseMode</A></B></TD> <TD>An enumeration for describing the module's operating mode.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.Clock.html" title="enum in ioio.lib.api">Sequencer.Clock</A></B></TD> <TD>A clock rate selection, which implies a time-base.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Sequencer.Event.Type.html" title="enum in ioio.lib.api">Sequencer.Event.Type</A></B></TD> <TD>Event type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/SpiMaster.Rate.html" title="enum in ioio.lib.api">SpiMaster.Rate</A></B></TD> <TD>Possible data rates for SPI, in Hz.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/TwiMaster.Rate.html" title="enum in ioio.lib.api">TwiMaster.Rate</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Uart.Parity.html" title="enum in ioio.lib.api">Uart.Parity</A></B></TD> <TD>Parity-bit mode.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../ioio/lib/api/Uart.StopBits.html" title="enum in ioio.lib.api">Uart.StopBits</A></B></TD> <TD>Number of stop-bits.</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV PACKAGE&nbsp; &nbsp;<A HREF="../../../ioio/lib/api/exception/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?ioio/lib/api/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
all/1101.html
ilearninging/xxhis
<table border="1" id="table1" style="border-collapse: collapse"> <tr> <td height="25" align="center"><span style="font-size: 16px">东汉</span></td> <td height="25" align="center"><span style="font-size: 16px">公元174年</span></td> <td height="25" align="center"><span style="font-size: 16px">甲寅</span></td> <td height="25px" align="center"><span style="font-size: 16px">熹平三年</span></td> </tr> <tr> <td colspan="4"> <table border="0" width="100%"> <tr> <td valign="top"> <b>历史纪事</b> </td> <td> <div>吴郡司马孙坚募兵千余人,助州郡破杀许生。坚字文台,吴郡富春(今浙江富阳)人。鲜卑攻扰北地郡,被击败,又扰并州境。 </div></td> </tr> </table> </td> </tr> <tr> <td colspan="4"> <table border="0" width="100%"> <tr> <td valign="top"> <b>文化纪事</b> </td> <td> <div>皇甫规死   熹平三年(174),护羌校尉皇甫规病死。皇甫规(103—174),字威明,安定朝那(今宁夏固原东南)人。初为郡功曹,以败西羌战功,举上计掾,永嘉元年(145),举贤良方正,因对策的言讥刺大将军梁冀,定为下第、拜郎中,乃托病还乡。州郡承梁冀旨意,几次企图加害,皇甫规仅免于死;遂以《诗》、《易》教授弟子,有门徒三百人。梁冀死后,朝廷征召五次,皆不就。延熹三年(160),泰山郡(今山东泰安东北)叔孙无忌起义,于是出任泰山太守,平定起义军,次年诸羌反汉,又任中郎将,督关西(古称函谷关以西地区为关西,函谷关在今河南灵宝东北)兵大破诸羌,斩首八百级,诸羌降者十余万。持节回乡为将,对乡人无所私惠,却举奏多人;又素来痛恨宦官,不与之交结,因而内外皆怨,遂相陷害,皇甫规被诬以贿赂诸羌的罪名下狱。于是,诸公及太学生张凤等三百人诣阙为其鸣冤,赦免回乡。后历任匈奴中郎将、度辽将军、尚书、弘农太守、护羌校尉等官,封寿成亭侯。熹平三年病死,终年七十一岁。皇甫规既富武略,又有文才,其所著赋、铭、碑、祷文、章表、书、檄、笺记等传世者二十七篇。</div></td> </tr> </table> </td> </tr> <tr> <td colspan="4"> <table border="0" width="100%"> <tr> <td valign="top"> <b>杂谭逸事</b> </td> <td> <div>夏育击破鲜卑   熹平三年(174)冬,鲜卑攻略北地郡(今宁夏吴忠西南),北地太守夏育率屠各等族追击,大破鲜卑。鲜卑自灵帝即位(174)以来,连年抄掠汉缘边州郡,汉廷不能制。</div></td> </tr> </table> </td> </tr> <tr> <td colspan="4"> <table border="0" width="100%"> <tr> <td valign="top"> <b>注释</b></td> <td> <div></div></td> </tr> </table> </td> </tr> <tr> </tr></table>
apache-cassandra-2.0.15/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.prepare_cql_query_args.html
anuragkapur/cassandra-2.1.2-ak-skynet
<!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_72) on Wed May 13 11:47:55 EDT 2015 --> <title>Uses of Class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args (apache-cassandra API)</title> <meta name="date" content="2015-05-13"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.prepare_cql_query_args.html" target="_top">Frames</a></li> <li><a href="Cassandra.prepare_cql_query_args.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args" class="title">Uses of Class<br>org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.thrift">org.apache.cassandra.thrift</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.thrift"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a> in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> that return <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#deepCopy()">deepCopy</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.Processor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.prepare_cql_query.html#getEmptyArgsInstance()">getEmptyArgsInstance</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.AsyncProcessor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.prepare_cql_query.html#getEmptyArgsInstance()">getEmptyArgsInstance</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#setCompression(org.apache.cassandra.thrift.Compression)">setCompression</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Compression.html" title="enum in org.apache.cassandra.thrift">Compression</a>&nbsp;compression)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#setQuery(byte[])">setQuery</a></strong>(byte[]&nbsp;query)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#setQuery(java.nio.ByteBuffer)">setQuery</a></strong>(java.nio.ByteBuffer&nbsp;query)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#compareTo(org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#equals(org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">equals</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;that)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_result.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_result</a></code></td> <td class="colLast"><span class="strong">Cassandra.Processor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.prepare_cql_query.html#getResult(I,%20org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">getResult</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.prepare_cql_query.html" title="type parameter in Cassandra.Processor.prepare_cql_query">I</a>&nbsp;iface, <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;args)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.AsyncProcessor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.prepare_cql_query.html#start(I,%20org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args,%20org.apache.thrift.async.AsyncMethodCallback)">start</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.prepare_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.prepare_cql_query">I</a>&nbsp;iface, <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;args, org.apache.thrift.async.AsyncMethodCallback&lt;<a href="../../../../../org/apache/cassandra/thrift/CqlPreparedResult.html" title="class in org.apache.cassandra.thrift">CqlPreparedResult</a>&gt;&nbsp;resultHandler)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#Cassandra.prepare_cql_query_args(org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">Cassandra.prepare_cql_query_args</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;other)</code> <div class="block">Performs a deep copy on <i>other</i>.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.prepare_cql_query_args.html" target="_top">Frames</a></li> <li><a href="Cassandra.prepare_cql_query_args.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>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
doc/cellularAutomata/artificialLife/factory/package-tree.html
KEOpenSource/CAExplorer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_06) on Fri Dec 12 14:01:53 MST 2008 --> <TITLE> cellularAutomata.artificialLife.factory Class Hierarchy </TITLE> <META NAME="date" CONTENT="2008-12-12"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="cellularAutomata.artificialLife.factory Class Hierarchy"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../cellularAutomata/artificialLife/evolution/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../cellularAutomata/artificialLife/fitness/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?cellularAutomata/artificialLife/factory/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package cellularAutomata.artificialLife.factory </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">cellularAutomata.artificialLife.factory.<A HREF="../../../cellularAutomata/artificialLife/factory/ALifeFactory.html" title="class in cellularAutomata.artificialLife.factory"><B>ALifeFactory</B></A><UL> <LI TYPE="circle">cellularAutomata.artificialLife.factory.<A HREF="../../../cellularAutomata/artificialLife/factory/PiFactory.html" title="class in cellularAutomata.artificialLife.factory"><B>PiFactory</B></A><LI TYPE="circle">cellularAutomata.artificialLife.factory.<A HREF="../../../cellularAutomata/artificialLife/factory/ZeroFactory.html" title="class in cellularAutomata.artificialLife.factory"><B>ZeroFactory</B></A></UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../cellularAutomata/artificialLife/evolution/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../cellularAutomata/artificialLife/fitness/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?cellularAutomata/artificialLife/factory/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
src/main/resources/templates/test_plan/add.html
wang153723482/testing_platform
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>添加测试计划</title> <link rel="stylesheet" th:href="@{/layui/css/layui.css}" media="all"/> <style type="text/css"> .input-my{ width: 300px; } #main label{ width: 120px; } </style> </head> <body> <div th:replace="header::header"></div> <hr/> <div id="main"> <!--/*@thymesVar id="tp" type="com.wangc.test_plan.bean.TestPlanBean"*/--> <form class="layui-form" th:action="@{/tp/upload}" th:id="add_form" th:enctype="@{multipart/form-data}" th:object="${tp}" th:method="post"> <div class="layui-form-item"> <label class="layui-form-label">测试计划名称</label> <div class="layui-input-block"> <input type="text" name="tpName" required="required" lay-verify="required" placeholder="请输入标题" autocomplete="off" class="layui-input input-my"/> </div> </div> <div class="layui-form-item"> <label class="layui-form-label">测试描述</label> <div class="layui-input-block"> <input type="text" name="description" required="required" lay-verify="required" placeholder="请输入标题" autocomplete="off" class="layui-input input-my"/> </div> </div> <div class="layui-form-item"> <label class="layui-form-label">上传脚本文件</label> <div class="layui-input-block" style="padding: 9px 15px;"> <input th:type="file" th:name="file" class="layui-btn layui-btn-mini" style="background-color: #ffffff;"/> </div> </div> <div class="layui-form-item"> <div class="layui-input-block"> <input type="submit" name="submit" class="layui-btn layui-btn-primary"/> </div> </div> </form> </div> <!--/*@thymesVar id="tp" type="com.wangc.test_plan.bean.TestPlanBean"*/--> <script th:src="@{/js/jquery-1.12.3.min.js}"></script> <script th:src="@{/layer/layer.js}"></script> <script language="javascript"> $(document).ready(function () { layui.use('form', function () { }); var handInputDiv = $("#handInputDiv"); var uploadFileDiv = $("#uploadFileDiv"); //todo 应该根据radio的选中状态,而不是根据click来判断 $("input[name='inputType']").bind('click', function () { var this_val = $(this).val(); if ('0' === this_val) {//手工录入 handInputDiv.show(); uploadFileDiv.hide(); } else if ('1' === this_val) {//上传jmx handInputDiv.hide(); uploadFileDiv.show(); } }); }); </script> </body> </html>
apidocs/2.3.0.Final/org/togglz/core/repository/composite/class-use/CompositeStateRepository.IterationOrder.html
togglz/togglz-site
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Sat Jul 30 10:45:00 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.togglz.core.repository.composite.CompositeStateRepository.IterationOrder (Togglz 2.3.0.Final API)</title> <meta name="date" content="2016-07-30"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.togglz.core.repository.composite.CompositeStateRepository.IterationOrder (Togglz 2.3.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/togglz/core/repository/composite/class-use/CompositeStateRepository.IterationOrder.html" target="_top">Frames</a></li> <li><a href="CompositeStateRepository.IterationOrder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.togglz.core.repository.composite.CompositeStateRepository.IterationOrder" class="title">Uses of Class<br>org.togglz.core.repository.composite.CompositeStateRepository.IterationOrder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">CompositeStateRepository.IterationOrder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.togglz.core.repository.composite">org.togglz.core.repository.composite</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.togglz.core.repository.composite"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">CompositeStateRepository.IterationOrder</a> in <a href="../../../../../../org/togglz/core/repository/composite/package-summary.html">org.togglz.core.repository.composite</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/togglz/core/repository/composite/package-summary.html">org.togglz.core.repository.composite</a> that return <a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">CompositeStateRepository.IterationOrder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">CompositeStateRepository.IterationOrder</a></code></td> <td class="colLast"><span class="typeNameLabel">CompositeStateRepository.IterationOrder.</span><code><span class="memberNameLink"><a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">CompositeStateRepository.IterationOrder</a>[]</code></td> <td class="colLast"><span class="typeNameLabel">CompositeStateRepository.IterationOrder.</span><code><span class="memberNameLink"><a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/togglz/core/repository/composite/CompositeStateRepository.IterationOrder.html" title="enum in org.togglz.core.repository.composite">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/togglz/core/repository/composite/class-use/CompositeStateRepository.IterationOrder.html" target="_top">Frames</a></li> <li><a href="CompositeStateRepository.IterationOrder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016. All Rights Reserved.</small></p> </body> </html>
pages/letters/thankyou_error.html
rhefner1/ghidonations
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>GHI | Thanks!</title> <style type="text/css"> /* Client-specific Styles */ #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */ body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */ body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */ /* Reset Styles */ body{margin:0; padding:0;} img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;} table td{border-collapse:collapse;} #backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;} /* Template Styles */ /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: COMMON PAGE ELEMENTS /\/\/\/\/\/\/\/\/\/\ */ /** * @tab Page * @section background color * @tip Set the background color for your email. You may want to choose one that matches your company's branding. * @theme page */ body, #backgroundTable{ /*@editable*/ background-color:#A0A0A0; } /** * @tab Page * @section email border * @tip Set the border for your email. */ #templateContainer{ /*@editable*/ border: 1px solid #DDDDDD; } /** * @tab Page * @section heading 1 * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings. * @style heading 1 */ h1, .h1{ /*@editable*/ color:#202020; display:block; /*@editable*/ font-family:Arial; /*@editable*/ font-size:34px; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /** * @tab Page * @section heading 2 * @tip Set the styling for all second-level headings in your emails. * @style heading 2 */ h2, .h2{ /*@editable*/ color:#202020; display:block; /*@editable*/ font-family:Arial; /*@editable*/ font-size:30px; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /** * @tab Page * @section heading 3 * @tip Set the styling for all third-level headings in your emails. * @style heading 3 */ h3, .h3{ /*@editable*/ color:#202020; display:block; /*@editable*/ font-family:Arial; /*@editable*/ font-size:26px; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /** * @tab Page * @section heading 4 * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings. * @style heading 4 */ h4, .h4{ /*@editable*/ color:#202020; display:block; /*@editable*/ font-family:Arial; /*@editable*/ font-size:22px; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: PREHEADER /\/\/\/\/\/\/\/\/\/\ */ /** * @tab Header * @section preheader style * @tip Set the background color for your email's preheader area. * @theme page */ #templatePreheader{ /*@editable*/ background-color:#FAFAFA; } /** * @tab Header * @section preheader text * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read. */ .preheaderContent div{ /*@editable*/ color:#505050; /*@editable*/ font-family:Arial; /*@editable*/ font-size:10px; /*@editable*/ line-height:100%; /*@editable*/ text-align:left; } /** * @tab Header * @section preheader link * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text. */ .preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#336699; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: HEADER /\/\/\/\/\/\/\/\/\/\ */ /** * @tab Header * @section header style * @tip Set the background color and border for your email's header area. * @theme header */ #templateHeader{ /*@editable*/ background-color:#FFFFFF; /*@editable*/ border-bottom:0; } /** * @tab Header * @section header text * @tip Set the styling for your email's header text. Choose a size and color that is easy to read. */ .headerContent{ /*@editable*/ color:#202020; /*@editable*/ font-family:Arial; /*@editable*/ font-size:34px; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; /*@editable*/ padding:0; /*@editable*/ text-align:center; /*@editable*/ vertical-align:middle; } /** * @tab Header * @section header link * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text. */ .headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#336699; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } #headerImage{ height:auto; max-width:600px !important; } /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MAIN BODY /\/\/\/\/\/\/\/\/\/\ */ /** * @tab Body * @section body style * @tip Set the background color for your email's body area. */ #templateContainer, .bodyContent{ /*@editable*/ background-color:#FFFFFF; } /** * @tab Body * @section body text * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read. * @theme main */ .bodyContent div{ /*@editable*/ color:#505050; /*@editable*/ font-family:Arial; /*@editable*/ font-size:14px; /*@editable*/ line-height:150%; /*@editable*/ text-align:left; } /** * @tab Body * @section body link * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text. */ .bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#336699; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } .bodyContent img{ display:inline; height:auto; } /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: FOOTER /\/\/\/\/\/\/\/\/\/\ */ /** * @tab Footer * @section footer style * @tip Set the background color and top border for your email's footer area. * @theme footer */ #templateFooter{ /*@editable*/ background-color:#FFFFFF; /*@editable*/ border-top:0; } /** * @tab Footer * @section footer text * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read. * @theme footer */ .footerContent div{ /*@editable*/ color:#707070; /*@editable*/ font-family:Arial; /*@editable*/ font-size:12px; /*@editable*/ line-height:125%; /*@editable*/ text-align:left; } /** * @tab Footer * @section footer link * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text. */ .footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#336699; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } .footerContent img{ display:inline; } /** * @tab Footer * @section social bar style * @tip Set the background color and border for your email's footer social bar. * @theme footer */ #social{ /*@editable*/ background-color:#FAFAFA; /*@editable*/ border:0; } /** * @tab Footer * @section social bar style * @tip Set the background color and border for your email's footer social bar. */ #social div{ /*@editable*/ text-align:center; } /** * @tab Footer * @section utility bar style * @tip Set the background color and border for your email's footer utility bar. * @theme footer */ #utility{ /*@editable*/ background-color:#FFFFFF; /*@editable*/ border:0; } /** * @tab Footer * @section utility bar style * @tip Set the background color and border for your email's footer utility bar. */ #utility div{ /*@editable*/ text-align:center; } #monkeyRewards img{ max-width:190px; } </style> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0"> <center> <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable"> <tr> <td align="center" valign="top"> <!-- // Begin Template Preheader \\ --> <table border="0" cellpadding="10" cellspacing="0" width="600" id="templatePreheader"> <tr> <td valign="top" class="preheaderContent"> <!-- // Begin Module: Standard Preheader \ --> <table border="0" cellpadding="10" cellspacing="0" width="100%"> <tr> <td valign="top" style="text-align: center"> <div mc:edit="std_preheader_content"> Thanks for your recent donation to GHI! </div> </td> </tr> </table> <!-- // End Module: Standard Preheader \ --> </td> </tr> </table> <!-- // End Template Preheader \\ --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateContainer"> <tr> <td align="center" valign="top"> <!-- // Begin Template Header \\ --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader"> <tr> <td class="headerContent"> <!-- // Begin Module: Standard Header Image \\ --> <img src="https://ghidonations.appspot.com/images/thankyou/ghilogo.png" style="max-width:600px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext /> <!-- // End Module: Standard Header Image \\ --> </td> </tr> </table> <!-- // End Template Header \\ --> </td> </tr> <tr> <td align="center" valign="top"> <!-- // Begin Template Body \\ --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateBody"> <tr> <td valign="top" class="bodyContent"> <!-- // Begin Module: Standard Content \\ --> <table border="0" cellpadding="20" cellspacing="0" width="100%"> <tr> <td valign="top"> <div mc:edit="std_content00" style="width:500px"> <br /> <h4 class="h4">Whoops!</h4> I can't find the confirmation email that you were trying to access. Please try clicking the link at the top of your email again. If it still doesn't work, please email us! <a href="mailto:donate@globalhopeindia.org">donate@globalhopeindia.org</a> </div> </td> </tr> </table> <!-- // End Module: Standard Content \\ --> </td> </tr> </table> <!-- // End Template Body \\ --> </td> </tr> <tr> <td align="center" valign="top"> <!-- // Begin Template Footer \\ --> <table border="0" cellpadding="10" cellspacing="0" width="600" id="templateFooter"> <tr> <td valign="top" class="footerContent"> <!-- // Begin Module: Standard Footer \\ --> <table border="0" cellpadding="10" cellspacing="0" width="100%"> <tr> <td valign="top" width="350"> <div mc:edit="std_footer"> <img src="https://ghidonations.appspot.com/images/thankyou/divider_wide.png" alt="" style="border-top: 10px solid #fff; width: 558px"> <br /><br /> {{ s.confirmation_info }} <br /><br /> <img src="https://ghidonations.appspot.com/images/thankyou/divider_wide.png" alt="" style="border-top: 10px solid #fff; width: 558px"> <br /><br /> {{ s.confirmation_footer }} </div> </td> </tr> </table> <!-- // End Module: Standard Footer \\ --> </td> </tr> </table> <!-- // End Template Footer \\ --> </td> </tr> </table> <br /> </td> </tr> </table> </center> </body> </html>
2.2/docs/Javadoc/overview-tree.html
tectronics/splinelibrary
<!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) on Fri Aug 09 15:47:06 EDT 2013 --> <title>Class Hierarchy</title> <meta name="date" content="2013-08-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="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>Package</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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-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 All Packages</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="org/drip/analytics/calibration/package-tree.html">org.drip.analytics.calibration</a>, </li> <li><a href="org/drip/analytics/creator/package-tree.html">org.drip.analytics.creator</a>, </li> <li><a href="org/drip/analytics/curve/package-tree.html">org.drip.analytics.curve</a>, </li> <li><a href="org/drip/analytics/date/package-tree.html">org.drip.analytics.date</a>, </li> <li><a href="org/drip/analytics/daycount/package-tree.html">org.drip.analytics.daycount</a>, </li> <li><a href="org/drip/analytics/definition/package-tree.html">org.drip.analytics.definition</a>, </li> <li><a href="org/drip/analytics/holiday/package-tree.html">org.drip.analytics.holiday</a>, </li> <li><a href="org/drip/analytics/holset/package-tree.html">org.drip.analytics.holset</a>, </li> <li><a href="org/drip/analytics/output/package-tree.html">org.drip.analytics.output</a>, </li> <li><a href="org/drip/analytics/period/package-tree.html">org.drip.analytics.period</a>, </li> <li><a href="org/drip/analytics/support/package-tree.html">org.drip.analytics.support</a>, </li> <li><a href="org/drip/feed/loader/package-tree.html">org.drip.feed.loader</a>, </li> <li><a href="org/drip/math/calculus/package-tree.html">org.drip.math.calculus</a>, </li> <li><a href="org/drip/math/common/package-tree.html">org.drip.math.common</a>, </li> <li><a href="org/drip/math/distribution/package-tree.html">org.drip.math.distribution</a>, </li> <li><a href="org/drip/math/function/package-tree.html">org.drip.math.function</a>, </li> <li><a href="org/drip/math/grid/package-tree.html">org.drip.math.grid</a>, </li> <li><a href="org/drip/math/linearalgebra/package-tree.html">org.drip.math.linearalgebra</a>, </li> <li><a href="org/drip/math/sample/package-tree.html">org.drip.math.sample</a>, </li> <li><a href="org/drip/math/solver1D/package-tree.html">org.drip.math.solver1D</a>, </li> <li><a href="org/drip/math/spline/package-tree.html">org.drip.math.spline</a>, </li> <li><a href="org/drip/param/config/package-tree.html">org.drip.param.config</a>, </li> <li><a href="org/drip/param/creator/package-tree.html">org.drip.param.creator</a>, </li> <li><a href="org/drip/param/definition/package-tree.html">org.drip.param.definition</a>, </li> <li><a href="org/drip/param/market/package-tree.html">org.drip.param.market</a>, </li> <li><a href="org/drip/param/pricer/package-tree.html">org.drip.param.pricer</a>, </li> <li><a href="org/drip/param/quoting/package-tree.html">org.drip.param.quoting</a>, </li> <li><a href="org/drip/param/valuation/package-tree.html">org.drip.param.valuation</a>, </li> <li><a href="org/drip/product/creator/package-tree.html">org.drip.product.creator</a>, </li> <li><a href="org/drip/product/credit/package-tree.html">org.drip.product.credit</a>, </li> <li><a href="org/drip/product/definition/package-tree.html">org.drip.product.definition</a>, </li> <li><a href="org/drip/product/fx/package-tree.html">org.drip.product.fx</a>, </li> <li><a href="org/drip/product/params/package-tree.html">org.drip.product.params</a>, </li> <li><a href="org/drip/product/rates/package-tree.html">org.drip.product.rates</a>, </li> <li><a href="org/drip/regression/core/package-tree.html">org.drip.regression.core</a>, </li> <li><a href="org/drip/regression/curve/package-tree.html">org.drip.regression.curve</a>, </li> <li><a href="org/drip/regression/curveJacobian/package-tree.html">org.drip.regression.curveJacobian</a>, </li> <li><a href="org/drip/regression/fixedpointfinder/package-tree.html">org.drip.regression.fixedpointfinder</a>, </li> <li><a href="org/drip/regression/spline/package-tree.html">org.drip.regression.spline</a>, </li> <li><a href="org/drip/service/api/package-tree.html">org.drip.service.api</a>, </li> <li><a href="org/drip/service/bridge/package-tree.html">org.drip.service.bridge</a>, </li> <li><a href="org/drip/service/env/package-tree.html">org.drip.service.env</a>, </li> <li><a href="org/drip/service/sample/package-tree.html">org.drip.service.sample</a>, </li> <li><a href="org/drip/service/stream/package-tree.html">org.drip.service.stream</a>, </li> <li><a href="org/drip/tester/functional/package-tree.html">org.drip.tester.functional</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">java.util.AbstractMap&lt;K,V&gt; (implements java.util.Map&lt;K,V&gt;) <ul> <li type="circle">java.util.HashMap&lt;K,V&gt; (implements java.lang.Cloneable, java.util.Map&lt;K,V&gt;, java.io.Serializable) <ul> <li type="circle">org.drip.analytics.support.<a href="org/drip/analytics/support/CaseInsensitiveHashMap.html" title="class in org.drip.analytics.support"><span class="strong">CaseInsensitiveHashMap</span></a>&lt;V&gt;</li> </ul> </li> <li type="circle">java.util.TreeMap&lt;K,V&gt; (implements java.lang.Cloneable, java.util.NavigableMap&lt;K,V&gt;, java.io.Serializable) <ul> <li type="circle">org.drip.analytics.support.<a href="org/drip/analytics/support/CaseInsensitiveTreeMap.html" title="class in org.drip.analytics.support"><span class="strong">CaseInsensitiveTreeMap</span></a>&lt;V&gt;</li> </ul> </li> </ul> </li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/AbstractUnivariate.html" title="class in org.drip.math.function"><span class="strong">AbstractUnivariate</span></a> <ul> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/ExponentialTension.html" title="class in org.drip.math.function"><span class="strong">ExponentialTension</span></a></li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/HyperbolicTension.html" title="class in org.drip.math.function"><span class="strong">HyperbolicTension</span></a></li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/NaturalLogSeriesElement.html" title="class in org.drip.math.function"><span class="strong">NaturalLogSeriesElement</span></a></li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/Polynomial.html" title="class in org.drip.math.function"><span class="strong">Polynomial</span></a></li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/RationalShapeControl.html" title="class in org.drip.math.function"><span class="strong">RationalShapeControl</span></a></li> <li type="circle">org.drip.math.grid.<a href="org/drip/math/grid/Span.html" title="class in org.drip.math.grid"><span class="strong">Span</span></a></li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/UnivariateConvolution.html" title="class in org.drip.math.function"><span class="strong">UnivariateConvolution</span></a> <ul> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/BernsteinPolynomial.html" title="class in org.drip.math.function"><span class="strong">BernsteinPolynomial</span></a></li> </ul> </li> <li type="circle">org.drip.math.function.<a href="org/drip/math/function/UnivariateReflection.html" title="class in org.drip.math.function"><span class="strong">UnivariateReflection</span></a></li> </ul> </li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/AEDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">AEDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.support.<a href="org/drip/analytics/support/AnalyticsHelper.html" title="class in org.drip.analytics.support"><span class="strong">AnalyticsHelper</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ANGHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ANGHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ARAHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ARAHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ARFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ARFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ARNHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ARNHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ARPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ARPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ARSHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ARSHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ATSHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ATSHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/AUDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">AUDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/AZMHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">AZMHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BAKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BAKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.regression.spline.<a href="org/drip/regression/spline/BasisSplineRegressorSet.html" title="class in org.drip.regression.spline"><span class="strong">BasisSplineRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.math.sample.<a href="org/drip/math/sample/BasisSplineSet.html" title="class in org.drip.math.sample"><span class="strong">BasisSplineSet</span></a></li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/BasketMarketParamsBuilder.html" title="class in org.drip.param.creator"><span class="strong">BasketMarketParamsBuilder</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BBDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BBDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BEFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BEFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BGLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BGLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BHDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BHDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BloombergCDSW.html" title="class in org.drip.service.sample"><span class="strong">BloombergCDSW</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BloombergSWPM.html" title="class in org.drip.service.sample"><span class="strong">BloombergSWPM</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BloombergYAS.html" title="class in org.drip.service.sample"><span class="strong">BloombergYAS</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BMDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BMDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BondAnalyticsAPI.html" title="class in org.drip.service.sample"><span class="strong">BondAnalyticsAPI</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BondBasketAPI.html" title="class in org.drip.service.sample"><span class="strong">BondBasketAPI</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/BondBasketBuilder.html" title="class in org.drip.product.creator"><span class="strong">BondBasketBuilder</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/BondBuilder.html" title="class in org.drip.product.creator"><span class="strong">BondBuilder</span></a></li> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/BondComponent.BondCalibrator.html" title="class in org.drip.product.credit"><span class="strong">BondComponent.BondCalibrator</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BondLiveAndEODAPI.html" title="class in org.drip.service.sample"><span class="strong">BondLiveAndEODAPI</span></a></li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/BondManager.html" title="class in org.drip.service.env"><span class="strong">BondManager</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BondRVMeasuresAPI.html" title="class in org.drip.service.sample"><span class="strong">BondRVMeasuresAPI</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/BondStaticAPI.html" title="class in org.drip.service.sample"><span class="strong">BondStaticAPI</span></a></li> <li type="circle">org.drip.tester.functional.<a href="org/drip/tester/functional/BondTestSuite.html" title="class in org.drip.tester.functional"><span class="strong">BondTestSuite</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/BracketingControlParams.html" title="class in org.drip.math.solver1D"><span class="strong">BracketingControlParams</span></a></li> <li type="circle">org.drip.regression.fixedpointfinder.<a href="org/drip/regression/fixedpointfinder/BracketingRegressorSet.html" title="class in org.drip.regression.fixedpointfinder"><span class="strong">BracketingRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BRCHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BRCHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BRLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BRLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/BSDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">BSDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CADHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CADHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CAEHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CAEHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/CashBuilder.html" title="class in org.drip.product.creator"><span class="strong">CashBuilder</span></a></li> <li type="circle">org.drip.regression.curveJacobian.<a href="org/drip/regression/curveJacobian/CashJacobianRegressorSet.html" title="class in org.drip.regression.curveJacobian"><span class="strong">CashJacobianRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/CDSBasketAPI.html" title="class in org.drip.service.sample"><span class="strong">CDSBasketAPI</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/CDSBasketBuilder.html" title="class in org.drip.product.creator"><span class="strong">CDSBasketBuilder</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/CDSBuilder.html" title="class in org.drip.product.creator"><span class="strong">CDSBuilder</span></a></li> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/CDSComponent.SpreadCalibOP.html" title="class in org.drip.product.credit"><span class="strong">CDSComponent.SpreadCalibOP</span></a></li> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/CDSComponent.SpreadCalibrator.html" title="class in org.drip.product.credit"><span class="strong">CDSComponent.SpreadCalibrator</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/CDSLiveAndEODAPI.html" title="class in org.drip.service.sample"><span class="strong">CDSLiveAndEODAPI</span></a></li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/CDSManager.html" title="class in org.drip.service.env"><span class="strong">CDSManager</span></a></li> <li type="circle">org.drip.feed.loader.<a href="org/drip/feed/loader/CDXRefData.html" title="class in org.drip.feed.loader"><span class="strong">CDXRefData</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/CDXRefDataHolder.html" title="class in org.drip.product.creator"><span class="strong">CDXRefDataHolder</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/CDXRefDataParams.html" title="class in org.drip.product.params"><span class="strong">CDXRefDataParams</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CERHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CERHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CFFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CFFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CHFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CHFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CLFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CLFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CLUHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CLUHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CNYHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CNYHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/COFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">COFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/ComponentMarketParamsBuilder.html" title="class in org.drip.param.creator"><span class="strong">ComponentMarketParamsBuilder</span></a></li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/ComponentQuoteBuilder.html" title="class in org.drip.param.creator"><span class="strong">ComponentQuoteBuilder</span></a></li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/ComponentTickQuoteBuilder.html" title="class in org.drip.param.creator"><span class="strong">ComponentTickQuoteBuilder</span></a></li> <li type="circle">org.drip.regression.fixedpointfinder.<a href="org/drip/regression/fixedpointfinder/CompoundBracketingRegressorSet.html" title="class in org.drip.regression.fixedpointfinder"><span class="strong">CompoundBracketingRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.param.config.<a href="org/drip/param/config/ConfigLoader.html" title="class in org.drip.param.config"><span class="strong">ConfigLoader</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CONHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CONHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/Convention.html" title="class in org.drip.analytics.daycount"><span class="strong">Convention</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/ConvergenceControlParams.html" title="class in org.drip.math.solver1D"><span class="strong">ConvergenceControlParams</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/COPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">COPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CRCHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CRCHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.api.<a href="org/drip/service/api/CreditAnalytics.html" title="class in org.drip.service.api"><span class="strong">CreditAnalytics</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/CreditAnalyticsAPI.html" title="class in org.drip.service.sample"><span class="strong">CreditAnalyticsAPI</span></a></li> <li type="circle">org.drip.service.bridge.<a href="org/drip/service/bridge/CreditAnalyticsProxy.html" title="class in org.drip.service.bridge"><span class="strong">CreditAnalyticsProxy</span></a></li> <li type="circle">org.drip.service.bridge.<a href="org/drip/service/bridge/CreditAnalyticsStub.html" title="class in org.drip.service.bridge"><span class="strong">CreditAnalyticsStub</span></a></li> <li type="circle">org.drip.tester.functional.<a href="org/drip/tester/functional/CreditAnalyticsTestSuite.html" title="class in org.drip.tester.functional"><span class="strong">CreditAnalyticsTestSuite</span></a></li> <li type="circle">org.drip.analytics.creator.<a href="org/drip/analytics/creator/CreditCurveBuilder.html" title="class in org.drip.analytics.creator"><span class="strong">CreditCurveBuilder</span></a></li> <li type="circle">org.drip.regression.curve.<a href="org/drip/regression/curve/CreditCurveRegressor.html" title="class in org.drip.regression.curve"><span class="strong">CreditCurveRegressor</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.analytics.calibration.<a href="org/drip/analytics/calibration/CreditCurveScenarioGenerator.html" title="class in org.drip.analytics.calibration"><span class="strong">CreditCurveScenarioGenerator</span></a></li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/CreditScenarioCurve.html" title="class in org.drip.param.definition"><span class="strong">CreditScenarioCurve</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/CreditCurveScenarioContainer.html" title="class in org.drip.param.market"><span class="strong">CreditCurveScenarioContainer</span></a></li> </ul> </li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/CreditScenarioCurveBuilder.html" title="class in org.drip.param.creator"><span class="strong">CreditScenarioCurveBuilder</span></a></li> <li type="circle">org.drip.analytics.calibration.<a href="org/drip/analytics/calibration/CurveCalibrator.html" title="class in org.drip.analytics.calibration"><span class="strong">CurveCalibrator</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CYPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CYPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/CZKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">CZKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DateEOMAdjustment.html" title="class in org.drip.analytics.daycount"><span class="strong">DateEOMAdjustment</span></a></li> <li type="circle">org.drip.math.common.<a href="org/drip/math/common/DateUtil.html" title="class in org.drip.math.common"><span class="strong">DateUtil</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/DayCountAndCalendarAPI.html" title="class in org.drip.service.sample"><span class="strong">DayCountAndCalendarAPI</span></a></li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DC30_360.html" title="class in org.drip.analytics.daycount"><span class="strong">DC30_360</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DC30_365.html" title="class in org.drip.analytics.daycount"><span class="strong">DC30_365</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DC30_Act.html" title="class in org.drip.analytics.daycount"><span class="strong">DC30_Act</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DC30E_360.html" title="class in org.drip.analytics.daycount"><span class="strong">DC30E_360</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCAct_360.html" title="class in org.drip.analytics.daycount"><span class="strong">DCAct_360</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCAct_364.html" title="class in org.drip.analytics.daycount"><span class="strong">DCAct_364</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCAct_365.html" title="class in org.drip.analytics.daycount"><span class="strong">DCAct_365</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCAct_365L.html" title="class in org.drip.analytics.daycount"><span class="strong">DCAct_365L</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCAct_Act.html" title="class in org.drip.analytics.daycount"><span class="strong">DCAct_Act</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCAct_Act_ISDA.html" title="class in org.drip.analytics.daycount"><span class="strong">DCAct_Act_ISDA</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCNL_360.html" title="class in org.drip.analytics.daycount"><span class="strong">DCNL_360</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCNL_365.html" title="class in org.drip.analytics.daycount"><span class="strong">DCNL_365</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCNL_Act.html" title="class in org.drip.analytics.daycount"><span class="strong">DCNL_Act</span></a> (implements org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount">DCFCalculator</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/DEMHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">DEMHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.calculus.<a href="org/drip/math/calculus/DerivativeControl.html" title="class in org.drip.math.calculus"><span class="strong">DerivativeControl</span></a></li> <li type="circle">org.drip.math.calculus.<a href="org/drip/math/calculus/Differential.html" title="class in org.drip.math.calculus"><span class="strong">Differential</span></a></li> <li type="circle">org.drip.analytics.creator.<a href="org/drip/analytics/creator/DiscountCurveBuilder.html" title="class in org.drip.analytics.creator"><span class="strong">DiscountCurveBuilder</span></a></li> <li type="circle">org.drip.regression.curveJacobian.<a href="org/drip/regression/curveJacobian/DiscountCurveJacobianRegressorSet.html" title="class in org.drip.regression.curveJacobian"><span class="strong">DiscountCurveJacobianRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.regression.curve.<a href="org/drip/regression/curve/DiscountCurveRegressor.html" title="class in org.drip.regression.curve"><span class="strong">DiscountCurveRegressor</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/DKKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">DKKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/DOPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">DOPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/DTFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">DTFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ECSHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ECSHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.regression.curveJacobian.<a href="org/drip/regression/curveJacobian/EDFJacobianRegressorSet.html" title="class in org.drip.regression.curveJacobian"><span class="strong">EDFJacobianRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/EDFutureBuilder.html" title="class in org.drip.product.creator"><span class="strong">EDFutureBuilder</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/EEKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">EEKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/EGPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">EGPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/EnvManager.html" title="class in org.drip.service.env"><span class="strong">EnvManager</span></a></li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/EODCurves.html" title="class in org.drip.service.env"><span class="strong">EODCurves</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ESBHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ESBHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ESPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ESPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ESTHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ESTHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/EUBHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">EUBHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/EURHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">EURHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/ExecutionControl.html" title="class in org.drip.math.solver1D"><span class="strong">ExecutionControl</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/ExecutionControlParams.html" title="class in org.drip.math.solver1D"><span class="strong">ExecutionControlParams</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/ExecutionInitializationOutput.html" title="class in org.drip.math.solver1D"><span class="strong">ExecutionInitializationOutput</span></a> <ul> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/BracketingOutput.html" title="class in org.drip.math.solver1D"><span class="strong">BracketingOutput</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/ConvergenceOutput.html" title="class in org.drip.math.solver1D"><span class="strong">ConvergenceOutput</span></a></li> </ul> </li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/ExecutionInitializer.html" title="class in org.drip.math.solver1D"><span class="strong">ExecutionInitializer</span></a></li> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/ExponentialTensionBasisSetParams.html" title="class in org.drip.math.spline"><span class="strong">ExponentialTensionBasisSetParams</span></a> (implements org.drip.math.spline.<a href="org/drip/math/spline/BasisSetParams.html" title="interface in org.drip.math.spline">BasisSetParams</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/FIMHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">FIMHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/FixedPointFinder.html" title="class in org.drip.math.solver1D"><span class="strong">FixedPointFinder</span></a> <ul> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/FixedPointFinderBracketing.html" title="class in org.drip.math.solver1D"><span class="strong">FixedPointFinderBracketing</span></a> <ul> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/FixedPointFinderBrent.html" title="class in org.drip.math.solver1D"><span class="strong">FixedPointFinderBrent</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/FixedPointFinderZheng.html" title="class in org.drip.math.solver1D"><span class="strong">FixedPointFinderZheng</span></a></li> </ul> </li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/FixedPointFinderNewton.html" title="class in org.drip.math.solver1D"><span class="strong">FixedPointFinderNewton</span></a></li> </ul> </li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/FixedPointFinderOutput.html" title="class in org.drip.math.solver1D"><span class="strong">FixedPointFinderOutput</span></a></li> <li type="circle">org.drip.math.common.<a href="org/drip/math/common/FormatUtil.html" title="class in org.drip.math.common"><span class="strong">FormatUtil</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/FRFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">FRFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/FXAPI.html" title="class in org.drip.service.sample"><span class="strong">FXAPI</span></a></li> <li type="circle">org.drip.analytics.creator.<a href="org/drip/analytics/creator/FXBasisCurveBuilder.html" title="class in org.drip.analytics.creator"><span class="strong">FXBasisCurveBuilder</span></a></li> <li type="circle">org.drip.regression.curve.<a href="org/drip/regression/curve/FXCurveRegressor.html" title="class in org.drip.regression.curve"><span class="strong">FXCurveRegressor</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/FXForwardBuilder.html" title="class in org.drip.product.creator"><span class="strong">FXForwardBuilder</span></a></li> <li type="circle">org.drip.product.fx.<a href="org/drip/product/fx/FXForwardContract.FXBasisCalibrator.html" title="class in org.drip.product.fx"><span class="strong">FXForwardContract.FXBasisCalibrator</span></a></li> <li type="circle">org.drip.analytics.creator.<a href="org/drip/analytics/creator/FXForwardCurveBuilder.html" title="class in org.drip.analytics.creator"><span class="strong">FXForwardCurveBuilder</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/FXSpotBuilder.html" title="class in org.drip.product.creator"><span class="strong">FXSpotBuilder</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/GBPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">GBPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/GELHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">GELHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.support.<a href="org/drip/analytics/support/GenericUtil.html" title="class in org.drip.analytics.support"><span class="strong">GenericUtil</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/GFRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">GFRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/GRDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">GRDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/HKDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">HKDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/HRKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">HRKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/HUFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">HUFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/IBRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">IBRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/IDRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">IDRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/IEPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">IEPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/IGPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">IGPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ILSHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ILSHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.grid.<a href="org/drip/math/grid/Inelastics.html" title="class in org.drip.math.grid"><span class="strong">Inelastics</span></a> (implements java.lang.Comparable&lt;T&gt;) <ul> <li type="circle">org.drip.math.grid.<a href="org/drip/math/grid/Segment.html" title="class in org.drip.math.grid"><span class="strong">Segment</span></a> <ul> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/SegmentCk.html" title="class in org.drip.math.spline"><span class="strong">SegmentCk</span></a></li> </ul> </li> </ul> </li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/InitializationHeuristics.html" title="class in org.drip.math.solver1D"><span class="strong">InitializationHeuristics</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/INRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">INRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.calculus.<a href="org/drip/math/calculus/Integrator.html" title="class in org.drip.math.calculus"><span class="strong">Integrator</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/IPCHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">IPCHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.regression.curveJacobian.<a href="org/drip/regression/curveJacobian/IRSJacobianRegressorSet.html" title="class in org.drip.regression.curveJacobian"><span class="strong">IRSJacobianRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/IteratedBracket.html" title="class in org.drip.math.solver1D"><span class="strong">IteratedBracket</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/IteratedVariate.html" title="class in org.drip.math.solver1D"><span class="strong">IteratedVariate</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ITLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ITLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/JMDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">JMDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/JPYHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">JPYHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.date.<a href="org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date"><span class="strong">JulianDate</span></a> (implements java.lang.Comparable&lt;T&gt;)</li> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/KaklisPandelisBasisSetParams.html" title="class in org.drip.math.spline"><span class="strong">KaklisPandelisBasisSetParams</span></a> (implements org.drip.math.spline.<a href="org/drip/math/spline/BasisSetParams.html" title="interface in org.drip.math.spline">BasisSetParams</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/KPWHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">KPWHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/KRWHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">KRWHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/KWDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">KWDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/KYDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">KYDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/KZTHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">KZTHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.sample.<a href="org/drip/math/sample/LinearAlgebra.html" title="class in org.drip.math.sample"><span class="strong">LinearAlgebra</span></a></li> <li type="circle">org.drip.math.linearalgebra.<a href="org/drip/math/linearalgebra/LinearizationOutput.html" title="class in org.drip.math.linearalgebra"><span class="strong">LinearizationOutput</span></a></li> <li type="circle">org.drip.math.linearalgebra.<a href="org/drip/math/linearalgebra/LinearSystemSolver.html" title="class in org.drip.math.linearalgebra"><span class="strong">LinearSystemSolver</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/LKRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">LKRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holiday.<a href="org/drip/analytics/holiday/Locale.html" title="class in org.drip.analytics.holiday"><span class="strong">Locale</span></a></li> <li type="circle">org.drip.analytics.support.<a href="org/drip/analytics/support/Logger.html" title="class in org.drip.analytics.support"><span class="strong">Logger</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/LTLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">LTLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/LUFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">LUFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/LUXHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">LUXHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/LVLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">LVLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.common.<a href="org/drip/math/common/MapUtil.html" title="class in org.drip.math.common"><span class="strong">MapUtil</span></a></li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/MarketParams.html" title="class in org.drip.param.definition"><span class="strong">MarketParams</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/MarketParamsContainer.html" title="class in org.drip.param.market"><span class="strong">MarketParamsContainer</span></a></li> </ul> </li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/MarketParamsBuilder.html" title="class in org.drip.param.creator"><span class="strong">MarketParamsBuilder</span></a></li> <li type="circle">org.drip.math.linearalgebra.<a href="org/drip/math/linearalgebra/Matrix.html" title="class in org.drip.math.linearalgebra"><span class="strong">Matrix</span></a></li> <li type="circle">org.drip.math.linearalgebra.<a href="org/drip/math/linearalgebra/MatrixComplementTransform.html" title="class in org.drip.math.linearalgebra"><span class="strong">MatrixComplementTransform</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MDLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MDLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MIXHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MIXHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MKDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MKDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/MultiLegSwapAPI.html" title="class in org.drip.service.sample"><span class="strong">MultiLegSwapAPI</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MXCHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MXCHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MXNHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MXNHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MXPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MXPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MXVHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MXVHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/MYRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">MYRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/NLGHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">NLGHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/NOKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">NOKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.common.<a href="org/drip/math/common/NumberUtil.html" title="class in org.drip.math.common"><span class="strong">NumberUtil</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/NZDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">NZDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.regression.fixedpointfinder.<a href="org/drip/regression/fixedpointfinder/OpenRegressorSet.html" title="class in org.drip.regression.fixedpointfinder"><span class="strong">OpenRegressorSet</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PABHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PABHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PEFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PEFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PENHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PENHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PESHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PESHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PHPHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PHPHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PLNHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PLNHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PLZHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PLZHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/PolynomialBasisSetParams.html" title="class in org.drip.math.spline"><span class="strong">PolynomialBasisSetParams</span></a> (implements org.drip.math.spline.<a href="org/drip/math/spline/BasisSetParams.html" title="interface in org.drip.math.spline">BasisSetParams</a>)</li> <li type="circle">org.drip.math.sample.<a href="org/drip/math/sample/PolynomialBasisSpline.html" title="class in org.drip.math.sample"><span class="strong">PolynomialBasisSpline</span></a></li> <li type="circle">org.drip.tester.functional.<a href="org/drip/tester/functional/ProductTestSuite.html" title="class in org.drip.tester.functional"><span class="strong">ProductTestSuite</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/PTEHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">PTEHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/QEFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">QEFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/QuoteBuilder.html" title="class in org.drip.param.creator"><span class="strong">QuoteBuilder</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/RatesAnalyticsAPI.html" title="class in org.drip.service.sample"><span class="strong">RatesAnalyticsAPI</span></a></li> <li type="circle">org.drip.analytics.calibration.<a href="org/drip/analytics/calibration/RatesCurveScenarioGenerator.html" title="class in org.drip.analytics.calibration"><span class="strong">RatesCurveScenarioGenerator</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/RatesLiveAndEODAPI.html" title="class in org.drip.service.sample"><span class="strong">RatesLiveAndEODAPI</span></a></li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/RatesManager.html" title="class in org.drip.service.env"><span class="strong">RatesManager</span></a></li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/RatesScenarioCurve.html" title="class in org.drip.param.definition"><span class="strong">RatesScenarioCurve</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/RatesCurveScenarioContainer.html" title="class in org.drip.param.market"><span class="strong">RatesCurveScenarioContainer</span></a></li> </ul> </li> <li type="circle">org.drip.param.creator.<a href="org/drip/param/creator/RatesScenarioCurveBuilder.html" title="class in org.drip.param.creator"><span class="strong">RatesScenarioCurveBuilder</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/RatesStreamBuilder.html" title="class in org.drip.product.creator"><span class="strong">RatesStreamBuilder</span></a></li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/RegressionEngine.html" title="class in org.drip.regression.core"><span class="strong">RegressionEngine</span></a> <ul> <li type="circle">org.drip.regression.spline.<a href="org/drip/regression/spline/BasisSplineRegressionEngine.html" title="class in org.drip.regression.spline"><span class="strong">BasisSplineRegressionEngine</span></a></li> <li type="circle">org.drip.regression.curve.<a href="org/drip/regression/curve/CreditAnalyticsRegressionEngine.html" title="class in org.drip.regression.curve"><span class="strong">CreditAnalyticsRegressionEngine</span></a></li> <li type="circle">org.drip.regression.curveJacobian.<a href="org/drip/regression/curveJacobian/CurveJacobianRegressionEngine.html" title="class in org.drip.regression.curveJacobian"><span class="strong">CurveJacobianRegressionEngine</span></a></li> <li type="circle">org.drip.regression.fixedpointfinder.<a href="org/drip/regression/fixedpointfinder/FixedPointFinderRegressionEngine.html" title="class in org.drip.regression.fixedpointfinder"><span class="strong">FixedPointFinderRegressionEngine</span></a></li> </ul> </li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/RegressionRunDetail.html" title="class in org.drip.regression.core"><span class="strong">RegressionRunDetail</span></a></li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/RegressionRunOutput.html" title="class in org.drip.regression.core"><span class="strong">RegressionRunOutput</span></a></li> <li type="circle">org.drip.math.sample.<a href="org/drip/math/sample/RootFinder.html" title="class in org.drip.math.sample"><span class="strong">RootFinder</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/RUBHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">RUBHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/RURHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">RURHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/SARHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">SARHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/SegmentBasisSetBuilder.html" title="class in org.drip.math.spline"><span class="strong">SegmentBasisSetBuilder</span></a></li> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/SegmentConstraint.html" title="class in org.drip.math.spline"><span class="strong">SegmentConstraint</span></a></li> <li type="circle">org.drip.math.grid.<a href="org/drip/math/grid/SegmentControlParams.html" title="class in org.drip.math.grid"><span class="strong">SegmentControlParams</span></a></li> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/SegmentInelasticParams.html" title="class in org.drip.math.spline"><span class="strong">SegmentInelasticParams</span></a></li> <li type="circle">org.drip.math.grid.<a href="org/drip/math/grid/SegmentMonotonocity.html" title="class in org.drip.math.grid"><span class="strong">SegmentMonotonocity</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/SEKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">SEKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.stream.<a href="org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream"><span class="strong">Serializer</span></a> <ul> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/ActActDCParams.html" title="class in org.drip.analytics.daycount"><span class="strong">ActActDCParams</span></a></li> <li type="circle">org.drip.analytics.holiday.<a href="org/drip/analytics/holiday/Base.html" title="class in org.drip.analytics.holiday"><span class="strong">Base</span></a> <ul> <li type="circle">org.drip.analytics.holiday.<a href="org/drip/analytics/holiday/Fixed.html" title="class in org.drip.analytics.holiday"><span class="strong">Fixed</span></a></li> <li type="circle">org.drip.analytics.holiday.<a href="org/drip/analytics/holiday/Static.html" title="class in org.drip.analytics.holiday"><span class="strong">Static</span></a></li> <li type="circle">org.drip.analytics.holiday.<a href="org/drip/analytics/holiday/Variable.html" title="class in org.drip.analytics.holiday"><span class="strong">Variable</span></a></li> </ul> </li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/BasketMarketParams.html" title="class in org.drip.param.definition"><span class="strong">BasketMarketParams</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/BasketMarketParamSet.html" title="class in org.drip.param.market"><span class="strong">BasketMarketParamSet</span></a></li> </ul> </li> <li type="circle">org.drip.analytics.output.<a href="org/drip/analytics/output/BasketMeasures.html" title="class in org.drip.analytics.output"><span class="strong">BasketMeasures</span></a></li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/BasketProduct.html" title="class in org.drip.product.definition"><span class="strong">BasketProduct</span></a> (implements org.drip.product.definition.<a href="org/drip/product/definition/BasketMarketParamRef.html" title="interface in org.drip.product.definition">BasketMarketParamRef</a>) <ul> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/BondBasket.html" title="class in org.drip.product.credit"><span class="strong">BondBasket</span></a></li> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/CDSBasket.html" title="class in org.drip.product.credit"><span class="strong">CDSBasket</span></a></li> <li type="circle">org.drip.product.rates.<a href="org/drip/product/rates/RatesBasket.html" title="class in org.drip.product.rates"><span class="strong">RatesBasket</span></a></li> </ul> </li> <li type="circle">org.drip.analytics.output.<a href="org/drip/analytics/output/BondCouponMeasures.html" title="class in org.drip.analytics.output"><span class="strong">BondCouponMeasures</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/BondProductBuilder.html" title="class in org.drip.product.creator"><span class="strong">BondProductBuilder</span></a></li> <li type="circle">org.drip.product.creator.<a href="org/drip/product/creator/BondRefDataBuilder.html" title="class in org.drip.product.creator"><span class="strong">BondRefDataBuilder</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.analytics.output.<a href="org/drip/analytics/output/BondRVMeasures.html" title="class in org.drip.analytics.output"><span class="strong">BondRVMeasures</span></a></li> <li type="circle">org.drip.analytics.output.<a href="org/drip/analytics/output/BondWorkoutMeasures.html" title="class in org.drip.analytics.output"><span class="strong">BondWorkoutMeasures</span></a></li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/CalibrationParams.html" title="class in org.drip.param.definition"><span class="strong">CalibrationParams</span></a></li> <li type="circle">org.drip.param.valuation.<a href="org/drip/param/valuation/CashSettleParams.html" title="class in org.drip.param.valuation"><span class="strong">CashSettleParams</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/CDXIdentifier.html" title="class in org.drip.product.params"><span class="strong">CDXIdentifier</span></a></li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/Component.html" title="class in org.drip.product.definition"><span class="strong">Component</span></a> (implements org.drip.product.definition.<a href="org/drip/product/definition/ComponentMarketParamRef.html" title="interface in org.drip.product.definition">ComponentMarketParamRef</a>) <ul> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition"><span class="strong">CalibratableComponent</span></a> <ul> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/CreditComponent.html" title="class in org.drip.product.definition"><span class="strong">CreditComponent</span></a> <ul> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/Bond.html" title="class in org.drip.product.definition"><span class="strong">Bond</span></a> <ul> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/BondComponent.html" title="class in org.drip.product.credit"><span class="strong">BondComponent</span></a> (implements org.drip.product.definition.<a href="org/drip/product/definition/BondProduct.html" title="interface in org.drip.product.definition">BondProduct</a>)</li> </ul> </li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/CreditDefaultSwap.html" title="class in org.drip.product.definition"><span class="strong">CreditDefaultSwap</span></a> <ul> <li type="circle">org.drip.product.credit.<a href="org/drip/product/credit/CDSComponent.html" title="class in org.drip.product.credit"><span class="strong">CDSComponent</span></a></li> </ul> </li> </ul> </li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/RatesComponent.html" title="class in org.drip.product.definition"><span class="strong">RatesComponent</span></a> <ul> <li type="circle">org.drip.product.rates.<a href="org/drip/product/rates/CashComponent.html" title="class in org.drip.product.rates"><span class="strong">CashComponent</span></a></li> <li type="circle">org.drip.product.rates.<a href="org/drip/product/rates/EDFComponent.html" title="class in org.drip.product.rates"><span class="strong">EDFComponent</span></a></li> <li type="circle">org.drip.product.rates.<a href="org/drip/product/rates/FixedStream.html" title="class in org.drip.product.rates"><span class="strong">FixedStream</span></a></li> <li type="circle">org.drip.product.rates.<a href="org/drip/product/rates/FloatingStream.html" title="class in org.drip.product.rates"><span class="strong">FloatingStream</span></a></li> <li type="circle">org.drip.product.rates.<a href="org/drip/product/rates/IRSComponent.html" title="class in org.drip.product.rates"><span class="strong">IRSComponent</span></a></li> </ul> </li> </ul> </li> </ul> </li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition"><span class="strong">ComponentMarketParams</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/ComponentMarketParamSet.html" title="class in org.drip.param.market"><span class="strong">ComponentMarketParamSet</span></a></li> </ul> </li> <li type="circle">org.drip.analytics.output.<a href="org/drip/analytics/output/ComponentMeasures.html" title="class in org.drip.analytics.output"><span class="strong">ComponentMeasures</span></a></li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/ComponentQuote.html" title="class in org.drip.param.definition"><span class="strong">ComponentQuote</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/ComponentMultiMeasureQuote.html" title="class in org.drip.param.market"><span class="strong">ComponentMultiMeasureQuote</span></a></li> </ul> </li> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/ComponentTickQuote.html" title="class in org.drip.param.market"><span class="strong">ComponentTickQuote</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/CouponSetting.html" title="class in org.drip.product.params"><span class="strong">CouponSetting</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.service.bridge.<a href="org/drip/service/bridge/CreditAnalyticsRequest.html" title="class in org.drip.service.bridge"><span class="strong">CreditAnalyticsRequest</span></a></li> <li type="circle">org.drip.service.bridge.<a href="org/drip/service/bridge/CreditAnalyticsResponse.html" title="class in org.drip.service.bridge"><span class="strong">CreditAnalyticsResponse</span></a></li> <li type="circle">org.drip.analytics.definition.<a href="org/drip/analytics/definition/CreditCurve.html" title="class in org.drip.analytics.definition"><span class="strong">CreditCurve</span></a> (implements org.drip.analytics.definition.<a href="org/drip/analytics/definition/Curve.html" title="interface in org.drip.analytics.definition">Curve</a>) <ul> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/ConstantForwardHazard.html" title="class in org.drip.analytics.curve"><span class="strong">ConstantForwardHazard</span></a></li> </ul> </li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/CreditSetting.html" title="class in org.drip.product.params"><span class="strong">CreditSetting</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/CurrencyPair.html" title="class in org.drip.product.params"><span class="strong">CurrencyPair</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/CurrencySet.html" title="class in org.drip.product.params"><span class="strong">CurrencySet</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DateAdjustParams.html" title="class in org.drip.analytics.daycount"><span class="strong">DateAdjustParams</span></a></li> <li type="circle">org.drip.analytics.date.<a href="org/drip/analytics/date/DateTime.html" title="class in org.drip.analytics.date"><span class="strong">DateTime</span></a></li> <li type="circle">org.drip.analytics.definition.<a href="org/drip/analytics/definition/DiscountCurve.html" title="class in org.drip.analytics.definition"><span class="strong">DiscountCurve</span></a> (implements org.drip.analytics.definition.<a href="org/drip/analytics/definition/Curve.html" title="interface in org.drip.analytics.definition">Curve</a>) <ul> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/ConstantForwardRate.html" title="class in org.drip.analytics.curve"><span class="strong">ConstantForwardRate</span></a></li> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/HyperbolicTensionForwardRate.html" title="class in org.drip.analytics.curve"><span class="strong">HyperbolicTensionForwardRate</span></a></li> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/PolynomialForwardRate.html" title="class in org.drip.analytics.curve"><span class="strong">PolynomialForwardRate</span></a></li> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/PolynomialSplineDF.html" title="class in org.drip.analytics.curve"><span class="strong">PolynomialSplineDF</span></a></li> <li type="circle">org.drip.analytics.definition.<a href="org/drip/analytics/definition/ZeroCurve.html" title="class in org.drip.analytics.definition"><span class="strong">ZeroCurve</span></a> <ul> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/DerivedZeroRate.html" title="class in org.drip.analytics.curve"><span class="strong">DerivedZeroRate</span></a></li> </ul> </li> </ul> </li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/EmbeddedOptionSchedule.html" title="class in org.drip.product.params"><span class="strong">EmbeddedOptionSchedule</span></a></li> <li type="circle">org.drip.analytics.output.<a href="org/drip/analytics/output/ExerciseInfo.html" title="class in org.drip.analytics.output"><span class="strong">ExerciseInfo</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/FactorSchedule.html" title="class in org.drip.product.params"><span class="strong">FactorSchedule</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/FloaterSetting.html" title="class in org.drip.product.params"><span class="strong">FloaterSetting</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.analytics.definition.<a href="org/drip/analytics/definition/FXBasisCurve.html" title="class in org.drip.analytics.definition"><span class="strong">FXBasisCurve</span></a> (implements org.drip.analytics.definition.<a href="org/drip/analytics/definition/Curve.html" title="interface in org.drip.analytics.definition">Curve</a>) <ul> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/DerivedFXBasis.html" title="class in org.drip.analytics.curve"><span class="strong">DerivedFXBasis</span></a></li> </ul> </li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/FXForward.html" title="class in org.drip.product.definition"><span class="strong">FXForward</span></a> <ul> <li type="circle">org.drip.product.fx.<a href="org/drip/product/fx/FXForwardContract.html" title="class in org.drip.product.fx"><span class="strong">FXForwardContract</span></a></li> </ul> </li> <li type="circle">org.drip.analytics.definition.<a href="org/drip/analytics/definition/FXForwardCurve.html" title="class in org.drip.analytics.definition"><span class="strong">FXForwardCurve</span></a> (implements org.drip.analytics.definition.<a href="org/drip/analytics/definition/Curve.html" title="interface in org.drip.analytics.definition">Curve</a>) <ul> <li type="circle">org.drip.analytics.curve.<a href="org/drip/analytics/curve/DerivedFXForward.html" title="class in org.drip.analytics.curve"><span class="strong">DerivedFXForward</span></a></li> </ul> </li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/FXSpot.html" title="class in org.drip.product.definition"><span class="strong">FXSpot</span></a> <ul> <li type="circle">org.drip.product.fx.<a href="org/drip/product/fx/FXSpotContract.html" title="class in org.drip.product.fx"><span class="strong">FXSpotContract</span></a></li> </ul> </li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/IdentifierSet.html" title="class in org.drip.product.params"><span class="strong">IdentifierSet</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.param.quoting.<a href="org/drip/param/quoting/MeasureInterpreter.html" title="class in org.drip.param.quoting"><span class="strong">MeasureInterpreter</span></a> <ul> <li type="circle">org.drip.param.quoting.<a href="org/drip/param/quoting/QuotedSpreadInterpreter.html" title="class in org.drip.param.quoting"><span class="strong">QuotedSpreadInterpreter</span></a></li> <li type="circle">org.drip.param.quoting.<a href="org/drip/param/quoting/YieldInterpreter.html" title="class in org.drip.param.quoting"><span class="strong">YieldInterpreter</span></a></li> </ul> </li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/NodeTweakParams.html" title="class in org.drip.param.definition"><span class="strong">NodeTweakParams</span></a> <ul> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/CreditNodeTweakParams.html" title="class in org.drip.param.definition"><span class="strong">CreditNodeTweakParams</span></a></li> </ul> </li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/NotionalSetting.html" title="class in org.drip.product.params"><span class="strong">NotionalSetting</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.analytics.period.<a href="org/drip/analytics/period/Period.html" title="class in org.drip.analytics.period"><span class="strong">Period</span></a> (implements java.lang.Comparable&lt;T&gt;) <ul> <li type="circle">org.drip.analytics.period.<a href="org/drip/analytics/period/CouponPeriod.html" title="class in org.drip.analytics.period"><span class="strong">CouponPeriod</span></a></li> <li type="circle">org.drip.analytics.period.<a href="org/drip/analytics/period/CouponPeriodCurveFactors.html" title="class in org.drip.analytics.period"><span class="strong">CouponPeriodCurveFactors</span></a></li> <li type="circle">org.drip.analytics.period.<a href="org/drip/analytics/period/LossPeriodCurveFactors.html" title="class in org.drip.analytics.period"><span class="strong">LossPeriodCurveFactors</span></a></li> </ul> </li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/PeriodSet.html" title="class in org.drip.product.params"><span class="strong">PeriodSet</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>) <ul> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/PeriodGenerator.html" title="class in org.drip.product.params"><span class="strong">PeriodGenerator</span></a></li> </ul> </li> <li type="circle">org.drip.param.pricer.<a href="org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer"><span class="strong">PricerParams</span></a></li> <li type="circle">org.drip.param.definition.<a href="org/drip/param/definition/Quote.html" title="class in org.drip.param.definition"><span class="strong">Quote</span></a> <ul> <li type="circle">org.drip.param.market.<a href="org/drip/param/market/MultiSidedQuote.html" title="class in org.drip.param.market"><span class="strong">MultiSidedQuote</span></a></li> </ul> </li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/QuoteConvention.html" title="class in org.drip.product.params"><span class="strong">QuoteConvention</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.param.valuation.<a href="org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation"><span class="strong">QuotingParams</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/RatesSetting.html" title="class in org.drip.product.params"><span class="strong">RatesSetting</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/TerminationSetting.html" title="class in org.drip.product.params"><span class="strong">TerminationSetting</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/TreasuryBenchmark.html" title="class in org.drip.product.params"><span class="strong">TreasuryBenchmark</span></a> (implements org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params">Validatable</a>)</li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/TsyBmkSet.html" title="class in org.drip.product.params"><span class="strong">TsyBmkSet</span></a></li> <li type="circle">org.drip.param.valuation.<a href="org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation"><span class="strong">ValuationParams</span></a></li> <li type="circle">org.drip.analytics.holiday.<a href="org/drip/analytics/holiday/Weekend.html" title="class in org.drip.analytics.holiday"><span class="strong">Weekend</span></a></li> <li type="circle">org.drip.param.valuation.<a href="org/drip/param/valuation/WorkoutInfo.html" title="class in org.drip.param.valuation"><span class="strong">WorkoutInfo</span></a></li> </ul> </li> <li type="circle">org.drip.tester.functional.<a href="org/drip/tester/functional/SerializerTestSuite.html" title="class in org.drip.tester.functional"><span class="strong">SerializerTestSuite</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/SGDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">SGDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/SITHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">SITHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/SKKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">SKKHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.grid.<a href="org/drip/math/grid/Span.InterpolatorTargetEvalParams.html" title="class in org.drip.math.grid"><span class="strong">Span.InterpolatorTargetEvalParams</span></a></li> <li type="circle">org.drip.math.sample.<a href="org/drip/math/sample/SpanInterpolator.html" title="class in org.drip.math.sample"><span class="strong">SpanInterpolator</span></a></li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/StandardCDXAPI.html" title="class in org.drip.service.sample"><span class="strong">StandardCDXAPI</span></a></li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/StandardCDXManager.html" title="class in org.drip.service.env"><span class="strong">StandardCDXManager</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/StandardCDXParams.html" title="class in org.drip.product.params"><span class="strong">StandardCDXParams</span></a></li> <li type="circle">org.drip.service.env.<a href="org/drip/service/env/StaticBACurves.html" title="class in org.drip.service.env"><span class="strong">StaticBACurves</span></a></li> <li type="circle">org.drip.math.common.<a href="org/drip/math/common/StringUtil.html" title="class in org.drip.math.common"><span class="strong">StringUtil</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/SVCHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">SVCHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/TABHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">TABHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/TGTHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">TGTHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/THBHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">THBHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.service.sample.<a href="org/drip/service/sample/TreasuryCurveAPI.html" title="class in org.drip.service.sample"><span class="strong">TreasuryCurveAPI</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/TRLHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">TRLHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/TRYHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">TRYHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/TWDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">TWDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/UAHHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">UAHHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/UnitRegressionExecutor.html" title="class in org.drip.regression.core"><span class="strong">UnitRegressionExecutor</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/UnitRegressor.html" title="interface in org.drip.regression.core">UnitRegressor</a>) <ul> <li type="circle">org.drip.regression.spline.<a href="org/drip/regression/spline/BasisSplineRegressor.html" title="class in org.drip.regression.spline"><span class="strong">BasisSplineRegressor</span></a></li> </ul> </li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/UnitRegressionStat.html" title="class in org.drip.regression.core"><span class="strong">UnitRegressionStat</span></a></li> <li type="circle">org.drip.math.distribution.<a href="org/drip/math/distribution/Univariate.html" title="class in org.drip.math.distribution"><span class="strong">Univariate</span></a> <ul> <li type="circle">org.drip.math.distribution.<a href="org/drip/math/distribution/UnivariateNormal.html" title="class in org.drip.math.distribution"><span class="strong">UnivariateNormal</span></a></li> </ul> </li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/USDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">USDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/USVHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">USVHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/UVRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">UVRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/UYUHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">UYUHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/VACHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">VACHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/VariateIterationSelectorParams.html" title="class in org.drip.math.solver1D"><span class="strong">VariateIterationSelectorParams</span></a></li> <li type="circle">org.drip.math.solver1D.<a href="org/drip/math/solver1D/VariateIteratorPrimitive.html" title="class in org.drip.math.solver1D"><span class="strong">VariateIteratorPrimitive</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/VEBHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">VEBHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/VEFHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">VEFHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/VNDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">VNDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.math.calculus.<a href="org/drip/math/calculus/WengertJacobian.html" title="class in org.drip.math.calculus"><span class="strong">WengertJacobian</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/XDRHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">XDRHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/XEUHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">XEUHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ZALHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ZALHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ZARHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ZARHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.creator.<a href="org/drip/analytics/creator/ZeroCurveBuilder.html" title="class in org.drip.analytics.creator"><span class="strong">ZeroCurveBuilder</span></a></li> <li type="circle">org.drip.regression.curve.<a href="org/drip/regression/curve/ZeroCurveRegressor.html" title="class in org.drip.regression.curve"><span class="strong">ZeroCurveRegressor</span></a> (implements org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core">RegressorSet</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ZUSHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ZUSHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/ZWDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">ZWDHoliday</span></a> (implements org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a>)</li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.drip.math.spline.<a href="org/drip/math/spline/BasisSetParams.html" title="interface in org.drip.math.spline"><span class="strong">BasisSetParams</span></a></li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/BasketMarketParamRef.html" title="interface in org.drip.product.definition"><span class="strong">BasketMarketParamRef</span></a></li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/BondProduct.html" title="interface in org.drip.product.definition"><span class="strong">BondProduct</span></a></li> <li type="circle">org.drip.product.definition.<a href="org/drip/product/definition/ComponentMarketParamRef.html" title="interface in org.drip.product.definition"><span class="strong">ComponentMarketParamRef</span></a></li> <li type="circle">org.drip.analytics.definition.<a href="org/drip/analytics/definition/Curve.html" title="interface in org.drip.analytics.definition"><span class="strong">Curve</span></a></li> <li type="circle">org.drip.analytics.daycount.<a href="org/drip/analytics/daycount/DCFCalculator.html" title="interface in org.drip.analytics.daycount"><span class="strong">DCFCalculator</span></a></li> <li type="circle">org.drip.analytics.holset.<a href="org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset"><span class="strong">LocationHoliday</span></a></li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/RegressorSet.html" title="interface in org.drip.regression.core"><span class="strong">RegressorSet</span></a></li> <li type="circle">org.drip.regression.core.<a href="org/drip/regression/core/UnitRegressor.html" title="interface in org.drip.regression.core"><span class="strong">UnitRegressor</span></a></li> <li type="circle">org.drip.product.params.<a href="org/drip/product/params/Validatable.html" title="interface in org.drip.product.params"><span class="strong">Validatable</span></a></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>Package</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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-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>
docs/api/org/springframework/beans/factory/wiring/package-use.html
mattxia/spring-2.5-analysis
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_03) on Mon Nov 19 21:41:29 CET 2007 --> <TITLE> Uses of Package org.springframework.beans.factory.wiring (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2007-11-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.springframework.beans.factory.wiring (Spring Framework API 2.5)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/springframework/beans/factory/wiring/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.springframework.beans.factory.wiring</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/springframework/beans/factory/wiring/package-summary.html">org.springframework.beans.factory.wiring</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.beans.factory.annotation"><B>org.springframework.beans.factory.annotation</B></A></TD> <TD>Support package for annotation-driven bean configuration.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.beans.factory.wiring"><B>org.springframework.beans.factory.wiring</B></A></TD> <TD>Mechanism to determine bean wiring metadata from a bean instance.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.beans.factory.annotation"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/springframework/beans/factory/wiring/package-summary.html">org.springframework.beans.factory.wiring</A> used by <A HREF="../../../../../org/springframework/beans/factory/annotation/package-summary.html">org.springframework.beans.factory.annotation</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/springframework/beans/factory/wiring/class-use/BeanWiringInfo.html#org.springframework.beans.factory.annotation"><B>BeanWiringInfo</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Holder for bean wiring metadata information about a particular class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/springframework/beans/factory/wiring/class-use/BeanWiringInfoResolver.html#org.springframework.beans.factory.annotation"><B>BeanWiringInfoResolver</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.beans.factory.wiring"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/springframework/beans/factory/wiring/package-summary.html">org.springframework.beans.factory.wiring</A> used by <A HREF="../../../../../org/springframework/beans/factory/wiring/package-summary.html">org.springframework.beans.factory.wiring</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/springframework/beans/factory/wiring/class-use/BeanWiringInfo.html#org.springframework.beans.factory.wiring"><B>BeanWiringInfo</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Holder for bean wiring metadata information about a particular class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/springframework/beans/factory/wiring/class-use/BeanWiringInfoResolver.html#org.springframework.beans.factory.wiring"><B>BeanWiringInfoResolver</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/springframework/beans/factory/wiring/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i> </BODY> </HTML>
themes/vamp/layouts/partials/last-updated.html
magneticio/vamp.io
<p class="text-muted text">Last updated on {{ .Page.Lastmod.Format "January 2, 2006" }}</p>
lib/jade-4.3.2/doc/api/jade/domain/FIPAAgentManagement/ReceivedObject.html
tomkren/pikater
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Fri Mar 28 15:35:06 CET 2014 --> <title>ReceivedObject (JADE v4.3.2 API)</title> <meta name="date" content="2014-03-28"> <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="ReceivedObject (JADE v4.3.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ReceivedObject.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../jade/domain/FIPAAgentManagement/Property.html" title="class in jade.domain.FIPAAgentManagement"><span class="strong">Prev Class</span></a></li> <li><a href="../../../jade/domain/FIPAAgentManagement/RefuseException.html" title="class in jade.domain.FIPAAgentManagement"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?jade/domain/FIPAAgentManagement/ReceivedObject.html" target="_top">Frames</a></li> <li><a href="ReceivedObject.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">jade.domain.FIPAAgentManagement</div> <h2 title="Class ReceivedObject" class="title">Class ReceivedObject</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>jade.domain.FIPAAgentManagement.ReceivedObject</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../jade/content/Concept.html" title="interface in jade.content">Concept</a>, <a href="../../../jade/content/Term.html" title="interface in jade.content">Term</a>, java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <span class="strong">ReceivedObject</span> extends java.lang.Object implements <a href="../../../jade/content/Concept.html" title="interface in jade.content">Concept</a>, <a href="../../../jade/util/leap/Serializable.html" title="interface in jade.util.leap">Serializable</a></pre> <div class="block">This class implements the <code>received-object</code> object from the FIPA Agent Management ontology.</div> <dl><dt><span class="strong">Version:</span></dt> <dd>$Date: 2008-10-09 14:04:02 +0200 (gio, 09 ott 2008) $ $Revision: 6051 $</dd> <dt><span class="strong">Author:</span></dt> <dd>Fabio Bellifemine - CSELT S.p.A.</dd> <dt><span class="strong">See Also:</span></dt><dd><a href="../../../jade/domain/FIPAAgentManagement/FIPAManagementOntology.html" title="class in jade.domain.FIPAAgentManagement"><code>FIPAManagementOntology</code></a>, <a href="../../../serialized-form.html#jade.domain.FIPAAgentManagement.ReceivedObject">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#ReceivedObject()">ReceivedObject</a></strong>()</code> <div class="block">The constructor initializes the date to current time and all the Strings to empty strings.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#getBy()">getBy</a></strong>()</code> <div class="block">Retrieve the <code>by</code> slot of this object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Date</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#getDate()">getDate</a></strong>()</code> <div class="block">Retrieve the <code>date</code> slot of this object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#getFrom()">getFrom</a></strong>()</code> <div class="block">Retrieve the <code>from</code> slot of this object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#getId()">getId</a></strong>()</code> <div class="block">Retrieve the <code>id</code> slot of this object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#getVia()">getVia</a></strong>()</code> <div class="block">Retrieve the <code>via</code> slot of this object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#setBy(java.lang.String)">setBy</a></strong>(java.lang.String&nbsp;b)</code> <div class="block">Set the <code>by</code> slot of this object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#setDate(java.util.Date)">setDate</a></strong>(java.util.Date&nbsp;d)</code> <div class="block">Set the <code>date</code> slot of this object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#setFrom(java.lang.String)">setFrom</a></strong>(java.lang.String&nbsp;f)</code> <div class="block">Set the <code>from</code> slot of this object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#setId(java.lang.String)">setId</a></strong>(java.lang.String&nbsp;i)</code> <div class="block">Set the <code>id</code> slot of this object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#setVia(java.lang.String)">setVia</a></strong>(java.lang.String&nbsp;v)</code> <div class="block">Set the <code>via</code> slot of this object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html#toString()">toString</a></strong>()</code> <div class="block">Retrieve a string representation for this received object.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ReceivedObject()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ReceivedObject</h4> <pre>public&nbsp;ReceivedObject()</pre> <div class="block">The constructor initializes the date to current time and all the Strings to empty strings.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setBy(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBy</h4> <pre>public&nbsp;void&nbsp;setBy(java.lang.String&nbsp;b)</pre> <div class="block">Set the <code>by</code> slot of this object.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - The identifier for the ACC that received the envelope containing this object.</dd></dl> </li> </ul> <a name="getBy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getBy</h4> <pre>public&nbsp;java.lang.String&nbsp;getBy()</pre> <div class="block">Retrieve the <code>by</code> slot of this object. This slot identifies the ACC that received the envelope containing this object.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The value of the <code>by</code> slot of this object, or <code>null</code> if no value was set.</dd></dl> </li> </ul> <a name="setFrom(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setFrom</h4> <pre>public&nbsp;void&nbsp;setFrom(java.lang.String&nbsp;f)</pre> <div class="block">Set the <code>from</code> slot of this object.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>f</code> - The identifier for the ACC that sent the envelope containing this object.</dd></dl> </li> </ul> <a name="getFrom()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFrom</h4> <pre>public&nbsp;java.lang.String&nbsp;getFrom()</pre> <div class="block">Retrieve the <code>from</code> slot of this object. This slot identifies the ACC that sent the envelope containing this object.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The value of the <code>from</code> slot of this object, or <code>null</code> if no value was set.</dd></dl> </li> </ul> <a name="setDate(java.util.Date)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDate</h4> <pre>public&nbsp;void&nbsp;setDate(java.util.Date&nbsp;d)</pre> <div class="block">Set the <code>date</code> slot of this object.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>d</code> - The date when the envelope containing this object was sent.</dd></dl> </li> </ul> <a name="getDate()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDate</h4> <pre>public&nbsp;java.util.Date&nbsp;getDate()</pre> <div class="block">Retrieve the <code>date</code> slot of this object. This slot identifies the date when the envelope containing this object was sent.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The value of the <code>date</code> slot of this object, or <code>null</code> if no value was set.</dd></dl> </li> </ul> <a name="setId(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setId</h4> <pre>public&nbsp;void&nbsp;setId(java.lang.String&nbsp;i)</pre> <div class="block">Set the <code>id</code> slot of this object.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - A unique id for the envelope containing this object.</dd></dl> </li> </ul> <a name="getId()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getId</h4> <pre>public&nbsp;java.lang.String&nbsp;getId()</pre> <div class="block">Retrieve the <code>id</code> slot of this object. This slot uniquely identifies the envelope containing this object.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The value of the <code>id</code> slot of this object, or <code>null</code> if no value was set.</dd></dl> </li> </ul> <a name="setVia(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setVia</h4> <pre>public&nbsp;void&nbsp;setVia(java.lang.String&nbsp;v)</pre> <div class="block">Set the <code>via</code> slot of this object.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>v</code> - The name of the MTP over which the envelope containing this object was sent.</dd></dl> </li> </ul> <a name="getVia()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getVia</h4> <pre>public&nbsp;java.lang.String&nbsp;getVia()</pre> <div class="block">Retrieve the <code>via</code> slot of this object. This slot describes the MTP over which the envelope containing this object was sent.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The value of the <code>via</code> slot of this envelope, or <code>null</code> if no value was set.</dd></dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <div class="block">Retrieve a string representation for this received object.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="strong">Returns:</span></dt><dd>an SL0-like String representation of this object</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ReceivedObject.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../jade/domain/FIPAAgentManagement/Property.html" title="class in jade.domain.FIPAAgentManagement"><span class="strong">Prev Class</span></a></li> <li><a href="../../../jade/domain/FIPAAgentManagement/RefuseException.html" title="class in jade.domain.FIPAAgentManagement"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?jade/domain/FIPAAgentManagement/ReceivedObject.html" target="_top">Frames</a></li> <li><a href="ReceivedObject.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><center>These are the official <i><a href=http://jade.tilab.com target=top>JADE</a></i> API. For these API backward compatibility is guaranteed accross JADE versions</center></small></p> </body> </html>
docs/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/class-use/InputSampler.SplitSampler.html
axfcampos/hbase-0.94.19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Apr 22 01:43:53 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.mapreduce.hadoopbackport.InputSampler.SplitSampler (HBase 0.94.19 API) </TITLE> <META NAME="date" CONTENT="2014-04-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.mapreduce.hadoopbackport.InputSampler.SplitSampler (HBase 0.94.19 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/mapreduce/hadoopbackport/InputSampler.SplitSampler.html" title="class in org.apache.hadoop.hbase.mapreduce.hadoopbackport"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/mapreduce/hadoopbackport//class-useInputSampler.SplitSampler.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InputSampler.SplitSampler.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.mapreduce.hadoopbackport.InputSampler.SplitSampler</B></H2> </CENTER> No usage of org.apache.hadoop.hbase.mapreduce.hadoopbackport.InputSampler.SplitSampler <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/mapreduce/hadoopbackport/InputSampler.SplitSampler.html" title="class in org.apache.hadoop.hbase.mapreduce.hadoopbackport"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/mapreduce/hadoopbackport//class-useInputSampler.SplitSampler.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InputSampler.SplitSampler.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
bpms-angularjs-tasklist/src/main/webapp/index.html
rhtconsulting/task-dashboard-bpms-angular-app
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Red Hat BPM Suite AngularJS Tasklist</title> <meta name="description" content=""> <!-- custom CSS: imports other required stylesheets --> <link href="css/style.css" rel="stylesheet prefetch"> </head> <body> <div class="container" ng-cloak> <div class="navbar navbar-default"> <div class="navbar-header"> <a class="navbar-brand" href="#">Red Hat BPM Suite AngularJS Tasklist</a> </div> </div> <div ng-controller="myController"> <h3>My Tasklist</h3> <table ng-table="tableParams" show-filter="true" class="table table-bordered table-striped"> <tr ng-repeat="task in $data track by task.id"> <td title="'Id'" filter="{taskId:'text'}">{{task.id}}</td> <td title="'Name'">{{task.name}}</td> <td title="'Status'" filter="{status:'text'}">{{task.status}}</td> <td title="'Created On'">{{task.createdOn | date:'medium'}}</td> <td title="'Process Instance Id'" filter="{processInstanceId:'text'}">{{task.processInstanceId}}</td> <td title="'Process Id'" >{{task.processId}}</td> <td title="'Deployment Id'">{{task.deploymentId}}</td> </tr> </table> <form class="form-inline"> <div class="form-group"> <select class="form-control input-sm" ng-model="selectedFilter" ng-options="filter.filter as filter.label for filter in filters"> <option value="">Select a Filter</option> </select> <button ng-click="tableParams.reload()" class="btn btn-default btn-sm">Reload Table</button> </div> </form> </div> </div> <!-- JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script> var $w = window; $w.$myapp = $w.$myapp || {}; $w.$myapp.deps = $w.$myapp.deps || []; $w.$myapp.deps.push('basicApp'); $w.$myapp.ngApps = $w.$myapp.ngApps || []; $w.$myapp.ngApps.push('bpmsTasklist'); </script> <script src="js/vendor/require.min.js" data-main="js/main"></script> </body> </html>
_layouts/default.html
ijadait/ijadait.github.io
<!DOCTYPE html> <html> {% include head.html %} <body id="page-top" class="index"> {% include header.html %} {% include services.html %} {% include team.html %} {% include footer.html %} {% include js.html %} </body> </html>
solr-5.3.1/docs/solr-solrj/org/apache/solr/common/util/package-summary.html
TitasNandi/Summer_Project
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Thu Sep 17 01:48:29 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>org.apache.solr.common.util (Solr 5.3.1 API)</title> <meta name="date" content="2015-09-17"> <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.common.util (Solr 5.3.1 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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/solr/common/params/package-summary.html">Prev Package</a></li> <li>Next Package</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/common/util/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.solr.common.util</h1> <div class="docSummary"> <div class="block">Common utility classes reused on both clients &amp; server.</div> </div> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/Cache.html" title="interface in org.apache.solr.common.util">Cache</a>&lt;K,V&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ContentStream.html" title="interface in org.apache.solr.common.util">ContentStream</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ExecutorUtil.InheritableThreadLocalProvider.html" title="interface in org.apache.solr.common.util">ExecutorUtil.InheritableThreadLocalProvider</a></td> <td class="colLast"> <div class="block">Any class which wants to carry forward the threadlocal values to the threads run by threadpools must implement this interface and the implementation should be registered here</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JavaBinCodec.ObjectResolver.html" title="interface in org.apache.solr.common.util">JavaBinCodec.ObjectResolver</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JavaBinCodec.WritableDocFields.html" title="interface in org.apache.solr.common.util">JavaBinCodec.WritableDocFields</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JsonRecordReader.Handler.html" title="interface in org.apache.solr.common.util">JsonRecordReader.Handler</a></td> <td class="colLast"> <div class="block">Implement this interface to stream records as and when one is found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/RetryUtil.RetryCmd.html" title="interface in org.apache.solr.common.util">RetryUtil.RetryCmd</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/Base64.html" title="class in org.apache.solr.common.util">Base64</a></td> <td class="colLast"> <div class="block">Static methods for translating Base64 encoded strings to byte arrays and vice-versa.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ByteUtils.html" title="class in org.apache.solr.common.util">ByteUtils</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ContentStreamBase.html" title="class in org.apache.solr.common.util">ContentStreamBase</a></td> <td class="colLast"> <div class="block">Three concrete implementations for ContentStream - one for File/URL/String</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ContentStreamBase.ByteArrayStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.ByteArrayStream</a></td> <td class="colLast"> <div class="block">Construct a <code>ContentStream</code> from a <code>File</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ContentStreamBase.FileStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.FileStream</a></td> <td class="colLast"> <div class="block">Construct a <code>ContentStream</code> from a <code>File</code></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ContentStreamBase.StringStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.StringStream</a></td> <td class="colLast"> <div class="block">Construct a <code>ContentStream</code> from a <code>String</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ContentStreamBase.URLStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.URLStream</a></td> <td class="colLast"> <div class="block">Construct a <code>ContentStream</code> from a <code>URL</code> This uses a <code>URLConnection</code> to get the content stream</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/DataInputInputStream.html" title="class in org.apache.solr.common.util">DataInputInputStream</a></td> <td class="colLast"> <div class="block">An abstract DataInput that extends InputStream</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/DateUtil.html" title="class in org.apache.solr.common.util">DateUtil</a></td> <td class="colLast"> <div class="block">This class has some code from HttpClient DateUtil.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ExecutorUtil.html" title="class in org.apache.solr.common.util">ExecutorUtil</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ExecutorUtil.MDCAwareThreadPoolExecutor.html" title="class in org.apache.solr.common.util">ExecutorUtil.MDCAwareThreadPoolExecutor</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/FastInputStream.html" title="class in org.apache.solr.common.util">FastInputStream</a></td> <td class="colLast"> <div class="block">Single threaded buffered InputStream Internal Solr use only, subject to change.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/FastOutputStream.html" title="class in org.apache.solr.common.util">FastOutputStream</a></td> <td class="colLast"> <div class="block">Single threaded buffered OutputStream Internal Solr use only, subject to change.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/Hash.html" title="class in org.apache.solr.common.util">Hash</a></td> <td class="colLast"> <div class="block">Fast, well distributed, cross-platform hash functions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/Hash.LongPair.html" title="class in org.apache.solr.common.util">Hash.LongPair</a></td> <td class="colLast"> <div class="block">128 bits of state</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/IOUtils.html" title="class in org.apache.solr.common.util">IOUtils</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/IteratorChain.html" title="class in org.apache.solr.common.util">IteratorChain</a>&lt;E&gt;</td> <td class="colLast">Deprecated <div class="block"><i>This class is no longer used by Solr, and may be removed in future versions</i></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JavaBinCodec.html" title="class in org.apache.solr.common.util">JavaBinCodec</a></td> <td class="colLast"> <div class="block">The class is designed to optimaly serialize/deserialize any supported types in Solr response.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JavaBinCodec.StringBytes.html" title="class in org.apache.solr.common.util">JavaBinCodec.StringBytes</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JavaBinCodec.StringCache.html" title="class in org.apache.solr.common.util">JavaBinCodec.StringCache</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/JsonRecordReader.html" title="class in org.apache.solr.common.util">JsonRecordReader</a></td> <td class="colLast"> <div class="block">A Streaming parser for json to emit one record at a time.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/NamedList.html" title="class in org.apache.solr.common.util">NamedList</a>&lt;T&gt;</td> <td class="colLast"> <div class="block">A simple container class for modeling an ordered list of name/value pairs.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/NamedList.NamedListEntry.html" title="class in org.apache.solr.common.util">NamedList.NamedListEntry</a>&lt;T&gt;</td> <td class="colLast"> <div class="block">Helper class implementing Map.Entry&lt;String, T&gt; to store the key-value relationship in NamedList (the keys of which are String-s)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/ObjectReleaseTracker.html" title="class in org.apache.solr.common.util">ObjectReleaseTracker</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/Pair.html" title="class in org.apache.solr.common.util">Pair</a>&lt;K,V&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/RetryUtil.html" title="class in org.apache.solr.common.util">RetryUtil</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/SimpleOrderedMap.html" title="class in org.apache.solr.common.util">SimpleOrderedMap</a>&lt;T&gt;</td> <td class="colLast"> <div class="block"><code>SimpleOrderedMap</code> is a <a href="../../../../../org/apache/solr/common/util/NamedList.html" title="class in org.apache.solr.common.util"><code>NamedList</code></a> where access by key is more important than maintaining order when it comes to representing the held data in other forms, as ResponseWriters normally do.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/SolrjNamedThreadFactory.html" title="class in org.apache.solr.common.util">SolrjNamedThreadFactory</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/StrUtils.html" title="class in org.apache.solr.common.util">StrUtils</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/URLUtil.html" title="class in org.apache.solr.common.util">URLUtil</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/Utils.html" title="class in org.apache.solr.common.util">Utils</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/XML.html" title="class in org.apache.solr.common.util">XML</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/XMLErrorLogger.html" title="class in org.apache.solr.common.util">XMLErrorLogger</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation"> <caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Annotation Type</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/common/util/SuppressForbidden.html" title="annotation in org.apache.solr.common.util">SuppressForbidden</a></td> <td class="colLast"> <div class="block">Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package org.apache.solr.common.util Description">Package org.apache.solr.common.util Description</h2> <div class="block">Common utility classes reused on both clients &amp; server.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/solr/common/params/package-summary.html">Prev Package</a></li> <li>Next Package</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/common/util/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <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>
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/client/spi/class-use/ClientPartitionService.html
akiskip/KoDeMat-Collaboration-Platform-Application
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:37 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.hazelcast.client.spi.ClientPartitionService (Hazelcast Root 3.4.2 API) </TITLE> <META NAME="date" CONTENT="2015-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface com.hazelcast.client.spi.ClientPartitionService (Hazelcast Root 3.4.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/hazelcast/client/spi//class-useClientPartitionService.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ClientPartitionService.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>com.hazelcast.client.spi.ClientPartitionService</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.hazelcast.client.impl"><B>com.hazelcast.client.impl</B></A></TD> <TD>Contains most of the client side HazelcastInstance implementation functionality.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.hazelcast.client.proxy"><B>com.hazelcast.client.proxy</B></A></TD> <TD>This package contains client side proxy implementations of the different Hazelcast data structures and operation types&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.hazelcast.client.spi"><B>com.hazelcast.client.spi</B></A></TD> <TD>Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.hazelcast.client.spi.impl"><B>com.hazelcast.client.spi.impl</B></A></TD> <TD>Provides util classes for com.hazelcast.client&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.hazelcast.client.impl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A> in <A HREF="../../../../../com/hazelcast/client/impl/package-summary.html">com.hazelcast.client.impl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/hazelcast/client/impl/package-summary.html">com.hazelcast.client.impl</A> that return <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></CODE></FONT></TD> <TD><CODE><B>HazelcastClientInstanceImpl.</B><B><A HREF="../../../../../com/hazelcast/client/impl/HazelcastClientInstanceImpl.html#getClientPartitionService()">getClientPartitionService</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.hazelcast.client.proxy"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A> in <A HREF="../../../../../com/hazelcast/client/proxy/package-summary.html">com.hazelcast.client.proxy</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../com/hazelcast/client/proxy/package-summary.html">com.hazelcast.client.proxy</A> with parameters of type <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../com/hazelcast/client/proxy/PartitionServiceProxy.html#PartitionServiceProxy(com.hazelcast.client.spi.ClientPartitionService)">PartitionServiceProxy</A></B>(<A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A>&nbsp;partitionService)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.hazelcast.client.spi"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A> in <A HREF="../../../../../com/hazelcast/client/spi/package-summary.html">com.hazelcast.client.spi</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/hazelcast/client/spi/package-summary.html">com.hazelcast.client.spi</A> that return <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></CODE></FONT></TD> <TD><CODE><B>ClientContext.</B><B><A HREF="../../../../../com/hazelcast/client/spi/ClientContext.html#getPartitionService()">getPartitionService</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.hazelcast.client.spi.impl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A> in <A HREF="../../../../../com/hazelcast/client/spi/impl/package-summary.html">com.hazelcast.client.spi.impl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../com/hazelcast/client/spi/impl/package-summary.html">com.hazelcast.client.spi.impl</A> that implement <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi">ClientPartitionService</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/hazelcast/client/spi/impl/ClientPartitionServiceImpl.html" title="class in com.hazelcast.client.spi.impl">ClientPartitionServiceImpl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi"><CODE>ClientPartitionService</CODE></A> implementation.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/hazelcast/client/spi/ClientPartitionService.html" title="interface in com.hazelcast.client.spi"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/hazelcast/client/spi//class-useClientPartitionService.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ClientPartitionService.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2015 <a href="http://www.hazelcast.com/">Hazelcast, Inc.</a>. All Rights Reserved. </BODY> </HTML>
DATASTAX_CASSANDRA-3.5.0/javadoc/org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html
elisska/cloudera-cassandra
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Apr 13 18:09:29 UTC 2016 --> <title>Cassandra.describe_schema_versions_args (apache-cassandra API)</title> <meta name="date" content="2016-04-13"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Cassandra.describe_schema_versions_args (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Cassandra.describe_schema_versions_args.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_ring_result._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" target="_top">Frames</a></li> <li><a href="Cassandra.describe_schema_versions_args.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.thrift</div> <h2 title="Class Cassandra.describe_schema_versions_args" class="title">Class Cassandra.describe_schema_versions_args</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Cloneable, java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&gt;, org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.html" title="class in org.apache.cassandra.thrift">Cassandra</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">Cassandra.describe_schema_versions_args</span> extends java.lang.Object implements org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&gt;</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a></span></code> <div class="block">The set of fields this struct contains, along with convenience methods for finding and manipulating them.</div> </td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>,org.apache.thrift.meta_data.FieldMetaData&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#metaDataMap">metaDataMap</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#describe_schema_versions_args--">describe_schema_versions_args</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#describe_schema_versions_args-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args-">describe_schema_versions_args</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;other)</code> <div class="block">Performs a deep copy on <i>other</i>.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#clear--">clear</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#compareTo-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args-">compareTo</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#deepCopy--">deepCopy</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#equals-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args-">equals</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;that)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;that)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#fieldForId-int-">fieldForId</a></span>(int&nbsp;fieldId)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#getFieldValue-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields-">getFieldValue</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;field)</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#isSet-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields-">isSet</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;field)</code> <div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#read-org.apache.thrift.protocol.TProtocol-">read</a></span>(org.apache.thrift.protocol.TProtocol&nbsp;iprot)</code>&nbsp;</td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#setFieldValue-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields-java.lang.Object-">setFieldValue</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;field, java.lang.Object&nbsp;value)</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#toString--">toString</a></span>()</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#validate--">validate</a></span>()</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html#write-org.apache.thrift.protocol.TProtocol-">write</a></span>(org.apache.thrift.protocol.TProtocol&nbsp;oprot)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="metaDataMap"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>metaDataMap</h4> <pre>public static final&nbsp;java.util.Map&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>,org.apache.thrift.meta_data.FieldMetaData&gt; metaDataMap</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="describe_schema_versions_args--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>describe_schema_versions_args</h4> <pre>public&nbsp;describe_schema_versions_args()</pre> </li> </ul> <a name="describe_schema_versions_args-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>describe_schema_versions_args</h4> <pre>public&nbsp;describe_schema_versions_args(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;other)</pre> <div class="block">Performs a deep copy on <i>other</i>.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="deepCopy--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deepCopy</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;deepCopy()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>deepCopy</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="clear--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clear</h4> <pre>public&nbsp;void&nbsp;clear()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>clear</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="setFieldValue-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setFieldValue</h4> <pre>public&nbsp;void&nbsp;setFieldValue(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;field, java.lang.Object&nbsp;value)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>setFieldValue</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="getFieldValue-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFieldValue</h4> <pre>public&nbsp;java.lang.Object&nbsp;getFieldValue(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;field)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>getFieldValue</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="isSet-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSet</h4> <pre>public&nbsp;boolean&nbsp;isSet(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;field)</pre> <div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>isSet</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="equals-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;that)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="equals-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;that)</pre> </li> </ul> <a name="hashCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="compareTo-org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compareTo</h4> <pre>public&nbsp;int&nbsp;compareTo(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&nbsp;other)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>compareTo</code>&nbsp;in interface&nbsp;<code>java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>&gt;</code></dd> </dl> </li> </ul> <a name="fieldForId-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fieldForId</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&nbsp;fieldForId(int&nbsp;fieldId)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>fieldForId</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="read-org.apache.thrift.protocol.TProtocol-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>read</h4> <pre>public&nbsp;void&nbsp;read(org.apache.thrift.protocol.TProtocol&nbsp;iprot) throws org.apache.thrift.TException</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>read</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd> </dl> </li> </ul> <a name="write-org.apache.thrift.protocol.TProtocol-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>write</h4> <pre>public&nbsp;void&nbsp;write(org.apache.thrift.protocol.TProtocol&nbsp;oprot) throws org.apache.thrift.TException</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>write</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_schema_versions_args._Fields</a>&gt;</code></dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd> </dl> </li> </ul> <a name="toString--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="validate--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>validate</h4> <pre>public&nbsp;void&nbsp;validate() throws org.apache.thrift.TException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Cassandra.describe_schema_versions_args.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_ring_result._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.describe_schema_versions_args.html" target="_top">Frames</a></li> <li><a href="Cassandra.describe_schema_versions_args.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
_modals/license.html
storecore/test.storecore.io
<html> <head> <title>{{ config.name }}</title> {{{ layouts.head }}} </head> <body> <amp-sidebar class="mdl-layout__drawer" id="sidebar" layout="nodisplay"> {{{ layouts.nav }}} </amp-sidebar> <div class="mdl-layout sc-hero-layout-transparent"> <header class="mdl-layout__header mdl-layout__header--transparent"> {{{ layouts.header }}} </header> <div aria-expanded="false" class="mdl-layout__drawer-button" on="tap:sidebar.open" role="button" tabindex="0"> <i class="material-icons">&#xE5D2;</i> </div> <main class="mdl-layout__content"> <article> <header> <h1>GNU General Public License</h1> <p>Version 3, 29 June 2007</p> <p>Copyright &copy; 2007 Free Software Foundation, Inc. <<a href="http://fsf.org/">http://fsf.org/</a>></p><p> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</p> </header> <section> <h3><a name="preamble"></a>Preamble</h3> <p>The GNU General Public License is a free, copyleft license for software and other kinds of works.</p> <p>The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.</p> <p>When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.</p> <p>To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.</p> <p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.</p> <p>Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.</p> <p>For the developers’ and authors’ protection, the GPL clearly explains that there is no warranty for this free software. For both users’ and authors’ sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.</p> <p>Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users’ freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.</p> <p>Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.</p> <p>The precise terms and conditions for copying, distribution and modification follow.</p> </section> <section> <h3><a name="terms"></a>TERMS AND CONDITIONS</h3> <h4><a name="section0"></a>0. Definitions.</h4> <p>“This License” refers to version 3 of the GNU General Public License.</p> <p>“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.</p> <p>“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.</p> <p>To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.</p> <p>A “covered work” means either the unmodified Program or a work based on the Program.</p> <p>To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.</p> <p>To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.</p> <p>An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.</p> </section> <section> <h4><a name="section1"></a>1. Source Code.</h4> <p>The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.</p> <p>A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.</p> <p>The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.</p> <p>The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work’s System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.</p> <p>The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.</p> <p>The Corresponding Source for a work in source code form is that same work.</p> </section> <section> <h4><a name="section2"></a>2. Basic Permissions.</h4> <p>All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.</p> <p>You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.</p> <p>Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.</p> </section> <section> <h4><a name="section3"></a>3. Protecting Users’ Legal Rights From Anti-Circumvention Law.</h4> <p>No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.</p> <p>When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work’s users, your or third parties’ legal rights to forbid circumvention of technological measures.</p </section> <section> <h4><a name="section4"></a>4. Conveying Verbatim Copies.</h4> <p>You may convey verbatim copies of the Program’s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.</p> <p>You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.</p> </section> <section> <h4><a name="section5"></a>5. Conveying Modified Source Versions.</h4> <p>You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:</p> <ul> <li>The work must carry prominent notices stating that you modified it, and giving a relevant date.</li> <li>The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.</li> <li>You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.</li> <li>If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.</li> </ul> <p>A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation’s users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.</p> </section> <section> <h4><a name="section6"></a>6. Conveying Non-Source Forms.</h4> <p>You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:</p> <ul> <li>Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.</li> <li>Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.</li> <li>Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.</li> <li>Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.</li> <li>Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.</li> </ul> <p>A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.</p> <p>A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.</p> <p>“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.</p> <p>If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).</p> <p>The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.</p> <p>Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.</p> </section> <section> <h4><a name="section7"></a>7. Additional Terms.</h4> <p>“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.</p> <p>When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.</p> <p>Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:</p> <ul> <li>Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or</li> <li>Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or</li> <li>Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or</li> <li>Limiting the use for publicity purposes of names of licensors or authors of the material; or</li> <li>Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or</li> <li>Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.</li> </ul> <p>All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.</p> <p>If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.</p> <p>Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.</p> </section> <section> <h4><a name="section8"></a>8. Termination.</h4> <p>You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).</p> <p>However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.</p> <p>Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.</p> <p>Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.</p> </section> <section> <h4><a name="section9"></a>9. Acceptance Not Required for Having Copies.</h4> <p>You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.</p> </section> <section> <h4><a name="section10"></a>10. Automatic Licensing of Downstream Recipients.</h4> <p>Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.</p> <p>An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party’s predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.</p> <p>You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.</p> </section> <section> <h4><a name="section11"></a>11. Patents.</h4> <p>A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor’s “contributor version”.</p> <p>A contributor’s “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.</p> <p>Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor’s essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.</p> <p>In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.</p> <p>If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient’s use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.</p> <p>If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.</p> <p>A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.</p> <p>Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.</p> </section> <section> <h4><a name="section12"></a>12. No Surrender of Others’ Freedom.</h4> <p>If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.</p> </section> <section> <h4><a name="section13"></a>13. Use with the GNU Affero General Public License.</h4> <p>Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.</p> </section> <section> <h4><a name="section14"></a>14. Revised Versions of this License.</h4> <p>The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</p> <p>Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.</p> <p>If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Program.</p> <p>Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.</p> </section> <section> <h4><a name="section15"></a>15. Disclaimer of Warranty.</h4> <p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p> </section> <section> <h4><a name="section16"></a>16. Limitation of Liability.</h4> <p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> </section> <section> <h4><a name="section17"></a>17. Interpretation of Sections 15 and 16.</h4> <p>If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.</p> <p>END OF TERMS AND CONDITIONS</p> </section> <aside> <h3><a name="howto"></a>How to Apply These Terms to Your New Programs</h3> <p>If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.</p> <p>To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.</p> <pre> <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. </pre> <p>Also add information on how to contact you by electronic and paper mail.</p> <p>If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:</p> <pre> <program> Copyright (C) <year> <name of author> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. </pre> <p>The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”.</p> <p>You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</p> <p>The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <<a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p> </aside> </article> </main> {{{ layouts.footer }}} </div> </body> </html>
doc/style/tree.css
jeromebenois/ivyde
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ #treemenu { padding-left: 5px; } .treeview ul{ margin: 0; padding: 0; } .treeview li{ background: white url(../images/bullet.gif) no-repeat left center; list-style-type: none; padding-left: 22px; margin-bottom: 3px; } .treeview li.submenu{ background: white url(../images/closed.gif) no-repeat left 1px; cursor: hand !important; cursor: pointer !important; } .treeview li.collapsable, .treeview li.open { background: white url(../images/open.gif) no-repeat left 1px; } .treeview ul.closed { display: none; } .treeview .submenu ul li{ cursor: default; }
docs/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/15443DA7.html
Patrickkk/FunctionalSharp
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/FunctionalSharp/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/FunctionalSharp/assets/img/favicon.ico" type="image/x-icon"> <title>FunctionalSharp - API - DiscriminatedUnionWithBase&lt;Type1, Type2, Type3, Type4, Type5, Type6, Type7, BaseType&gt;.DiscriminatedUnionWithBase(Type1) Constructor</title> <link href="/FunctionalSharp/assets/css/mermaid.css" rel="stylesheet"> <link href="/FunctionalSharp/assets/css/highlight.css" rel="stylesheet"> <link href="/FunctionalSharp/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/FunctionalSharp/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/FunctionalSharp/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/FunctionalSharp/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/FunctionalSharp/assets/css/override.css" rel="stylesheet"> <script src="/FunctionalSharp/assets/js/jquery-2.2.3.min.js"></script> <script src="/FunctionalSharp/assets/js/bootstrap.min.js"></script> <script src="/FunctionalSharp/assets/js/app.min.js"></script> <script src="/FunctionalSharp/assets/js/highlight.pack.js"></script> <script src="/FunctionalSharp/assets/js/jquery.slimscroll.min.js"></script> <script src="/FunctionalSharp/assets/js/jquery.sticky-kit.min.js"></script> <script src="/FunctionalSharp/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/FunctionalSharp/assets/js/html5shiv.min.js"></script> <script src="/FunctionalSharp/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/FunctionalSharp/" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><img src="/FunctionalSharp/assets/img/logo.png"></span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><img src="/FunctionalSharp/assets/img/logo.png"></span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/FunctionalSharp/docs">Docs</a></li> <li class="active"><a href="/FunctionalSharp/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Summary">Summary</a></p> <p><a href="#Syntax">Syntax</a></p> <p><a href="#Parameters">Parameters</a></p> <p><a href="#ReturnValue">Return Value</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/assets/js/lunr.min.js"></script> <script src="/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + res.title + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions">FunctionalSharp<wbr>.DiscriminatedUnions</a></li> <li class="header">Type</li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>&lt;Type1, <wbr>Type2, <wbr>Type3, <wbr>Type4, <wbr>Type5, <wbr>Type6, <wbr>Type7, <wbr>BaseType&gt;<wbr></a></li> <li role="separator" class="divider"></li> <li class="header">Constructors</li> <li class="selected"><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/15443DA7">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type1)<wbr></a></li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/547526BE">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type2)<wbr></a></li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/97260B95">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type3)<wbr></a></li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/D617108C">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type4)<wbr></a></li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/118151C3">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type5)<wbr></a></li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/50B04ADA">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type6)<wbr></a></li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/93E367F1">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type7)<wbr></a></li> <li class="header">Property Members</li> <li><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8/41D14747">AnyType</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h3><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>&lt;Type1, <wbr>Type2, <wbr>Type3, <wbr>Type4, <wbr>Type5, <wbr>Type6, <wbr>Type7, <wbr>BaseType&gt;<wbr></a>.</h3> <h1>Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>(Type1)<wbr> <small>Constructor</small></h1> </section> <section class="content"> <h1 id="Summary">Summary</h1> <div class="lead"> Creates a new Discriminated union of with <span name="Type1" class="typeparamref">Type1</span> </div> <div class="panel panel-default"> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions">FunctionalSharp<wbr>.DiscriminatedUnions</a></dd> <dt>Containing Type</dt> <dd><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8">Discriminated<wbr>Union<wbr>With<wbr>Base<wbr>&lt;Type1, <wbr>Type2, <wbr>Type3, <wbr>Type4, <wbr>Type5, <wbr>Type6, <wbr>Type7, <wbr>BaseType&gt;<wbr></a></dd> </dl> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>public DiscriminatedUnionWithBase(Type1 item)</code></pre> <h1 id="Parameters">Parameters</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>item</td> <td><a href="/FunctionalSharp/api/FunctionalSharp.DiscriminatedUnions/DiscriminatedUnionWithBase_8#typeparam-Type1">Type1</a></td> <td></td> </tr> </tbody></table> </div> </div> <h1 id="ReturnValue">Return Value</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>void</td> <td></td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
louise/target147.html
gpeyre/louispeyre
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>148.jpg</title> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <span class="textbg">Louise Bonfils -- 148.jpg </span><br> <span class="textsm"></span> <p><span class="textreg"> <a href="target0.html">Première</a> | <a href="target146.html">Photo précédente</a> | <a href="target148.html">Photo suivante</a> | <a href="target249.html">Dernière</a> | <a href="index.html">Vignettes</a><br> </span><hr size="1"> <a href="index.html"><img src="images/148.jpg" width="624" height="800" title="148.jpg (large)" border="0"></a><p> <map name="Map"> <area shape="rect" coords="95,1,129,44" href="frameset.htm"> </map> </body> </html>
src/main/webapp/resources/articles/0900-Math_en.html
kimjonghoon/GAEJavaProgramming
<article> <h2>Math</h2> <pre class="prettyprint script-result-display"> var random = Math.random() * 10; random = random.toPrecision(3); alert("Random: " + random); var ceil = Math.ceil(random); alert("Ceil: " + ceil); var floor = Math.floor(random); alert("Floor: " + floor); var round = Math.round(random); alert("Round: " + round); </pre> <p> The following JavaScript function generates a lotto number. </p> <pre class="prettyprint script-result-display"> var lotto = new Array(); var index = 0; while(true) { var check = true; var ball = Math.random() * 45; ball = Math.floor(ball) + 1; for (var i = 0; i &lt; lotto.length;i++) { if (lotto[i] == ball) { check = false; break; } } if (check) { lotto[index++] = ball } if (index &gt; 5) { break; } } alert("Lotto number: " + lotto.toString()); </pre> <span id="refer">References</span> <ul id="references"> <li><a href="http://www.w3schools.com/jsref/jsref_obj_math.asp">http://www.w3schools.com/jsref/jsref_obj_math.asp</a></li> </ul> </article>
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/cache/interceptor/class-use/CacheResolver.html
akhr/java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:53:05 UTC 2020 --> <title>Uses of Interface org.springframework.cache.interceptor.CacheResolver (Spring Framework 5.1.18.RELEASE API)</title> <meta name="date" content="2020-09-15"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.springframework.cache.interceptor.CacheResolver (Spring Framework 5.1.18.RELEASE API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/springframework/cache/interceptor/class-use/CacheResolver.html" target="_top">Frames</a></li> <li><a href="CacheResolver.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.springframework.cache.interceptor.CacheResolver" class="title">Uses of Interface<br>org.springframework.cache.interceptor.CacheResolver</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.springframework.cache.annotation">org.springframework.cache.annotation</a></td> <td class="colLast"> <div class="block">Annotations and supporting classes for declarative cache management.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.springframework.cache.interceptor">org.springframework.cache.interceptor</a></td> <td class="colLast"> <div class="block">AOP-based solution for declarative caching demarcation.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.springframework.cache.jcache.config">org.springframework.cache.jcache.config</a></td> <td class="colLast"> <div class="block">Support package for declarative JSR-107 caching configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.springframework.cache.jcache.interceptor">org.springframework.cache.jcache.interceptor</a></td> <td class="colLast"> <div class="block">AOP-based solution for declarative caching demarcation using JSR-107 annotations.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.springframework.cache.annotation"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a> in <a href="../../../../../org/springframework/cache/annotation/package-summary.html">org.springframework.cache.annotation</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/springframework/cache/annotation/package-summary.html">org.springframework.cache.annotation</a> with type parameters of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AbstractCachingConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/annotation/AbstractCachingConfiguration.html#cacheResolver">cacheResolver</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/springframework/cache/annotation/package-summary.html">org.springframework.cache.annotation</a> that return <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">CachingConfigurerSupport.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/annotation/CachingConfigurerSupport.html#cacheResolver--">cacheResolver</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">CachingConfigurer.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/annotation/CachingConfigurer.html#cacheResolver--">cacheResolver</a></span>()</code> <div class="block">Return the <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> bean to use to resolve regular caches for annotation-driven cache management.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.springframework.cache.interceptor"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a> in <a href="../../../../../org/springframework/cache/interceptor/package-summary.html">org.springframework.cache.interceptor</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/springframework/cache/interceptor/package-summary.html">org.springframework.cache.interceptor</a> that implement <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/AbstractCacheResolver.html" title="class in org.springframework.cache.interceptor">AbstractCacheResolver</a></span></code> <div class="block">A base <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/NamedCacheResolver.html" title="class in org.springframework.cache.interceptor">NamedCacheResolver</a></span></code> <div class="block">A <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> that forces the resolution to a configurable collection of name(s) against a given <a href="../../../../../org/springframework/cache/CacheManager.html" title="interface in org.springframework.cache"><code>CacheManager</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/SimpleCacheResolver.html" title="class in org.springframework.cache.interceptor">SimpleCacheResolver</a></span></code> <div class="block">A simple <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> that resolves the <a href="../../../../../org/springframework/cache/Cache.html" title="interface in org.springframework.cache"><code>Cache</code></a> instance(s) based on a configurable <a href="../../../../../org/springframework/cache/CacheManager.html" title="interface in org.springframework.cache"><code>CacheManager</code></a> and the name of the cache(s) as provided by <a href="../../../../../org/springframework/cache/interceptor/BasicOperation.html#getCacheNames--"><code>getCacheNames()</code></a>.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/springframework/cache/interceptor/package-summary.html">org.springframework.cache.interceptor</a> that return <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">CacheAspectSupport.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/CacheAspectSupport.html#getCacheResolver--">getCacheResolver</a></span>()</code> <div class="block">Return the default <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> that this cache aspect delegates to.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/springframework/cache/interceptor/package-summary.html">org.springframework.cache.interceptor</a> with parameters of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/springframework/cache/Cache.html" title="interface in org.springframework.cache">Cache</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">CacheAspectSupport.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/CacheAspectSupport.html#getCaches-org.springframework.cache.interceptor.CacheOperationInvocationContext-org.springframework.cache.interceptor.CacheResolver-">getCaches</a></span>(<a href="../../../../../org/springframework/cache/interceptor/CacheOperationInvocationContext.html" title="interface in org.springframework.cache.interceptor">CacheOperationInvocationContext</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheOperation.html" title="class in org.springframework.cache.interceptor">CacheOperation</a>&gt;&nbsp;context, <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&nbsp;cacheResolver)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">CacheAspectSupport.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/CacheAspectSupport.html#setCacheResolver-org.springframework.cache.interceptor.CacheResolver-">setCacheResolver</a></span>(<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&nbsp;cacheResolver)</code> <div class="block">Set the default <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> that this cache aspect should delegate to if no specific cache resolver has been set for the operation.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">CacheProxyFactoryBean.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/CacheProxyFactoryBean.html#setCacheResolver-org.springframework.cache.interceptor.CacheResolver-">setCacheResolver</a></span>(<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&nbsp;cacheResolver)</code> <div class="block">Set the default <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> that this cache aspect should delegate to if no specific cache resolver has been set for the operation.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/springframework/cache/interceptor/package-summary.html">org.springframework.cache.interceptor</a> with type arguments of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">CacheAspectSupport.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/CacheAspectSupport.html#configure-java.util.function.Supplier-java.util.function.Supplier-java.util.function.Supplier-java.util.function.Supplier-">configure</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheErrorHandler.html" title="interface in org.springframework.cache.interceptor">CacheErrorHandler</a>&gt;&nbsp;errorHandler, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/KeyGenerator.html" title="interface in org.springframework.cache.interceptor">KeyGenerator</a>&gt;&nbsp;keyGenerator, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;&nbsp;cacheResolver, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/CacheManager.html" title="interface in org.springframework.cache">CacheManager</a>&gt;&nbsp;cacheManager)</code> <div class="block">Configure this aspect with the given error handler, key generator and cache resolver/manager suppliers, applying the corresponding default if a supplier is not resolvable.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/springframework/cache/interceptor/package-summary.html">org.springframework.cache.interceptor</a> with parameters of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/interceptor/CacheAspectSupport.CacheOperationMetadata.html#CacheOperationMetadata-org.springframework.cache.interceptor.CacheOperation-java.lang.reflect.Method-java.lang.Class-org.springframework.cache.interceptor.KeyGenerator-org.springframework.cache.interceptor.CacheResolver-">CacheOperationMetadata</a></span>(<a href="../../../../../org/springframework/cache/interceptor/CacheOperation.html" title="class in org.springframework.cache.interceptor">CacheOperation</a>&nbsp;operation, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;targetClass, <a href="../../../../../org/springframework/cache/interceptor/KeyGenerator.html" title="interface in org.springframework.cache.interceptor">KeyGenerator</a>&nbsp;keyGenerator, <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&nbsp;cacheResolver)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.springframework.cache.jcache.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a> in <a href="../../../../../org/springframework/cache/jcache/config/package-summary.html">org.springframework.cache.jcache.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/springframework/cache/jcache/config/package-summary.html">org.springframework.cache.jcache.config</a> with type parameters of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AbstractJCacheConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/config/AbstractJCacheConfiguration.html#exceptionCacheResolver">exceptionCacheResolver</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/springframework/cache/jcache/config/package-summary.html">org.springframework.cache.jcache.config</a> that return <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">JCacheConfigurer.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/config/JCacheConfigurer.html#exceptionCacheResolver--">exceptionCacheResolver</a></span>()</code> <div class="block">Return the <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> bean to use to resolve exception caches for annotation-driven cache management.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">JCacheConfigurerSupport.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/config/JCacheConfigurerSupport.html#exceptionCacheResolver--">exceptionCacheResolver</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.springframework.cache.jcache.interceptor"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a> in <a href="../../../../../org/springframework/cache/jcache/interceptor/package-summary.html">org.springframework.cache.jcache.interceptor</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/springframework/cache/jcache/interceptor/package-summary.html">org.springframework.cache.jcache.interceptor</a> that implement <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/SimpleExceptionCacheResolver.html" title="class in org.springframework.cache.jcache.interceptor">SimpleExceptionCacheResolver</a></span></code> <div class="block">A simple <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> that resolves the exception cache based on a configurable <a href="../../../../../org/springframework/cache/CacheManager.html" title="interface in org.springframework.cache"><code>CacheManager</code></a> and the name of the cache: <code>CacheResultOperation.getExceptionCacheName()</code>.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/springframework/cache/jcache/interceptor/package-summary.html">org.springframework.cache.jcache.interceptor</a> that return <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">DefaultJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#getCacheResolver--">getCacheResolver</a></span>()</code> <div class="block">Return the specified cache resolver to use, if any.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">JCacheOperation.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/JCacheOperation.html#getCacheResolver--">getCacheResolver</a></span>()</code> <div class="block">Return the <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> instance to use to resolve the cache to use for this operation.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">AnnotationJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/AnnotationJCacheOperationSource.html#getCacheResolver-javax.cache.annotation.CacheResolverFactory-javax.cache.annotation.CacheMethodDetails-">getCacheResolver</a></span>(javax.cache.annotation.CacheResolverFactory&nbsp;factory, javax.cache.annotation.CacheMethodDetails&lt;?&gt;&nbsp;details)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">DefaultJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#getDefaultCacheResolver--">getDefaultCacheResolver</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">AnnotationJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/AnnotationJCacheOperationSource.html#getDefaultCacheResolver--">getDefaultCacheResolver</a></span>()</code> <div class="block">Return the default <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> if none is set.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">DefaultJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#getDefaultExceptionCacheResolver--">getDefaultExceptionCacheResolver</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">AnnotationJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/AnnotationJCacheOperationSource.html#getDefaultExceptionCacheResolver--">getDefaultExceptionCacheResolver</a></span>()</code> <div class="block">Return the default exception <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> if none is set.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">DefaultJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#getExceptionCacheResolver--">getExceptionCacheResolver</a></span>()</code> <div class="block">Return the specified exception cache resolver to use, if any.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></code></td> <td class="colLast"><span class="typeNameLabel">AnnotationJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/AnnotationJCacheOperationSource.html#getExceptionCacheResolver-javax.cache.annotation.CacheResolverFactory-javax.cache.annotation.CacheMethodDetails-">getExceptionCacheResolver</a></span>(javax.cache.annotation.CacheResolverFactory&nbsp;factory, javax.cache.annotation.CacheMethodDetails&lt;javax.cache.annotation.CacheResult&gt;&nbsp;details)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/springframework/cache/jcache/interceptor/package-summary.html">org.springframework.cache.jcache.interceptor</a> with parameters of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">DefaultJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#setCacheResolver-org.springframework.cache.interceptor.CacheResolver-">setCacheResolver</a></span>(<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&nbsp;cacheResolver)</code> <div class="block">Set the <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> to resolve regular caches.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">DefaultJCacheOperationSource.</span><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#setExceptionCacheResolver-org.springframework.cache.interceptor.CacheResolver-">setExceptionCacheResolver</a></span>(<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&nbsp;exceptionCacheResolver)</code> <div class="block">Set the <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor"><code>CacheResolver</code></a> to resolve exception caches.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../org/springframework/cache/jcache/interceptor/package-summary.html">org.springframework.cache.jcache.interceptor</a> with type arguments of type <a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#DefaultJCacheOperationSource-java.util.function.Supplier-java.util.function.Supplier-java.util.function.Supplier-java.util.function.Supplier-">DefaultJCacheOperationSource</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/CacheManager.html" title="interface in org.springframework.cache">CacheManager</a>&gt;&nbsp;cacheManager, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;&nbsp;cacheResolver, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;&nbsp;exceptionCacheResolver, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/KeyGenerator.html" title="interface in org.springframework.cache.interceptor">KeyGenerator</a>&gt;&nbsp;keyGenerator)</code> <div class="block">Construct a new <code>DefaultJCacheOperationSource</code> with the given cache manager, cache resolver and key generator suppliers, applying the corresponding default if a supplier is not resolvable.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.html#DefaultJCacheOperationSource-java.util.function.Supplier-java.util.function.Supplier-java.util.function.Supplier-java.util.function.Supplier-">DefaultJCacheOperationSource</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/CacheManager.html" title="interface in org.springframework.cache">CacheManager</a>&gt;&nbsp;cacheManager, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;&nbsp;cacheResolver, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">CacheResolver</a>&gt;&nbsp;exceptionCacheResolver, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;<a href="../../../../../org/springframework/cache/interceptor/KeyGenerator.html" title="interface in org.springframework.cache.interceptor">KeyGenerator</a>&gt;&nbsp;keyGenerator)</code> <div class="block">Construct a new <code>DefaultJCacheOperationSource</code> with the given cache manager, cache resolver and key generator suppliers, applying the corresponding default if a supplier is not resolvable.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/springframework/cache/interceptor/CacheResolver.html" title="interface in org.springframework.cache.interceptor">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/springframework/cache/interceptor/class-use/CacheResolver.html" target="_top">Frames</a></li> <li><a href="CacheResolver.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
codeigniter/_variables/root_path.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $root_path</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:31:09 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('root_path'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#root_path">$root_path</a></h2> <b>Defined at:</b><ul> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</A> -> <a href="../system/libraries/Zip.php.source.html#l277"> line 277</A></li> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</A> -> <a href="../system/libraries/Zip.php.source.html#l287"> line 287</A></li> </ul> <br><b>Referenced 5 times:</b><ul> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</a> -> <a href="../system/libraries/Zip.php.source.html#l277"> line 277</a></li> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</a> -> <a href="../system/libraries/Zip.php.source.html#l285"> line 285</a></li> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</a> -> <a href="../system/libraries/Zip.php.source.html#l287"> line 287</a></li> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</a> -> <a href="../system/libraries/Zip.php.source.html#l299"> line 299</a></li> <li><a href="../system/libraries/Zip.php.html">/system/libraries/Zip.php</a> -> <a href="../system/libraries/Zip.php.source.html#l309"> line 309</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 19:31:09 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
blogNoSql/modules/morphia-1.2.4/documentation/api/play/modules/morphia/class-use/Model.AutoTimestamp.html
chuvacagapj/yabe_noSql
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Tue Nov 15 02:09:21 EST 2011 --> <TITLE> Uses of Class play.modules.morphia.Model.AutoTimestamp (PlayMorphia API) </TITLE> <META NAME="date" CONTENT="2011-11-15"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class play.modules.morphia.Model.AutoTimestamp (PlayMorphia API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../play/modules/morphia/Model.AutoTimestamp.html" title="annotation in play.modules.morphia"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?play/modules/morphia/\class-useModel.AutoTimestamp.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Model.AutoTimestamp.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>play.modules.morphia.Model.AutoTimestamp</B></H2> </CENTER> No usage of play.modules.morphia.Model.AutoTimestamp <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../play/modules/morphia/Model.AutoTimestamp.html" title="annotation in play.modules.morphia"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?play/modules/morphia/\class-useModel.AutoTimestamp.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Model.AutoTimestamp.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
docs/javadoc/opensaml3/1.0.6/se/litsec/eidas/opensaml/ext/attributes/impl/package-summary.html
litsec/eidas-opensaml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_144) on Wed Feb 14 15:19:09 CET 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>se.litsec.eidas.opensaml.ext.attributes.impl (eIDAS extension for OpenSAML 3.x - 1.0.6)</title> <meta name="date" content="2018-02-14"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="se.litsec.eidas.opensaml.ext.attributes.impl (eIDAS extension for OpenSAML 3.x - 1.0.6)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/address/impl/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../../se/litsec/eidas/opensaml/ext/impl/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?se/litsec/eidas/opensaml/ext/attributes/impl/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;se.litsec.eidas.opensaml.ext.attributes.impl</h1> <div class="docSummary"> <div class="block">Implementation classes for eIDAS SAML attributes.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/BirthNameTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">BirthNameTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/BirthNameType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>BirthNameType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/BirthNameTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">BirthNameTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation class for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/BirthNameType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>BirthNameType</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressStructuredTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressStructuredTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <code>CurrentAddressStructuredType</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressStructuredTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressStructuredTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation of <code>CurrentAddressStructuredType</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressStructuredTypeMarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressStructuredTypeMarshaller</a></td> <td class="colLast"> <div class="block">Marshaller for <code>CurrentAddressStructuredType</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressStructuredTypeUnmarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressStructuredTypeUnmarshaller</a></td> <td class="colLast"> <div class="block">Thread safe unmarshaller for <code>CurrentAddressStructuredType</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/CurrentAddressType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>CurrentAddressType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation of <code>CurrentAddressType</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressTypeMarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressTypeMarshaller</a></td> <td class="colLast"> <div class="block">The marshaller for <code>CurrentAddressType</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentAddressTypeUnmarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentAddressTypeUnmarshaller</a></td> <td class="colLast"> <div class="block">Thread safe unmarshaller for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/CurrentAddressType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>CurrentAddressType</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentFamilyNameTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentFamilyNameTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/CurrentFamilyNameType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>CurrentFamilyNameType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentFamilyNameTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentFamilyNameTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation class for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/CurrentFamilyNameType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>CurrentFamilyNameType</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentGivenNameTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentGivenNameTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/CurrentGivenNameType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>CurrentGivenNameType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/CurrentGivenNameTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">CurrentGivenNameTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation class for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/CurrentGivenNameType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>CurrentGivenNameType</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/DateOfBirthTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">DateOfBirthTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder of <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/DateOfBirthType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>DateOfBirthType</code></a> objects.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/DateOfBirthTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">DateOfBirthTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation of <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/DateOfBirthType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>DateOfBirthType</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/DateOfBirthTypeMarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">DateOfBirthTypeMarshaller</a></td> <td class="colLast"> <div class="block">Thread-safe marshaller of <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/DateOfBirthType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>DateOfBirthType</code></a> objects.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/DateOfBirthTypeUnmarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">DateOfBirthTypeUnmarshaller</a></td> <td class="colLast"> <div class="block">Thread-safe unmarshaller for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/DateOfBirthType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>DateOfBirthType</code></a> objects.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/GenderTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">GenderTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/GenderType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>GenderType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/GenderTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">GenderTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation of <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/GenderType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>GenderType</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/GenderTypeMarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">GenderTypeMarshaller</a></td> <td class="colLast"> <div class="block">A thread safe Marshaller for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/GenderType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>GenderType</code></a> objects.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/GenderTypeUnmarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">GenderTypeUnmarshaller</a></td> <td class="colLast"> <div class="block">Thread-safe unmarshaller for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/GenderType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>GenderType</code></a> objects.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/PersonIdentifierTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">PersonIdentifierTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/PersonIdentifierType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>PersonIdentifierType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/PersonIdentifierTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">PersonIdentifierTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation of the <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/PersonIdentifierType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>PersonIdentifierType</code></a> interface.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/PlaceOfBirthTypeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">PlaceOfBirthTypeBuilder</a></td> <td class="colLast"> <div class="block">Builder for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/PlaceOfBirthType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>PlaceOfBirthType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/PlaceOfBirthTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">PlaceOfBirthTypeImpl</a></td> <td class="colLast"> <div class="block">Implementation of the <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/PlaceOfBirthType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>PlaceOfBirthType</code></a> interface.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/TransliterationStringTypeImpl.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">TransliterationStringTypeImpl</a></td> <td class="colLast"> <div class="block">Abstract implementation class of <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/TransliterationStringType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>TransliterationStringType</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/TransliterationStringTypeMarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">TransliterationStringTypeMarshaller</a></td> <td class="colLast"> <div class="block">Marshaller for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/TransliterationStringType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>TransliterationStringType</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/impl/TransliterationStringTypeUnmarshaller.html" title="class in se.litsec.eidas.opensaml.ext.attributes.impl">TransliterationStringTypeUnmarshaller</a></td> <td class="colLast"> <div class="block">Unmarshaller for <a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/TransliterationStringType.html" title="interface in se.litsec.eidas.opensaml.ext.attributes"><code>TransliterationStringType</code></a>.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package se.litsec.eidas.opensaml.ext.attributes.impl Description">Package se.litsec.eidas.opensaml.ext.attributes.impl Description</h2> <div class="block">Implementation classes for eIDAS SAML attributes.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../se/litsec/eidas/opensaml/ext/attributes/address/impl/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../../se/litsec/eidas/opensaml/ext/impl/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?se/litsec/eidas/opensaml/ext/attributes/impl/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.litsec.se">Litsec AB</a>. All rights reserved.</small></p> </body> </html>
docs/apidocs/org/springframework/security/context/httpinvoker/package-frame.html
imondragon/spring-security-2.0.4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_16) on Thu Oct 02 15:35:30 BST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> org.springframework.security.context.httpinvoker (Spring Security 2.0.4 API) </TITLE> <META NAME="keywords" CONTENT="org.springframework.security.context.httpinvoker package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../org/springframework/security/context/httpinvoker/package-summary.html" target="classFrame">org.springframework.security.context.httpinvoker</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="AuthenticationSimpleHttpInvokerRequestExecutor.html" title="class in org.springframework.security.context.httpinvoker" target="classFrame">AuthenticationSimpleHttpInvokerRequestExecutor</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
src/sap.ui.core/test/sap/ui/core/samples/mvc/Product.html
SAP/openui5
<!DOCTYPE HTML> <html> <head> <title>MVC - sap.ui.core</title> <script id="sap-ui-bootstrap" src="../../../../../../resources/sap-ui-core.js" data-sap-ui-theme="sap_bluecrystal"> </script> <script> try{ sap.ui.getCore().loadLibrary("sap.ui.commons"); }catch(e){ alert("This test page requires the library 'sap.ui.commons' which is not available."); throw(e); } // this test page is not below "resources", but "test-resources" // usually this redirect is NOT needed - but possible if useful sap.ui.loader.config({paths: {"sap/ui/core/mvctest": "../../../../../../test-resources/sap/ui/core/samples/mvc/"}}); // define View and place it onto the page sap.ui.xmlview({ id : "id1", viewName : "sap.ui.core.mvctest.views.Product" }).placeAt("content"); </script> </head> <body class="sapUiBody"> <div id="content"></div> </body> </html>
docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterIdOrBuilder.html
devansh2015/hbase-0.98.8
<!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 Fri Nov 14 18:20:23 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>ClusterIdProtos.ClusterIdOrBuilder (HBase 0.98.8-hadoop2 API)</title> <meta name="date" content="2014-11-14"> <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="ClusterIdProtos.ClusterIdOrBuilder (HBase 0.98.8-hadoop2 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="navBarCell1Rev">Class</li> <li><a href="class-use/ClusterIdProtos.ClusterIdOrBuilder.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterId.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterStatusProtos.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterIdOrBuilder.html" target="_top">Frames</a></li> <li><a href="ClusterIdProtos.ClusterIdOrBuilder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.hadoop.hbase.protobuf.generated</div> <h2 title="Interface ClusterIdProtos.ClusterIdOrBuilder" class="title">Interface ClusterIdProtos.ClusterIdOrBuilder</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder</dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterId.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ClusterIdProtos.ClusterId</a>, <a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterId.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ClusterIdProtos.ClusterId.Builder</a></dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ClusterIdProtos</a></dd> </dl> <hr> <br> <pre>public static interface <span class="strong">ClusterIdProtos.ClusterIdOrBuilder</span> extends com.google.protobuf.MessageOrBuilder</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterIdOrBuilder.html#getClusterId()">getClusterId</a></strong>()</code> <div class="block"><code>required string cluster_id = 1;</code></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>com.google.protobuf.ByteString</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterIdOrBuilder.html#getClusterIdBytes()">getClusterIdBytes</a></strong>()</code> <div class="block"><code>required string cluster_id = 1;</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterIdOrBuilder.html#hasClusterId()">hasClusterId</a></strong>()</code> <div class="block"><code>required string cluster_id = 1;</code></div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.MessageOrBuilder"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;com.google.protobuf.MessageOrBuilder</h3> <code>findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.MessageLiteOrBuilder"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;com.google.protobuf.MessageLiteOrBuilder</h3> <code>isInitialized</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="hasClusterId()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasClusterId</h4> <pre>boolean&nbsp;hasClusterId()</pre> <div class="block"><code>required string cluster_id = 1;</code> <pre> This is the cluster id, a uuid as a String </pre></div> </li> </ul> <a name="getClusterId()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getClusterId</h4> <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getClusterId()</pre> <div class="block"><code>required string cluster_id = 1;</code> <pre> This is the cluster id, a uuid as a String </pre></div> </li> </ul> <a name="getClusterIdBytes()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getClusterIdBytes</h4> <pre>com.google.protobuf.ByteString&nbsp;getClusterIdBytes()</pre> <div class="block"><code>required string cluster_id = 1;</code> <pre> This is the cluster id, a uuid as a String </pre></div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ClusterIdProtos.ClusterIdOrBuilder.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterId.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/ClusterStatusProtos.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/ClusterIdProtos.ClusterIdOrBuilder.html" target="_top">Frames</a></li> <li><a href="ClusterIdProtos.ClusterIdOrBuilder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
docs/devapidocs/org/apache/hadoop/hbase/thrift2/generated/class-use/THBaseService.checkAndPut_result.html
devansh2015/hbase-0.98.8
<!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 Fri Nov 14 18:25:21 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result (HBase 0.98.8-hadoop2 API)</title> <meta name="date" content="2014-11-14"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result (HBase 0.98.8-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/thrift2/generated/class-use/THBaseService.checkAndPut_result.html" target="_top">Frames</a></li> <li><a href="THBaseService.checkAndPut_result.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result" class="title">Uses of Class<br>org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.hadoop.hbase.thrift2.generated">org.apache.hadoop.hbase.thrift2.generated</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.hadoop.hbase.thrift2.generated"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a> in <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/package-summary.html">org.apache.hadoop.hbase.thrift2.generated</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/package-summary.html">org.apache.hadoop.hbase.thrift2.generated</a> that return <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></code></td> <td class="colLast"><span class="strong">THBaseService.checkAndPut_result.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html#deepCopy()">deepCopy</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></code></td> <td class="colLast"><span class="strong">THBaseService.Processor.checkAndPut.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.Processor.checkAndPut.html#getResult(I,%20org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_args)">getResult</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.Processor.checkAndPut.html" title="type parameter in THBaseService.Processor.checkAndPut">I</a>&nbsp;iface, <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_args.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_args</a>&nbsp;args)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></code></td> <td class="colLast"><span class="strong">THBaseService.checkAndPut_result.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html#setIo(org.apache.hadoop.hbase.thrift2.generated.TIOError)">setIo</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/TIOError.html" title="class in org.apache.hadoop.hbase.thrift2.generated">TIOError</a>&nbsp;io)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></code></td> <td class="colLast"><span class="strong">THBaseService.checkAndPut_result.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html#setSuccess(boolean)">setSuccess</a></strong>(boolean&nbsp;success)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/package-summary.html">org.apache.hadoop.hbase.thrift2.generated</a> with parameters of type <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">THBaseService.checkAndPut_result.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html#compareTo(org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result)">compareTo</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">THBaseService.checkAndPut_result.</span><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html#equals(org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result)">equals</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a>&nbsp;that)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/package-summary.html">org.apache.hadoop.hbase.thrift2.generated</a> with parameters of type <a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html#THBaseService.checkAndPut_result(org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result)">THBaseService.checkAndPut_result</a></strong>(<a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">THBaseService.checkAndPut_result</a>&nbsp;other)</code> <div class="block">Performs a deep copy on <i>other</i>.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/thrift2/generated/THBaseService.checkAndPut_result.html" title="class in org.apache.hadoop.hbase.thrift2.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/thrift2/generated/class-use/THBaseService.checkAndPut_result.html" target="_top">Frames</a></li> <li><a href="THBaseService.checkAndPut_result.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>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
selftests/webapp/linkpage.html
lukecampbell/webtest
<html> <head> <title>For clicklink tests</title> </head> <body> <h1>Some links to test the &lt;clicklink...&gt; step...</h1> <a href="newPage.html" target="_blank">Link to new Window</a><br> <a href="newPage.html" target="_top">Link to top Window</a><br> <a href="newPage.html" target="some">Link to some other Window</a><br> 1 2 3 4 5 6 7 8 9 10 <p> button to new window <form action="newPage.html" target="_blank"> <input type="submit" name="button_to_new_window"/> </form> <p> button element <form action="newPage.html" > <button name="button_element" type="submit">button element label</button> <input type="button" name="input_button" onclick="location.href='dummy.html'">input button element label</button> </form> </body> </html>
javaDoc/index-files/index-17.html
ogcs/Okra
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_66) on Sat Jul 08 00:44:18 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>T - 索引</title> <meta name="date" content="2017-07-08"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="T - \u7D22\u5F15"; } } catch(err) { } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../overview-summary.html">概览</a></li> <li>程序包</li> <li>类</li> <li><a href="../overview-tree.html">树</a></li> <li><a href="../deprecated-list.html">已过时</a></li> <li class="navBarCell1Rev">索引</li> <li><a href="../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">上一个字母</a></li> <li><a href="index-18.html">下一个字母</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-17.html" target="_top">框架</a></li> <li><a href="index-17.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">W</a>&nbsp;<a href="index-21.html">X</a>&nbsp;<a name="I:T"> <!-- --> </a> <h2 class="title">T</h2> <dl> <dt><a href="../org/ogcs/netty/impl/TcpProtocolClient.html" title="org.ogcs.netty.impl中的类"><span class="typeNameLink">TcpProtocolClient</span></a> - <a href="../org/ogcs/netty/impl/package-summary.html">org.ogcs.netty.impl</a>中的类</dt> <dd> <div class="block">TcpProtocolClient make easy to create tcp client.</div> </dd> <dt><span class="memberNameLink"><a href="../org/ogcs/netty/impl/TcpProtocolClient.html#TcpProtocolClient--">TcpProtocolClient()</a></span> - 类 的构造器org.ogcs.netty.impl.<a href="../org/ogcs/netty/impl/TcpProtocolClient.html" title="org.ogcs.netty.impl中的类">TcpProtocolClient</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../org/ogcs/netty/impl/TcpProtocolClient.html#TcpProtocolClient-java.lang.String-int-">TcpProtocolClient(String, int)</a></span> - 类 的构造器org.ogcs.netty.impl.<a href="../org/ogcs/netty/impl/TcpProtocolClient.html" title="org.ogcs.netty.impl中的类">TcpProtocolClient</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../org/ogcs/netty/impl/TcpProtocolClient.html#TcpProtocolClient-java.lang.String-int-io.netty.channel.EventLoopGroup-">TcpProtocolClient(String, int, EventLoopGroup)</a></span> - 类 的构造器org.ogcs.netty.impl.<a href="../org/ogcs/netty/impl/TcpProtocolClient.html" title="org.ogcs.netty.impl中的类">TcpProtocolClient</a></dt> <dd>&nbsp;</dd> <dt><a href="../org/ogcs/netty/impl/TcpProtocolServer.html" title="org.ogcs.netty.impl中的类"><span class="typeNameLink">TcpProtocolServer</span></a> - <a href="../org/ogcs/netty/impl/package-summary.html">org.ogcs.netty.impl</a>中的类</dt> <dd> <div class="block">TcpProtocolServer make easy to create tcp server(example : Socket, HTTP and others).</div> </dd> <dt><span class="memberNameLink"><a href="../org/ogcs/netty/impl/TcpProtocolServer.html#TcpProtocolServer--">TcpProtocolServer()</a></span> - 类 的构造器org.ogcs.netty.impl.<a href="../org/ogcs/netty/impl/TcpProtocolServer.html" title="org.ogcs.netty.impl中的类">TcpProtocolServer</a></dt> <dd>&nbsp;</dd> <dt><a href="../org/ogcs/utilities/TimeV8Util.html" title="org.ogcs.utilities中的类"><span class="typeNameLink">TimeV8Util</span></a> - <a href="../org/ogcs/utilities/package-summary.html">org.ogcs.utilities</a>中的类</dt> <dd> <div class="block">日期时间工具 基于JDK 1.8</div> </dd> <dt><span class="memberNameLink"><a href="../org/ogcs/utilities/astar/Point.html#toString--">toString()</a></span> - 类 中的方法org.ogcs.utilities.astar.<a href="../org/ogcs/utilities/astar/Point.html" title="org.ogcs.utilities.astar中的类">Point</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../org/ogcs/utilities/Pair.html#toString--">toString()</a></span> - 类 中的方法org.ogcs.utilities.<a href="../org/ogcs/utilities/Pair.html" title="org.ogcs.utilities中的类">Pair</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../org/ogcs/event/Event.html#trigger--">trigger()</a></span> - 类 中的方法org.ogcs.event.<a href="../org/ogcs/event/Event.html" title="org.ogcs.event中的类">Event</a></dt> <dd> <div class="block">Get the event trigger</div> </dd> <dt><a href="../org/ogcs/utilities/TxtReader.html" title="org.ogcs.utilities中的类"><span class="typeNameLink">TxtReader</span></a> - <a href="../org/ogcs/utilities/package-summary.html">org.ogcs.utilities</a>中的类</dt> <dd> <div class="block">File read utilities.</div> </dd> <dt><span class="memberNameLink"><a href="../org/ogcs/event/Event.html#type--">type()</a></span> - 类 中的方法org.ogcs.event.<a href="../org/ogcs/event/Event.html" title="org.ogcs.event中的类">Event</a></dt> <dd> <div class="block">The object type of the event.</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">W</a>&nbsp;<a href="index-21.html">X</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../overview-summary.html">概览</a></li> <li>程序包</li> <li>类</li> <li><a href="../overview-tree.html">树</a></li> <li><a href="../deprecated-list.html">已过时</a></li> <li class="navBarCell1Rev">索引</li> <li><a href="../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">上一个字母</a></li> <li><a href="index-18.html">下一个字母</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-17.html" target="_top">框架</a></li> <li><a href="index-17.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
templates/theme-footer.html
mcotrinam/edx-default-theme
## mako <%! from django.core.urlresolvers import reverse %> <%namespace name='static' file='/static_content.html'/> <%! from datetime import datetime %> <%! from pytz import UTC %> <div class="wrapper-footer"> <footer> <div class="colophon"> <nav class="nav-colophon"> <ol> <li><a href="${reverse('tos')}">Terms of Service</a></li> <li><a href="${reverse('tos')}#privacy">Privacy Policy</a></li> <li><a href="${reverse('tos')}#honor">Honor Code</a></li> <li><a href="${reverse('tos')}#copyright">Copyright</a></li> <li><a href="${reverse('about_edx')}#careers">Careers</a></li> <li><a href="${reverse('about_edx')}#contact">Contact</a></li> <li><a href="${marketing_link('FAQ')}">Help </a></li> </ol> </nav> </div> <div class="references"> <span>Built on <a href="http://code.edx.org">OpenEdX</a>.</span> </div> </footer> </div>
gh-pages/javadoc/controller/class-use/EventController.html
pericles-project/pet
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_05) on Wed Oct 29 15:05:29 CET 2014 --> <title>Uses of Class controller.EventController</title> <meta name="date" content="2014-10-29"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class controller.EventController"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../controller/EventController.html" title="class in controller">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?controller/class-use/EventController.html" target="_top">Frames</a></li> <li><a href="EventController.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class controller.EventController" class="title">Uses of Class<br>controller.EventController</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../controller/EventController.html" title="class in controller">EventController</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#controller">controller</a></td> <td class="colLast"> <div class="block">Application controller classes, for managing the extraction process, the storage of the extracted information, management of modules and profiles, event handling, and environment observation.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="controller"> <!-- --> </a> <h3>Uses of <a href="../../controller/EventController.html" title="class in controller">EventController</a> in <a href="../../controller/package-summary.html">controller</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../controller/package-summary.html">controller</a> declared as <a href="../../controller/EventController.html" title="class in controller">EventController</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../controller/EventController.html" title="class in controller">EventController</a></code></td> <td class="colLast"><span class="typeNameLabel">ExtractionController.</span><code><span class="memberNameLink"><a href="../../controller/ExtractionController.html#eventq">eventq</a></span></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../controller/EventController.html" title="class in controller">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?controller/class-use/EventController.html" target="_top">Frames</a></li> <li><a href="EventController.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
public_html/career.html
Fadyazmy/developersfoundation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--[if IE]> <meta http-equiv="x-ua-compatible" content="IE=9"/><![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Developers&#039; Foundation</title> <meta name="description" content="Every developer can make a difference."> <meta name="keywords" content="developers', developer, foundation, developer's Foundation, bootstrap, developers, designers, marketers, non-profit, charity"> <meta name="author" content="Developers&#039; Foundation"> <meta property="og:title" content="Developers&#039; Foundation"/> <meta property="og:type" content="website"/> <meta property="og:locale" content="en_US"/> <meta property="og:image" content="https://developersfoundation.ca/assets/img/logo.copy.min.png"/> <meta property="og:description" content="Every developer can make a difference."/> <meta property="og:url" content="https://developersfoundation.ca/"/> <meta property="fb:app_id" content="1107893785918456"/> <!-- Favicons ================================================== --> <link rel="shortcut icon" href="assets/img/favicon.ico"> <link rel="apple-touch-icon" sizes="57x57" href="assets/img/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/img/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="assets/img/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/img/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="assets/img/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png"> <link rel="manifest" href="assets/img/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="assets/img/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Bootstrap --> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="assets/fonts/font-awesome/css/font-awesome.min.css"> <!-- Slider ================================================== --> <link href="assets/css/owl.carousel.css" rel="stylesheet" media="screen"> <link href="assets/css/owl.theme.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="assets/css/style2.css"> <!-- Stylesheet ================================================== --> <link rel="stylesheet" type="text/css" href="assets/css/demo.css"/> <link rel="stylesheet" type="text/css" href="assets/css/style.css"> <link rel="stylesheet" type="text/css" href="assets/css/component.css"/> <link rel='stylesheet' type='text/css' href='assets/css/gfonts.css'> <link rel='stylesheet' type='text/css' href='assets/css/buttons.css'> <link rel='stylesheet' type='text/css' href='assets/css/normalize.css'> <link rel='stylesheet' type='text/css' href='assets/css/vicons-font.css'> <!--<link href='//fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>--> <!-- TODO: Fadi.. link tags should always be in head and we already have installed lato in gfonts.css, what is this for? --> <!-- modernizr--> <script type="text/javascript" src="assets/js/modernizr.custom.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="demo-blog"> <div id="home1"> <div id="large-header-blog" class="large-header"> <canvas id="demo-canvas"></canvas> <h1 class="main-title" style="font-size: 52pt;"><b>Careers</b></h1> </div> </div> <nav id="tf-menu" class="navbar navbar-default navbar-fixed-top"> <div class="container" style="padding-left: 5px;padding-right: 5px"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <a class="navbar-brand page-scroll" style="padding: 15px 0px 0px 15px" href="index.php">developers' <span class="thin">Foundation</span></a> </div> </div><!-- /.container-fluid --> </nav> <!-- career contents goes in here --> <div id="career"> <!-- Chapter President --> <div class="container" style="padding: 15px; background: #ecf0f1;"> <div class="row"> <div class="col-md-3 col-sm-12" style="text-align: center; margin-top: 20px;"> <i class="fa fa-user" style="font-size: 15em;" aria-hidden="true"></i> <h5 class="uppercase mb0" style="color: #FCAC45;"><span><i class="ti-user" style="font-size: 2em;"></i></span><br> Chapter President</h5> <span class="inline-block mb40 mb-xs-24">London ON (Western University)</span> </div> <div class="col-md-6 col-sm-12" style="text-align: left;"> <h6 class="uppercase text-center">Job Description</h6> <hr> <div style="padding-left: 15px"> <h5 style="margin-bottom: 0px;"> Roles &amp; Responsibilities: </h5> <ul class="bullets"> <li>Oversees all operations of the chapter.</li> <li>Hold regular weekly meetings with all other executives to review progress.</li> <li>Remains in regular contact with DF-HQ team and reports chapter progress.</li> <li>Speak on behalf of the chapter in promotional events.</li> <li>Improves efficiency and maximize the effect the chapter has on the community.</li> <li>Attend training sessions to remain consistent and effective.</li> <li>Review the quality of the work completed with the developer team on a regular basis to ensure that it meets the project standards. </li> </ul> <h5 style="margin-bottom: 0px;"> Skills &amp; Qualification: </h5> <ul class="bullets"> <li>Experienced in previous organization working in leadership positions and/or a minimum of 6 months working at DF. </li> <li>Strong leadership skills.</li> <li>Strong organizational skills.</li> <li>Ability to thrive in a team environment and encourage others to do the same.</li> <li>Demonstrates passion and drive for the local DF chapter.</li> </ul> </div> </div> <div class="col-md-3 col-sm-12" style="text-align: left;"> <div class="row" style="text-align:center;"> <a class="btn btn-default" href="application-form.php?position=chapterpresident" style="margin-top: 80px;">Apply</a> </div> </div> </div> <hr> </div> <!-- End of Chapter President --> <!-- VP Tech --> <div class="container" style="padding: 15px;background: #E4E4E4;"> <div class="row"> <div class="col-md-3 col-sm-12" style="text-align: center; margin-top: 20px;"> <i class="fa fa-user" style="font-size: 15em;" aria-hidden="true"></i> <h5 class="uppercase mb0" style="color: #FCAC45;"><span><i class="ti-user" style="font-size: 2em;"></i></span><br> VP Technology</h5> <span class="inline-block mb40 mb-xs-24">London ON (Western University)</span> </div> <div class="col-md-6 col-sm-12" style="text-align: left;"> <h6 class="uppercase text-center">Job Description</h6> <hr> <div style="padding-left: 15px"> <h5 style="margin-bottom: 0px;"> Roles &amp; Responsibilities: </h5> <ul class="bullets"> <li>Decide the best way to approach each client's platform.</li> <li>Ensure member developers and VP Technology from each chapters to complete training resources provided from HQ. </li> <li>Recruit the developer members.</li> <li>Consistently maintain software documentation and quality across all clientele platforms. </li> <li>Work with VP Operations in delivering educational workshops.</li> </ul> <h5 style="margin-bottom: 0px;"> Skills &amp; Qualification: </h5> <ul class="bullets"> <li>Experience in previous organizations with leading a team of developers.</li> <li>Hackathon veteran.</li> <li>Solid experience with the following technologies (HTML5, CSS3, JS, Git, Bootstrap, Materialize). </li> <li>Bonus: Experience with MEAN, JQuery of PHP</li> <li>Excellent communication skills</li> <li>Demonstrates passion and drive for the local DF chapter</li> <li>Developed GitHub portfolio</li> </ul> </div> </div> <div class="col-md-3 col-sm-12" style="text-align: left;"> <div class="row" style="text-align:center;"> <a class="btn btn-default" href="application-form.php?position=vptechnology" style="margin-top: 80px;">Apply</a> </div> </div> </div> <hr> </div> <!-- End of VP Tech--> <!-- VP Finance --> <div class="container" style="padding: 15px;background: #ecf0f1;"> <div class="row"> <div class="col-md-3 col-sm-12" style="text-align: center; margin-top: 20px;"> <i class="fa fa-user" style="font-size: 15em;" aria-hidden="true"></i> <h5 class="uppercase mb0" style="color: #FCAC45;"><span><i class="ti-user" style="font-size: 2em;"></i></span><br> VP Finance / Business Associate</h5> <span class="inline-block mb40 mb-xs-24">London ON (Western University)</span> </div> <div class="col-md-6 col-sm-12" style="text-align: left;"> <h6 class="uppercase text-center">Job Description</h6> <hr> <div style="padding-left: 15px"> <h5 style="margin-bottom: 0px;"> Roles &amp; Responsibilities: </h5> <ul class="bullets"> <h6><b>Finance</b></h6> <li>Keep track of the financial position of the chapter.</li> <li>Report financial statements to chapter president and DF-Hq monthly.</li> <li>Seek funding for local chapter (Secure sponsorships / Founding for promotional events). </li> <h6><b>Business</b></h6> <li>Present Developers' Foundation's product and service offerings in client meetings (Consult client on their needs regarding the requested platform (VP's discretion). </li> <li>Track all clientele processes (Follow up with clients on outstanding material).</li> <li>Attend training sessions to remain consistent and effective.</li> <h6><b>HQ</b></h6> <li>Remain in regular contact with VP Operations of DF-HQ team.</li> </ul> <h5 style="margin-bottom: 0px;"> Skills &amp; Qualification: </h5> <ul class="bullets"> <li>Experienced in previous organizations working as treasurer, VP Finance, Account Manager, etc. </li> <li>Experienced and/or knowledge in accounting (i.e keeping record of financial position of the chapter). </li> <li>Strong organizational skills.</li> <li>Strong attention to details.</li> <li>Strong analytical skills.</li> <li>Ability to work independently.</li> <li>Demonstrates passion and drive for the local DF chapter.</li> </ul> </div> </div> <div class="col-md-3 col-sm-12" style="text-align: left;"> <div class="row" style="text-align:center;"> <a class="btn btn-default" href="application-form.php?position=vpfinance" style="margin-top: 80px;">Apply</a> </div> </div> </div> <hr> </div> <!-- End of VP Finance--> <!-- VP Marketing and Public Relations --> <div class="container" style="padding: 15px;background: #E4E4E4;"> <div class="row"> <div class="col-md-3 col-sm-12" style="text-align: center; margin-top: 20px;"> <i class="fa fa-user" style="font-size: 15em;" aria-hidden="true"></i> <h5 class="uppercase mb0" style="color: #FCAC45;"><span><i class="ti-user" style="font-size: 2em;"></i></span><br> VP Marketing and Public Relations</h5> <span class="inline-block mb40 mb-xs-24">London ON (Western University)</span> </div> <div class="col-md-6 col-sm-12" style="text-align: left;"> <h6 class="uppercase text-center">Job Description</h6> <hr> <div style="padding-left: 15px"> <h5 style="margin-bottom: 0px;"> Roles &amp; Responsibilities: </h5> <ul class="bullets"> <h6><b>Sales</b></h6> <li>Contact local organizations to establish relationships either by email, meet up or by phone. </li> <h6><b>Marketing</b></h6> <li>Develop public relations with the local community.</li> <li>Developing promotional material for events.</li> <li>Helping chapter developers with the design of their web apps.</li> <li>Attend training sessions to remain consistent and effective.</li> </ul> <h5 style="margin-bottom: 0px;"> Skills &amp; Qualification: </h5> <ul class="bullets"> <li>Experience contacting organizations in a cold call and/or cold email setting.</li> <li>Experienced and/or knowledge in preparing and developing marketing, and advertising material. </li> <li>Strong verbal and written communication skills.</li> <li>Strong analytical skills.</li> <li>Ability to work independently.</li> <li>Demonstrates passion and drive for the local DF chapter.</li> </ul> </div> </div> <div class="col-md-3 col-sm-12" style="text-align: left;"> <div class="row" style="text-align:center;"> <a class="btn btn-default" href="application-form.php?position=vpmarketing" style="margin-top: 80px;">Apply</a> </div> </div> </div> <hr> </div> <!-- End of VP Marketing and Public Relations --> <!-- Developer --> <div class="container" style="padding: 15px;background: #ecf0f1;"> <div class="row"> <div class="col-md-3 col-sm-12" style="text-align: center; margin-top: 20px;"> <i class="fa fa-user" style="font-size: 15em;" aria-hidden="true"></i> <h5 class="uppercase mb0" style="color: #FCAC45;"><span><i class="ti-user" style="font-size: 2em;"></i></span><br> Web Developer</h5> <span class="inline-block mb40 mb-xs-24">London ON (Western University)</span> </div> <div class="col-md-6 col-sm-12" style="text-align: left;"> <h6 class="uppercase text-center">Job Description</h6> <hr> <div style="padding-left: 15px"> <h5 style="margin-bottom: 0px;"> Roles &amp; Responsibilities: </h5> <ul class="bullets"> <li>Working with VP Technology in planning the web design of each clientele project.</li> <li>Learning new technologies assigned by VP-Technology.</li> <li>Assisting VP Technology with organizing workshops.</li> </ul> <h5 style="margin-bottom: 0px;"> Skills &amp; Qualification: </h5> <ul class="bullets"> <li>Experienced in web development (HTML5, CSS3, Bootstrap, etc).</li> <li>Strong familiarity and experience with Git, GitHub and Heroku.</li> <li>Ability to work independently.</li> <li>Demonstrates passion and drive for the local DF chapter.</li> <li>Ability to pay attention to finest details and focus on completing tasks on time.</li> </ul> </div> </div> <div class="col-md-3 col-sm-12" style="text-align: left;"> <div class="row" style="text-align:center;"> <a class="btn btn-default" href="application-form.php?position=webdeveloper" style="margin-top: 80px;">Apply</a> </div> </div> </div> <hr> </div> <!-- End of Developer --> </div> <!-- Beginning of footer --> <nav id="footer"> <div class="container"> <div class="row"> <div class="col-sm-12"> <ul class="list-inline text-center h4"> <li><a href="career.php">Careers</a></li> <li><a href="blog.php">Blog</a></li> <li><a href="faq.php">FAQ</a></li> <li><a href="#" data-toggle="modal" data-target="#TermsOfService">Terms of Service</a></li> <li><a href="#" data-toggle="modal" data-target="#PrivacyPolicy">Privacy Policy</a></li> </ul> </div> <hr style="width: 60%;clear: both;"> <div class="col-sm-12"> <ul class="footer-social list-inline text-center"> <li><a href="https://www.facebook.com/Developers-Foundation-989771317784822/?fref=ts" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="#"><i class="fa fa-twitter"></i></a></li> </ul> </div> <div class="col-sm-12 text-center"> <p>Copyright &copy; 2016. Developers' Foundation. All rights reserved.</a></p> </div> </div> </div> </nav> <!-- Sart Modal --> <div class="modal fade" id="TermsOfService" tabindex="-1" role="dialog" aria-labelledby="Terms of Service" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">Terms of Service</h4> </div> <div class="modal-body"> <p>Last updated: August 19, 2016</p> <p>These Terms of Service ("Terms", "Terms of Service") govern your relationship with http://developersfoundation.ca website (the "Service") operated by Developers' Foundation ("us", "we", or "our").</p> <p>Please read these Terms of Service carefully before using the Service.</p> <p>Your access to and use of the Service is based on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.</p> <p>By accessing or using the Service you agree to be bound by these Terms and accept all legal consequences. If you do not agree to these terms and conditions, in whole or in part, please do not use the Service.</p> <p><strong>Intellectual Property</strong></p> <p>The Service and all contents, including but not limited to text, images, graphics or code are the property of Developers' Foundation and are protected by copyright, trademarks, database and other intellectual property rights. You may display and copy, download or print portions of the material from the different areas of the Service only for your own non-commercial use. Any other use is strictly prohibited and may violate copyright, trademark and other laws. These Terms do not grant you a license to use any trademark of Developers' Foundation or its affiliates. You further agree not to use, change or delete any proprietary notices from materials downloaded from the Service.</p> <p><strong>Links To Other Web Sites</strong></p> <p>The Service may contain links to third-party web sites or services that are not owned or controlled by Developers' Foundation.</p> <p>Developers' Foundation has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that Developers' Foundation shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such websites or services.</p> <p>We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.</p> <p><strong>Termination</strong></p> <p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including, without limitation, if you breach the Terms.</p> <p>All provisions of the Terms shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p> <p>Upon termination, your right to use the Service will immediately cease.</p> <p><strong>Governing Law</strong></p> <p>These Terms shall be governed by, and interpreted and enforced in accordance with, the laws in the Province of Ontario and the laws of Canada, as applicable.</p> <p>If any provision of these Terms is held to be invalid or unenforceable by a court of competent jurisdiction, then any remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements, oral or otherwise, regarding the Service.</p> <p><strong>Changes</strong></p> <p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will make reasonable efforts to provide at least 15 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p> <p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, in whole or in part, please stop using the website and the Service.</p> <p><strong>Contact Us</strong></p> <p>If you have any questions about these Terms, please contact us.</p> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button> </div> </div> <!-- End of Terms of Service--> <!-- Start Privacy Policy Modal --> <div class="modal fade" id="PrivacyPolicy" tabindex="-1" role="dialog" aria-labelledby="Privacy Policy" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">Privacy Policy</h4> </div> <div class="modal-body"> <div class='innerText'>This privacy policy has been compiled to better serve those who are concerned with how their 'Personally Identifiable Information' (PII) is being used online. PII, as described in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.<br></div> <span id='infoCo'></span><br> <div class='grayText'><strong>What personal information do we collect from the people that visit our blog, website or app?</strong></div> <br/> <div class='innerText'>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, phone number or other details to help you with your experience. </div> <br> <div class='grayText'><strong>When do we collect information?</strong></div> <br/> <div class='innerText'>We collect information from you when you register on our site, place an order, subscribe to a newsletter, fill out a form, Use Live Chat or enter information on our site. </div> <br>Provide us with feedback on our products or services <span id='infoUs'></span><br> <div class='grayText'><strong>How do we use your information? </strong></div> <br/> <div class='innerText'> We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br><br></div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> To allow us to better service you in responding to your customer service requests. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> To quickly process your transactions. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> To send periodic emails regarding your order or other products and services. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> To follow up with them after correspondence (live chat, email or phone inquiries) </div> <span id='infoPro'></span><br> <div class='grayText'><strong>How do we protect your information?</strong></div> <br/> <div class='innerText'>We do not use vulnerability scanning and/or scanning to PCI standards.</div> <div class='innerText'>We only provide articles and information. We never ask for credit card numbers. </div> <div class='innerText'>We do not use Malware Scanning.<br><br></div> <div class='innerText'>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology. </div> <br> <div class='innerText'>We implement a variety of security measures when a user places an order enters, submits, or accesses their information to maintain the safety of your personal information. </div> <br> <div class='innerText'>All transactions are processed through a gateway provider and are not stored or processed on our servers. </div> <span id='coUs'></span><br> <div class='grayText'><strong>Do we use 'cookies'?</strong></div> <br/> <div class='innerText'>Yes. Cookies are small files that a site or its service provider transfers to your computer's hard drive through your Web browser (if you allow) that enables the site's or service provider's systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future. </div> <div class='innerText'><br><strong>We use cookies to:</strong></div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Help remember and process the items in the shopping cart. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Understand and save user's preferences for future visits. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Keep track of advertisements. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Compile aggregate data about site traffic and site interactions in order to offer better site experiences and tools in the future. We may also use trusted third-party services that track this information on our behalf. </div> <div class='innerText'><br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser settings. Since browser is a little different, look at your browser's Help Menu to learn the correct way to modify your cookies.<br></div> <br> <div class='innerText'>If you turn cookies off, some features will be disabled. It won't affect the user's experience that make your site experience more efficient and may not function properly. </div> <br> <div class='innerText'>However, you will still be able to place orders .</div> <br><span id='trDi'></span><br> <div class='grayText'><strong>Third-party disclosure</strong></div> <br/> <div class='innerText'>We do not sell, trade, or otherwise transfer to outside parties your Personally Identifiable Information unless we provide users with advance notice. This does not include website hosting partners and other parties who assist us in operating our website, conducting our business, or serving our users, so long as those parties agree to keep this information confidential. We may also release information when it's release is appropriate to comply with the law, enforce our site policies, or protect ours or others' rights, property or safety. <br><br> However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses. </div> <span id='trLi'></span><br> <div class='grayText'><strong>Third-party links</strong></div> <br/> <div class='innerText'>Occasionally, at our discretion, we may include or offer third-party products or services on our website. These third-party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites. </div> <span id='gooAd'></span><br> <div class='blueText'><strong>Google</strong></div> <br/> <div class='innerText'>Google's advertising requirements can be summed up by Google's Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en <br><br></div> <div class='innerText'>We use Google AdSense Advertising on our website.</div> <div class='innerText'><br>Google, as a third-party vendor, uses cookies to serve ads on our site. Google's use of the DART cookie enables it to serve ads to our users based on previous visits to our site and other sites on the Internet. Users may opt-out of the use of the DART cookie by visiting the Google Ad and Content Network privacy policy.<br></div> <div class='innerText'><br><strong>We have implemented the following:</strong></div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Google Display Network Impression Reporting </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Demographics and Interests Reporting </div> <br> <div class='innerText'>We, along with third-party vendors such as Google use first-party cookies (such as the Google Analytics cookies) and third-party cookies (such as the DoubleClick cookie) or other third-party identifiers together to compile data regarding user interactions with ad impressions and other ad service functions as they relate to our website. </div> <div class='innerText'><br><strong>Opting out:</strong><br> Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising Initiative Opt Out page or by using the Google Analytics Opt Out Browser add on.</div> <span id='calOppa'></span><br> <div class='blueText'><strong>California Online Privacy Protection Act</strong></div> <br/> <div class='innerText'>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law's reach stretches well beyond California to require any person or company in the United States (and conceivably the world) that operates websites collecting Personally Identifiable Information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals or companies with whom it is being shared. - See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br> </div> <div class='innerText'><br><strong>According to CalOPPA, we agree to the following:</strong><br> </div> <div class='innerText'>Users can visit our site anonymously.</div> <div class='innerText'>Once this privacy policy is created, we will add a link to it on our home page or as a minimum, on the first significant page after entering our website.<br></div> <div class='innerText'>Our Privacy Policy link includes the word 'Privacy' and can be easily be found on the page specified above. </div> <div class='innerText'><br>You will be notified of any Privacy Policy changes:</div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> On our Privacy Policy Page<br></div> <div class='innerText'>Can change your personal information:</div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> By logging in to your account </div> <div class='innerText'><br><strong>How does our site handle Do Not Track signals?</strong><br></div> <div class='innerText'>We honor Do Not Track signals and Do Not Track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place. </div> <div class='innerText'><br><strong>Does our site allow third-party behavioral tracking?</strong><br> </div> <div class='innerText'>It's also important to note that we allow third-party behavioral tracking </div> <span id='coppAct'></span><br> <div class='blueText'><strong>COPPA (Children Online Privacy Protection Act)</strong></div> <br/> <div class='innerText'>When it comes to the collection of personal information from children under the age of 13 years old, the Children's Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, United States' consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children's privacy and safety online.<br><br></div> <div class='innerText'>We do not specifically market to children under the age of 13 years old. </div> <span id='ftcFip'></span><br> <div class='blueText'><strong>Fair Information Practices</strong></div> <br/> <div class='innerText'>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br><br></div> <div class='innerText'><strong>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:</strong></div> <div class='innerText'>We will notify you via email</div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Within 7 business days </div> <div class='innerText'>We will notify the users via in-site notification</div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Within 7 business days </div> <div class='innerText'><br>We also agree to the Individual Redress Principle which requires that individuals have the right to legally pursue enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or government agencies to investigate and/or prosecute non-compliance by data processors. </div> <span id='canSpam'></span><br> <div class='blueText'><strong>CAN SPAM Act</strong></div> <br/> <div class='innerText'>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.<br><br></div> <div class='innerText'><strong>We collect your email address in order to:</strong></div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Send information, respond to inquiries, and/or other requests or questions </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Process orders and to send information and updates pertaining to orders. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Send you additional information related to your product and/or service </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Market to our mailing list or continue to send emails to our clients after the original transaction has occurred. </div> <div class='innerText'><br><strong>To be in accordance with CANSPAM, we agree to the following:</strong></div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Not use false or misleading subjects or email addresses. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Identify the message as an advertisement in some reasonable way. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Include the physical address of our business or site headquarters. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Monitor third-party email marketing services for compliance, if one is used. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Honor opt-out/unsubscribe requests quickly. </div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Allow users to unsubscribe by using the link at the bottom of each email. </div> <div class='innerText'><strong><br>If at any time you would like to unsubscribe from receiving future emails, you can email us at</strong></div> <div class='innerText'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>&bull;</strong> Follow the instructions at the bottom of each email. </div> and we will promptly remove you from <strong>ALL</strong> correspondence. </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button> </div> </div> <!-- End of Privacy Policy modal--> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!--<script type="text/javascript" src="js/jquery.1.11.1.js"></script> <script src="js/jquery.js"></script>--> <!-- Include all compiled plugins (below), or include individual files as needed --> <script type="text/javascript" src="assets/js/bootstrap.js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.min.js"></script> <script type="text/javascript" src="assets/js/jquery.isotope.js"></script> <script src="assets/js/owl.carousel.js"></script> <!-- Javascripts ================================================== --> <script type="text/javascript" src="assets/js/main.js"></script> <script src="assets/js/jquery.easing.min.js"></script> <script src="assets/js/TweenLite.min.js"></script> <script src="assets/js/EasePack.min.js"></script> <!-- <script src="assets/js/demo-1.js"></script> --> <!-- Slick Slider --> <script type="text/javascript" src="assets/js/slick.js"></script> <!-- Counter --> <script type="text/javascript" src="assets/js/waypoints.js"></script> <script type="text/javascript" src="assets/js/jquery.counterup.js"></script> <!-- mixit slider --> <script type="text/javascript" src="assets/js/jquery.mixitup.js"></script> <!-- Add fancyBox --> <script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script> <!-- Wow animation --> <script type="text/javascript" src="assets/js/wow.js"></script> <!-- Custom js --> <script type="text/javascript" src="assets/js/custom.js"></script> </body> </html>
doc/api_doc/org/jb2011/lnf/beautyeye/widget/border/class-use/PlainGrayBorder.html
JackJiang2011/beautyeye
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 13 17:08:56 CST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>类 org.jb2011.lnf.beautyeye.widget.border.PlainGrayBorder的使用 (BeautyEye v3.7 API文档)</title> <meta name="date" content="2015-11-13"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="\u7C7B org.jb2011.lnf.beautyeye.widget.border.PlainGrayBorder\u7684\u4F7F\u7528 (BeautyEye v3.7 API\u6587\u6863)"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../../../org/jb2011/lnf/beautyeye/widget/border/PlainGrayBorder.html" title="org.jb2011.lnf.beautyeye.widget.border中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../help-doc.html">帮助</a></li> </ul> <div class="aboutLanguage"><em><b>BeautyEye v3.7(build 2015/11/14)</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/jb2011/lnf/beautyeye/widget/border/class-use/PlainGrayBorder.html" target="_top">框架</a></li> <li><a href="PlainGrayBorder.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="类 org.jb2011.lnf.beautyeye.widget.border.PlainGrayBorder 的使用" class="title">类 org.jb2011.lnf.beautyeye.widget.border.PlainGrayBorder<br>的使用</h2> </div> <div class="classUseContainer">没有org.jb2011.lnf.beautyeye.widget.border.PlainGrayBorder的用法</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../../../org/jb2011/lnf/beautyeye/widget/border/PlainGrayBorder.html" title="org.jb2011.lnf.beautyeye.widget.border中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../help-doc.html">帮助</a></li> </ul> <div class="aboutLanguage"><em><b>BeautyEye v3.7(build 2015/11/14)</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/jb2011/lnf/beautyeye/widget/border/class-use/PlainGrayBorder.html" target="_top">框架</a></li> <li><a href="PlainGrayBorder.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><center>Copyright &copy; 2015 <a target=_blank href=http://www.openmob.net>有码网(openmob.net)</a>. All rights reserved.</center></small></p> </body> </html>
Instalacion/javadoc/org/apache/cassandra/transport/messages/class-use/RegisterMessage.html
Jcamilorada/Cassandra
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_25) on Fri Jun 05 10:51:23 EDT 2015 --> <title>Uses of Class org.apache.cassandra.transport.messages.RegisterMessage (apache-cassandra API)</title> <meta name="date" content="2015-06-05"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.transport.messages.RegisterMessage (apache-cassandra API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html" title="class in org.apache.cassandra.transport.messages">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/transport/messages/class-use/RegisterMessage.html" target="_top">Frames</a></li> <li><a href="RegisterMessage.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.transport.messages.RegisterMessage" class="title">Uses of Class<br>org.apache.cassandra.transport.messages.RegisterMessage</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html" title="class in org.apache.cassandra.transport.messages">RegisterMessage</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.transport.messages">org.apache.cassandra.transport.messages</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.transport.messages"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html" title="class in org.apache.cassandra.transport.messages">RegisterMessage</a> in <a href="../../../../../../org/apache/cassandra/transport/messages/package-summary.html">org.apache.cassandra.transport.messages</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/cassandra/transport/messages/package-summary.html">org.apache.cassandra.transport.messages</a> with type parameters of type <a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html" title="class in org.apache.cassandra.transport.messages">RegisterMessage</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/transport/Message.Codec.html" title="interface in org.apache.cassandra.transport">Message.Codec</a>&lt;<a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html" title="class in org.apache.cassandra.transport.messages">RegisterMessage</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">RegisterMessage.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html#codec">codec</a></span></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/cassandra/transport/messages/RegisterMessage.html" title="class in org.apache.cassandra.transport.messages">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/transport/messages/class-use/RegisterMessage.html" target="_top">Frames</a></li> <li><a href="RegisterMessage.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
_includes/projects.html
daisonp/daisonp.github.io
{% unless page.display_all == true %} <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Projects </h1> </div> </div> {% endunless %} <!-- Project Row --> <div class="row {{ page.additional_class }}"> {% for project in site.data.projects %} <div class="col-md-4 img-portfolio"> <a href="{{ project.url }}" target="_blank"> <h3>{{ project.name }} </h3> <img class="img-responsive img-hover rounded-corners" src="{{ project.image_url | prepend: site.base_url | prepend: site.url }}" alt="{{ project.name }}"> <p>{{ project.description }}</p> </a> </div> {% unless page.display_all == true %} {% if forloop.index == 3 %} <div class="col-md-4"> <a href="{{ site.baseurl | prepend: site.url }}/pages/projects/index.html" class="page-scroll btn btn-xl">Show All</a> </div> {% break %} {% endif %} {% endunless %} {% endfor %} </div>
itworks/src/index.html
runadock/dockerfiles
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> <title>RunADock It works</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/cover.css" rel="stylesheet"> </head> <body> <div class="site-wrapper"> <div class="site-wrapper-inner"> <div class="cover-container"> <div class="inner cover"> <h1 class="cover-heading">Hey, Congratulation!!!</h1><img src="img/9c57187c.XcellRobot_Logofigur10.png" /> <p>Your first docker-container is running.</p><p>Keep testing with <a href="https://runadock.io" target="_blank">runadock.io</a></p> </div> </div> </div> </div> </body> </html>
site/source/docs/hourglass/0.1.3/datafu/hourglass/jobs/class-use/ReduceEstimator.html
shaohua-zhang/incubator-datafu
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Thu Dec 12 19:12:09 PST 2013 --> <TITLE> Uses of Class datafu.hourglass.jobs.ReduceEstimator (DataFu Hourglass) </TITLE> <META NAME="date" CONTENT="2013-12-12"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class datafu.hourglass.jobs.ReduceEstimator (DataFu Hourglass)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../datafu/hourglass/jobs/ReduceEstimator.html" title="class in datafu.hourglass.jobs"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?datafu/hourglass/jobs//class-useReduceEstimator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReduceEstimator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>datafu.hourglass.jobs.ReduceEstimator</B></H2> </CENTER> No usage of datafu.hourglass.jobs.ReduceEstimator <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../datafu/hourglass/jobs/ReduceEstimator.html" title="class in datafu.hourglass.jobs"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?datafu/hourglass/jobs//class-useReduceEstimator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReduceEstimator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Matthew Hayes </BODY> </HTML>
slides/index.html
andygup/geodev-workshop
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Discovering the ArcGIS API 4 for JavaScript</title> <meta name="description" content="Presentation for Developer Outreach, Discovering the ArcGIS API 4 for JavaScript"> <meta name="author" content="Andy Gup, Rene Rubalcava, Esri"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="../template/reveal.js/css/reveal.css"> <link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.css"> <link rel="stylesheet" href="css/theme.css"> <!-- Code syntax highlighting --> <link rel="stylesheet" href="../template/highlightjs/styles/monokai_sublime.css"> <style type="text/css" media="screen"> .reveal pre code { max-height: 600px; } </style> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? '../template/reveal.js/css/print/pdf.css' : '../template/reveal.js/css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> </head> <body> <div class="reveal"> <div class="slides"> <!-- Slides are derived from external markdown --> <section data-markdown="index.md" data-separator="^\r?\n---\r?\n" data-separator-vertical="^\r?\n------\r?\n" <!--data-background="images/webinar-content.jpg">--> </section> </div> </div> <script src="../template/reveal.js/lib/js/head.min.js"></script> <script src="../template/reveal.js/js/reveal.js"></script> <script> // Full list of configuration options available at: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: false, // don't center vertically - it makes title jump from page to page slideNumber: 'c/t', // The "normal" size of the presentation, aspect ratio will be preserved // when the presentation is scaled to fit different resolutions. Can be // specified using percentage units. width: 1366, height: 768, // Factor of the display size that should remain empty around the content margin: 0.1, // Bounds for smallest/largest possible scale to apply to content minScale: 0.2, maxScale: 1.5, transition: 'fade', // none/fade/slide/convex/concave/zoom // Optional reveal.js plugins dependencies: [ { src: '../template/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: '../template/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '../template/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '../template/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: '../template/reveal.js/plugin/zoom-js/zoom.js', async: true }, { src: '../template/reveal.js/plugin/notes/notes.js', async: true } ] }); </script> </body> </html>
content/themes/material/login.html
JHIOS/filesys_php
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Cloud Admin | Login</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="stylesheet" type="text/css" href="~$path~~css/cloud-admin.css" > <link href="~$path~~font-awesome/css/font-awesome.min.css" rel="stylesheet"> <!-- DATE RANGE PICKER --> <link rel="stylesheet" type="text/css" href="~$path~~js/bootstrap-daterangepicker/daterangepicker-bs3.css" /> <!-- UNIFORM --> <link rel="stylesheet" type="text/css" href="~$path~~js/uniform/css/uniform.default.min.css" /> <!-- ANIMATE --> <link rel="stylesheet" type="text/css" href="~$path~~css/animatecss/animate.min.css" /> <!-- FONTS --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'> </head> <body class="login"> <!-- PAGE --> <section id="page"> <!-- HEADER --> <header> <!-- NAV-BAR --> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div id="logo"> <a href="index.html"><img src="~$path~~img/logo/logo.png" height="40" alt="logo name" /></a> </div> </div> </div> </div> <!--/NAV-BAR --> </header> <!--/HEADER --> <!-- LOGIN --> <section id="login_bg" class="visible"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="login-box"> <h2 class="bigintro">登录系统</h2> <div class="divide-40"></div> <form role="form"> <div class="form-group"> <label for="username">用户名</label> <i class="fa fa-envelope"></i> <input type="text" class="form-control" id="username" > </div> <div class="form-group"> <label for="password">密码</label> <i class="fa fa-lock"></i> <input type="password" class="form-control" id="password" > </div> <div> <label class="checkbox"> <input type="checkbox" class="uniform" value=""> 记住我</label> <button type="button" id="sub" class="btn btn-danger">提交</button> </div> </form> <!-- SOCIAL LOGIN --> <!-- /SOCIAL LOGIN --> <div class="login-helpers"> <a href="#" onclick="swapScreen('forgot_bg');return false;">忘记密码?</a> <br> </div> <div class="login-helpers"> <a href="#" onclick="swapScreen('register_bg');return false;">点击注册</a> <br> </div> </div> </div> </div> </div> </section> <!--/LOGIN --> <!-- FORGOT PASSWORD --> <section id="forgot_bg"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="login-box"> <h2 class="bigintro">重置密码</h2> <div class="divide-40"></div> <form role="form"> <div class="form-group"> <label for="exampleInputEmail1">输入你的邮箱</label> <i class="fa fa-envelope"></i> <input type="email" class="form-control" id="exampleInputEmail1" > </div> <div> <button type="submit" class="btn btn-info">发送验证邮件</button> </div> </form> <div class="login-helpers"> <a href="#" onclick="swapScreen('login_bg');return false;">返回登录</a> <br> </div> </div> </div> </div> </div> </section> <!-- FORGOT PASSWORD --> <!-- REGISTER --> <section id="register_bg" class="font-400"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="login-box"> <h2 class="bigintro">注册</h2> <div class="divide-40"></div> <form role="form"> <div class="form-group"> <label for="username-reg">用户名</label> <i class="fa fa-font"></i> <input type="text" class="form-control" id="username-reg" > </div> <div class="form-group"> <label for="userid">用户编号</label> <i class="fa fa-user"></i> <input type="text" class="form-control" id="userid" > </div> <div class="form-group"> <label for="email">邮箱地址</label> <i class="fa fa-envelope"></i> <input type="email" class="form-control" id="email" > </div> <div class="form-group"> <label for="password-reg">密码</label> <i class="fa fa-lock"></i> <input type="password" class="form-control" id="password-reg" > </div> <div class="form-group"> <label for="repwd">确认密码</label> <i class="fa fa-check-square-o"></i> <input type="password" class="form-control" id="repwd" > </div> <div> <button type="button" id="regbtn" class="btn btn-success">注册</button> </div> </form> <!-- /SOCIAL REGISTER --> <div class="login-helpers"> <a href="#" onclick="swapScreen('login_bg');return false;"> 返回登录</a> <br> </div> </div> </div> </div> </div> </section> <!--/REGISTER --> </section> <!--/PAGE --> <!-- JAVASCRIPTS --> <!-- Placed at the end of the document so the pages load faster --> <!-- JQUERY --> <script src="~$path~~js/jquery/jquery-2.0.3.min.js"></script> <script src="~$path~~js/jQuery-Cookie/jquery.cookie.min.js"></script> <!-- JQUERY UI--> <script src="~$path~~js/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script> <!-- BOOTSTRAP --> <script src="~$path~~bootstrap-dist/js/bootstrap.min.js"></script> <!-- BLOCK UI --> <script type="text/javascript" src="~$path~~js/jQuery-BlockUI/jquery.blockUI.min.js"></script> <!-- UNIFORM --> <script type="text/javascript" src="~$path~~js/uniform/jquery.uniform.min.js"></script> <!-- BACKSTRETCH --> <script type="text/javascript" src="~$path~~js/backstretch/jquery.backstretch.min.js"></script> <!-- CUSTOM SCRIPT --> <script src="~$path~~js/script.js"></script> <script> jQuery(document).ready(function() { App.setPage("login_bg"); //Set current page App.init(); //Initialise plugins and elements }); </script> <script type="text/javascript"> var path = '~$path~~'; function swapScreen(id) { jQuery('.visible').removeClass('visible animated fadeInUp'); jQuery('#'+id).addClass('visible animated fadeInUp'); } </script> <!-- /JAVASCRIPTS --> </body> </html>
src/OpenApiWebApp/Content/bootstrap.css
tavis-software/Tavis.OpenApi
/* NUGET: BEGIN LICENSE TEXT * * Microsoft grants you the right to use these script files for the sole * purpose of either: (i) interacting through your browser with the Microsoft * website or online service, subject to the applicable licensing or use * terms; or (ii) using the files as included with a Microsoft product subject * to that product's license terms. Microsoft reserves all other rights to the * files not expressly granted by Microsoft, whether by implication, estoppel * or otherwise. The notices and licenses below are for informational purposes only. * * NUGET: END LICENSE TEXT */ /*! * Bootstrap v3.0.0 * * Copyright 2013 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 by @mdo and @fat. */ /*! normalize.css v2.1.0 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { margin: 0.67em 0; font-size: 2em; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; } mark { color: #000; background: #ff0; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } button, input, select, textarea { margin: 0; font-family: inherit; font-size: 100%; } button, input { line-height: normal; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { padding: 0; box-sizing: border-box; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } @media print { * { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 2cm .5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #333333; background-color: #ffffff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } button, input, select[multiple], textarea { background-image: none; } a { color: #428bca; text-decoration: none; } a:hover, a:focus { color: #2a6496; text-decoration: underline; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { vertical-align: middle; } .img-responsive { display: block; height: auto; max-width: 100%; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; height: auto; max-width: 100%; padding: 4px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16.099999999999998px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small { font-size: 85%; } cite { font-style: normal; } .text-muted { color: #999999; } .text-primary { color: #428bca; } .text-warning { color: #c09853; } .text-danger { color: #b94a48; } .text-success { color: #468847; } .text-info { color: #3a87ad; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { font-weight: normal; line-height: 1; color: #999999; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } h1 small, .h1 small { font-size: 24px; } h2 small, .h2 small { font-size: 18px; } h3 small, .h3 small, h4 small, .h4 small { font-size: 14px; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-bottom: 20px; } dt, dd { line-height: 1.428571429; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; } .dl-horizontal dd:after { clear: both; } .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; } .dl-horizontal dd:after { clear: both; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; } blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.25; } blockquote p:last-child { margin-bottom: 0; } blockquote small { display: block; line-height: 1.428571429; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } blockquote.pull-right small:before { content: ''; } blockquote.pull-right small:after { content: '\00A0 \2014'; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 20px; font-style: normal; line-height: 1.428571429; } code, pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; color: #333333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } pre.prettyprint { margin-bottom: 20px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .container:before, .container:after { display: table; content: " "; } .container:after { clear: both; } .container:before, .container:after { display: table; content: " "; } .container:after { clear: both; } .row { margin-right: -15px; margin-left: -15px; } .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { float: left; } .col-xs-1 { width: 8.333333333333332%; } .col-xs-2 { width: 16.666666666666664%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333333333333%; } .col-xs-5 { width: 41.66666666666667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.333333333333336%; } .col-xs-8 { width: 66.66666666666666%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333333333334%; } .col-xs-11 { width: 91.66666666666666%; } .col-xs-12 { width: 100%; } @media (min-width: 768px) { .container { max-width: 750px; } .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 { float: left; } .col-sm-1 { width: 8.333333333333332%; } .col-sm-2 { width: 16.666666666666664%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333333333333%; } .col-sm-5 { width: 41.66666666666667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.333333333333336%; } .col-sm-8 { width: 66.66666666666666%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333333333334%; } .col-sm-11 { width: 91.66666666666666%; } .col-sm-12 { width: 100%; } .col-sm-push-1 { left: 8.333333333333332%; } .col-sm-push-2 { left: 16.666666666666664%; } .col-sm-push-3 { left: 25%; } .col-sm-push-4 { left: 33.33333333333333%; } .col-sm-push-5 { left: 41.66666666666667%; } .col-sm-push-6 { left: 50%; } .col-sm-push-7 { left: 58.333333333333336%; } .col-sm-push-8 { left: 66.66666666666666%; } .col-sm-push-9 { left: 75%; } .col-sm-push-10 { left: 83.33333333333334%; } .col-sm-push-11 { left: 91.66666666666666%; } .col-sm-pull-1 { right: 8.333333333333332%; } .col-sm-pull-2 { right: 16.666666666666664%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-4 { right: 33.33333333333333%; } .col-sm-pull-5 { right: 41.66666666666667%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-7 { right: 58.333333333333336%; } .col-sm-pull-8 { right: 66.66666666666666%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-10 { right: 83.33333333333334%; } .col-sm-pull-11 { right: 91.66666666666666%; } .col-sm-offset-1 { margin-left: 8.333333333333332%; } .col-sm-offset-2 { margin-left: 16.666666666666664%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333333333333%; } .col-sm-offset-5 { margin-left: 41.66666666666667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.333333333333336%; } .col-sm-offset-8 { margin-left: 66.66666666666666%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333333333334%; } .col-sm-offset-11 { margin-left: 91.66666666666666%; } } @media (min-width: 992px) { .container { max-width: 970px; } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 { float: left; } .col-md-1 { width: 8.333333333333332%; } .col-md-2 { width: 16.666666666666664%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333333333333%; } .col-md-5 { width: 41.66666666666667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.333333333333336%; } .col-md-8 { width: 66.66666666666666%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333333333334%; } .col-md-11 { width: 91.66666666666666%; } .col-md-12 { width: 100%; } .col-md-push-0 { left: auto; } .col-md-push-1 { left: 8.333333333333332%; } .col-md-push-2 { left: 16.666666666666664%; } .col-md-push-3 { left: 25%; } .col-md-push-4 { left: 33.33333333333333%; } .col-md-push-5 { left: 41.66666666666667%; } .col-md-push-6 { left: 50%; } .col-md-push-7 { left: 58.333333333333336%; } .col-md-push-8 { left: 66.66666666666666%; } .col-md-push-9 { left: 75%; } .col-md-push-10 { left: 83.33333333333334%; } .col-md-push-11 { left: 91.66666666666666%; } .col-md-pull-0 { right: auto; } .col-md-pull-1 { right: 8.333333333333332%; } .col-md-pull-2 { right: 16.666666666666664%; } .col-md-pull-3 { right: 25%; } .col-md-pull-4 { right: 33.33333333333333%; } .col-md-pull-5 { right: 41.66666666666667%; } .col-md-pull-6 { right: 50%; } .col-md-pull-7 { right: 58.333333333333336%; } .col-md-pull-8 { right: 66.66666666666666%; } .col-md-pull-9 { right: 75%; } .col-md-pull-10 { right: 83.33333333333334%; } .col-md-pull-11 { right: 91.66666666666666%; } .col-md-offset-0 { margin-left: 0; } .col-md-offset-1 { margin-left: 8.333333333333332%; } .col-md-offset-2 { margin-left: 16.666666666666664%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333333333333%; } .col-md-offset-5 { margin-left: 41.66666666666667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.333333333333336%; } .col-md-offset-8 { margin-left: 66.66666666666666%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333333333334%; } .col-md-offset-11 { margin-left: 91.66666666666666%; } } @media (min-width: 1200px) { .container { max-width: 1170px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-12 { width: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; } .table { width: 100%; margin-bottom: 20px; } .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #dddddd; } .table thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { display: table-cell; float: none; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; border-color: #d6e9c6; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td { background-color: #d0e9c6; border-color: #c9e2b3; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; border-color: #eed3d7; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td { background-color: #ebcccc; border-color: #e6c1c7; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; border-color: #fbeed5; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td { background-color: #faf2cc; border-color: #f8e5be; } @media (max-width: 768px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; } .table-responsive > .table { margin-bottom: 0; background-color: #fff; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-top: 15px; margin-bottom: 3px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } select[multiple], select[size] { height: auto; } select optgroup { font-family: inherit; font-size: inherit; font-style: inherit; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; } .form-control:-moz-placeholder { color: #999999; } .form-control::-moz-placeholder { color: #999999; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555555; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; } textarea.form-control { height: auto; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; vertical-align: middle; } .radio label, .checkbox label { display: inline; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm { height: auto; } .input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg { height: auto; } .has-warning .help-block, .has-warning .control-label { color: #c09853; } .has-warning .form-control { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } .has-warning .input-group-addon { color: #c09853; background-color: #fcf8e3; border-color: #c09853; } .has-error .help-block, .has-error .control-label { color: #b94a48; } .has-error .form-control { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .has-error .input-group-addon { color: #b94a48; background-color: #f2dede; border-color: #b94a48; } .has-success .help-block, .has-success .control-label { color: #468847; } .has-success .form-control { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .has-success .input-group-addon { color: #468847; background-color: #dff0d8; border-color: #468847; } .form-control-static { padding-top: 7px; margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; } .form-inline .radio, .form-inline .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; } .form-horizontal .form-group:after { clear: both; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } .btn-primary { color: #ffffff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #ffffff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-link { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-xs { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs { padding: 1px 5px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; line-height: 1; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-briefcase:before { content: "\1f4bc"; } .glyphicon-calendar:before { content: "\1f4c5"; } .glyphicon-pushpin:before { content: "\1f4cc"; } .glyphicon-paperclip:before { content: "\1f4ce"; } .glyphicon-camera:before { content: "\1f4f7"; } .glyphicon-lock:before { content: "\1f512"; } .glyphicon-bell:before { content: "\1f514"; } .glyphicon-bookmark:before { content: "\1f516"; } .glyphicon-fire:before { content: "\1f525"; } .glyphicon-wrench:before { content: "\1f527"; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid #000000; border-right: 4px solid transparent; border-bottom: 0 dotted; border-left: 4px solid transparent; content: ""; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; list-style: none; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #ffffff; text-decoration: none; background-color: #428bca; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; background-color: #428bca; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #999999; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0 dotted; border-bottom: 4px solid #000000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } } .btn-default .caret { border-top-color: #333333; } .btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret { border-top-color: #fff; } .dropup .btn-default .caret { border-bottom-color: #333333; } .dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret { border-bottom-color: #fff; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar:before, .btn-toolbar:after { display: table; content: " "; } .btn-toolbar:after { clear: both; } .btn-toolbar:before, .btn-toolbar:after { display: table; content: " "; } .btn-toolbar:after { clear: both; } .btn-toolbar .btn-group { float: left; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group-xs > .btn { padding: 5px 10px; padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { display: table; content: " "; } .btn-group-vertical > .btn-group:after { clear: both; } .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { display: table; content: " "; } .btn-group-vertical > .btn-group:after { clear: both; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-bottom-left-radius: 4px; border-top-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; border-collapse: separate; table-layout: fixed; } .btn-group-justified .btn { display: table-cell; float: none; width: 1%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group.col { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -4px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav:before, .nav:after { display: table; content: " "; } .nav:after { clear: both; } .nav:before, .nav:after { display: table; content: " "; } .nav:after { clear: both; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; cursor: default; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-bottom: 1px solid #dddddd; } .nav-tabs.nav-justified > .active > a { border-bottom-color: #ffffff; } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 5px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #428bca; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-bottom: 1px solid #dddddd; } .nav-tabs-justified > .active > a { border-bottom-color: #ffffff; } .tabbable:before, .tabbable:after { display: table; content: " "; } .tabbable:after { clear: both; } .tabbable:before, .tabbable:after { display: table; content: " "; } .tabbable:after { clear: both; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .nav .caret { border-top-color: #428bca; border-bottom-color: #428bca; } .nav a:hover .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; z-index: 1000; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } .navbar:before, .navbar:after { display: table; content: " "; } .navbar:after { clear: both; } .navbar:before, .navbar:after { display: table; content: " "; } .navbar:after { clear: both; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } .navbar-header:before, .navbar-header:after { display: table; content: " "; } .navbar-header:after { clear: both; } .navbar-header:before, .navbar-header:after { display: table; content: " "; } .navbar-header:after { clear: both; } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; padding-right: 15px; padding-left: 15px; overflow-x: visible; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; } .navbar-collapse:after { clear: both; } .navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; } .navbar-collapse:after { clear: both; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; } .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; } .navbar-collapse .navbar-text:last-child { margin-right: 0; } } .container > .navbar-header, .container > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; z-index: 1030; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { right: 0; left: auto; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-text { float: left; margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { margin-right: 15px; margin-left: 15px; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777777; } .navbar-default .navbar-nav > li > a { color: #777777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #cccccc; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e6e6e6; } .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333333; border-bottom-color: #333333; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555555; border-bottom-color: #555555; } .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777777; border-bottom-color: #777777; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777777; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-inverse { background-color: #222222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #999999; border-bottom-color: #999999; } .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #cccccc; content: "/\00a0"; } .breadcrumb > .active { color: #999999; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #428bca; border-color: #428bca; } .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager:before, .pager:after { display: table; content: " "; } .pager:after { clear: both; } .pager:before, .pager:after { display: table; content: " "; } .pager:after { clear: both; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; cursor: not-allowed; background-color: #ffffff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .label[href]:hover, .label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .label-default { background-color: #999999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #999999; border-radius: 10px; } .badge:empty { display: none; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .btn .badge { position: relative; top: -1px; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #ffffff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; font-size: 21px; font-weight: 200; line-height: 2.1428571435; color: inherit; background-color: #eeeeee; } .jumbotron h1 { line-height: 1; color: inherit; } .jumbotron p { line-height: 1.4; } .container .jumbotron { border-radius: 6px; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1 { font-size: 63px; } } .thumbnail { display: inline-block; display: block; height: auto; max-width: 100%; padding: 4px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail > img { display: block; height: auto; max-width: 100%; } a.thumbnail:hover, a.thumbnail:focus { border-color: #428bca; } .thumbnail > img { margin-right: auto; margin-left: auto; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #356635; } .alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #2d6987; } .alert-warning { color: #c09853; background-color: #fcf8e3; border-color: #fbeed5; } .alert-warning hr { border-top-color: #f8e5be; } .alert-warning .alert-link { color: #a47e3c; } .alert-danger { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .alert-danger hr { border-top-color: #e6c1c7; } .alert-danger .alert-link { color: #953b39; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; color: #ffffff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #e1edf7; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-body:before, .panel-body:after { display: table; content: " "; } .panel-body:after { clear: both; } .panel-body:before, .panel-body:after { display: table; content: " "; } .panel-body:after { clear: both; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; } .panel > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel > .list-group .list-group-item:last-child { border-bottom: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table { margin-bottom: 0; } .panel > .panel-body + .table { border-top: 1px solid #dddddd; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-group .panel { margin-bottom: 0; overflow: hidden; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } .panel-default { border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: #ffffff; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } .panel-warning { border-color: #fbeed5; } .panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #fbeed5; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #fbeed5; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #fbeed5; } .panel-danger { border-color: #eed3d7; } .panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #eed3d7; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #eed3d7; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { margin-right: 15px; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; display: none; overflow: auto; overflow-y: scroll; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { z-index: 1050; width: auto; padding: 10px; margin-right: auto; margin-left: auto; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: none; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { min-height: 16.428571429px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.428571429; } .modal-body { position: relative; padding: 20px; } .modal-footer { padding: 19px 20px 20px; margin-top: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { display: table; content: " "; } .modal-footer:after { clear: both; } .modal-footer:before, .modal-footer:after { display: table; content: " "; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media screen and (min-width: 768px) { .modal-dialog { right: auto; left: 50%; width: 600px; padding-top: 30px; padding-bottom: 30px; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } } .tooltip { position: absolute; z-index: 1030; display: block; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); visibility: visible; } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-color: #000000; border-width: 5px 5px 0; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-top-color: #000000; border-width: 5px 5px 0; } .tooltip.top-right .tooltip-arrow { right: 5px; bottom: 0; border-top-color: #000000; border-width: 5px 5px 0; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-right-color: #000000; border-width: 5px 5px 5px 0; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-left-color: #000000; border-width: 5px 0 5px 5px; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-color: #000000; border-width: 0 5px 5px; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-bottom-color: #000000; border-width: 0 5px 5px; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-bottom-color: #000000; border-width: 0 5px 5px; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; white-space: normal; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); background-clip: padding-box; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow { border-width: 11px; } .popover .arrow:after { border-width: 10px; content: ""; } .popover.top .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; } .popover.top .arrow:after { bottom: 1px; margin-left: -10px; border-top-color: #ffffff; border-bottom-width: 0; content: " "; } .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; } .popover.right .arrow:after { bottom: -10px; left: 1px; border-right-color: #ffffff; border-left-width: 0; content: " "; } .popover.bottom .arrow { top: -11px; left: 50%; margin-left: -11px; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); border-top-width: 0; } .popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #ffffff; border-top-width: 0; content: " "; } .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); border-right-width: 0; } .popover.left .arrow:after { right: 1px; bottom: -10px; border-left-color: #ffffff; border-right-width: 0; content: " "; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; height: auto; max-width: 100%; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.left { background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; left: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; border: 1px solid #ffffff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #ffffff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after { display: table; content: " "; } .clearfix:after { clear: both; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .affix { position: fixed; } @-ms-viewport { width: device-width; } @media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } } .hidden { display: none !important; visibility: hidden !important; } .visible-xs { display: none !important; } tr.visible-xs { display: none !important; } th.visible-xs, td.visible-xs { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-xs.visible-sm { display: block !important; } tr.visible-xs.visible-sm { display: table-row !important; } th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-xs.visible-md { display: block !important; } tr.visible-xs.visible-md { display: table-row !important; } th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-xs.visible-lg { display: block !important; } tr.visible-xs.visible-lg { display: table-row !important; } th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; } } .visible-sm { display: none !important; } tr.visible-sm { display: none !important; } th.visible-sm, td.visible-sm { display: none !important; } @media (max-width: 767px) { .visible-sm.visible-xs { display: block !important; } tr.visible-sm.visible-xs { display: table-row !important; } th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-sm.visible-md { display: block !important; } tr.visible-sm.visible-md { display: table-row !important; } th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-sm.visible-lg { display: block !important; } tr.visible-sm.visible-lg { display: table-row !important; } th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; } } .visible-md { display: none !important; } tr.visible-md { display: none !important; } th.visible-md, td.visible-md { display: none !important; } @media (max-width: 767px) { .visible-md.visible-xs { display: block !important; } tr.visible-md.visible-xs { display: table-row !important; } th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-md.visible-sm { display: block !important; } tr.visible-md.visible-sm { display: table-row !important; } th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-md.visible-lg { display: block !important; } tr.visible-md.visible-lg { display: table-row !important; } th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; } } .visible-lg { display: none !important; } tr.visible-lg { display: none !important; } th.visible-lg, td.visible-lg { display: none !important; } @media (max-width: 767px) { .visible-lg.visible-xs { display: block !important; } tr.visible-lg.visible-xs { display: table-row !important; } th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-lg.visible-sm { display: block !important; } tr.visible-lg.visible-sm { display: table-row !important; } th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-lg.visible-md { display: block !important; } tr.visible-lg.visible-md { display: table-row !important; } th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } .hidden-xs { display: block !important; } tr.hidden-xs { display: table-row !important; } th.hidden-xs, td.hidden-xs { display: table-cell !important; } @media (max-width: 767px) { .hidden-xs { display: none !important; } tr.hidden-xs { display: none !important; } th.hidden-xs, td.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-xs.hidden-sm { display: none !important; } tr.hidden-xs.hidden-sm { display: none !important; } th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-xs.hidden-md { display: none !important; } tr.hidden-xs.hidden-md { display: none !important; } th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-xs.hidden-lg { display: none !important; } tr.hidden-xs.hidden-lg { display: none !important; } th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; } } .hidden-sm { display: block !important; } tr.hidden-sm { display: table-row !important; } th.hidden-sm, td.hidden-sm { display: table-cell !important; } @media (max-width: 767px) { .hidden-sm.hidden-xs { display: none !important; } tr.hidden-sm.hidden-xs { display: none !important; } th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } tr.hidden-sm { display: none !important; } th.hidden-sm, td.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-sm.hidden-md { display: none !important; } tr.hidden-sm.hidden-md { display: none !important; } th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-sm.hidden-lg { display: none !important; } tr.hidden-sm.hidden-lg { display: none !important; } th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; } } .hidden-md { display: block !important; } tr.hidden-md { display: table-row !important; } th.hidden-md, td.hidden-md { display: table-cell !important; } @media (max-width: 767px) { .hidden-md.hidden-xs { display: none !important; } tr.hidden-md.hidden-xs { display: none !important; } th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-md.hidden-sm { display: none !important; } tr.hidden-md.hidden-sm { display: none !important; } th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } tr.hidden-md { display: none !important; } th.hidden-md, td.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-md.hidden-lg { display: none !important; } tr.hidden-md.hidden-lg { display: none !important; } th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; } } .hidden-lg { display: block !important; } tr.hidden-lg { display: table-row !important; } th.hidden-lg, td.hidden-lg { display: table-cell !important; } @media (max-width: 767px) { .hidden-lg.hidden-xs { display: none !important; } tr.hidden-lg.hidden-xs { display: none !important; } th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-lg.hidden-sm { display: none !important; } tr.hidden-lg.hidden-sm { display: none !important; } th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-lg.hidden-md { display: none !important; } tr.hidden-lg.hidden-md { display: none !important; } th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } tr.hidden-lg { display: none !important; } th.hidden-lg, td.hidden-lg { display: none !important; } } .visible-print { display: none !important; } tr.visible-print { display: none !important; } th.visible-print, td.visible-print { display: none !important; } @media print { .visible-print { display: block !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } .hidden-print { display: none !important; } tr.hidden-print { display: none !important; } th.hidden-print, td.hidden-print { display: none !important; } }
Assignment_4/KD405A_Blomqvist_H_uppgift4B/doc/Dog.html
hampe92/KD405A_Hampus_B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc (1.8.0_71) on Fri Feb 12 11:44:14 CET 2016 --> <title>Dog</title> <meta name="date" content="2016-02-12"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Dog"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Dog.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="Dog.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="Dog_and_Human_GUI.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="index.html?Dog.html" target="_top">Frames</a></li> <li><a href="Dog.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <h2 title="Class Dog" class="title">Class Dog</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="Animal.html" title="class in &lt;Unnamed&gt;">Animal</a></li> <li> <ul class="inheritance"> <li><a href="Mammal.html" title="class in &lt;Unnamed&gt;">Mammal</a></li> <li> <ul class="inheritance"> <li>Dog</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Dog</span> extends <a href="Mammal.html" title="class in &lt;Unnamed&gt;">Mammal</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="Dog.html#Dog-java.lang.String-int-boolean-">Dog</a></span>(java.lang.String&nbsp;latinName, int&nbsp;gestationTime, boolean&nbsp;stupid)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="Dog.html#Dog-java.lang.String-int-boolean-java.lang.String-">Dog</a></span>(java.lang.String&nbsp;latinName, int&nbsp;gestationTime, boolean&nbsp;stupid, java.lang.String&nbsp;friendlyName)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="Dog.html#getInfo--">getInfo</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="Dog.html#isStupid--">isStupid</a></span>()</code> <div class="block">Method that return the value of stupid</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.Mammal"> <!-- --> </a> <h3>Methods inherited from class&nbsp;<a href="Mammal.html" title="class in &lt;Unnamed&gt;">Mammal</a></h3> <code><a href="Mammal.html#getGestationTime--">getGestationTime</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.Animal"> <!-- --> </a> <h3>Methods inherited from class&nbsp;<a href="Animal.html" title="class in &lt;Unnamed&gt;">Animal</a></h3> <code><a href="Animal.html#getFriendlyName--">getFriendlyName</a>, <a href="Animal.html#setFriendlyName-java.lang.String-">setFriendlyName</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Dog-java.lang.String-int-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Dog</h4> <pre>public&nbsp;Dog(java.lang.String&nbsp;latinName, int&nbsp;gestationTime, boolean&nbsp;stupid)</pre> </li> </ul> <a name="Dog-java.lang.String-int-boolean-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Dog</h4> <pre>public&nbsp;Dog(java.lang.String&nbsp;latinName, int&nbsp;gestationTime, boolean&nbsp;stupid, java.lang.String&nbsp;friendlyName)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="isStupid--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isStupid</h4> <pre>public&nbsp;boolean&nbsp;isStupid()</pre> <div class="block">Method that return the value of stupid</div> </li> </ul> <a name="getInfo--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getInfo</h4> <pre>public&nbsp;java.lang.String&nbsp;getInfo()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="Animal.html#getInfo--">getInfo</a></code>&nbsp;in class&nbsp;<code><a href="Animal.html" title="class in &lt;Unnamed&gt;">Animal</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Dog.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="Dog.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="Dog_and_Human_GUI.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="index.html?Dog.html" target="_top">Frames</a></li> <li><a href="Dog.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/solr-core/org/apache/solr/handler/component/package-use.html
jacquehettel/hugo_solr
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Tue Mar 26 08:27:28 EDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Package org.apache.solr.handler.component (Solr 4.2.1 API) </TITLE> <META NAME="date" CONTENT="2013-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.apache.solr.handler.component (Solr 4.2.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/solr/handler/component/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.apache.solr.handler.component</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.cloud"><B>org.apache.solr.cloud</B></A></TD> <TD> Classes for dealing with ZooKeeper when operating in <a href="http://wiki.apache.org/solr/SolrCloud">SolrCloud</a> mode.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.core"><B>org.apache.solr.core</B></A></TD> <TD> Core classes implementin Solr internals and the management of <A HREF="../../../../../org/apache/solr/core/SolrCore.html" title="class in org.apache.solr.core"><CODE>SolrCore</CODE></A>s&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.handler"><B>org.apache.solr.handler</B></A></TD> <TD> Concrete implementations of <A HREF="../../../../../org/apache/solr/request/SolrRequestHandler.html" title="interface in org.apache.solr.request"><CODE>SolrRequestHandler</CODE></A>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.handler.component"><B>org.apache.solr.handler.component</B></A></TD> <TD> <A HREF="../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component"><CODE>SearchComponent</CODE></A> implementations for use in <A HREF="../../../../../org/apache/solr/handler/component/SearchHandler.html" title="class in org.apache.solr.handler.component"><CODE>SearchHandler</CODE></A>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.request"><B>org.apache.solr.request</B></A></TD> <TD> APIs and classes for dealing with Solr requests&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.search.grouping.distributed"><B>org.apache.solr.search.grouping.distributed</B></A></TD> <TD> Internal APIs for distribute result grouping&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.search.grouping.distributed.requestfactory"><B>org.apache.solr.search.grouping.distributed.requestfactory</B></A></TD> <TD> Internal classes used to implement distributed result grouping&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.search.grouping.distributed.responseprocessor"><B>org.apache.solr.search.grouping.distributed.responseprocessor</B></A></TD> <TD> Internal classes used to implement distributed result grouping&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.search.grouping.distributed.shardresultserializer"><B>org.apache.solr.search.grouping.distributed.shardresultserializer</B></A></TD> <TD> Internal classes used to implement distributed result grouping&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.search.grouping.endresulttransformer"><B>org.apache.solr.search.grouping.endresulttransformer</B></A></TD> <TD> APIs and classes for transforming result grouping results into the appropriate response format&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.spelling"><B>org.apache.solr.spelling</B></A></TD> <TD> APIs and classes used by the <A HREF="../../../../../org/apache/solr/handler/component/SpellCheckComponent.html" title="class in org.apache.solr.handler.component"><CODE>SpellCheckComponent</CODE></A>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.solr.util"><B>org.apache.solr.util</B></A></TD> <TD> Common utility classes used throughout Solr&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.cloud"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/cloud/package-summary.html">org.apache.solr.cloud</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardHandler.html#org.apache.solr.cloud"><B>ShardHandler</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.core"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/SearchComponent.html#org.apache.solr.core"><B>SearchComponent</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TODO!</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardHandlerFactory.html#org.apache.solr.core"><B>ShardHandlerFactory</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.handler"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/handler/package-summary.html">org.apache.solr.handler</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/SearchHandler.html#org.apache.solr.handler"><B>SearchHandler</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refer SOLR-281</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.handler.component"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/FacetComponent.DistribFieldFacet.html#org.apache.solr.handler.component"><B>FacetComponent.DistribFieldFacet</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>This API is experimental and subject to change</b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/FacetComponent.FacetBase.html#org.apache.solr.handler.component"><B>FacetComponent.FacetBase</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>This API is experimental and subject to change</b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/FacetComponent.FacetInfo.html#org.apache.solr.handler.component"><B>FacetComponent.FacetInfo</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>This API is experimental and subject to change</b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/FacetComponent.FieldFacet.html#org.apache.solr.handler.component"><B>FacetComponent.FieldFacet</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>This API is experimental and subject to change</b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/FacetComponent.QueryFacet.html#org.apache.solr.handler.component"><B>FacetComponent.QueryFacet</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>This API is experimental and subject to change</b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/FacetComponent.ShardFacetCount.html#org.apache.solr.handler.component"><B>FacetComponent.ShardFacetCount</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>This API is experimental and subject to change</b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/HttpShardHandlerFactory.html#org.apache.solr.handler.component"><B>HttpShardHandlerFactory</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.handler.component"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html#org.apache.solr.handler.component"><B>ResponseBuilder.GlobalCollectionStat</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/SearchComponent.html#org.apache.solr.handler.component"><B>SearchComponent</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TODO!</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardDoc.html#org.apache.solr.handler.component"><B>ShardDoc</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardHandler.html#org.apache.solr.handler.component"><B>ShardHandler</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardHandlerFactory.html#org.apache.solr.handler.component"><B>ShardHandlerFactory</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardRequest.html#org.apache.solr.handler.component"><B>ShardRequest</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardResponse.html#org.apache.solr.handler.component"><B>ShardResponse</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/StatsValues.html#org.apache.solr.handler.component"><B>StatsValues</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;StatsValue defines the interface for the collection of statistical values about fields and facets.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.request"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/request/package-summary.html">org.apache.solr.request</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.request"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/StatsValues.html#org.apache.solr.request"><B>StatsValues</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;StatsValue defines the interface for the collection of statistical values about fields and facets.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.search.grouping.distributed"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/search/grouping/distributed/package-summary.html">org.apache.solr.search.grouping.distributed</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.search.grouping.distributed"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardRequest.html#org.apache.solr.search.grouping.distributed"><B>ShardRequest</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.search.grouping.distributed.requestfactory"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/search/grouping/distributed/requestfactory/package-summary.html">org.apache.solr.search.grouping.distributed.requestfactory</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.search.grouping.distributed.requestfactory"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardRequest.html#org.apache.solr.search.grouping.distributed.requestfactory"><B>ShardRequest</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.search.grouping.distributed.responseprocessor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/search/grouping/distributed/responseprocessor/package-summary.html">org.apache.solr.search.grouping.distributed.responseprocessor</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.search.grouping.distributed.responseprocessor"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ShardRequest.html#org.apache.solr.search.grouping.distributed.responseprocessor"><B>ShardRequest</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.search.grouping.distributed.shardresultserializer"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/search/grouping/distributed/shardresultserializer/package-summary.html">org.apache.solr.search.grouping.distributed.shardresultserializer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.search.grouping.distributed.shardresultserializer"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.search.grouping.endresulttransformer"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/search/grouping/endresulttransformer/package-summary.html">org.apache.solr.search.grouping.endresulttransformer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.search.grouping.endresulttransformer"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.spelling"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/spelling/package-summary.html">org.apache.solr.spelling</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.spelling"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/SpellCheckMergeData.html#org.apache.solr.spelling"><B>SpellCheckMergeData</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.solr.util"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</A> used by <A HREF="../../../../../org/apache/solr/util/package-summary.html">org.apache.solr.util</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/apache/solr/handler/component/class-use/ResponseBuilder.html#org.apache.solr.util"><B>ResponseBuilder</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is experimental and will be changing in the future.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/solr/handler/component/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 2000-2013 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> </BODY> </HTML>
blog/templates/blog/include/friendly_link.html
zer0Black/zer0Blog
<div> <div class="panel panel-blog"> <div class="panel-heading"> <h3 class="panel-title"> <span class="glyphicon glyphicon-link"></span> 友情链接 <span class="glyphicon glyphicon-remove btn panel-close pull-right"></span> <span class="glyphicon glyphicon-chevron-up btn panel-collapse pull-right" data-toggle="collapse" data-target="#links"></span> </h3> </div> <div id="links" class="padding10 list-group collapse in"> <a title="盛扬信远" target="_blank" href="http://syxysoft.com/" class="btn btn-blog btn-xs margin2">盛扬信远</a> <a title="博客园" target="_blank" href="http://www.cnblogs.com/" class="btn btn-success btn-xs margin2">博客园</a> <a title="云栖社区" target="_blank" href="https://yq.aliyun.com/" class="btn btn-info btn-xs margin2">云栖社区</a> <a title="GitHub" target="_blank" href="https://github.com/" class="btn btn-info btn-xs margin2">GitHub</a> <a title="简书" target="_blank" href="http://www.jianshu.com/" class="btn btn-info btn-xs margin2">简书</a> </div> </div> </div>
docs/index.html
pedrohrf/ZookeeperQuasarFibers
<!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"> <meta content="Apache Forrest" name="Generator"> <meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>ZooKeeper: Because Coordinating Distributed Systems is a Zoo</title> <link type="text/css" href="skin/basic.css" rel="stylesheet"> <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet"> <link media="print" type="text/css" href="skin/print.css" rel="stylesheet"> <link type="text/css" href="skin/profile.css" rel="stylesheet"> <script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script> <link rel="shortcut icon" href="images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> <div id="top"> <!--+ |breadtrail +--> <div class="breadtrail"> <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://zookeeper.apache.org/">ZooKeeper</a> &gt; <a href="http://zookeeper.apache.org/">ZooKeeper</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header +--> <div class="header"> <!--+ |start group logo +--> <div class="grouplogo"> <a href="http://hadoop.apache.org/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Apache Hadoop"></a> </div> <!--+ |end group logo +--> <!--+ |start Project Logo +--> <div class="projectlogo"> <a href="http://zookeeper.apache.org/"><img class="logoImage" alt="ZooKeeper" src="images/zookeeper_small.gif" title="ZooKeeper: distributed coordination"></a> </div> <!--+ |end Project Logo +--> <!--+ |start Search +--> <div class="searchbox"> <form action="http://www.google.com/search" method="get" class="roundtopsmall"> <input value="zookeeper.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; <input name="Search" value="Search" type="submit"> </form> </div> <!--+ |end search +--> <!--+ |start Tabs +--> <ul id="tabs"> <li> <a class="unselected" href="http://zookeeper.apache.org/">Project</a> </li> <li> <a class="unselected" href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/">Wiki</a> </li> <li class="current"> <a class="selected" href="index.html">ZooKeeper 3.6 Documentation</a> </li> </ul> <!--+ |end Tabs +--> </div> </div> <div id="main"> <div id="publishedStrip"> <!--+ |start Subtabs +--> <div id="level2tabs"></div> <!--+ |end Endtabs +--> <script type="text/javascript"><!-- document.write("Last Published: " + document.lastModified); // --></script> </div> <!--+ |breadtrail +--> <div class="breadtrail"> &nbsp; </div> <!--+ |start Menu, mainarea +--> <!--+ |start Menu +--> <div id="menu"> <div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Overview</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menupage"> <div class="menupagetitle">Welcome</div> </div> <div class="menuitem"> <a href="zookeeperOver.html">Overview</a> </div> <div class="menuitem"> <a href="zookeeperStarted.html">Getting Started</a> </div> <div class="menuitem"> <a href="releasenotes.html">Release Notes</a> </div> </div> <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Developer</div> <div id="menu_1.2" class="menuitemgroup"> <div class="menuitem"> <a href="api/index.html">API Docs</a> </div> <div class="menuitem"> <a href="zookeeperProgrammers.html">Programmer's Guide</a> </div> <div class="menuitem"> <a href="javaExample.html">Java Example</a> </div> <div class="menuitem"> <a href="zookeeperTutorial.html">Barrier and Queue Tutorial</a> </div> <div class="menuitem"> <a href="recipes.html">Recipes</a> </div> </div> <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Admin &amp; Ops</div> <div id="menu_1.3" class="menuitemgroup"> <div class="menuitem"> <a href="zookeeperAdmin.html">Administrator's Guide</a> </div> <div class="menuitem"> <a href="zookeeperQuotas.html">Quota Guide</a> </div> <div class="menuitem"> <a href="zookeeperJMX.html">JMX</a> </div> <div class="menuitem"> <a href="zookeeperObservers.html">Observers Guide</a> </div> <div class="menuitem"> <a href="zookeeperReconfig.html">Dynamic Reconfiguration</a> </div> </div> <div onclick="SwitchMenu('menu_1.4', 'skin/')" id="menu_1.4Title" class="menutitle">Contributor</div> <div id="menu_1.4" class="menuitemgroup"> <div class="menuitem"> <a href="zookeeperInternals.html">ZooKeeper Internals</a> </div> </div> <div onclick="SwitchMenu('menu_1.5', 'skin/')" id="menu_1.5Title" class="menutitle">Miscellaneous</div> <div id="menu_1.5" class="menuitemgroup"> <div class="menuitem"> <a href="https://cwiki.apache.org/confluence/display/ZOOKEEPER">Wiki</a> </div> <div class="menuitem"> <a href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/FAQ">FAQ</a> </div> <div class="menuitem"> <a href="http://zookeeper.apache.org/mailing_lists.html">Mailing Lists</a> </div> </div> <div id="credit"> <hr> <a href="http://forrest.apache.org/"><img border="0" title="Built with Apache Forrest" alt="Built with Apache Forrest - logo" src="images/built-with-forrest-button.png" style="width: 88px;height: 31px;"></a> </div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> <!--+ |alternative credits +--> <div id="credit2"></div> </div> <!--+ |end Menu +--> <!--+ |start content +--> <div id="content"> <div title="Portable Document Format" class="pdflink"> <a class="dida" href="index.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br> PDF</a> </div> <h1>ZooKeeper: Because Coordinating Distributed Systems is a Zoo</h1> <div id="front-matter"></div> <p>ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so you don't have to write them from scratch. You can use it off-the-shelf to implement consensus, group management, leader election, and presence protocols. And you can build on it for your own, specific needs. </p> <p> The following documents describe concepts and procedures to get you started using ZooKeeper. If you have more questions, please ask the <a href="http://zookeeper.apache.org/mailing_lists.html">mailing list</a> or browse the archives. </p> <ul> <li> <strong>ZooKeeper Overview</strong> <p>Technical Overview Documents for Client Developers, Adminstrators, and Contributors</p> <ul> <li> <a href="zookeeperOver.html">Overview</a> - a bird's eye view of ZooKeeper, including design concepts and architecture</li> <li> <a href="zookeeperStarted.html">Getting Started</a> - a tutorial-style guide for developers to install, run, and program to ZooKeeper</li> <li> <a href="releasenotes.html">Release Notes</a> - new developer and user facing features, improvements, and incompatibilities</li> </ul> </li> <li> <strong>Developers</strong> <p> Documents for Developers using the ZooKeeper Client API</p> <ul> <li> <a href="api/index.html">API Docs</a> - the technical reference to ZooKeeper Client APIs</li> <li> <a href="zookeeperProgrammers.html">Programmer's Guide</a> - a client application developer's guide to ZooKeeper</li> <li> <a href="javaExample.html">ZooKeeper Java Example</a> - a simple Zookeeper client appplication, written in Java</li> <li> <a href="zookeeperTutorial.html">Barrier and Queue Tutorial</a> - sample implementations of barriers and queues</li> <li> <a href="recipes.html">ZooKeeper Recipes</a> - higher level solutions to common problems in distributed applications</li> </ul> </li> <li> <strong>Administrators &amp; Operators</strong> <p> Documents for Administrators and Operations Engineers of ZooKeeper Deployments</p> <ul> <li> <a href="zookeeperAdmin.html">Administrator's Guide</a> - a guide for system administrators and anyone else who might deploy ZooKeeper</li> <li> <a href="zookeeperQuotas.html">Quota Guide</a> - a guide for system administrators on Quotas in ZooKeeper. </li> <li> <a href="zookeeperJMX.html">JMX</a> - how to enable JMX in ZooKeeper</li> <li> <a href="zookeeperHierarchicalQuorums.html">Hierarchical quorums</a> </li> <li> <a href="zookeeperObservers.html">Observers</a> - non-voting ensemble members that easily improve ZooKeeper's scalability</li> <li> <a href="zookeeperReconfig.html">Dynamic Reconfiguration</a> - a guide on how to use dynamic reconfiguration in ZooKeeper</li> </ul> </li> <li> <strong>Contributors</strong> <p> Documents for Developers Contributing to the ZooKeeper Open Source Project</p> <ul> <li> <a href="zookeeperInternals.html">ZooKeeper Internals</a> - assorted topics on the inner workings of ZooKeeper</li> </ul> </li> <li> <strong>Miscellaneous ZooKeeper Documentation</strong> <ul> <li> <a href="https://cwiki.apache.org/confluence/display/ZOOKEEPER">Wiki</a> </li> <li> <a href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/FAQ">FAQ</a> </li> </ul> </li> </ul> </div> <!--+ |end content +--> <div class="clearboth">&nbsp;</div> </div> <div id="footer"> <!--+ |start bottomstrip +--> <div class="lastmodified"> <script type="text/javascript"><!-- document.write("Last Published: " + document.lastModified); // --></script> </div> <div class="copyright"> Copyright &copy; 2008-2013 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a> </div> <div id="logos"></div> <!--+ |end bottomstrip +--> </div> </body> </html>
src/chrome/skin/classic/ec2ui/ec2ui.css
scrill/elasticfox
#elasticfoxButton { list-style-image: url("chrome://ec2ui/skin/button.png"); } treechildren::-moz-tree-cell(instance_pending) { background-color: #FFFFCC; } treechildren::-moz-tree-cell(instance_running) { background-color: #C3DDC3; } treechildren::-moz-tree-cell(instance_shutting_down) { background-color: #FFCC99; } treechildren::-moz-tree-cell(instance_deleting) { background-color: #FFCC99; } treechildren::-moz-tree-cell(instance_terminated) { background-color: #FFCCCC; } treechildren::-moz-tree-cell(instance_deleted) { background-color: #FFCCCC; } treechildren::-moz-tree-cell(instance_detached) { background-color: #FFCCCC; } treechildren::-moz-tree-cell(instance_stopping) { background-color: #DDA0DD; } treechildren::-moz-tree-cell(instance_stopped) { background-color: #BA55D3; } treechildren::-moz-tree-cell(image_available) { background-color: #C3DDC3; } treechildren::-moz-tree-cell(image_deregistered) { background-color: #CCCCCC; } treechildren::-moz-tree-cell(image_public) { background-color: #FFFF99; } treechildren::-moz-tree-cell(image_private) { background-color: transparent; } treechildren::-moz-tree-cell(image_amazon) { background-color: #FFFF99; } treechildren::-moz-tree-cell(image_amazon) { background-color: #FFFF99; }
docs/javadoc/2.11.rc1/com/fasterxml/jackson/core/class-use/JsonTokenId.html
FasterXML/jackson-core
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:10:01 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface com.fasterxml.jackson.core.JsonTokenId (Jackson-core 2.11.0.rc1 API)</title> <meta name="date" content="2020-03-24"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface com.fasterxml.jackson.core.JsonTokenId (Jackson-core 2.11.0.rc1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/fasterxml/jackson/core/JsonTokenId.html" title="interface in com.fasterxml.jackson.core">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/fasterxml/jackson/core/class-use/JsonTokenId.html" target="_top">Frames</a></li> <li><a href="JsonTokenId.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface com.fasterxml.jackson.core.JsonTokenId" class="title">Uses of Interface<br>com.fasterxml.jackson.core.JsonTokenId</h2> </div> <div class="classUseContainer">No usage of com.fasterxml.jackson.core.JsonTokenId</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/fasterxml/jackson/core/JsonTokenId.html" title="interface in com.fasterxml.jackson.core">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/fasterxml/jackson/core/class-use/JsonTokenId.html" target="_top">Frames</a></li> <li><a href="JsonTokenId.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/ss/formula/functions/Dec2Bin.html
Aarhus-BSS/Aarhus-Research-Rebuilt
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Dec2Bin (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Dec2Bin (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Dec2Bin.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/ss/formula/functions/Days360.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Hex.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/formula/functions/Dec2Bin.html" target="_top">FRAMES</a></li> <li><a href="Dec2Bin.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li><a href="#field_summary">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li><a href="#field_detail">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">org.apache.poi.ss.formula.functions</p> <h2 title="Class Dec2Bin" class="title">Class Dec2Bin</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.poi.ss.formula.functions.Dec2Bin</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>, <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>, <a href="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</a>, <a href="../../../../../../org/apache/poi/ss/formula/functions/Function2Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function2Arg</a></dd> </dl> <hr> <br> <pre>public class <strong>Dec2Bin</strong> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a></pre> <div class="block">Implementation for Excel Bin2Dec() function.<p/> <p/> <b>Syntax</b>:<br/> <b>Bin2Dec </b>(<b>number</b>,<b>[places]</b> )<br/> <p/> Converts a decimal number to binary. <p/> The DEC2BIN function syntax has the following arguments: <ul> <li>Number Required. The decimal integer you want to convert. If number is negative, valid place values are ignored and DEC2BIN returns a 10-character (10-bit) binary number in which the most significant bit is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.</li> <li>Places Optional. The number of characters to use. If places is omitted, DEC2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).</li> </ul> <p/> Remarks <ul> <li>If number < -512 or if number > 511, DEC2BIN returns the #NUM! error value.</li> <li>If number is nonnumeric, DEC2BIN returns the #VALUE! error value.</li> <li>If DEC2BIN requires more than places characters, it returns the #NUM! error value.</li> <li>If places is not an integer, it is truncated.</li> <li>If places is nonnumeric, DEC2BIN returns the #VALUE! error value.</li> <li>If places is zero or negative, DEC2BIN returns the #NUM! error value.</li> </ul></div> <dl><dt><span class="strong">Author:</span></dt> <dd>cedric dot walter @ gmail dot com</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Bin.html#instance">instance</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Bin.html#Dec2Bin()">Dec2Bin</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Bin.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)">evaluate</a></strong>(int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;numberVE)</code> <div class="block">see <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"><code>Function.evaluate(ValueEval[], int, int)</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Bin.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval, org.apache.poi.ss.formula.eval.ValueEval)">evaluate</a></strong>(int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;numberVE, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;placesVE)</code> <div class="block">see <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"><code>Function.evaluate(ValueEval[], int, int)</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Bin.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)">evaluate</a></strong>(<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>[]&nbsp;args, int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Bin.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], org.apache.poi.ss.formula.OperationEvaluationContext)">evaluate</a></strong>(<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>[]&nbsp;args, <a href="../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula">OperationEvaluationContext</a>&nbsp;ec)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="instance"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>instance</h4> <pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a> instance</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Dec2Bin()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Dec2Bin</h4> <pre>public&nbsp;Dec2Bin()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval, org.apache.poi.ss.formula.eval.ValueEval)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>evaluate</h4> <pre>public&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;evaluate(int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;numberVE, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;placesVE)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function2Arg.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval, org.apache.poi.ss.formula.eval.ValueEval)">Function2Arg</a></code></strong></div> <div class="block">see <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"><code>Function.evaluate(ValueEval[], int, int)</code></a></div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function2Arg.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval, org.apache.poi.ss.formula.eval.ValueEval)">evaluate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function2Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function2Arg</a></code></dd> </dl> </li> </ul> <a name="evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>evaluate</h4> <pre>public&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;evaluate(int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;numberVE)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)">Function1Arg</a></code></strong></div> <div class="block">see <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"><code>Function.evaluate(ValueEval[], int, int)</code></a></div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)">evaluate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</a></code></dd> </dl> </li> </ul> <a name="evaluate(org.apache.poi.ss.formula.eval.ValueEval[], org.apache.poi.ss.formula.OperationEvaluationContext)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>evaluate</h4> <pre>public&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;evaluate(<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>[]&nbsp;args, <a href="../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula">OperationEvaluationContext</a>&nbsp;ec)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], org.apache.poi.ss.formula.OperationEvaluationContext)">evaluate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - the pre-evaluated arguments for this function. args is never <code>null</code>, nor are any of its elements.</dd><dd><code>ec</code> - primarily used to identify the source cell containing the formula being evaluated. may also be used to dynamically create reference evals.</dd> <dt><span class="strong">Returns:</span></dt><dd>never <code>null</code>. Possibly an instance of <tt>ErrorEval</tt> in the case of a specified Excel error (Exceptions are never thrown to represent Excel errors).</dd></dl> </li> </ul> <a name="evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>evaluate</h4> <pre>public final&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;evaluate(<a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>[]&nbsp;args, int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)">evaluate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - the evaluated function arguments. Empty values are represented with <a href="../../../../../../org/apache/poi/ss/formula/eval/BlankEval.html" title="class in org.apache.poi.ss.formula.eval"><code>BlankEval</code></a> or <a href="../../../../../../org/apache/poi/ss/formula/eval/MissingArgEval.html" title="class in org.apache.poi.ss.formula.eval"><code>MissingArgEval</code></a>, never <code>null</code>.</dd><dd><code>srcRowIndex</code> - row index of the cell containing the formula under evaluation</dd><dd><code>srcColumnIndex</code> - column index of the cell containing the formula under evaluation</dd> <dt><span class="strong">Returns:</span></dt><dd>The evaluated result, possibly an <a href="../../../../../../org/apache/poi/ss/formula/eval/ErrorEval.html" title="class in org.apache.poi.ss.formula.eval"><code>ErrorEval</code></a>, never <code>null</code>. <b>Note</b> - Excel uses the error code <i>#NUM!</i> instead of IEEE <i>NaN</i>, so when numeric functions evaluate to <code>Double.NaN</code> be sure to translate the result to <a href="../../../../../../org/apache/poi/ss/formula/eval/ErrorEval.html#NUM_ERROR"><code>ErrorEval.NUM_ERROR</code></a>.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Dec2Bin.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/ss/formula/functions/Days360.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../../org/apache/poi/ss/formula/functions/Dec2Hex.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/formula/functions/Dec2Bin.html" target="_top">FRAMES</a></li> <li><a href="Dec2Bin.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li><a href="#field_summary">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li><a href="#field_detail">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
src-gui/src/main/webapp/ui/css/custom.css
telstra/open-kilda
@charset "utf-8"; /* CSS Document */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html, body { height: 100%; overflow: hidden; } h1 { font-size: 24px; font-weight: 700; } .clearfix { clear: both; } *:focus { outline: none; } input:focus { border: 1px solid #00ccbe !important; } .main-header { background: #1b1f26; height: 55px; position: fixed; top: 0; z-index: 3; width: 100%; } .main-header .logo { color: #ffffff; } .main-header .logo { display: block; float: left; font-size: 29px; line-height: 55px; width: 212px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 0 15px; font-weight: 500; text-transform: uppercase; /*text-align:center;*/ } .main-header .sidebar-toggle { float: left; background-color: transparent; background-image: none; padding: 18px 15px 17px 0; font-family: FontAwesome; font-size: 20px; color: #fff; } .navbar-nav>li>a { padding: 8px 15px 3px; } .linecircle { cursor: pointer; } .navbar-nav>li>a img { margin-right: 10px; } .navbar-nav>li>a img+div { margin-top: 10px; color: #fff; } .user-name { margin-right: 10px; } .nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background: none; } .navbar-nav>li>.dropdown-menu { border-radius: 0; right: 5px; left: auto; top: 56px; } .navbar-nav>li>.dropdown-menu:before { width: 0; height: 0; border-style: solid; border-width: 0 8px 10px 8px; border-color: transparent transparent #fff transparent; content: ""; position: absolute; bottom: 100%; left: calc(100% - 22px); } .main-sidebar { background-color: #262d37; position: fixed; top: 0; left: 0; padding-top: 55px; height: 100%; width: 190px; z-index: 810; -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out; -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out; -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out; transition: transform .3s ease-in-out, width .3s ease-in-out; z-index: 1; } .sidebar { padding: 0; } .sidebar ul li { line-height: 45px; } .sidebar ul li a { display: block; color: #b0b0b0; padding: 0 15px; font-size: 14px; } .sidebar ul li a i { margin-right: 5px; font-size: 22px; vertical-align: sub; } .sidebar ul li a i.icon-topology { background: url(../images/icon-topology.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 16px; } .sidebar ul li a i.icon-flows { background: url(../images/icon-flows.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .sidebar ul li a i.icon-isl { background: url(../images/icon-isl.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .sidebar ul li a i.icon-switch { background: url(../images/icon-switch.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .sidebar ul li a i.icon-usermanagement { background: url(../images/icon-usermamagement.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .sidebar ul li a i.icon-logactivity { background: url(../images/icon-logactivity.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .sidebar ul li.active a { background: #1e242c; border-left: 3px solid #00ccbe; color: #fff; width:100%; } .content { height: calc(100% - 90px); width: calc(100% - 190px); overflow: hidden; overflow-y: auto; padding: 15px 0; position: absolute; left: 190px; top: 55px; z-index: 2; } .navigation-bar { border-bottom: 1px solid #adacac; padding-bottom: 14px; margin: 0 0 20px; } .navigation-bar li { display: inline-block; float:left; margin-right: 5px; color: #333; font-size: 15px; } .navigation-bar li a { color: #333; font-weight: 500; } .navigation-bar li i { margin-right: 5px; } .login-wrapper { position: relative; width: 100%; height: 100%; } .login-wrapper .login { background: #fff; max-width: 390px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; height: 480px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: normal; box-shadow: 0 0 20px rgba(0, 0, 0, 0.35); } .login-wrapper.twofa-wrapper .login { height: auto; margin: 80px auto; overflow-y: auto; overflow-x: hidden; max-width: 75%; } .login-wrapper .login .col-lg-12 { display: table; height: 100%; padding: 0 25px; } .login-wrapper .login .col-lg-12 form { display: table-cell; vertical-align: middle; } .login-wrapper .login p.icons-phone { background: url(../images/icon-phone.png) no-repeat 0 0; display: inline-block; padding-left: 30px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; } .login-wrapper .login h1, .login-wrapper .login h2 { color: #43464a; font-size: 48px; font-weight: 600; margin: 0 0 50px; text-transform: uppercase; } .login-wrapper .login h2 { font-size: 30px; line-height: normal; margin-bottom: 20px; font-weight: normal; border-bottom: 1px solid #ccc; padding-bottom: 10px; text-transform: inherit; } .login-wrapper .login label { margin-bottom: 8px; } .login-wrapper .login .otp-box { margin-bottom: 5px; } .login-wrapper .login .otp-box input { width: 40px; display: inline-block; margin: 0 7px; font-size: 30px; padding: 5px 10px; height: auto; line-height: normal; } .login-wrapper .login .otp-box input:first-child { margin-left: 0; } .login-wrapper .login .form-group { margin-bottom: 25px; } .login-wrapper .login .input-lg { background: none; border: 1px solid #868686; box-shadow: 0 0 0; color: #666; border-radius: 0; padding: 0 40px 0 12px; font-weight: 300; font-size: 14px; height: 38px; } .login-wrapper .login a.btn-link { color: #fff; } .login-wrapper .btn-submit { border-radius: 0; background: #262d37; border: none; height: 40px; text-transform: uppercase; font-weight: 300; font-size: 16px; width: 100%; } .login-wrapper .login .btn-submit:hover { background: #262d37; } .login-wrapper .login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #959595; } .login-wrapper .login ::-moz-placeholder { /* Firefox 19+ */ color: #959595; } .login-wrapper .login :-ms-input-placeholder { /* IE 10+ */ color: #959595; } path.link { fill: none; stroke-width: 2.5px; } path.down { stroke-width: 7.5px !important; } .pathoverlay { fill: none; opacity: 0.4; stroke-width: 12.5px !important; cursor: pointer; } .circle.blue { fill: white; stroke: #00baff; stroke-width: 1px; } .circle.red { fill: #d93923; stroke: #d93923; stroke-width: 6px; } .circle.blue.hover { fill: #c8e3f5; stroke: #addff1; stroke-width: 8px; } .circle.red.hover { fill: #f6e2e7; stroke: #ff8aa6; stroke-width: 8px; } text { font: 12px sans-serif; pointer-events: none; font-weight: bold; } #ui-container { position: absolute; width: auto; right: 2px; top: 2px; } #ui-container.active { width: 241px; } #ui-container input { display: none; } #ui-container.active input { display: block; } #ui-container .ui-autocomplete{ margin-top:25px; position:absolute; } #ui-container .float-right{ float:right; } #ui-container #search{ height: 45px; padding: 0 10px; position: relative; z-index: 1; color: #333; right: 0; border: 1px solid #ccc; border-right: none; width: calc(100% - 45px); float: left; border-radius: 3px 0 0 3px; } #ui-container .ui-menu .ui-menu-item { width: 100%; text-align: left; } /* IE 6 doesn't support max-height * we use height instead, but this forces the menu to always be this tall */ * html .ui-autocomplete { height: 100px; } div.tooltip { position: absolute; text-align: center; width: 34px; height: 28px; padding: 6px; font: 12px sans-serif; font-weight:bold; background: lightsteelblue; border: 0px; border-radius: 8px; pointer-events: none; } .overlay { fill: none; opacity: 0.4; stroke-width: 8px !important; cursor: pointer; } .graphoverlay { fill: none; pointer-events: all; } .hide { display: none; } .show { display: block; } div.container p { font-weight: 300; font-size: 50px; font-weight: bold; color: #262d37; margin-top: 70px; margin-left: 100px; text-align: center; } svg { width: 100% !important; height:100% !important; position: absolute; z-index: 2; left: 0; right: 0; top: 50px; } .check { width: 135px; float: right; clear: both; } .check input[type=checkbox] { vertical-align: bottom; margin-right: 5px; position: relative; z-index: 3; } .btn#viewISL { vertical-align: bottom; margin-right: 15px; position: relative; z-index: 3; } /* POP-UP CLASSES */ .popup { position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* The actual popup */ .popup .popuptext { visibility: hidden; width: 340px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: 200px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } .modal-dialog.link-details { width: calc(600px - 50px); margin: 105px auto 0; } .modal-header { position: relative; } .form-wrapper { border: 1px solid #ccc; padding: 15px 15px 0; } #switchdetails_div { margin-bottom: 30px; /* margin-top: 20px; */ } h1.modal-title { font-size: 20px; padding: 0; } .modal-header .close { position: absolute; top: 14px; right: 15px; } .modal-title { width: calc(100% - 25px); font-weight: bold; padding: 10px 0; font-size: 14px; margin-top: -8px } .flow-modal-title { width: calc(100% - 25px); font-weight: bold; padding: 10px 0; font-size: 14px; margin-top: 22px } .flow-title { font-size: 15px; margin-top: 10px; } .link-modal-title { width: calc(100% - 25px); font-weight: bold; padding: 8px 0 0px; font-size: 14px; } .form-wrapper, #portdetails_div, .link-details .modal-body { font-weight: 400; font-size: 13px; } .link-details .modal-body label, .switch-details .modal-body label { font-weight: 500; } .modal-dialog.modal-dialog-isl{ width:85%; } .modal-dialog-isl .dataTables_length{ display:none; } .modal-dialog-isl .dataTables_filter{ margin-bottom: 10px; } #portdetails_div div.row { padding: 8px 0; } #portdetails_div .rep_div.up-state, #portdetails_div .rep_div.down-state { position: relative; cursor: pointer; } #portdetails_div .rep_div.up-state:before, #portdetails_div .rep_div.down-state:before { width: 8px; height: 8px; background: #19b365; border-radius: 100%; position: absolute; left: 4px; top: 0; bottom: 0; margin: auto; } #portdetails_div .rep_div.down-state:before { background: #f00; } #portdetails_div div.row.thead { border-bottom: 1px solid #ccc; background: #D4D2D2; } #portdetails_div div.row.thead div { font-weight: 500; } #switch-details, #port-details1 { border: 1px solid #d2d2d2; padding: 0 15px; } .bg_load { position: absolute; left: 0px; right: 0px; background: rgba(0, 0, 0, 0.6); z-index: 9; margin: 0; top: 0; bottom: 0; } .bg_load_graph { position: absolute; left: 0px; right: 0px; background: rgb(255,255,255); /* rgba(0, 0, 0, 0.6) */ z-index: 9; margin: 0; top: 0; bottom: 0; } .loader { position: absolute; border: 10px solid #f3f3f3; border-radius: 50%; border-top: 10px solid #3498db; width: 60px; height: 60px; top: calc(50% - 75px); left: calc(50% - 80px); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; margin: auto; } footer { position: absolute; bottom: 0; height: 35px; width: calc(100% - 190px); right: 0; padding: 0 15px; border-top: 1px solid #ccc; font-size: 12px; font-weight: 500; line-height: 35px; } #isl-source-details-div, #isl-destination-details-div, #flow-source-details-div, #flow-destination-details-div, .isl-source-details-div, .isl-speed-latency-bandwidth-details-div, #stats_div { font-size: 13px; border: 1px solid #ccc; padding: 15px 15px 0; margin: 0 0 20px; } #flow_path_stats_div { font-size: 13px; } .flow_details_id { font-size: 15px; font-weight: bold; } #graphdiv { margin-bottom: 15px; margin-top: 35px; height: 400px; width: 100%!important; margin-left: -20px; } #forward_path_graph,#reverse_path_graph ,#forward_path_graph_lines,#reverse_path_graph_lines { margin-bottom: 15px; margin-top: 35px; height: 450px; width: 95%!important; } .tab-content #graphdiv { margin-bottom: 0; margin-top: 0; } .topology-graph { float: left; width: 100%; } .tab-content .topology-graph { float: none; width: auto; } .topology-graph .filter { margin-top: 21px; } .topology-graph .filter .form-group label { padding-top: 12px; font-size: 13px; } .topology-graph .filter .submit-btn input[type=button] { float: right; padding: 5px 5px; } .kilda_select { padding: 0; } .kilda_select .selectbox_menulist,.kilda_select .selectbox_list { width: 100%; border: none; height: 100%; border-radius: 4px; padding: 1px 7px; } .dygraph-legend { position: absolute; font-size: 14px; z-index: 10; width: 350px; top: -20px !important; background: white; line-height: normal; text-align: left; overflow: hidden; } .switch-container input[type=checkbox] { margin-top: 10px; vertical-align: bottom; margin-right: 5px; } .rep_div:nth-child(odd) { background: #f3f3f3; } /* DivTable */ .divTable { display: table; width: 100%; } #flow-details { border: 1px solid #bbb; margin-top: 20px; } .divTableRow { display: table-row; } .divTableHeading { background-color: #EEE; display: table-header-group; } .divTableCell, .divTableHead { display: table-cell; padding: 10px; } .divTableCell { border-left: 1px solid #bbb; } .divTableCell:first-child4 { border-left: none; } .divTableHeading { background-color: #ccc; display: table-header-group; font-weight: bold; } .divTableFoot { background-color: #EEE; display: table-footer-group; font-weight: bold; } .divTableBody { display: table-row-group; cursor: pointer; } .divTableBody:nth-child(odd) { background: #e5e5e5; } .divTableBody.up-state .divTableCell:first-child { border-left: 3px solid #19b365; } .divTableBody.down-state .divTableCell:first-child { border-left: 3px solid #f00; } .divTableHeading .divTableCell:first-child { border-left: 3px solid #c5c5c5; } #flow-details .divTableHeading .divTableCell:first-child { width: 12%; } #flow-details .divTableHeading .divTableCell:nth-child(2) { width: 14%; } #flow-details .divTableHeading .divTableCell:nth-child(3) { width: 8%; } #flow-details .divTableHeading .divTableCell:nth-child(4) { width: 8%; } #flow-details .divTableHeading .divTableCell:nth-child(5) { width: 14%; } #flow-details .divTableHeading .divTableCell:nth-child(6) { width: 8%; } #flow-details .divTableHeading .divTableCell:nth-child(7) { width: 8%; } #flow-details .divTableHeading .divTableCell:nth-child(8) { width: 10%; } #flow-details .divTableHeading .divTableCell:nth-child(9) { width: 5%; } #flow-details .divTableHeading .divTableCell:last-child { width: 13%; } .tab-wrapper { margin-top: 20px; } .tab-wrapper ul { float: left; width: 100%; margin: 0 0 -1px; padding: 0; position: relative; z-index: 2; } .tab-wrapper ul li { float: left; width: auto; height: 40px; margin-left: 1px; } .tab-wrapper ul li:first-child { margin-left: 0; } .tab-wrapper ul li a { cursor: pointer; } .tab-wrapper ul li a { cursor: pointer; display: block; line-height: 39px; text-align: center; background: #262d37; font-size: 13px; color: #fff; border: 1px solid #262d37; border-bottom: none; padding: 0 30px; border-radius: 0; text-transform: uppercase; } .tab-wrapper ul li a:hover { background: #262d37; border: 1px solid #262d37; border-bottom: none; color: #fff; } .tab-wrapper ul li.active a, .tab-wrapper ul li.active a:hover, .tab-wrapper ul li.active a:focus { background: #fff; border: 1px solid #d2d2d2; border-bottom: none; color: #262d37; } .tab-content { float: left; width: 100%; border: 1px solid #d2d2d2; position: relative; padding: 30px 15px; font-family: "Telstra-Regular", Arial, Helvetica, sans-serif; font-size: 13px; min-height: 500px; z-index: 1; } .path { float: left; margin-bottom:60px; } #ForwardRow h3, #ReversePath h3 { margin: 0 0 25px; font-weight: 700; } #ForwardRow { margin-top:15px; position: relative; } #ReversePath { margin-top:22px; position: relative; } .path .number { float: left; width: 26px; height: 26px; border: 2px solid #ccc; border-radius: 50%; text-align: center; line-height: 25px; font-weight: 700; font-size: 12px; cursor: pointer; } .path .line { width: 10px; float: left; height: 2px; background: #ccc; margin-top: 12px; } .path .text { float: left; width: auto; background: #262d37; padding: 7px 5px; color: #fff; border-radius: 20px; font-size: 12px; } .horizontal-line { position: absolute; width: calc(100% - 47px); height: 2px; background: #ccc; right: 18px; top: 96px; } .check-connections { margin-top:10px; float: right; width: 135px; clear: both; } .check-connections .lconnection span { background: #228B22; height: 10px; width: 10px; display: inline-block; border-radius: 100%; margin: 0 5px 0 0; } .check-connections .pconnection span { background: #35c8ff; height: 10px; width: 10px; display: inline-block; border-radius: 100%; margin: 0 5px 0 0; } .c-block{ margin: 0 0 15px; } .topology-txt { background: #fff; border: 1px solid #ccc; border-color: rgba(0,0,0,.2); color: #000; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2); box-shadow: 0 2px 10px rgba(0,0,0,.2); display: none; padding: 15px; line-height: 20px; font-size: 14px; position: absolute; right: 15px; top: 30px; text-align: left; z-index: 10; -webkit-animation: gb__a .2s; animation: gb__a .2s; -webkit-border-radius: 2px; border-radius: 2px; -webkit-user-select: text; } .topology-txt:after, .topology-txt:before { bottom: 100%; left: calc(100% - 27px); border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .topology-txt:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 9px; margin-left: -9px; } .topology-txt:before { border-color: rgba(204, 204, 204, 0); border-bottom-color: #ccc; border-width: 10px; margin-left: -10px; } .t-logy-icon { font-size: 23px; margin-right: 20px; cursor: pointer; color: #1b1f26; position: relative; } .vertical-line, .vertical-line-2 { position: absolute; width: 2px; height: 47px; background: #ccc; right: 18px; top: 51px; } .showhover{ display:block; } .vertical-line-2 { right: auto; left: 28px; top: 96px; height: 30px; } .alert-danger { color: #262d37; background-color: #ffd0d0; border-color: #ebccd1; font-weight:bold; } table.dataTable.no-footer { border: 1px solid #ccc; font-size: 13px; margin: 15px 0; float: left; width: 100%; table-layout: fixed; } table.dataTable thead th { background: #cecece; vertical-align: baseline; } table.dataTable thead th, table.dataTable thead td { padding: 10px 18px; border-bottom: 1px solid #ccc; } table.dataTable tbody tr:hover { background-color: #f6f6f6!important; } .dataTables_wrapper { font-size: 13px; } .dataTables_wrapper .dataTables_filter input { border: 1px solid #aaa; height: 30px; width: 240px; padding: 5px; } .dataTables_wrapper { margin-top: 15px; } #flowTable_wrapper.dataTables_wrapper { margin-top: 5px; } .flowDataRow { cursor:pointer; position: relative; } table.dataTable .divTableCell { border-left: 1px solid #bbb; } table.dataTable .divTableCell:first-child { border-left: none; } table.dataTable .flowDataRow.up-state .divTableCell:first-child, table.dataTable .flowDataRow.down-state .divTableCell:first-child { padding-left: 18px; } table.dataTable .flowDataRow.up-state .divTableCell:first-child:before, table.dataTable .flowDataRow.down-state .divTableCell:first-child:before { width: 8px; height: 8px; background: #19b365; border-radius: 100%; position: absolute; left: 4px; top: 0; bottom: 0; margin: auto; content: ""; } table.dataTable .flowDataRow.down-state .divTableCell:first-child:before { background: #f00; } table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background: none!important; } table.dataTable .flowDataRow.odd,table.isl-table-popup { background: none; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #c6c6c6; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #c6c6c6; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #c6c6c6; } .dataTables_filter{ font-weight:bold; } tfoot { display: table-header-group; } table.dataTable thead th { background-position: right 10px; padding: 10px 20px 10px 18px; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } table.dataTable thead th .fa-search { position: absolute; right: 18px; top: 12px; width: auto; } table.dataTable thead th .heading_search_box { float: left; width: 100%; margin-left: -2px; margin-top: 4px; padding: 5px; border: 1px solid #999; } table.isl-table-popup.dataTable thead th { background-position: right 10px; padding: 10px 20px 10px 18px; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } table.isl-table-popup.dataTable thead th .fa-search { position: absolute; right: 18px; top: 12px; width: auto; } table.isl-table-popup.dataTable thead th .heading_search_box { float: left; width: 100%; margin-left: -2px; margin-top: 4px; padding: 5px; border: 1px solid #999; } table.isl-table-popup.dataTable thead th span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; width: calc(100% - 20px); line-height: normal; vertical-align: middle; } table.isl-table-popup.dataTable thead th i { display: inline-block; } table.isl-table-popup.dataTable .divTableCell { position: relative; text-overflow: ellipsis; white-space: nowrap; background-position: right 10px; padding: 10px 20px 10px 18px; overflow:hidden; } table.isl-table-popup.dataTable.no-footer { border: 1px solid #ccc; font-size: 13px; margin: 15px 0; float: left; width: 100%; table-layout: fixed; } table.isl-table-popup.dataTable thead th, table.dataTable thead td { padding: 10px 18px; border-bottom: 1px solid #ccc; } table.isl-table-popup.dataTable tbody tr:hover { background-color: #f6f6f6!important; } table.isl-table-popup.dataTable .divTableCell { border-left: 1px solid #bbb; border-bottom: 1px solid #bbb; } table.isl-table-popup.dataTable .divTableCell:first-child { border-left: none; } .home-flows { margin-left:3px; } .home-isl { margin-left:3px; } .fa-search { cursor : pointer; } table.dataTable thead th span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; width: calc(100% - 20px); line-height: normal; vertical-align: middle; } table.dataTable thead th i { display: inline-block; } table.dataTable .divTableCell { position: relative; text-overflow: ellipsis; white-space: nowrap; background-position: right 10px; padding: 10px 20px 10px 18px; overflow: hidden; vertical-align: middle; } .tab-content table.dataTable .flowDataRow.down-state .divTableCell:first-child:before { display: none; } table.dataTable .divTableCell .fa { font-size: 20px; color: #262d37; vertical-align: middle; margin: 0 5px; float:left; cursor:pointer; } #topology-hover-txt,#topology-click-txt { width: 300px; position: fixed; z-index: 10; background: #fff; border: 1px solid #ccc; margin: 0 0 0 85px; display: none; } #topology-hover-txt:after, #topology-hover-txt:before ,#topology-click-txt:after,#topology-click-txt:before{ right: 100%; top: 35px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #topology-hover-txt:after,#topology-click-txt:after { border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 10px; margin-top: -10px; } #topology-hover-txt:before,#topology-click-txt:before { border-color: rgba(204, 204, 204, 0); border-right-color: #ccc; border-width: 11px; margin-top: -11px; } #topology-hover-txt .form-wrapper ,#topology-click-txt .form-wrapper{ border: none; } #topology-hover-txt.left:after, #topology-hover-txt.left:before ,#topology-click-txt.left:after,#topology-click-txt.left:before{ left: 100%; top: 35px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #topology-hover-txt.left:after,#topology-click-txt.after { border-color: rgba(255, 255, 255, 0); border-left-color: #fff; border-width: 10px; margin-top: -10px; } #topology-hover-txt.left:before ,#topology-click-txt.left:before{ border-color: rgba(204, 204, 204, 0); border-left-color: #ccc; border-width: 11px; margin-top: -11px; } #topology-hover-txt .form-wrapper ,#topology-click-txt .form-wrapper{ border: none; } .port-title { width: calc(100% - 25px); font-weight: bold; padding: 10px 0; font-size: 14px; margin-top: -10px } .topology-graph ul.line-legend { margin-bottom: 20px; margin-top: 15px; padding: 0 15px; } .topology-graph ul.line-legend { margin-top: 0; } .topology-graph ul.line-legend li { position: relative; display: inline-block; padding-left: 20px; padding-right: 15px; height: auto; } .error-message, .downsample-error-message, .from-error-message, .to-error-message { float: right; margin-top: 5px; } .has-error .text-label, .has-error .error-message, .downsample-error-message, .from-error-message, .to-error-message, .has-error .form-control { color: #a94442; } .error.has-error { display:none; color: #ff0000; float: left; width: 100%; padding: 4px 0px; } .line-legend li:before { height: 14px; left: 0; position: absolute; top: 0; width: 14px; content: ""; background: #aad200; } .line-legend li:first-child:before { height: 14px; left: 0; position: absolute; top: 0; width: 14px; content: ""; background: #182488; } #sidebar-left { pointer-events: all; } .bg-data-loader { position: absolute; left: 0px; right: 0px; /* background: rgb(255,255,255); */ z-index: 9; margin: 0; top: 0; bottom: 0; } .bg-data-loader .loader { width: 30px; height: 30px; border: 6px solid #aaa; border-top: 6px solid #3498db; top: calc(50% - 15px); left: calc(50% - 15px); } table.dataTable { margin: 15px 0; } table.dataTable .port_data_load td.divTableCell { padding: 25px; position: relative; border: 1px solid #ddd; } td.highlight { font-weight: bold; color: blue; } .load-text { position: absolute; left: calc(50% - 152px); width: 215px; height: 20px; top: 50%; text-align: center; color: #fff; font-size: 13px; } .topology-graph .filter .form-group .form-control { font-size: 13px; } .isl-header, .target-header, .source-header { font-size: 14px; font-weight: 600; } #source-graph_div,#dest-graph_div { margin-bottom: 15px; margin-top: 35px; height: 400px; width: 100%!important; margin-left: -20px; } .btn.btn-search { background: #262d37; border: none; color: #fff; border-radius: 0; font-size: 14px; float: right; position: relative; top: -28px; height: 28px; padding: 0 10px; } .btn.btn-search:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(38, 45, 55, 0); border-right-color: #262d37; border-width: 5px; margin-top: -5px; } .checkbox-btns { position: absolute; bottom: 0; right: 3px; z-index: 3; top: 0; height: 184px; background: rgba(0,0,0,0.75); margin: auto; color: #fff; padding: 2px; padding-top: 47px; border-radius: 3px; } .checkbox-wrapper { position: inherit; font-size: 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #zoom_in, #zoom_out, #reset#zoom_in, #zoom_out, #reset, #searchbox { font-size: 18px; cursor: pointer; display: flex; width: 45px; justify-content: center; height: 45px; align-items: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #zoom_in { font-size: 30px; } #zoom_out { font-size: 50px; } .checkbox-btns i:hover, #ui-container.active i { background: rgba(255,255,255,0.25); } .loader__dot { animation: 1s blink infinite; } .loader__dot:nth-child(2) { animation-delay: 250ms; } .loader__dot:nth-child(3) { animation-delay: 500ms; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; } #searchbox { float: left; } @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(360deg);} } @keyframes blink {50% { color: transparent }} [data-balloon] { position: relative; cursor: pointer; } [data-balloon]:after { filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; -moz-transition: all 0.18s ease-out 0.18s; -ms-transition: all 0.18s ease-out 0.18s; -o-transition: all 0.18s ease-out 0.18s; transition: all 0.18s ease-out 0.18s; font-family: sans-serif !important; font-weight: normal !important; font-style: normal !important; text-shadow: none !important; font-size: 12px !important; background: rgba(17, 17, 17, 0.9); border-radius: 4px; color: #fff; content: attr(data-balloon); padding: .5em 1em; position: absolute; white-space: nowrap; z-index: 10; } [data-balloon]:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; pointer-events: none; -webkit-transition: all 0.18s ease-out 0.18s; -moz-transition: all 0.18s ease-out 0.18s; -ms-transition: all 0.18s ease-out 0.18s; -o-transition: all 0.18s ease-out 0.18s; transition: all 0.18s ease-out 0.18s; content: ''; position: absolute; z-index: 10; } [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; pointer-events: auto; } [data-balloon].font-awesome:after { font-family: FontAwesome; } [data-balloon][data-balloon-break]:after { white-space: pre; } [data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } [data-balloon][data-balloon-pos="up"]:after { bottom: 100%; left: 50%; margin-bottom: 11px; -webkit-transform: translate(-50%, 10px); -moz-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up"]:before { bottom: 100%; left: 50%; margin-bottom: 5px; -webkit-transform: translate(-50%, 10px); -moz-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos="up-left"]:after { bottom: 100%; left: 0; margin-bottom: 11px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-left"]:before { bottom: 100%; left: 5px; margin-bottom: 5px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos="up-right"]:after { bottom: 100%; right: 0; margin-bottom: 11px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-right"]:before { bottom: 100%; right: 5px; margin-bottom: 5px; -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); transform: translate(0, 10px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } [data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down']:after { left: 50%; margin-top: 11px; top: 100%; -webkit-transform: translate(-50%, -10px); -moz-transform: translate(-50%, -10px); -ms-transform: translate(-50%, -10px); transform: translate(-50%, -10px); } [data-balloon][data-balloon-pos='down']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; left: 50%; margin-top: 5px; top: 100%; -webkit-transform: translate(-50%, -10px); -moz-transform: translate(-50%, -10px); -ms-transform: translate(-50%, -10px); transform: translate(-50%, -10px); } [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } [data-balloon][data-balloon-pos='down-left']:after { left: 0; margin-top: 11px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-left']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; left: 5px; margin-top: 5px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down-right']:after { right: 0; margin-top: 11px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-right']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 18px; height: 6px; right: 5px; margin-top: 5px; top: 100%; -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); transform: translate(0, -10px); } [data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } [data-balloon][data-balloon-pos='left']:after { margin-right: 11px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); -moz-transform: translate(10px, -50%); -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } [data-balloon][data-balloon-pos='left']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 6px; height: 18px; margin-right: 5px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); -moz-transform: translate(10px, -50%); -ms-transform: translate(10px, -50%); transform: translate(10px, -50%); } [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-pos='right']:after { left: 100%; margin-left: 11px; top: 50%; -webkit-transform: translate(-10px, -50%); -moz-transform: translate(-10px, -50%); -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } [data-balloon][data-balloon-pos='right']:before { background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E"); background-size: 100% auto; width: 6px; height: 18px; left: 100%; margin-left: 5px; top: 50%; -webkit-transform: translate(-10px, -50%); -moz-transform: translate(-10px, -50%); -ms-transform: translate(-10px, -50%); transform: translate(-10px, -50%); } [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } [data-balloon][data-balloon-length='small']:after { white-space: normal; width: 80px; } [data-balloon][data-balloon-length='medium']:after { white-space: normal; width: 150px; } [data-balloon][data-balloon-length='large']:after { white-space: normal; width: 260px; } [data-balloon][data-balloon-length='xlarge']:after { white-space: normal; width: 380px; } @media screen and (max-width: 768px) { [data-balloon][data-balloon-length='xlarge']:after { white-space: normal; width: 90vw; } } [data-balloon][data-balloon-length='fit']:after { white-space: normal; width: 100%; } /* css for context menu */ .contextmenu{ display: none; position: absolute; width: 150px; background: #fff; margin-top: 10px; } .contextmenu ul{ list-style: none; } .contextmenu ul li{ padding: 8px 10px; color: white; background-color: #262d37; font-size: 13px; cursor: pointer; } .auto_refresh_interval select{ position: relative; z-index: 3; padding: 0 7px; color: #333; right: 0; border: 1px solid #ccc; width: 45%; border-radius: 3px; height: 30px; margin: 5px 0; } .kilda_btn { background:#262d37; color:#FFF; } .btn.kilda_btn:hover { color: #000; text-decoration: none; background: #b0b0b0; } .kilda_btn:focus{ color: #000; text-decoration: none; background: #b0b0b0; } .on-off-switch-thumb-color.on-off-switch-thumb-off,.on-off-switch-thumb-color.on-off-switch-thumb-on { background: #262d37; } .reroute_flow_btn{ margin: -20px 10px; float: right; } pre.validate_json{ display: block; font-family: monospace; white-space: pre; margin: 1em 0px; max-height: 340px; } .cursor-pointer{ cursor:pointer; } .ml-1{ margin-left: 5px; } .ml-0.5{ margin-left: 3px; } .mt-1{ margin-top: 5px; } .mt-2{ margin-top: 10px; } .isl_switch_icon .icon-isl { background: url(../images/icon-isl-small.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .isl_switch_icon .icon-flows { background: url(../images/icon-flows-small.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .refresh_toggle .icon-refresh-kilda{ background: url(../images/icon-refresh-small-grey.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .refresh_toggle .icon-refresh-kilda.active{ background: url(../images/icon-refresh-small.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .switch_icon .icon-switch{ background: url(../images/icon-switch-small.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .switch_icon .inactive-icon-switch{ background: url(../images/icon-switch-small-grey.png) no-repeat 0 0; background-size: 18px auto; display: inline-block; width: 18px; height: 18px; } .isl_switch_icon,.refresh_toggle,.switch_icon{ font-size: 20px; margin-right: 20px; margin-top: -4px; cursor: pointer; bottom: -2px; color: #1b1f26; position: relative; } .isl_flow_switch{ margin-bottom: -10px; } .isl_flow_switch ul.refresh_list{ width: 130px; background: #fff; float: left; border: 1px solid #ddd; right: 26px; position: absolute; margin-top: 2px; z-index: 9; box-shadow: 0 2px 10px rgba(0,0,0,.2); } .isl_flow_switch ul.refresh_list:before{ border-color: rgba(204, 204, 204, 0); border-bottom-color: #ccc; border-width: 10px; margin-left: -10px; z-index:9; } .isl_flow_switch ul.refresh_list:after, .isl_flow_switch ul.refresh_list:before { bottom: 100%; left: calc(100% - 27px); border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .isl_flow_switch ul.refresh_list li{ display: block; float: none; background: #ddd; padding: 10px; margin-top: 2px; margin-right: 0; text-align: center; cursor:pointer; } .isl_flow_switch ul.refresh_list li i.icon-ok{ display: none; } .isl_flow_switch ul.refresh_list li.stop_refresh{ margin-top:0; } .isl_flow_switch ul.refresh_list li.active, .isl_flow_switch ul.refresh_list li:hover{ background: #1b1f26!important; color:#fff; } .isl_flow_switch ul.refresh_list li.active i.icon-ok{ color:#fff; display: inline-block; } .connection-info{ float: right; position: absolute; bottom: 10px; right: 10px; } .dashed_path{ stroke-dasharray: 20,29; stroke:#d934CF; stroke-width:5px!important; } .orange_percentage{ stroke-width: 5!important; stroke:#FF8C00; } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background-position: right 8px; } .form-group input, .form-group select, .form-group textarea { border: 1px solid rgb(169, 169, 169); border-radius: 0; height: auto; padding: 8px 12px; } .tab-content.user-management-tabs { height: auto; } .tab-content.user-management-tabs form { margin: 20px; } .tab-content.user-management-tabs form label { margin: 10px 0 0; } select[multiple], select[size] { width: 100%; } /* Custom class */ .errorInput{ border: 1px solid #f00 !important; } .fa-passwd-reset { float:left; } .fa-passwd-reset > .fa-lock { font-size: 0.65rem !important; } i.fa.fa-undo.fa-stack-2x { font-size: 20px; top: 4px; } .showPermission{ display: inline-block !important; } .hidePermission{ display: none !important; } .login_error { color: #FF0000; display:block; padding-top:20px; } /*twofa css*/ .twofa-wrapper { width: 80%; margin: 70px auto; padding: 30px; box-shadow: 0 0 15px rgba(0,0,0,0.3); } .twofa-wrapper h2 { color: #333; margin-bottom: 35px; font-family: 'Telstra-Light', Arial, Helvetica, sans-serif; font-size: 34px; } .twofa-wrapper p { color: #333; } .twofa-wrapper ul { color: #333; margin-top: 34px; } .twofa-wrapper ul li { padding-left: 55px; margin-bottom: 25px; font-family: Arial, Helvetica, sans-serif; } .twofa-wrapper .two-fa-link ul { list-style-type: decimal; margin-left: 25px; } .twofa-wrapper .two-fa-link ul li { padding-left: 20px; background: transparent; position: relative; } .twofa-wrapper .two-fa-link ul li:before { border: 1px solid #333; width: 25px; height: 25px; border-radius: 50%; content: ""; position: absolute; left: -25px; z-index: -1; top: -5px; } @-moz-document url-prefix() { .twofa-wrapper .two-fa-link ul li:before { top: -3px; } } .otpContainer{ width: 70%; height: 300px; background-color: #ececec; margin: 15px; padding: 15px; } .change-password .qr_scan_img { margin-top: 15px; } .viewLayout .viewDetail { margin: 10px; } .viewLayout .viewDetail label{ margin: 10px; } table.dataTable .wrapPermission{ white-space: normal; } th.sorting:last-child { background-image:none !important; } #userTable_wrapper .dataTables_filter ,#permissionTable_wrapper .dataTables_filter,#roleTable_wrapper .dataTables_filter { display:none; } #chkAdminPermission { margin-top:10px; } #permissionTable .flowDataRow,#roleTable .flowDataRow,#userTable .flowDataRow{ cursor:default; } .barcode-bg .otp input{ border: 0; outline: 0; background: transparent; border-bottom: 2px solid #c1c1c1; width: 25px; text-align: center; padding: 5px; margin: 10px; font-family: Telstra-Regular-Bold, Arial, Helvetica, sans-serif; font-size: 25px; color: #2aa4a2; float: left; } .barcode-bg .otp input:first-child + input { margin-left: 0; } .barcode-bg .otp input:active, .barcode-bg .otp input:focus, .barcode-bg .otp input:visited { color: #2aa4a2; border-bottom: 2px solid #2aa4a2; } span.mandatory-text.text-danger { color: #f00; font-weight: bold; } .permissionCol{ white-space:normal; } .permissionCol .badge ,.selectedFilter span.badge.badge-secondary { margin:2px; line-height: 1.5; font-size: 15px; font-weight: 100; } #validate_flow_btn{ float:right; margin: -20px 10px 10px 0px; } .viewRole.permissionCol { display: block; width: 100%; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #eee; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); overflow:hidden; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { margin: 0; padding: 0; border: 1px solid rgb(169, 169, 169); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } .select2-container--default .select2-selection--multiple { border-radius: 0; min-height: inherit; border: none!important; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: none!important; } .select2-container--default .select2-selection--multiple.errorInput .select2-selection__rendered { border: 1px solid #f00 !important; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li { height: 35px; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice { height: auto; padding: 5px; margin: 5px; border-radius: 0; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 10px); } .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered li.select2-search { margin: 0; padding: 0; } .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered li.select2-search input:focus { border: none!important; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li .form-control { border: none; box-shadow: 0 0 0; cursor: text; padding: 0; margin: 4px; height: calc(100% - 8px); } .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered { border-color: #66afe9; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); } ::-webkit-input-placeholder { color: #555; } ::-moz-placeholder { color: #555; } :-ms-input-placeholder { color: #555; } :-moz-placeholder { color: #555; } ul.selected-filter { list-style-type: none; float: left; } ul.selected-filter li { float:left; width:auto } .labelFilter { margin: -3px 30px; float: left; } span.closeBadge{ background: #fff; color: #333; width: 12px; height: 12px; display: inline-flex; font-size: 9px; vertical-align: middle; justify-content: center; align-items: center; border-radius: 100%; margin-left: 7px; margin-right: -3px; cursor:pointer; margin-top: -3px; } span.badge-heading { font-weight: 700; } .useractivity_filters li { font-size: 13px; border-radius: 0; padding: 3px 12px; height: 34px; color: #555; background-color: #fff; background-image: none; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .icon-logo img { width: 30px; height: 30px; float: left; } span.icon-logo.toggleText { padding: 18px 0px; float: left; } aside.main-sidebar.min-sidebar { width: 60px; float: left; } a.logo.min-logo { width: 60px; float: left; } div#change_password_loader { z-index: 9999; } body.twofa_body { overflow-y: auto; } .row.switch_rules { width: 100%; } #portsTable .divTableCell{ padding: 0; } #portsTable .divTableCell p{ padding: 15px 0px; text-align: center; } #portsTable .down-status .divTableCell:first-child{ border-left: 4px solid red; } #portsTable .up-status .divTableCell:first-child{ border-left: 4px solid #182488; } #portsTable th{ padding: 15px 0px 10px 0px; text-align:center; } #portsTable .subPortHeadTable{ padding:0; } #portsTable .subPortHeadTable span{ width: 50%; overflow: hidden; text-overflow: ellipsis; display: inline-block; padding: 0; text-align: center; font-weight: 400; font-size: 11px; } div#portsTable_info { display: none; } #portsTable .subPortTable{ padding:0; } #portsTable .subPortTable span{ width: 50%; overflow: hidden; text-overflow: ellipsis; display: inline-block; padding: 15px 10px; } #portsTable .subPortTable span:last-child{ border-left:1px solid #dddddd; } #reverse_graph label ,#forward_graph label { padding: 10px 5px; font-size: 12px; } .or-seperator { margin: 20px 0 10px; text-align: center; border-top: 1px solid #ccc; float: left; width:100%; } .or-seperator i { padding: 0 10px; background: #FFF; position: relative; top: -11px; z-index: 1; }
tworpus/static/components/pnotify-1.2.0/jquery.pnotify.default.css
markusmichel/Tworpus-Client
/* Document : jquery.pnotify.default.css Created on : Nov 23, 2009, 3:14:10 PM Author : Hunter Perrin Version : 1.2.0 Link : http://pinesframework.org/pnotify/ Description: Default styling for Pines Notify jQuery plugin. */ /* -- Notice */ .ui-pnotify { top: 60px; right: 25px; position: absolute; height: auto; /* Ensures notices are above everything */ z-index: 9999; } /* Hides position: fixed from IE6 */ html > body .ui-pnotify { position: fixed; } .ui-pnotify .ui-pnotify-shadow { -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); } .ui-pnotify-container { background-position: 0 0; padding: .8em; height: 100%; margin: 0; } .ui-pnotify-sharp { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .ui-pnotify-closer, .ui-pnotify-sticker { float: right; margin-left: .2em; } .ui-pnotify-title { display: block; margin-bottom: .4em; } .ui-pnotify-text { display: block; } .ui-pnotify-icon, .ui-pnotify-icon span { display: block; float: left; margin-right: .2em; } /* -- History Pulldown */ .ui-pnotify-history-container { position: absolute; top: 0; right: 18px; width: 70px; border-top: none; padding: 0; -webkit-border-top-left-radius: 0; -moz-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-top-right-radius: 0; border-top-right-radius: 0; /* Ensures history container is above notices. */ z-index: 10000; } .ui-pnotify-history-container .ui-pnotify-history-header { padding: 2px; } .ui-pnotify-history-container button { cursor: pointer; display: block; width: 100%; } .ui-pnotify-history-container .ui-pnotify-history-pulldown { display: block; margin: 0 auto; }
solr-5.3.0/docs/solr-core/org/apache/solr/update/processor/package-summary.html
changwu/mqa
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Aug 17 17:11:16 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>org.apache.solr.update.processor (Solr 5.3.0 API)</title> <meta name="date" content="2015-08-17"> <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.update.processor (Solr 5.3.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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/solr/update/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/solr/util/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/update/processor/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.solr.update.processor</h1> <div class="docSummary"> <div class="block"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorFactory.html" title="class in org.apache.solr.update.processor"><code>UpdateRequestProcessorFactory</code></a> APIs and implementations for use in <a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.html" title="class in org.apache.solr.update.processor"><code>UpdateRequestProcessorChain</code></a>s</div> </div> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DistributingUpdateProcessorFactory.html" title="interface in org.apache.solr.update.processor">DistributingUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">A marker interface for denoting that a factory is responsible for handling distributed communication of updates across a SolrCloud cluster.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldMutatingUpdateProcessor.FieldNameSelector.html" title="interface in org.apache.solr.update.processor">FieldMutatingUpdateProcessor.FieldNameSelector</a></td> <td class="colLast"> <div class="block">Interface for identifying which fields should be mutated</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ScriptEngineCustomizer.html" title="interface in org.apache.solr.update.processor">ScriptEngineCustomizer</a></td> <td class="colLast"> <div class="block">Enables customization of a script engine.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorFactory.RunAlways.html" title="interface in org.apache.solr.update.processor">UpdateRequestProcessorFactory.RunAlways</a></td> <td class="colLast"> <div class="block">A marker interface for UpdateRequestProcessorFactory implementations indicating that the factory should be used even if the update.distrib parameter would otherwise cause it to not be run.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">AbstractDefaultValueUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Base class that can be extended by any <code>UpdateRequestProcessorFactory</code> designed to add a default value to the document in an <code>AddUpdateCommand</code> when that field is not already specified.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/AddSchemaFieldsUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">AddSchemaFieldsUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> This processor will dynamically add fields to the schema if an input document contains one or more fields that don't match any field or dynamic field in the schema.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/AllValuesOrNoneFieldMutatingUpdateProcessor.html" title="class in org.apache.solr.update.processor">AllValuesOrNoneFieldMutatingUpdateProcessor</a></td> <td class="colLast"> <div class="block">Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected field independently.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/AtomicUpdateDocumentMerger.html" title="class in org.apache.solr.update.processor">AtomicUpdateDocumentMerger</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">CloneFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Clones the values found in any matching <code>source</code> field into the configured <code>dest</code> field.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ConcatFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ConcatFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Concatenates multiple values for fields matching the specified conditions using a configurable <code>delimiter</code> which defaults to "<code>, </code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/CountFieldValuesUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">CountFieldValuesUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Replaces any list of values for a field matching the specified conditions with the the count of the number of values for that field.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DefaultValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">DefaultValueUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> An update processor that adds a constant default value to any document being added that does not already have a value in the specified field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessor.html" title="class in org.apache.solr.update.processor">DistributedUpdateProcessor</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessor.RequestReplicationTracker.html" title="class in org.apache.solr.update.processor">DistributedUpdateProcessor.RequestReplicationTracker</a></td> <td class="colLast"> <div class="block">Keeps track of the replication factor achieved for a distributed update request originated in this distributed update processor.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">DistributedUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Factory for <a href="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessor.html" title="class in org.apache.solr.update.processor"><code>DistributedUpdateProcessor</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DocBasedVersionConstraintsProcessorFactory.html" title="class in org.apache.solr.update.processor">DocBasedVersionConstraintsProcessorFactory</a></td> <td class="colLast"> <div class="block"> This Factory generates an UpdateProcessor that helps to enforce Version constraints on documents based on per-document version numbers using a configured name of a <code>versionField</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DocExpirationUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">DocExpirationUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Update Processor Factory for managing automatic "expiration" of documents.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldLengthUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldLengthUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Replaces any CharSequence values found in fields matching the specified conditions with the lengths of those CharSequences (as an Integer).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldMutatingUpdateProcessor.html" title="class in org.apache.solr.update.processor">FieldMutatingUpdateProcessor</a></td> <td class="colLast"> <div class="block">Reusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configured fields.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldMutatingUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Base class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.SelectorParams.html" title="class in org.apache.solr.update.processor">FieldMutatingUpdateProcessorFactory.SelectorParams</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldNameMutatingUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldNameMutatingUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> In the FieldNameMutatingUpdateProcessorFactory configured below, fields names will be mutated if the name contains space.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldValueMutatingUpdateProcessor.html" title="class in org.apache.solr.update.processor">FieldValueMutatingUpdateProcessor</a></td> <td class="colLast"> <div class="block">Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected field independently</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FieldValueSubsetUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldValueSubsetUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Base class for processors that want to mutate selected fields to only keep a subset of the original values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/FirstFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FirstFieldValueUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Keeps only the first value of fields matching the specified conditions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/HTMLStripFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">HTMLStripFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Strips all HTML Markup in any CharSequence values found in fields matching the specified conditions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/IgnoreCommitOptimizeUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">IgnoreCommitOptimizeUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Gives system administrators a way to ignore explicit commit or optimize requests from clients.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/IgnoreFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">IgnoreFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Ignores &amp; removes fields matching the specified conditions from any document being added to the index.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/LastFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">LastFieldValueUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Keeps only the last value of fields matching the specified conditions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/LogUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">LogUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> A logging processor.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/Lookup3Signature.html" title="class in org.apache.solr.update.processor">Lookup3Signature</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/MaxFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">MaxFieldValueUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">An update processor that keeps only the the maximum value from any selected fields where multiple values are found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/MD5Signature.html" title="class in org.apache.solr.update.processor">MD5Signature</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/MinFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">MinFieldValueUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">An update processor that keeps only the the minimum value from any selected fields where multiple values are found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/NoOpDistributingUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">NoOpDistributingUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">A No-Op implementation of DistributingUpdateProcessorFactory that allways returns null.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseBooleanFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Attempts to mutate selected fields that have only CharSequence-typed values into Boolean values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseDateFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseDateFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Attempts to mutate selected fields that have only CharSequence-typed values into Date values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseDoubleFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseDoubleFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Attempts to mutate selected fields that have only CharSequence-typed values into Double values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseFloatFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseFloatFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Attempts to mutate selected fields that have only CharSequence-typed values into Float values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseIntFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseIntFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Attempts to mutate selected fields that have only CharSequence-typed values into Integer values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseLongFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseLongFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> Attempts to mutate selected fields that have only CharSequence-typed values into Long values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/ParseNumericFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ParseNumericFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Abstract base class for numeric parsing update processor factories.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/PreAnalyzedUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">PreAnalyzedUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">An update processor that parses configured fields of any document being added using <a href="../../../../../org/apache/solr/schema/PreAnalyzedField.html" title="class in org.apache.solr.schema"><code>PreAnalyzedField</code></a> with the configured format parser.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/RegexpBoostProcessor.html" title="class in org.apache.solr.update.processor">RegexpBoostProcessor</a></td> <td class="colLast"> <div class="block">A processor which will match content of "inputField" against regular expressions found in "boostFilename", and if it matches will return the corresponding boost value from the file and output this to "boostField" as a double value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/RegexpBoostProcessorFactory.html" title="class in org.apache.solr.update.processor">RegexpBoostProcessorFactory</a></td> <td class="colLast"> <div class="block">Factory which creates RegexBoostProcessors</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/RegexReplaceProcessorFactory.html" title="class in org.apache.solr.update.processor">RegexReplaceProcessorFactory</a></td> <td class="colLast"> <div class="block">An updated processor that applies a configured regex to any CharSequence values found in the selected fields, and replaces any matches with the configured replacement string.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/RemoveBlankFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">RemoveBlankFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Removes any values found which are CharSequence with a length of 0.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/RunUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">RunUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Executes the update commands using the underlying UpdateHandler.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/Signature.html" title="class in org.apache.solr.update.processor">Signature</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/SignatureUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">SignatureUpdateProcessorFactory</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/SimpleUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">SimpleUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">A base class for writing a very simple UpdateProcessor without worrying too much about the API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/StatelessScriptUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">StatelessScriptUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> An update request processor factory that enables the use of update processors implemented as scripts which can be loaded by the <a href="../../../../../org/apache/solr/core/SolrResourceLoader.html" title="class in org.apache.solr.core"><code>SolrResourceLoader</code></a> (usually via the <code>conf</code> dir for the SolrCore).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/TextProfileSignature.html" title="class in org.apache.solr.update.processor">TextProfileSignature</a></td> <td class="colLast"> <div class="block">This implementation is copied from Apache Nutch.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/TimestampUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">TimestampUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> An update processor that adds a newly generated <code>Date</code> value of "NOW" to any document being added that does not already have a value in the specified field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/TrimFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">TrimFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Trims leading and trailing whitespace from any CharSequence values found in fields matching the specified conditions and returns the resulting String.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/TruncateFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">TruncateFieldUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Truncates any CharSequence values found in fields matching the specified conditions to a maximum character length.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">UniqFieldsUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block">Removes duplicate values found in fields matching the specified conditions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessor.html" title="class in org.apache.solr.update.processor">UpdateRequestProcessor</a></td> <td class="colLast"> <div class="block">This is a good place for subclassed update handlers to process the document before it is indexed.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.html" title="class in org.apache.solr.update.processor">UpdateRequestProcessorChain</a></td> <td class="colLast"> <div class="block">Manages a chain of UpdateRequestProcessorFactories.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.ProcessorInfo.html" title="class in org.apache.solr.update.processor">UpdateRequestProcessorChain.ProcessorInfo</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorFactory.html" title="class in org.apache.solr.update.processor">UpdateRequestProcessorFactory</a></td> <td class="colLast"> <div class="block">A factory to generate an UpdateRequestProcessor for each request.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/URLClassifyProcessor.html" title="class in org.apache.solr.update.processor">URLClassifyProcessor</a></td> <td class="colLast"> <div class="block">Update processor which examines a URL and outputs to various other fields characteristics of that URL, including length, number of path levels, whether it is a top level URL (levels==0), whether it looks like a landing/index page, a canonical representation of the URL (e.g.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/URLClassifyProcessorFactory.html" title="class in org.apache.solr.update.processor">URLClassifyProcessorFactory</a></td> <td class="colLast"> <div class="block">Creates URLClassifyProcessor</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/UUIDUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">UUIDUpdateProcessorFactory</a></td> <td class="colLast"> <div class="block"> An update processor that adds a newly generated <code>UUID</code> value to any document being added that does not already have a value in the specified field.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Enum</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/solr/update/processor/DistributedUpdateProcessor.DistribPhase.html" title="enum in org.apache.solr.update.processor">DistributedUpdateProcessor.DistribPhase</a></td> <td class="colLast"> <div class="block">Values this processor supports for the <code>DISTRIB_UPDATE_PARAM</code>.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package org.apache.solr.update.processor Description">Package org.apache.solr.update.processor Description</h2> <div class="block"><a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorFactory.html" title="class in org.apache.solr.update.processor"><code>UpdateRequestProcessorFactory</code></a> APIs and implementations for use in <a href="../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.html" title="class in org.apache.solr.update.processor"><code>UpdateRequestProcessorChain</code></a>s</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/solr/update/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/solr/util/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/update/processor/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <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>
_includes/post_header.html
gdgzambo/website
<!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container" id="home"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand page-scroll" href="#page-top">Back</a> <a class="navbar-brand page-scroll" href="#page-top">{{site.title}}</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header -->
apps/codelab/src/app/codelabs/angular/router/samples/simple-router/index.html
nycJSorg/angular-presentation
<base href="/assets/runner/" /> <my-app></my-app> <div class="error"></div>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_22444_bad_ep2.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_10.html">Class Test_AbaRouteValidator_10</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_22444_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10.html?line=58721#src-58721" >testAbaNumberCheck_22444_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:39:55 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_22444_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=19046#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=19046#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=19046#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
Smack-master/smack-im/build/docs/javadoc/deprecated-list.html
paridhika/XMPP_Parking
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_71) on Mon Aug 29 11:00:50 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Deprecated List (smack-im 4.2.0-beta3-SNAPSHOT API)</title> <meta name="date" content="2016-08-29"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Deprecated List (smack-im 4.2.0-beta3-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Deprecated API" class="title">Deprecated API</h1> <h2 title="Contents">Contents</h2> <ul> <li><a href="#method">Deprecated Methods</a></li> </ul> </div> <div class="contentContainer"><a name="method"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation"> <caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="org/jivesoftware/smack/roster/packet/RosterPacket.Item.html#getUser--">org.jivesoftware.smack.roster.packet.RosterPacket.Item.getUser()</a> <div class="block"><span class="deprecationComment">use <a href="org/jivesoftware/smack/roster/packet/RosterPacket.Item.html#getJid--"><code>RosterPacket.Item.getJid()</code></a> instead.</span></div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="org/jivesoftware/smack/roster/RosterEntry.html#getUser--">org.jivesoftware.smack.roster.RosterEntry.getUser()</a> <div class="block"><span class="deprecationComment">use <a href="org/jivesoftware/smack/roster/RosterEntry.html#getJid--"><code>RosterEntry.getJid()</code></a> instead.</span></div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/thrift/Cassandra.multiget_count_result.html
anuragkapur/cassandra-2.1.2-ak-skynet
<!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_80) on Thu Jun 18 14:08:35 EDT 2015 --> <title>Cassandra.multiget_count_result (apache-cassandra API)</title> <meta name="date" content="2015-06-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Cassandra.multiget_count_result (apache-cassandra 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="navBarCell1Rev">Class</li> <li><a href="class-use/Cassandra.multiget_count_result.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_args._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" target="_top">Frames</a></li> <li><a href="Cassandra.multiget_count_result.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.thrift</div> <h2 title="Class Cassandra.multiget_count_result" class="title">Class Cassandra.multiget_count_result</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.thrift.Cassandra.multiget_count_result</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Cloneable, java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&gt;, org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.html" title="class in org.apache.cassandra.thrift">Cassandra</a></dd> </dl> <hr> <br> <pre>public static class <span class="strong">Cassandra.multiget_count_result</span> extends java.lang.Object implements org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&gt;</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.cassandra.thrift.Cassandra.multiget_count_result">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a></strong></code> <div class="block">The set of fields this struct contains, along with convenience methods for finding and manipulating them.</div> </td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#ire">ire</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>,org.apache.thrift.meta_data.FieldMetaData&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#metaDataMap">metaDataMap</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#success">success</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#te">te</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#ue">ue</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#Cassandra.multiget_count_result()">Cassandra.multiget_count_result</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#Cassandra.multiget_count_result(org.apache.cassandra.thrift.Cassandra.multiget_count_result)">Cassandra.multiget_count_result</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;other)</code> <div class="block">Performs a deep copy on <i>other</i>.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#Cassandra.multiget_count_result(java.util.Map,%20org.apache.cassandra.thrift.InvalidRequestException,%20org.apache.cassandra.thrift.UnavailableException,%20org.apache.cassandra.thrift.TimedOutException)">Cassandra.multiget_count_result</a></strong>(java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;&nbsp;success, <a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a>&nbsp;ire, <a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a>&nbsp;ue, <a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a>&nbsp;te)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#clear()">clear</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#compareTo(org.apache.cassandra.thrift.Cassandra.multiget_count_result)">compareTo</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#deepCopy()">deepCopy</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#equals(org.apache.cassandra.thrift.Cassandra.multiget_count_result)">equals</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;that)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;that)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#fieldForId(int)">fieldForId</a></strong>(int&nbsp;fieldId)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#getFieldValue(org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields)">getFieldValue</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;field)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#getIre()">getIre</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#getSuccess()">getSuccess</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#getSuccessSize()">getSuccessSize</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#getTe()">getTe</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#getUe()">getUe</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#isSet(org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields)">isSet</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;field)</code> <div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#isSetIre()">isSetIre</a></strong>()</code> <div class="block">Returns true if field ire is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#isSetSuccess()">isSetSuccess</a></strong>()</code> <div class="block">Returns true if field success is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#isSetTe()">isSetTe</a></strong>()</code> <div class="block">Returns true if field te is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#isSetUe()">isSetUe</a></strong>()</code> <div class="block">Returns true if field ue is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#putToSuccess(java.nio.ByteBuffer,%20int)">putToSuccess</a></strong>(java.nio.ByteBuffer&nbsp;key, int&nbsp;val)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#read(org.apache.thrift.protocol.TProtocol)">read</a></strong>(org.apache.thrift.protocol.TProtocol&nbsp;iprot)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setFieldValue(org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields,%20java.lang.Object)">setFieldValue</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;field, java.lang.Object&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setIre(org.apache.cassandra.thrift.InvalidRequestException)">setIre</a></strong>(<a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a>&nbsp;ire)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setIreIsSet(boolean)">setIreIsSet</a></strong>(boolean&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setSuccess(java.util.Map)">setSuccess</a></strong>(java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;&nbsp;success)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setSuccessIsSet(boolean)">setSuccessIsSet</a></strong>(boolean&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setTe(org.apache.cassandra.thrift.TimedOutException)">setTe</a></strong>(<a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a>&nbsp;te)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setTeIsSet(boolean)">setTeIsSet</a></strong>(boolean&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setUe(org.apache.cassandra.thrift.UnavailableException)">setUe</a></strong>(<a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a>&nbsp;ue)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#setUeIsSet(boolean)">setUeIsSet</a></strong>(boolean&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#unsetIre()">unsetIre</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#unsetSuccess()">unsetSuccess</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#unsetTe()">unsetTe</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#unsetUe()">unsetUe</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#validate()">validate</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html#write(org.apache.thrift.protocol.TProtocol)">write</a></strong>(org.apache.thrift.protocol.TProtocol&nbsp;oprot)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="success"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>success</h4> <pre>public&nbsp;java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt; success</pre> </li> </ul> <a name="ire"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ire</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a> ire</pre> </li> </ul> <a name="ue"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ue</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a> ue</pre> </li> </ul> <a name="te"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>te</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a> te</pre> </li> </ul> <a name="metaDataMap"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>metaDataMap</h4> <pre>public static final&nbsp;java.util.Map&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>,org.apache.thrift.meta_data.FieldMetaData&gt; metaDataMap</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Cassandra.multiget_count_result()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Cassandra.multiget_count_result</h4> <pre>public&nbsp;Cassandra.multiget_count_result()</pre> </li> </ul> <a name="Cassandra.multiget_count_result(java.util.Map, org.apache.cassandra.thrift.InvalidRequestException, org.apache.cassandra.thrift.UnavailableException, org.apache.cassandra.thrift.TimedOutException)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Cassandra.multiget_count_result</h4> <pre>public&nbsp;Cassandra.multiget_count_result(java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;&nbsp;success, <a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a>&nbsp;ire, <a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a>&nbsp;ue, <a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a>&nbsp;te)</pre> </li> </ul> <a name="Cassandra.multiget_count_result(org.apache.cassandra.thrift.Cassandra.multiget_count_result)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Cassandra.multiget_count_result</h4> <pre>public&nbsp;Cassandra.multiget_count_result(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;other)</pre> <div class="block">Performs a deep copy on <i>other</i>.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="deepCopy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deepCopy</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;deepCopy()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>deepCopy</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="clear()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clear</h4> <pre>public&nbsp;void&nbsp;clear()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>clear</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="getSuccessSize()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSuccessSize</h4> <pre>public&nbsp;int&nbsp;getSuccessSize()</pre> </li> </ul> <a name="putToSuccess(java.nio.ByteBuffer, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>putToSuccess</h4> <pre>public&nbsp;void&nbsp;putToSuccess(java.nio.ByteBuffer&nbsp;key, int&nbsp;val)</pre> </li> </ul> <a name="getSuccess()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSuccess</h4> <pre>public&nbsp;java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;&nbsp;getSuccess()</pre> </li> </ul> <a name="setSuccess(java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSuccess</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;setSuccess(java.util.Map&lt;java.nio.ByteBuffer,java.lang.Integer&gt;&nbsp;success)</pre> </li> </ul> <a name="unsetSuccess()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unsetSuccess</h4> <pre>public&nbsp;void&nbsp;unsetSuccess()</pre> </li> </ul> <a name="isSetSuccess()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSetSuccess</h4> <pre>public&nbsp;boolean&nbsp;isSetSuccess()</pre> <div class="block">Returns true if field success is set (has been assigned a value) and false otherwise</div> </li> </ul> <a name="setSuccessIsSet(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSuccessIsSet</h4> <pre>public&nbsp;void&nbsp;setSuccessIsSet(boolean&nbsp;value)</pre> </li> </ul> <a name="getIre()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIre</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a>&nbsp;getIre()</pre> </li> </ul> <a name="setIre(org.apache.cassandra.thrift.InvalidRequestException)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIre</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;setIre(<a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a>&nbsp;ire)</pre> </li> </ul> <a name="unsetIre()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unsetIre</h4> <pre>public&nbsp;void&nbsp;unsetIre()</pre> </li> </ul> <a name="isSetIre()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSetIre</h4> <pre>public&nbsp;boolean&nbsp;isSetIre()</pre> <div class="block">Returns true if field ire is set (has been assigned a value) and false otherwise</div> </li> </ul> <a name="setIreIsSet(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIreIsSet</h4> <pre>public&nbsp;void&nbsp;setIreIsSet(boolean&nbsp;value)</pre> </li> </ul> <a name="getUe()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getUe</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a>&nbsp;getUe()</pre> </li> </ul> <a name="setUe(org.apache.cassandra.thrift.UnavailableException)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setUe</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;setUe(<a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a>&nbsp;ue)</pre> </li> </ul> <a name="unsetUe()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unsetUe</h4> <pre>public&nbsp;void&nbsp;unsetUe()</pre> </li> </ul> <a name="isSetUe()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSetUe</h4> <pre>public&nbsp;boolean&nbsp;isSetUe()</pre> <div class="block">Returns true if field ue is set (has been assigned a value) and false otherwise</div> </li> </ul> <a name="setUeIsSet(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setUeIsSet</h4> <pre>public&nbsp;void&nbsp;setUeIsSet(boolean&nbsp;value)</pre> </li> </ul> <a name="getTe()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTe</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a>&nbsp;getTe()</pre> </li> </ul> <a name="setTe(org.apache.cassandra.thrift.TimedOutException)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTe</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;setTe(<a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a>&nbsp;te)</pre> </li> </ul> <a name="unsetTe()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unsetTe</h4> <pre>public&nbsp;void&nbsp;unsetTe()</pre> </li> </ul> <a name="isSetTe()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSetTe</h4> <pre>public&nbsp;boolean&nbsp;isSetTe()</pre> <div class="block">Returns true if field te is set (has been assigned a value) and false otherwise</div> </li> </ul> <a name="setTeIsSet(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTeIsSet</h4> <pre>public&nbsp;void&nbsp;setTeIsSet(boolean&nbsp;value)</pre> </li> </ul> <a name="setFieldValue(org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setFieldValue</h4> <pre>public&nbsp;void&nbsp;setFieldValue(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;field, java.lang.Object&nbsp;value)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>setFieldValue</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="getFieldValue(org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFieldValue</h4> <pre>public&nbsp;java.lang.Object&nbsp;getFieldValue(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;field)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getFieldValue</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="isSet(org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isSet</h4> <pre>public&nbsp;boolean&nbsp;isSet(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;field)</pre> <div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>isSet</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;that)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="equals(org.apache.cassandra.thrift.Cassandra.multiget_count_result)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;that)</pre> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="compareTo(org.apache.cassandra.thrift.Cassandra.multiget_count_result)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compareTo</h4> <pre>public&nbsp;int&nbsp;compareTo(<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&nbsp;other)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>compareTo</code>&nbsp;in interface&nbsp;<code>java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>&gt;</code></dd> </dl> </li> </ul> <a name="fieldForId(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fieldForId</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&nbsp;fieldForId(int&nbsp;fieldId)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>fieldForId</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> </dl> </li> </ul> <a name="read(org.apache.thrift.protocol.TProtocol)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>read</h4> <pre>public&nbsp;void&nbsp;read(org.apache.thrift.protocol.TProtocol&nbsp;iprot) throws org.apache.thrift.TException</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>read</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd></dl> </li> </ul> <a name="write(org.apache.thrift.protocol.TProtocol)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>write</h4> <pre>public&nbsp;void&nbsp;write(org.apache.thrift.protocol.TProtocol&nbsp;oprot) throws org.apache.thrift.TException</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>write</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TBase&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" title="class in org.apache.cassandra.thrift">Cassandra.multiget_count_result</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.multiget_count_result._Fields</a>&gt;</code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd></dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="validate()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>validate</h4> <pre>public&nbsp;void&nbsp;validate() throws org.apache.thrift.TException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Cassandra.multiget_count_result.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_args._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.multiget_count_result._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.multiget_count_result.html" target="_top">Frames</a></li> <li><a href="Cassandra.multiget_count_result.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
public/docs/en/1.6.0rc1/phonegap_notification_notification.md.html
csantanapr/cordova-blog
<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width"> <meta name="generator" content="joDoc"> <title>Apache Cordova API Documentation</title> <link rel="stylesheet" type="text/css" href="index.css"> <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)"> <link rel="stylesheet" type="text/css" href="prettify/prettify.css"> </head> <body> <div id="header"> <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1> <small> <select><optgroup label="English" value="en"> <option value="edge">edge</option> <option value="2.9.0rc1">2.9.0rc1</option> <option value="2.9.0">2.9.0</option> <option value="2.8.0">2.8.0</option> <option value="2.7.0rc1">2.7.0rc1</option> <option value="2.7.0">2.7.0</option> <option value="2.6.0rc1">2.6.0rc1</option> <option value="2.6.0">2.6.0</option> <option value="2.5.0rc1">2.5.0rc1</option> <option value="2.5.0">2.5.0</option> <option value="2.4.0rc1">2.4.0rc1</option> <option value="2.4.0">2.4.0</option> <option value="2.3.0rc2">2.3.0rc2</option> <option value="2.3.0rc1">2.3.0rc1</option> <option value="2.3.0">2.3.0</option> <option value="2.2.0rc2">2.2.0rc2</option> <option value="2.2.0rc1">2.2.0rc1</option> <option value="2.2.0">2.2.0</option> <option value="2.1.0rc2">2.1.0rc2</option> <option value="2.1.0rc1">2.1.0rc1</option> <option value="2.1.0">2.1.0</option> <option value="2.0.0rc1">2.0.0rc1</option> <option value="2.0.0">2.0.0</option> <option value="1.9.0rc1">1.9.0rc1</option> <option value="1.9.0">1.9.0</option> <option value="1.8.1">1.8.1</option> <option value="1.8.0rc1">1.8.0rc1</option> <option value="1.8.0">1.8.0</option> <option value="1.7.0rc1">1.7.0rc1</option> <option value="1.7.0">1.7.0</option> <option value="1.6.1">1.6.1</option> <option selected value="1.6.0rc1">1.6.0rc1</option> <option value="1.6.0">1.6.0</option> <option value="1.5.0rc1">1.5.0rc1</option> <option value="1.5.0">1.5.0</option> </optgroup> <optgroup label="Japanese" value="jp"> <option value="2.2.0">2.2.0</option> <option value="2.1.0">2.1.0</option> <option value="2.0.0">2.0.0</option> <option value="1.9.0">1.9.0</option> <option value="1.8.1">1.8.1</option> <option value="1.7.0">1.7.0</option> </optgroup> <optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small> </div> <div id="subheader"> <h1>Notification</h1> <small><select><option value="Notification">Notification</option> <option value="Notification_methods">      - Methods</option> <option value="notification.alert">notification.alert</option> <option value="notification.alert_description">      - Description</option> <option value="notification.alert_supported_platforms">      - Supported Platforms</option> <option value="notification.alert_quick_example">      - Quick Example</option> <option value="notification.alert_full_example">      - Full Example</option> <option value="notification.alert_windows_phone_7_quirks">      - Windows Phone 7 Quirks</option> <option value="notification.confirm">notification.confirm</option> <option value="notification.confirm_description">      - Description</option> <option value="notification.confirm_supported_platforms">      - Supported Platforms</option> <option value="notification.confirm_quick_example">      - Quick Example</option> <option value="notification.confirm_full_example">      - Full Example</option> <option value="notification.confirm_windows_phone_7_quirks">      - Windows Phone 7 Quirks</option> <option value="notification.beep">notification.beep</option> <option value="notification.beep_supported_platforms">      - Supported Platforms</option> <option value="notification.beep_quick_example">      - Quick Example</option> <option value="notification.beep_full_example">      - Full Example</option> <option value="notification.beep_android_quirks">      - Android Quirks</option> <option value="notification.beep_iphone_quirks">      - iPhone Quirks</option> <option value="notification.beep_windows_phone_7_quirks">      - Windows Phone 7 Quirks</option> <option value="notification.vibrate">notification.vibrate</option> <option value="notification.vibrate_supported_platforms">      - Supported Platforms</option> <option value="notification.vibrate_quick_example">      - Quick Example</option> <option value="notification.vibrate_full_example">      - Full Example</option> <option value="notification.vibrate_iphone_quirks">      - iPhone Quirks</option></select></small> </div> <div id="sidebar"> <div class="vertical_divider"></div> <h1>API Reference</h1> <ul> <li><a href="phonegap_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li> <li><a href="phonegap_camera_camera.md.html#Camera">Camera</a></li> <li><a href="phonegap_media_capture_capture.md.html#Capture">Capture</a></li> <li><a href="phonegap_compass_compass.md.html#Compass">Compass</a></li> <li><a href="phonegap_connection_connection.md.html#Connection">Connection</a></li> <li><a href="phonegap_contacts_contacts.md.html#Contacts">Contacts</a></li> <li><a href="phonegap_device_device.md.html#Device">Device</a></li> <li><a href="phonegap_events_events.md.html#Events">Events</a></li> <li><a href="phonegap_file_file.md.html#File">File</a></li> <li><a href="phonegap_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li> <li><a href="phonegap_media_media.md.html#Media">Media</a></li> <li><a href="phonegap_notification_notification.md.html#Notification">Notification</a></li> <li><a href="phonegap_storage_storage.md.html#Storage">Storage</a></li> </ul> <h1>Guides</h1> <ul> <li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li> <li><a href="_index.html">Keyword Index</a></li> </ul> </div> <div id="scrollable"> <div id="content"> <h1><a name="Notification">Notification</a></h1> <blockquote> <p>Visual, audible, and tactile device notifications.</p> </blockquote> <h2> <a name="Notification_methods">Methods</a> </h2> <ul> <li><a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a></li> <li><a href="phonegap_notification_notification.md.html#notification.confirm">notification.confirm</a></li> <li><a href="phonegap_notification_notification.md.html#notification.beep">notification.beep</a></li> <li><a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a></li> </ul> <hr> <h1><a name="notification.alert">notification.alert</a></h1> <p>Shows a custom alert or dialog box.</p> <pre class="prettyprint"><code>navigator.<a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a>(message, alertCallback, [title], [buttonName]) </code></pre> <ul> <li> <strong>message:</strong> Dialog message (<code>String</code>)</li> <li> <strong>alertCallback:</strong> Callback to invoke when alert dialog is dismissed. (<code>Function</code>)</li> <li> <strong>title:</strong> Dialog title (<code>String</code>) (Optional, Default: "Alert")</li> <li> <strong>buttonName:</strong> Button name (<code>String</code>) (Optional, Default: "OK")</li> </ul> <h2> <a name="notification.alert_description">Description</a> </h2> <p>Most Cordova implementations use a native dialog box for this feature. However, some platforms simply use the browser's <code>alert</code> function, which is typically less customizable.</p> <h2> <a name="notification.alert_supported_platforms">Supported Platforms</a> </h2> <ul> <li>Android</li> <li>BlackBerry (OS 4.6)</li> <li>BlackBerry WebWorks (OS 5.0 and higher)</li> <li>iPhone</li> <li>Windows Phone 7 ( Mango )</li> </ul> <h2> <a name="notification.alert_quick_example">Quick Example</a> </h2> <pre class="prettyprint"><code>// Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone // function alertDismissed() { // do something } navigator.<a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a>( 'You are the winner!', // message alertDismissed, // callback 'Game Over', // title 'Done' // buttonName ); // BlackBerry (OS 4.6) / webOS // navigator.<a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a>('You are the winner!'); </code></pre> <h2> <a name="notification.alert_full_example">Full Example</a> </h2> <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;<a href="phonegap_notification_notification.md.html#Notification">Notification</a> Example&lt;/title&gt; &lt;script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt; // Wait for Cordova to load // document.addEventListener("<a href="phonegap_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false); // Cordova is ready // function onDeviceReady() { // Empty } // alert dialog dismissed function alertDismissed() { // do something } // Show a custom alert // function showAlert() { navigator.<a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a>( 'You are the winner!', // message alertDismissed, // callback 'Game Over', // title 'Done' // buttonName ); } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;p&gt;&lt;a href="#" onclick="showAlert(); return false;"&gt;Show Alert&lt;/a&gt;&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <h2> <a name="notification.alert_windows_phone_7_quirks">Windows Phone 7 Quirks</a> </h2> <ul> <li>Ignores button names, always uses 'OK'</li> </ul> <hr> <h1><a name="notification.confirm">notification.confirm</a></h1> <p>Shows a customizable confirmation dialog box.</p> <pre class="prettyprint"><code>navigator.<a href="phonegap_notification_notification.md.html#notification.confirm">notification.confirm</a>(message, confirmCallback, [title], [buttonLabels]) </code></pre> <ul> <li> <strong>message:</strong> Dialog message (<code>String</code>)</li> <li> <strong>confirmCallback:</strong> - Callback to invoke with index of button pressed (1, 2 or 3). (<code>Number</code>)</li> <li> <strong>title:</strong> Dialog title (<code>String</code>) (Optional, Default: "Confirm")</li> <li> <strong>buttonLabels:</strong> Comma separated string with button labels (<code>String</code>) (Optional, Default: "OK,Cancel")</li> </ul> <h2> <a name="notification.confirm_description">Description</a> </h2> <p>Function <code><a href="phonegap_notification_notification.md.html#notification.confirm">notification.confirm</a></code> displays a native dialog box that is more customizable than the browser's <code>confirm</code> function.</p> <h2> <a name="notification.confirm_supported_platforms">Supported Platforms</a> </h2> <ul> <li>Android</li> <li>BlackBerry WebWorks (OS 5.0 and higher)</li> <li>iPhone</li> <li>Windows Phone 7 ( Mango )</li> </ul> <h2> <a name="notification.confirm_quick_example">Quick Example</a> </h2> <pre class="prettyprint"><code>// process the confirmation dialog result function onConfirm(button) { alert('You selected button ' + button); } // Show a custom confirmation dialog // function showConfirm() { navigator.<a href="phonegap_notification_notification.md.html#notification.confirm">notification.confirm</a>( 'You are the winner!', // message onConfirm, // callback to invoke with index of button pressed 'Game Over', // title 'Restart,Exit' // buttonLabels ); } </code></pre> <h2> <a name="notification.confirm_full_example">Full Example</a> </h2> <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;<a href="phonegap_notification_notification.md.html#Notification">Notification</a> Example&lt;/title&gt; &lt;script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt; // Wait for Cordova to load // document.addEventListener("<a href="phonegap_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false); // Cordova is ready // function onDeviceReady() { // Empty } // process the confirmation dialog result function onConfirm(button) { alert('You selected button ' + button); } // Show a custom confirmation dialog // function showConfirm() { navigator.<a href="phonegap_notification_notification.md.html#notification.confirm">notification.confirm</a>( 'You are the winner!', // message onConfirm, // callback to invoke with index of button pressed 'Game Over', // title 'Restart,Exit' // buttonLabels ); } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;p&gt;&lt;a href="#" onclick="showConfirm(); return false;"&gt;Show Confirm&lt;/a&gt;&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <h2> <a name="notification.confirm_windows_phone_7_quirks">Windows Phone 7 Quirks</a> </h2> <ul> <li>Ignores button names, always 'OK|Cancel'</li> </ul> <hr> <h1><a name="notification.beep">notification.beep</a></h1> <p>The device will play a beep sound.</p> <pre class="prettyprint"><code>navigator.<a href="phonegap_notification_notification.md.html#notification.beep">notification.beep</a>(times); </code></pre> <ul> <li> <strong>times:</strong> The number of times to repeat the beep (<code>Number</code>)</li> </ul> <h2> <a name="notification.beep_supported_platforms">Supported Platforms</a> </h2> <ul> <li>Android</li> <li>BlackBerry (OS 4.6)</li> <li>BlackBerry WebWorks (OS 5.0 and higher)</li> <li>iPhone</li> <li>Windows Phone 7 ( Mango )</li> </ul> <h2> <a name="notification.beep_quick_example">Quick Example</a> </h2> <pre class="prettyprint"><code>// Beep twice! navigator.<a href="phonegap_notification_notification.md.html#notification.beep">notification.beep</a>(2); </code></pre> <h2> <a name="notification.beep_full_example">Full Example</a> </h2> <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;<a href="phonegap_notification_notification.md.html#Notification">Notification</a> Example&lt;/title&gt; &lt;script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt; // Wait for Cordova to load // document.addEventListener("<a href="phonegap_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false); // Cordova is ready // function onDeviceReady() { // Empty } // Show a custom alert // function showAlert() { navigator.<a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a>( 'You are the winner!', // message 'Game Over', // title 'Done' // buttonName ); } // Beep three times // function playBeep() { navigator.<a href="phonegap_notification_notification.md.html#notification.beep">notification.beep</a>(3); } // Vibrate for 2 seconds // function vibrate() { navigator.<a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(2000); } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;p&gt;&lt;a href="#" onclick="showAlert(); return false;"&gt;Show Alert&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="#" onclick="playBeep(); return false;"&gt;Play Beep&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="#" onclick="vibrate(); return false;"&gt;Vibrate&lt;/a&gt;&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <h2> <a name="notification.beep_android_quirks">Android Quirks</a> </h2> <ul> <li>Android plays the default "<a href="phonegap_notification_notification.md.html#Notification">Notification</a> ringtone" specified under the "Settings/Sound &amp; Display" panel.</li> </ul> <h2> <a name="notification.beep_iphone_quirks">iPhone Quirks</a> </h2> <ul> <li>Ignores the beep count argument.</li> <li>There is no native beep API for iPhone. <ul> <li>Cordova implements beep by playing an audio file via the media API.</li> <li>The user must provide a file with the desired beep tone.</li> <li>This file must be less than 30 seconds long, located in the www/ root, and must be named <code>beep.wav</code>.</li> </ul> </li> </ul> <h2> <a name="notification.beep_windows_phone_7_quirks">Windows Phone 7 Quirks</a> </h2> <ul> <li>WP7 Cordova lib includes a generic beep file that is used.</li> </ul> <hr> <h1><a name="notification.vibrate">notification.vibrate</a></h1> <p>Vibrates the device for the specified amount of time.</p> <pre class="prettyprint"><code>navigator.<a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(milliseconds) </code></pre> <ul> <li> <strong>time:</strong> Milliseconds to vibrate the device. 1000 milliseconds equals 1 second (<code>Number</code>)</li> </ul> <h2> <a name="notification.vibrate_supported_platforms">Supported Platforms</a> </h2> <ul> <li>Android</li> <li>BlackBerry (OS 4.6)</li> <li>BlackBerry WebWorks (OS 5.0 and higher)</li> <li>iPhone</li> <li>Windows Phone 7</li> </ul> <h2> <a name="notification.vibrate_quick_example">Quick Example</a> </h2> <pre class="prettyprint"><code>// Vibrate for 2.5 seconds // navigator.<a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(2500); </code></pre> <h2> <a name="notification.vibrate_full_example">Full Example</a> </h2> <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;<a href="phonegap_notification_notification.md.html#Notification">Notification</a> Example&lt;/title&gt; &lt;script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt; // Wait for Cordova to load // document.addEventListener("<a href="phonegap_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false); // Cordova is ready // function onDeviceReady() { // Empty } // Show a custom alert // function showAlert() { navigator.<a href="phonegap_notification_notification.md.html#notification.alert">notification.alert</a>( 'You are the winner!', // message 'Game Over', // title 'Done' // buttonName ); } // Beep three times // function playBeep() { navigator.<a href="phonegap_notification_notification.md.html#notification.beep">notification.beep</a>(3); } // Vibrate for 2 seconds // function vibrate() { navigator.<a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(2000); } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;p&gt;&lt;a href="#" onclick="showAlert(); return false;"&gt;Show Alert&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="#" onclick="playBeep(); return false;"&gt;Play Beep&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="#" onclick="vibrate(); return false;"&gt;Vibrate&lt;/a&gt;&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <h2> <a name="notification.vibrate_iphone_quirks">iPhone Quirks</a> </h2> <ul> <li> <p><strong>time:</strong> Ignores the time and vibrates for a pre-set amount of time.</p> <pre class="prettyprint"><code>navigator.<a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(); navigator.<a href="phonegap_notification_notification.md.html#notification.vibrate">notification.vibrate</a>(2500); // 2500 is ignored </code></pre> </li> </ul> </div> </div> <!-- Functionality and Syntax Highlighting --> <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script> </body> </html>
help/3-13.html
dongnanyanhai/fnx103
<!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>多站点及分站配置</title> <style type="text/css"> *{word-break:break-all;font-family:arial,\5b8b\4f53,sans-serif;} body{color:#000000;font-size:14px;margin:0;overflow-x:hidden;} input,textarea,select,button,td{font-size:14px;} img{border:none;} a:link,a:visited,a:active{text-decoration:underline;color:#136EC2} a:hover{text-decoration:none;} .head {border-bottom:#CCCCCC 1px solid;text-align:center;padding:15px;margin:0 10px 0 10px;font-family:黑体;font-size:20px;} .text {padding:10px 20px 10px 20px;line-height:150%;} .foot {background:#FAFAFA;padding:15px;font-size:12px;} .dsn {display:none;} .f1 {color:#015D90;padding:0 5px 0 5px;} .f2 {color:#FF0000;} .code {font-family:Fixedsys,verdana;color:blue;font-size:12px;border:#CAD9EA 1px dotted;padding:5px 10px 5px 10px;background:#F9FCFF;} </style> </head> <body> <div class="head">多站点及分站配置</div> <div class="text"> <p><strong>一、视频教程链接</strong><br /> </p> 1、多站点:<a href="javascript:if(confirm(%27http://bbs.finecms.net/forum.php?mod=viewthread&tid=994&extra=page%3D1 \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?%27))window.location=%27http://bbs.finecms.net/forum.php?mod=viewthread&tid=994&extra=page%3D1%27" tppabs="http://bbs.finecms.net/forum.php?mod=viewthread&tid=994&extra=page%3D1" target="_blank">http://bbs.finecms.net/forum.php?mod=viewthread&tid=994&extra=page%3D1</a> <br /> 2、分站:<a href="javascript:if(confirm(%27http://bbs.finecms.net/forum.php?mod=viewthread&tid=940&extra=page%3D1 \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?%27))window.location=%27http://bbs.finecms.net/forum.php?mod=viewthread&tid=940&extra=page%3D1%27" tppabs="http://bbs.finecms.net/forum.php?mod=viewthread&tid=940&extra=page%3D1" target="_blank">http://bbs.finecms.net/forum.php?mod=viewthread&tid=940&extra=page%3D1</a> <br /> <p><strong>二、多站点功能介绍</strong><br /></p> 多站点采用域名匹配方式,不同的域名绑定不同的站点,站点间内容相互独立,可增强负载能力<br /><br /> 1、独立站点<br /> 栏目、内容模型及表单模型相互独立,每个站点需要重新创建栏目及模型 <br /><br />2、继承站点<br /> 栏目、内容模型及表单模型继承“被继承的站点”(如地区分站,各个站的栏目都一样),由于该类型站的栏目都一致,因此栏目不能生成静态 <br /><p><strong>三、模板数据调用</strong><br /> </p> 1、循环多站点的名称 <p class="code"> {loop $sites $site_id=>$config}<br /> 站点id:$site_id<br /> 站点地址:$config['URL']<br /> 站点名称:$config['SITE_NAME']<br /> .... 打印下$config就明白了<br /> (说明:当前站点id是变量{$siteid},当前站点高亮显示可以用到它)<br /> {/loop}<br /> </p> 2、调用多站点内容数据 <p class="code"> {list site=2 num=10} //调用站点2的所有内容<br /> .... <br /> {/list}<br /> </p> </div> <div class="foot"><span style="float:right;"><a href="main.html" tppabs="http://www.dayrui.net/help/main.html">文档首页</a>&nbsp; | &nbsp;<a href="javascript:window.scrollTo(0,0);">返回顶部</a></span></div> <br /> </body> </html>
appliance/com.datascilab.core.codeGenerator/doc/_html/api/freemarker/core/package-use.html
vicre/dsl-appliance
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_20) on Sun Oct 12 20:53:28 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package freemarker.core (FreeMarker 2.3.21 API)</title> <meta name="date" content="2014-10-12"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package freemarker.core (FreeMarker 2.3.21 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?freemarker/core/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package freemarker.core" class="title">Uses of Package<br>freemarker.core</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../freemarker/core/package-summary.html">freemarker.core</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#freemarker.cache">freemarker.cache</a></td> <td class="colLast"> <div class="block">Template <em>loading</em> and caching.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#freemarker.core">freemarker.core</a></td> <td class="colLast"> <div class="block">The seldom used or advanced parts of the fundamental FreeMarker API, compared to <a href="../../freemarker/template/package-summary.html"><code>freemarker.template</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#freemarker.ext.servlet">freemarker.ext.servlet</a></td> <td class="colLast"> <div class="block">Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see <a href="http://freemarker.org/docs/pgui_misc_servlet.html" target="_blank">in the Manual</a>).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#freemarker.template">freemarker.template</a></td> <td class="colLast"> <div class="block"><b>The fundamental, most commonly used API-s of FreeMarker;</b> start with <a href="../../freemarker/template/Configuration.html" title="class in freemarker.template"><code>Configuration</code></a> (also see <a href="http://freemarker.org/docs/pgui_quickstart.html" target="_blank">Getting Stared</a> in the Manual.)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#freemarker.template.utility">freemarker.template.utility</a></td> <td class="colLast"> <div class="block">Various classes used by core FreeMarker code but might be useful outside of it too.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="freemarker.cache"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../freemarker/core/package-summary.html">freemarker.core</a> used by <a href="../../freemarker/cache/package-summary.html">freemarker.cache</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Environment.html#freemarker.cache">Environment</a> <div class="block">Object that represents the runtime environment during template processing.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="freemarker.core"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../freemarker/core/package-summary.html">freemarker.core</a> used by <a href="../../freemarker/core/package-summary.html">freemarker.core</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/ArithmeticEngine.html#freemarker.core">ArithmeticEngine</a> <div class="block">Class to perform arithmetic operations.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../freemarker/core/class-use/ArithmeticEngine.BigDecimalEngine.html#freemarker.core">ArithmeticEngine.BigDecimalEngine</a> <div class="block">This is the default arithmetic engine in FreeMarker.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/ArithmeticEngine.ConservativeEngine.html#freemarker.core">ArithmeticEngine.ConservativeEngine</a> <div class="block">An arithmetic engine that conservatively widens the operation arguments to extent that they can hold the result of the operation.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Configurable.html#freemarker.core">Configurable</a> <div class="block">This is a common superclass of <a href="../../freemarker/template/Configuration.html" title="class in freemarker.template"><code>Configuration</code></a>, <a href="../../freemarker/template/Template.html" title="class in freemarker.template"><code>Template</code></a>, and <a href="../../freemarker/core/Environment.html" title="class in freemarker.core"><code>Environment</code></a> classes.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Environment.html#freemarker.core">Environment</a> <div class="block">Object that represents the runtime environment during template processing.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Environment.Namespace.html#freemarker.core">Environment.Namespace</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/ParseException.html#freemarker.core">ParseException</a> <div class="block">Parsing-time exception in a template (as opposed to a runtime exception, a <a href="../../freemarker/template/TemplateException.html" title="class in freemarker.template"><code>TemplateException</code></a>).</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../freemarker/core/class-use/TemplateClassResolver.html#freemarker.core">TemplateClassResolver</a> <div class="block">Used by built-ins and other template language features that get a class based on a string.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/UnexpectedTypeException.html#freemarker.core">UnexpectedTypeException</a> <div class="block">The type of a value differs from what was expected.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="freemarker.ext.servlet"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../freemarker/core/package-summary.html">freemarker.core</a> used by <a href="../../freemarker/ext/servlet/package-summary.html">freemarker.ext.servlet</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Environment.html#freemarker.ext.servlet">Environment</a> <div class="block">Object that represents the runtime environment during template processing.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="freemarker.template"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../freemarker/core/package-summary.html">freemarker.core</a> used by <a href="../../freemarker/template/package-summary.html">freemarker.template</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Configurable.html#freemarker.template">Configurable</a> <div class="block">This is a common superclass of <a href="../../freemarker/template/Configuration.html" title="class in freemarker.template"><code>Configuration</code></a>, <a href="../../freemarker/template/Template.html" title="class in freemarker.template"><code>Template</code></a>, and <a href="../../freemarker/core/Environment.html" title="class in freemarker.core"><code>Environment</code></a> classes.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Environment.html#freemarker.template">Environment</a> <div class="block">Object that represents the runtime environment during template processing.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/ParseException.html#freemarker.template">ParseException</a> <div class="block">Parsing-time exception in a template (as opposed to a runtime exception, a <a href="../../freemarker/template/TemplateException.html" title="class in freemarker.template"><code>TemplateException</code></a>).</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="freemarker.template.utility"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../freemarker/core/package-summary.html">freemarker.core</a> used by <a href="../../freemarker/template/utility/package-summary.html">freemarker.template.utility</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../freemarker/core/class-use/Environment.html#freemarker.template.utility">Environment</a> <div class="block">Object that represents the runtime environment during template processing.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../freemarker/core/class-use/ParseException.html#freemarker.template.utility">ParseException</a> <div class="block">Parsing-time exception in a template (as opposed to a runtime exception, a <a href="../../freemarker/template/TemplateException.html" title="class in freemarker.template"><code>TemplateException</code></a>).</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?freemarker/core/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
multumesc/src/web/Z9eme4V0yKw48Szrwy88/index.html
bocse/multumesc.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>SB Admin 2 - Bootstrap Admin Theme</title> <!-- Bootstrap Core CSS --> <link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- MetisMenu CSS --> <link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet"> <!-- Timeline CSS --> <link href="../dist/css/timeline.css" rel="stylesheet"> <!-- Custom CSS --> <link href="../dist/css/sb-admin-2.css" rel="stylesheet"> <!-- Morris Charts CSS --> <link href="../bower_components/morrisjs/morris.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <!-- Navigation --> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">SB Admin v2.0</a> </div> <!-- /.navbar-header --> <ul class="nav navbar-top-links navbar-right"> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-messages"> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <strong>John Smith</strong> <span class="pull-right text-muted"> <em>Yesterday</em> </span> </div> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>Read All Messages</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-messages --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-tasks"> <li> <a href="#"> <div> <p> <strong>Task 1</strong> <span class="pull-right text-muted">40% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> <span class="sr-only">40% Complete (success)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 2</strong> <span class="pull-right text-muted">20% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%"> <span class="sr-only">20% Complete</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 3</strong> <span class="pull-right text-muted">60% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> <span class="sr-only">60% Complete (warning)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <p> <strong>Task 4</strong> <span class="pull-right text-muted">80% Complete</span> </p> <div class="progress progress-striped active"> <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"> <span class="sr-only">80% Complete (danger)</span> </div> </div> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>See All Tasks</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-tasks --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="#"> <div> <i class="fa fa-comment fa-fw"></i> New Comment <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-envelope fa-fw"></i> Message Sent <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-tasks fa-fw"></i> New Task <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="#"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a class="text-center" href="#"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </li> </ul> <!-- /.dropdown-alerts --> </li> <!-- /.dropdown --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a> </li> <li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a> </li> <li class="divider"></li> <li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a> </li> </ul> <!-- /.dropdown-user --> </li> <!-- /.dropdown --> </ul> <!-- /.navbar-top-links --> <div class="navbar-default sidebar" role="navigation"> <div class="sidebar-nav navbar-collapse"> <ul class="nav" id="side-menu"> <li class="sidebar-search"> <div class="input-group custom-search-form"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button class="btn btn-default" type="button"> <i class="fa fa-search"></i> </button> </span> </div> <!-- /input-group --> </li> <li> <a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a> </li> <li> <a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="flot.html">Flot Charts</a> </li> <li> <a href="morris.html">Morris.js Charts</a> </li> </ul> <!-- /.nav-second-level --> </li> <li> <a href="../tables.html"><i class="fa fa-table fa-fw"></i> Tables</a> </li> <li> <a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a> </li> <li> <a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="panels-wells.html">Panels and Wells</a> </li> <li> <a href="buttons.html">Buttons</a> </li> <li> <a href="notifications.html">Notifications</a> </li> <li> <a href="typography.html">Typography</a> </li> <li> <a href="icons.html"> Icons</a> </li> <li> <a href="grid.html">Grid</a> </li> </ul> <!-- /.nav-second-level --> </li> <li> <a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="#">Second Level Item</a> </li> <li> <a href="#">Second Level Item</a> </li> <li> <a href="#">Third Level <span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> </ul> <!-- /.nav-third-level --> </li> </ul> <!-- /.nav-second-level --> </li> <li> <a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li> <a href="blank.html">Blank Page</a> </li> <li> <a href="login.html">Login Page</a> </li> </ul> <!-- /.nav-second-level --> </li> </ul> </div> <!-- /.sidebar-collapse --> </div> <!-- /.navbar-static-side --> </nav> <div id="page-wrapper"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Dashboard</h1> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <div class="row"> <div class="col-lg-3 col-md-6"> <div class="panel panel-primary"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-comments fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">26</div> <div>New Comments!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> <div class="col-lg-3 col-md-6"> <div class="panel panel-green"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-tasks fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">12</div> <div>New Tasks!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> <div class="col-lg-3 col-md-6"> <div class="panel panel-yellow"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-shopping-cart fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">124</div> <div>New Orders!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> <div class="col-lg-3 col-md-6"> <div class="panel panel-red"> <div class="panel-heading"> <div class="row"> <div class="col-xs-3"> <i class="fa fa-support fa-5x"></i> </div> <div class="col-xs-9 text-right"> <div class="huge">13</div> <div>Support Tickets!</div> </div> </div> </div> <a href="#"> <div class="panel-footer"> <span class="pull-left">View Details</span> <span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span> <div class="clearfix"></div> </div> </a> </div> </div> </div> <!-- /.row --> <div class="row"> <div class="col-lg-8"> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bar-chart-o fa-fw"></i> Area Chart Example <div class="pull-right"> <div class="btn-group"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> Actions <span class="caret"></span> </button> <ul class="dropdown-menu pull-right" role="menu"> <li><a href="#">Action</a> </li> <li><a href="#">Another action</a> </li> <li><a href="#">Something else here</a> </li> <li class="divider"></li> <li><a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- /.panel-heading --> <div class="panel-body"> <div id="morris-area-chart"></div> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bar-chart-o fa-fw"></i> Bar Chart Example <div class="pull-right"> <div class="btn-group"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> Actions <span class="caret"></span> </button> <ul class="dropdown-menu pull-right" role="menu"> <li><a href="#">Action</a> </li> <li><a href="#">Another action</a> </li> <li><a href="#">Something else here</a> </li> <li class="divider"></li> <li><a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="row"> <div class="col-lg-4"> <div class="table-responsive"> <table class="table table-bordered table-hover table-striped"> <thead> <tr> <th>#</th> <th>Date</th> <th>Time</th> <th>Amount</th> </tr> </thead> <tbody> <tr> <td>3326</td> <td>10/21/2013</td> <td>3:29 PM</td> <td>$321.33</td> </tr> <tr> <td>3325</td> <td>10/21/2013</td> <td>3:20 PM</td> <td>$234.34</td> </tr> <tr> <td>3324</td> <td>10/21/2013</td> <td>3:03 PM</td> <td>$724.17</td> </tr> <tr> <td>3323</td> <td>10/21/2013</td> <td>3:00 PM</td> <td>$23.71</td> </tr> <tr> <td>3322</td> <td>10/21/2013</td> <td>2:49 PM</td> <td>$8345.23</td> </tr> <tr> <td>3321</td> <td>10/21/2013</td> <td>2:23 PM</td> <td>$245.12</td> </tr> <tr> <td>3320</td> <td>10/21/2013</td> <td>2:15 PM</td> <td>$5663.54</td> </tr> <tr> <td>3319</td> <td>10/21/2013</td> <td>2:13 PM</td> <td>$943.45</td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> <!-- /.col-lg-4 (nested) --> <div class="col-lg-8"> <div id="morris-bar-chart"></div> </div> <!-- /.col-lg-8 (nested) --> </div> <!-- /.row --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-clock-o fa-fw"></i> Responsive Timeline </div> <!-- /.panel-heading --> <div class="panel-body"> <ul class="timeline"> <li> <div class="timeline-badge"><i class="fa fa-check"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> <p><small class="text-muted"><i class="fa fa-clock-o"></i> 11 hours ago via Twitter</small> </p> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Libero laboriosam dolor perspiciatis omnis exercitationem. Beatae, officia pariatur? Est cum veniam excepturi. Maiores praesentium, porro voluptas suscipit facere rem dicta, debitis.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-badge warning"><i class="fa fa-credit-card"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Autem dolorem quibusdam, tenetur commodi provident cumque magni voluptatem libero, quis rerum. Fugiat esse debitis optio, tempore. Animi officiis alias, officia repellendus.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium maiores odit qui est tempora eos, nostrum provident explicabo dignissimos debitis vel! Adipisci eius voluptates, ad aut recusandae minus eaque facere.</p> </div> </div> </li> <li> <div class="timeline-badge danger"><i class="fa fa-bomb"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus numquam facilis enim eaque, tenetur nam id qui vel velit similique nihil iure molestias aliquam, voluptatem totam quaerat, magni commodi quisquam.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates est quaerat asperiores sapiente, eligendi, nihil. Itaque quos, alias sapiente rerum quas odit! Aperiam officiis quidem delectus libero, omnis ut debitis!</p> </div> </div> </li> <li> <div class="timeline-badge info"><i class="fa fa-save"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis minus modi quam ipsum alias at est molestiae excepturi delectus nesciunt, quibusdam debitis amet, beatae consequuntur impedit nulla qui! Laborum, atque.</p> <hr> <div class="btn-group"> <button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-gear"></i> <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Action</a> </li> <li><a href="#">Another action</a> </li> <li><a href="#">Something else here</a> </li> <li class="divider"></li> <li><a href="#">Separated link</a> </li> </ul> </div> </div> </div> </li> <li> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi fuga odio quibusdam. Iure expedita, incidunt unde quis nam! Quod, quisquam. Officia quam qui adipisci quas consequuntur nostrum sequi. Consequuntur, commodi.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-badge success"><i class="fa fa-graduation-cap"></i> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4 class="timeline-title">Lorem ipsum dolor</h4> </div> <div class="timeline-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt obcaecati, quaerat tempore officia voluptas debitis consectetur culpa amet, accusamus dolorum fugiat, animi dicta aperiam, enim incidunt quisquam maxime neque eaque.</p> </div> </div> </li> </ul> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-8 --> <div class="col-lg-4"> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bell fa-fw"></i> Notifications Panel </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="list-group"> <a href="#" class="list-group-item"> <i class="fa fa-comment fa-fw"></i> New Comment <span class="pull-right text-muted small"><em>4 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small"><em>12 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-envelope fa-fw"></i> Message Sent <span class="pull-right text-muted small"><em>27 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-tasks fa-fw"></i> New Task <span class="pull-right text-muted small"><em>43 minutes ago</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small"><em>11:32 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-bolt fa-fw"></i> Server Crashed! <span class="pull-right text-muted small"><em>11:13 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-warning fa-fw"></i> Server Not Responding <span class="pull-right text-muted small"><em>10:57 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-shopping-cart fa-fw"></i> New Order Placed <span class="pull-right text-muted small"><em>9:49 AM</em> </span> </a> <a href="#" class="list-group-item"> <i class="fa fa-money fa-fw"></i> Payment Received <span class="pull-right text-muted small"><em>Yesterday</em> </span> </a> </div> <!-- /.list-group --> <a href="#" class="btn btn-default btn-block">View All Alerts</a> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-bar-chart-o fa-fw"></i> Donut Chart Example </div> <div class="panel-body"> <div id="morris-donut-chart"></div> <a href="#" class="btn btn-default btn-block">View Details</a> </div> <!-- /.panel-body --> </div> <!-- /.panel --> <div class="chat-panel panel panel-default"> <div class="panel-heading"> <i class="fa fa-comments fa-fw"></i> Chat <div class="btn-group pull-right"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-chevron-down"></i> </button> <ul class="dropdown-menu slidedown"> <li> <a href="#"> <i class="fa fa-refresh fa-fw"></i> Refresh </a> </li> <li> <a href="#"> <i class="fa fa-check-circle fa-fw"></i> Available </a> </li> <li> <a href="#"> <i class="fa fa-times fa-fw"></i> Busy </a> </li> <li> <a href="#"> <i class="fa fa-clock-o fa-fw"></i> Away </a> </li> <li class="divider"></li> <li> <a href="#"> <i class="fa fa-sign-out fa-fw"></i> Sign Out </a> </li> </ul> </div> </div> <!-- /.panel-heading --> <div class="panel-body"> <ul class="chat"> <li class="left clearfix"> <span class="chat-img pull-left"> <img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <strong class="primary-font">Jack Sparrow</strong> <small class="pull-right text-muted"> <i class="fa fa-clock-o fa-fw"></i> 12 mins ago </small> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> <li class="right clearfix"> <span class="chat-img pull-right"> <img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <small class=" text-muted"> <i class="fa fa-clock-o fa-fw"></i> 13 mins ago</small> <strong class="pull-right primary-font">Bhaumik Patel</strong> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> <li class="left clearfix"> <span class="chat-img pull-left"> <img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <strong class="primary-font">Jack Sparrow</strong> <small class="pull-right text-muted"> <i class="fa fa-clock-o fa-fw"></i> 14 mins ago</small> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> <li class="right clearfix"> <span class="chat-img pull-right"> <img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" /> </span> <div class="chat-body clearfix"> <div class="header"> <small class=" text-muted"> <i class="fa fa-clock-o fa-fw"></i> 15 mins ago</small> <strong class="pull-right primary-font">Bhaumik Patel</strong> </div> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales. </p> </div> </li> </ul> </div> <!-- /.panel-body --> <div class="panel-footer"> <div class="input-group"> <input id="btn-input" type="text" class="form-control input-sm" placeholder="Type your message here..." /> <span class="input-group-btn"> <button class="btn btn-warning btn-sm" id="btn-chat"> Send </button> </span> </div> </div> <!-- /.panel-footer --> </div> <!-- /.panel .chat-panel --> </div> <!-- /.col-lg-4 --> </div> <!-- /.row --> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="../bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Metis Menu Plugin JavaScript --> <script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script> <!-- Morris Charts JavaScript --> <script src="../bower_components/raphael/raphael-min.js"></script> <script src="../bower_components/morrisjs/morris.min.js"></script> <script src="../js/morris-data.js"></script> <!-- Custom Theme JavaScript --> <script src="../dist/js/sb-admin-2.js"></script> </body> </html>
share/doc/hadoop-mapreduce1/api/org/apache/hadoop/contrib/failmon/class-use/Continuous.html
ZhangXFeng/hadoop
<!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_75) on Tue May 19 17:15:50 PDT 2015 --> <title>Uses of Class org.apache.hadoop.contrib.failmon.Continuous (Hadoop 2.6.0-mr1-cdh5.4.2 API)</title> <meta name="date" content="2015-05-19"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.contrib.failmon.Continuous (Hadoop 2.6.0-mr1-cdh5.4.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/hadoop/contrib/failmon/Continuous.html" title="class in org.apache.hadoop.contrib.failmon">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/contrib/failmon/class-use/Continuous.html" target="_top">Frames</a></li> <li><a href="Continuous.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.hadoop.contrib.failmon.Continuous" class="title">Uses of Class<br>org.apache.hadoop.contrib.failmon.Continuous</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.contrib.failmon.Continuous</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/hadoop/contrib/failmon/Continuous.html" title="class in org.apache.hadoop.contrib.failmon">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/contrib/failmon/class-use/Continuous.html" target="_top">Frames</a></li> <li><a href="Continuous.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>Copyright &copy; 2009 The Apache Software Foundation</small></p> </body> </html>
2.6.0.Final/apidocs/org/wildfly/swarm/config/resource/adapters/resource_adapter/class-use/ConnectionDefinitionsSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Dec 05 05:02:12 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.resource.adapters.resource_adapter.ConnectionDefinitionsSupplier (BOM: * : All 2.6.0.Final API)</title> <meta name="date" content="2019-12-05"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.resource.adapters.resource_adapter.ConnectionDefinitionsSupplier (BOM: * : All 2.6.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/ConnectionDefinitionsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.6.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/resource/adapters/resource_adapter/class-use/ConnectionDefinitionsSupplier.html" target="_top">Frames</a></li> <li><a href="ConnectionDefinitionsSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.resource.adapters.resource_adapter.ConnectionDefinitionsSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.resource.adapters.resource_adapter.ConnectionDefinitionsSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/ConnectionDefinitionsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">ConnectionDefinitionsSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.resource.adapters">org.wildfly.swarm.config.resource.adapters</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.resource.adapters"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/ConnectionDefinitionsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">ConnectionDefinitionsSupplier</a> in <a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/package-summary.html">org.wildfly.swarm.config.resource.adapters</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/package-summary.html">org.wildfly.swarm.config.resource.adapters</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/ConnectionDefinitionsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">ConnectionDefinitionsSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/ResourceAdapter.html" title="type parameter in ResourceAdapter">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ResourceAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/ResourceAdapter.html#connectionDefinitions-org.wildfly.swarm.config.resource.adapters.resource_adapter.ConnectionDefinitionsSupplier-">connectionDefinitions</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/ConnectionDefinitionsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">ConnectionDefinitionsSupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied ConnectionDefinitions object to the list of subresources</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/resource/adapters/resource_adapter/ConnectionDefinitionsSupplier.html" title="interface in org.wildfly.swarm.config.resource.adapters.resource_adapter">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.6.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/resource/adapters/resource_adapter/class-use/ConnectionDefinitionsSupplier.html" target="_top">Frames</a></li> <li><a href="ConnectionDefinitionsSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
documentation/osgiworlds/uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html
paulswithers/Key-Dates
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Aug 20 14:30:51 BST 2015 --> <TITLE> KeyDateEntryWrapper </TITLE> <META NAME="date" CONTENT="2015-08-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../OpenNTFDominostylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="KeyDateEntryWrapper"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KeyDateEntryWrapper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateDocumentWrapper.html" title="class in uk.co.intec.keyDatesApp.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateViewWrapper.html" title="class in uk.co.intec.keyDatesApp.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="KeyDateEntryWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> uk.co.intec.keyDatesApp.model</FONT> <BR> Class KeyDateEntryWrapper</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/openntf/osgiworlds/model/AbstractViewEntryWrapper.html" title="class in org.openntf.osgiworlds.model">org.openntf.osgiworlds.model.AbstractViewEntryWrapper</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>uk.co.intec.keyDatesApp.model.KeyDateEntryWrapper</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, <A HREF="../../../../../org/openntf/osgiworlds/model/ViewEntryWrapper.html" title="interface in org.openntf.osgiworlds.model">ViewEntryWrapper</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>KeyDateEntryWrapper</B><DT>extends <A HREF="../../../../../org/openntf/osgiworlds/model/AbstractViewEntryWrapper.html" title="class in org.openntf.osgiworlds.model">AbstractViewEntryWrapper</A></DL> </PRE> <P> <DL> <DT><B>Author:</B></DT> <DD>Paul Withers<br/> <br/> Wrapper for Key Date ViewEntry.</DD> <DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#uk.co.intec.keyDatesApp.model.KeyDateEntryWrapper">Serialized Form</A></DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#contact">contact</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#customer">customer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#description">description</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;java.util.Date</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#eventDate">eventDate</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private static&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#serialVersionUID">serialVersionUID</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#title">title</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#KeyDateEntryWrapper()">KeyDateEntryWrapper</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#getContact()">getContact</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter for contact</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#getCustomer()">getCustomer</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter for customer</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#getDescription()">getDescription</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter for description</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Date</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#getEventDate()">getEventDate</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter for eventDate</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#getTitle()">getTitle</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter for title</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#setContact(java.lang.String)">setContact</A></B>(java.lang.String&nbsp;contact)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for contact</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#setCustomer(java.lang.String)">setCustomer</A></B>(java.lang.String&nbsp;customer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for customer</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String&nbsp;description)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for description</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#setEventDate(java.util.Date)">setEventDate</A></B>(java.util.Date&nbsp;eventDate)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for eventDate</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#setTitle(java.lang.String)">setTitle</A></B>(java.lang.String&nbsp;title)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setter for title</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.openntf.osgiworlds.model.AbstractViewEntryWrapper"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.openntf.osgiworlds.model.<A HREF="../../../../../org/openntf/osgiworlds/model/AbstractViewEntryWrapper.html" title="class in org.openntf.osgiworlds.model">AbstractViewEntryWrapper</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/openntf/osgiworlds/model/AbstractViewEntryWrapper.html#getNoteId()">getNoteId</A>, <A HREF="../../../../../org/openntf/osgiworlds/model/AbstractViewEntryWrapper.html#setNoteId(java.lang.String)">setNoteId</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="serialVersionUID"><!-- --></A><H3> serialVersionUID</H3> <PRE> private static final long <B>serialVersionUID</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#uk.co.intec.keyDatesApp.model.KeyDateEntryWrapper.serialVersionUID">Constant Field Values</A></DL> </DL> <HR> <A NAME="eventDate"><!-- --></A><H3> eventDate</H3> <PRE> private java.util.Date <B>eventDate</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="title"><!-- --></A><H3> title</H3> <PRE> private java.lang.String <B>title</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="description"><!-- --></A><H3> description</H3> <PRE> private java.lang.String <B>description</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="customer"><!-- --></A><H3> customer</H3> <PRE> private java.lang.String <B>customer</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="contact"><!-- --></A><H3> contact</H3> <PRE> private java.lang.String <B>contact</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="KeyDateEntryWrapper()"><!-- --></A><H3> KeyDateEntryWrapper</H3> <PRE> public <B>KeyDateEntryWrapper</B>()</PRE> <DL> <DD>Constructor <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getEventDate()"><!-- --></A><H3> getEventDate</H3> <PRE> public java.util.Date <B>getEventDate</B>()</PRE> <DL> <DD>Getter for eventDate <P> <DD><DL> <DT><B>Returns:</B><DD>Date the Key Date is set for</DL> </DD> </DL> <HR> <A NAME="setEventDate(java.util.Date)"><!-- --></A><H3> setEventDate</H3> <PRE> public void <B>setEventDate</B>(java.util.Date&nbsp;eventDate)</PRE> <DL> <DD>Setter for eventDate <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>eventDate</CODE> - Date the Key Date is set for</DL> </DD> </DL> <HR> <A NAME="getTitle()"><!-- --></A><H3> getTitle</H3> <PRE> public java.lang.String <B>getTitle</B>()</PRE> <DL> <DD>Getter for title <P> <DD><DL> <DT><B>Returns:</B><DD>String title of the Key Date event</DL> </DD> </DL> <HR> <A NAME="setTitle(java.lang.String)"><!-- --></A><H3> setTitle</H3> <PRE> public void <B>setTitle</B>(java.lang.String&nbsp;title)</PRE> <DL> <DD>Setter for title <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>title</CODE> - String title of the Key Date event</DL> </DD> </DL> <HR> <A NAME="getDescription()"><!-- --></A><H3> getDescription</H3> <PRE> public java.lang.String <B>getDescription</B>()</PRE> <DL> <DD>Getter for description <P> <DD><DL> <DT><B>Returns:</B><DD>String description of the Key Date event</DL> </DD> </DL> <HR> <A NAME="setDescription(java.lang.String)"><!-- --></A><H3> setDescription</H3> <PRE> public void <B>setDescription</B>(java.lang.String&nbsp;description)</PRE> <DL> <DD>Setter for description <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>description</CODE> - String description of the Key Date event</DL> </DD> </DL> <HR> <A NAME="getCustomer()"><!-- --></A><H3> getCustomer</H3> <PRE> public java.lang.String <B>getCustomer</B>()</PRE> <DL> <DD>Getter for customer <P> <DD><DL> <DT><B>Returns:</B><DD>String customer the Key Date event is for</DL> </DD> </DL> <HR> <A NAME="setCustomer(java.lang.String)"><!-- --></A><H3> setCustomer</H3> <PRE> public void <B>setCustomer</B>(java.lang.String&nbsp;customer)</PRE> <DL> <DD>Setter for customer <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>customer</CODE> - String customer the Key Date event is for</DL> </DD> </DL> <HR> <A NAME="getContact()"><!-- --></A><H3> getContact</H3> <PRE> public java.lang.String <B>getContact</B>()</PRE> <DL> <DD>Getter for contact <P> <DD><DL> <DT><B>Returns:</B><DD>String contact the Key Date event is for</DL> </DD> </DL> <HR> <A NAME="setContact(java.lang.String)"><!-- --></A><H3> setContact</H3> <PRE> public void <B>setContact</B>(java.lang.String&nbsp;contact)</PRE> <DL> <DD>Setter for contact <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>contact</CODE> - String contact the Key Date event is for</DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public java.lang.String <B>toString</B>()</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KeyDateEntryWrapper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateDocumentWrapper.html" title="class in uk.co.intec.keyDatesApp.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../uk/co/intec/keyDatesApp/model/KeyDateViewWrapper.html" title="class in uk.co.intec.keyDatesApp.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?uk/co/intec/keyDatesApp/model/KeyDateEntryWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="KeyDateEntryWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/class-use/AdminProtos.StopServerRequestOrBuilder.html
devansh2015/hbase-0.98.8
<!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 Fri Nov 14 18:25:19 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequestOrBuilder (HBase 0.98.8-hadoop2 API)</title> <meta name="date" content="2014-11-14"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequestOrBuilder (HBase 0.98.8-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequestOrBuilder.html" title="interface in org.apache.hadoop.hbase.protobuf.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/class-use/AdminProtos.StopServerRequestOrBuilder.html" target="_top">Frames</a></li> <li><a href="AdminProtos.StopServerRequestOrBuilder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequestOrBuilder" class="title">Uses of Interface<br>org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequestOrBuilder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequestOrBuilder.html" title="interface in org.apache.hadoop.hbase.protobuf.generated">AdminProtos.StopServerRequestOrBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.hadoop.hbase.protobuf.generated">org.apache.hadoop.hbase.protobuf.generated</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.hadoop.hbase.protobuf.generated"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequestOrBuilder.html" title="interface in org.apache.hadoop.hbase.protobuf.generated">AdminProtos.StopServerRequestOrBuilder</a> in <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</a> that implement <a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequestOrBuilder.html" title="interface in org.apache.hadoop.hbase.protobuf.generated">AdminProtos.StopServerRequestOrBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">AdminProtos.StopServerRequest</a></strong></code> <div class="block">Protobuf type <code>StopServerRequest</code></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">AdminProtos.StopServerRequest.Builder</a></strong></code> <div class="block">Protobuf type <code>StopServerRequest</code></div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/AdminProtos.StopServerRequestOrBuilder.html" title="interface in org.apache.hadoop.hbase.protobuf.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/class-use/AdminProtos.StopServerRequestOrBuilder.html" target="_top">Frames</a></li> <li><a href="AdminProtos.StopServerRequestOrBuilder.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>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
docs/xref/org/apache/hadoop/hbase/types/package-summary.html
lshain/hbase-0.98.6-hadoop2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HBase 0.98.6-hadoop2 Reference Package org.apache.hadoop.hbase.types</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> <div class="overview"> <ul> <li> <a href="../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <h2>Package org.apache.hadoop.hbase.types</h2> <table class="summary"> <thead> <tr> <th>Class Summary</th> </tr> </thead> <tbody> <tr> <td> <a href="OrderedBlobVar.html" target="classFrame"></a> </td> </tr> <tr> <td> <a href="DataType.html" target="classFrame">DataType</a> </td> </tr> <tr> <td> <a href="FixedLengthWrapper.html" target="classFrame">FixedLengthWrapper</a> </td> </tr> <tr> <td> <a href="OrderedBlob.html" target="classFrame">OrderedBlob</a> </td> </tr> <tr> <td> <a href="OrderedBlobVar.html" target="classFrame">OrderedBlobVar</a> </td> </tr> <tr> <td> <a href="OrderedBytesBase.html" target="classFrame">OrderedBytesBase</a> </td> </tr> <tr> <td> <a href="OrderedFloat32.html" target="classFrame">OrderedFloat32</a> </td> </tr> <tr> <td> <a href="OrderedFloat64.html" target="classFrame">OrderedFloat64</a> </td> </tr> <tr> <td> <a href="OrderedInt16.html" target="classFrame">OrderedInt16</a> </td> </tr> <tr> <td> <a href="OrderedInt32.html" target="classFrame">OrderedInt32</a> </td> </tr> <tr> <td> <a href="OrderedInt64.html" target="classFrame">OrderedInt64</a> </td> </tr> <tr> <td> <a href="OrderedInt8.html" target="classFrame">OrderedInt8</a> </td> </tr> <tr> <td> <a href="OrderedNumeric.html" target="classFrame">OrderedNumeric</a> </td> </tr> <tr> <td> <a href="OrderedString.html" target="classFrame">OrderedString</a> </td> </tr> <tr> <td> <a href="PBCell.html" target="classFrame">PBCell</a> </td> </tr> <tr> <td> <a href="PBType.html" target="classFrame">PBType</a> </td> </tr> <tr> <td> <a href="RawByte.html" target="classFrame">RawByte</a> </td> </tr> <tr> <td> <a href="RawBytes.html" target="classFrame">RawBytes</a> </td> </tr> <tr> <td> <a href="RawBytesFixedLength.html" target="classFrame">RawBytesFixedLength</a> </td> </tr> <tr> <td> <a href="RawBytesTerminated.html" target="classFrame">RawBytesTerminated</a> </td> </tr> <tr> <td> <a href="RawDouble.html" target="classFrame">RawDouble</a> </td> </tr> <tr> <td> <a href="RawFloat.html" target="classFrame">RawFloat</a> </td> </tr> <tr> <td> <a href="RawInteger.html" target="classFrame">RawInteger</a> </td> </tr> <tr> <td> <a href="RawLong.html" target="classFrame">RawLong</a> </td> </tr> <tr> <td> <a href="RawShort.html" target="classFrame">RawShort</a> </td> </tr> <tr> <td> <a href="RawString.html" target="classFrame">RawString</a> </td> </tr> <tr> <td> <a href="RawStringFixedLength.html" target="classFrame">RawStringFixedLength</a> </td> </tr> <tr> <td> <a href="RawStringTerminated.html" target="classFrame">RawStringTerminated</a> </td> </tr> <tr> <td> <a href="Struct.html" target="classFrame">Struct</a> </td> </tr> <tr> <td> <a href="StructBuilder.html" target="classFrame">StructBuilder</a> </td> </tr> <tr> <td> <a href="StructIterator.html" target="classFrame">StructIterator</a> </td> </tr> <tr> <td> <a href="TerminatedWrapper.html" target="classFrame">TerminatedWrapper</a> </td> </tr> <tr> <td> <a href="Union2.html" target="classFrame">Union2</a> </td> </tr> <tr> <td> <a href="Union3.html" target="classFrame">Union3</a> </td> </tr> <tr> <td> <a href="Union4.html" target="classFrame">Union4</a> </td> </tr> </tbody> </table> <div class="overview"> <ul> <li> <a href="../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <hr /> Copyright &#169; 2014 The Apache Software Foundation. All Rights Reserved. </body> </html>
index100net.html
yuvaldori/gigaspaces-wiki-jekyll
--- layout: post100 title: categories: parent: none --- <div class="jumbotron"> <div class="container"> <h1>XAP.NET 10.0 Documentation</h1> <p>Welcome to the <b>Early Access</b> .NET documentation portal. Here you'll find all the information you need to build, deploy and manage XAP applications. </p> <br/> <p> <a href="/xap100net/dotnet-your-first-data-grid-application.html" class="btn btn-primary btn-lg">5-Minute Quick Start &raquo;</a> <a href="/xap100net/net-home.html" class="btn btn-primary btn-lg">The Full Tutorial &raquo;</a> </p> </div> </div> <div class="container"> <!-- Example row of columns --> <div class="row"> <div class="col-lg-4"> <h2>Development</h2> <p>A reference for all things related to the various .NET APIs and how to deploy and package .NET applications.</p> </div> <div class="col-lg-4"> <h2>Administration</h2> <p>Describes GigaSpaces XAP administrative and operational components. Contains information about how to set up, validate, configure, monitor and troubleshoot the .NET platform.</p> </div> <div class="col-lg-4"> <h2>What's New In 10.0</h2> <p>Learn about what's changed since the last XAP version, review release notes and migration guidelines.</p> </div> </div> <div class="row"> <div class="col-lg-4"> <p><a class="btn btn-default" href="/xap100net">View details &raquo;</a></p> </div> <div class="col-lg-4"> <p><a class="btn btn-default" href="/xap100adm">View details &raquo;</a></p> </div> <div class="col-lg-4"> <p><a class="btn btn-default" href="/release_notes/xap100.html">View details &raquo;</a></p> </div> </div> </div>
iswift/templates/logined/privatefiles/userdashboard.html
gotostack/iSwift
{% extends "base.html" %} {% block title %}iSwift-用户文件管理{% endblock %} {% block headinfo %} 欢迎,<div class="btn-group"> <a class="btn btn-link" data-toggle="dropdown" href="#"> {{ username }} <span class="caret"></span> </a> <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dLabel"> <li role="presentation"> <div style="text-align:left">空间使用率:60%</div> <div class="progress"> <div class="bar" style="width: 60%;"></div> </div> </li> <li class="divider" role="presentation"></li> <li role="presentation"> <a href="/logout">退出平台</a> </li> </ul> </div> {% endblock %} {% block content %} <div id="message_alert_bar"> {% include "_messages.html" %} </div> {% block leftmenu %} {% include "logined/privatefiles/left_menu.html" %} {% endblock %} {% block maininfo %} {% include "logined/privatefiles/right_display.html" %} {% endblock %} <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><img src='/static/img/famfamfam/cancel.png'></button> <h3 id="myModalLabel">上传文件</h3> </div> <form action="/privatefiles/file/create/{% if file_loaction %}{% for paths in file_loaction %}{{ paths.name }}/{%endfor%}{%endif%}" enctype="multipart/form-data" method="post" id="b_form_test"> <div class="modal-body"> <div id="txtdiv1"> <input value="$csrf_token" name="csrfmiddlewaretoken" id="csrf_token" type="hidden"> </div> <fieldset id="id_fieldset1"> <!-- <input maxlength="255" name="id_name" id="id_name" type="text"> <input value="UploadObject" name="method" id="id_method" type="hidden"> <input value="TEST1" name="container_name" id="id_container_name" type="hidden"> --> <input name="id_object_file" id="id_object_file" type="file"> </fieldset> </div> <div class="modal-footer"> <input data-loading-text="Loading..." class="btn btn-primary" value="提交" type="submit"> <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button> </div> </form> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div> {% endblock %}
treebanks/swl_sslc/swl-dep-compound-prt.html
UniversalDependencies/universaldependencies.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of compound:prt in UD_Swedish_Sign_Language</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/swl_sslc/swl-dep-compound-prt.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2 id="treebank-statistics-ud_swedish_sign_language-relations-compoundprt">Treebank Statistics: UD_Swedish_Sign_Language: Relations: <code class="language-plaintext highlighter-rouge">compound:prt</code></h2> <p>This relation is a language-specific subtype of <tt><a href="swl-dep-compound.html">compound</a></tt>. There are also 1 other language-specific subtypes of <code class="language-plaintext highlighter-rouge">compound</code>: <tt><a href="swl-dep-compound-svc.html">compound:svc</a></tt>.</p> <p>8 nodes (0%) are attached to their parents as <code class="language-plaintext highlighter-rouge">compound:prt</code>.</p> <p>7 instances of <code class="language-plaintext highlighter-rouge">compound:prt</code> (88%) are left-to-right (parent precedes child). Average distance between parent and child is 1.125.</p> <p>The following 4 pairs of parts of speech are connected with <code class="language-plaintext highlighter-rouge">compound:prt</code>: <tt><a href="swl-pos-VERB.html">VERB</a></tt>-<tt><a href="swl-pos-ADV.html">ADV</a></tt> (4; 50% instances), <tt><a href="swl-pos-VERB.html">VERB</a></tt>-<tt><a href="swl-pos-ADP.html">ADP</a></tt> (2; 25% instances), <tt><a href="swl-pos-NOUN.html">NOUN</a></tt>-<tt><a href="swl-pos-ADP.html">ADP</a></tt> (1; 13% instances), <tt><a href="swl-pos-VERB.html">VERB</a></tt>-<tt><a href="swl-pos-VERB.html">VERB</a></tt> (1; 13% instances).</p> <pre><code class="language-conllu"># visual-style 4 bgColor:blue # visual-style 4 fgColor:white # visual-style 3 bgColor:blue # visual-style 3 fgColor:white # visual-style 3 4 compound:prt color:blue 1 PÅ _ ADP PP _ 2 case _ _ 2 VÄG _ NOUN NN _ 3 obl _ _ 3 VARVA _ VERB VB _ 0 root _ _ 4 NER _ ADV AB _ 3 compound:prt _ _ </code></pre> <pre><code class="language-conllu"># visual-style 4 bgColor:blue # visual-style 4 fgColor:white # visual-style 3 bgColor:blue # visual-style 3 fgColor:white # visual-style 3 4 compound:prt color:blue 1 POJKE _ NOUN NN _ 2 nsubj _ _ 2 TITTA-PÅ _ VERB VB _ 0 root _ _ 3 FÖLJA-EFTER _ VERB VB _ 2 conj _ _ 4 EFTER _ ADP PP _ 3 compound:prt _ _ 5 FÖLJA-EFTER _ VERB VB _ 2 conj _ _ 6 BANSTRÄCKA _ VERB VBAV _ 2 conj _ _ </code></pre> <pre><code class="language-conllu"># visual-style 8 bgColor:blue # visual-style 8 fgColor:white # visual-style 9 bgColor:blue # visual-style 9 fgColor:white # visual-style 9 8 compound:prt color:blue 1 PAPPA _ NOUN NN _ 2 nsubj _ _ 2 FÖRESLÅ _ VERB VB _ 0 root _ _ 3 PU@g _ INTJ G _ 2 discourse _ _ 4 VÄNERBORG@en*SKOLA _ NOUN NN _ 2 obj _ _ 5 PEK _ PRON PEK _ 6 case _ _ 6 UNGDOM^PRAKTIK _ NOUN NN _ 2 obl _ _ 7 PROVA _ VERB VB _ 6 acl _ _ 8 PÅ _ ADP PP _ 9 compound:prt _ _ 9 ETCETERA(L) _ NOUN NN _ 7 nmod _ _ 10 OLIKA _ ADV AB _ 11 amod _ _ 11 SAK.PL _ NOUN NN _ 7 obj _ _ </code></pre> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = ''; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
MinimaxAlgorithm/poi-3.8/docs/apidocs/org/apache/poi/hslf/record/class-use/Record.html
Stephania16/ProductDesignGame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Sat Mar 17 18:05:58 MSK 2012 --> <TITLE> Uses of Class org.apache.poi.hslf.record.Record (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-03-17"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hslf.record.Record (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/record/\class-useRecord.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Record.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hslf.record.Record</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf"><B>org.apache.poi.hslf</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf.dev"><B>org.apache.poi.hslf.dev</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf.model"><B>org.apache.poi.hslf.model</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf.record"><B>org.apache.poi.hslf.record</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf.usermodel"><B>org.apache.poi.hslf.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A> in <A HREF="../../../../../../org/apache/poi/hslf/package-summary.html">org.apache.poi.hslf</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/package-summary.html">org.apache.poi.hslf</A> that return <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>HSLFSlideShow.</B><B><A HREF="../../../../../../org/apache/poi/hslf/HSLFSlideShow.html#getRecords()">getRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of all the records found in the slideshow</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/package-summary.html">org.apache.poi.hslf</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>HSLFSlideShow.</B><B><A HREF="../../../../../../org/apache/poi/hslf/HSLFSlideShow.html#appendRootLevelRecord(org.apache.poi.hslf.record.Record)">appendRootLevelRecord</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;newRecord)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new root level record, at the end, but before the last PersistPtrIncrementalBlock.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf.dev"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A> in <A HREF="../../../../../../org/apache/poi/hslf/dev/package-summary.html">org.apache.poi.hslf.dev</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/dev/package-summary.html">org.apache.poi.hslf.dev</A> that return <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>UserEditAndPersistListing.</B><B><A HREF="../../../../../../org/apache/poi/hslf/dev/UserEditAndPersistListing.html#findRecordAtPos(int)">findRecordAtPos</A></B>(int&nbsp;pos)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>SlideIdListing.</B><B><A HREF="../../../../../../org/apache/poi/hslf/dev/SlideIdListing.html#findRecordAtPos(int)">findRecordAtPos</A></B>(int&nbsp;pos)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/dev/package-summary.html">org.apache.poi.hslf.dev</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SlideShowRecordDumper.</B><B><A HREF="../../../../../../org/apache/poi/hslf/dev/SlideShowRecordDumper.html#getDiskLen(org.apache.poi.hslf.record.Record)">getDiskLen</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B>SlideShowRecordDumper.</B><B><A HREF="../../../../../../org/apache/poi/hslf/dev/SlideShowRecordDumper.html#getPrintableRecordContents(org.apache.poi.hslf.record.Record)">getPrintableRecordContents</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SlideShowRecordDumper.</B><B><A HREF="../../../../../../org/apache/poi/hslf/dev/SlideShowRecordDumper.html#walkTree(int, int, org.apache.poi.hslf.record.Record[])">walkTree</A></B>(int&nbsp;depth, int&nbsp;pos, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]&nbsp;records)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf.model"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A> in <A HREF="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</A> declared as <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>SimpleShape.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/SimpleShape.html#_clientRecords">_clientRecords</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Records stored in EscherClientDataRecord</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>TextRun.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/TextRun.html#_records">_records</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;all text run records that follow TextHeaderAtom.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</A> that return <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>ShapeFactory.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/ShapeFactory.html#getClientDataRecord(org.apache.poi.ddf.EscherContainerRecord, int)">getClientDataRecord</A></B>(<A HREF="../../../../../../org/apache/poi/ddf/EscherContainerRecord.html" title="class in org.apache.poi.ddf">EscherContainerRecord</A>&nbsp;spContainer, int&nbsp;recordType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>SimpleShape.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/SimpleShape.html#getClientDataRecord(int)">getClientDataRecord</A></B>(int&nbsp;recordType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find a record in the underlying EscherClientDataRecord</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>SimpleShape.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/SimpleShape.html#getClientRecords()">getClientRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search for EscherClientDataRecord, if found, convert its contents into an array of HSLF records</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>TextRun.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/TextRun.html#getRecords()">getRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns records that make up this text run</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Sheet.</B><B><A HREF="../../../../../../org/apache/poi/hslf/model/Sheet.html#findTextRuns(org.apache.poi.hslf.record.Record[], java.util.List)">findTextRuns</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]&nbsp;records, java.util.List&lt;<A HREF="../../../../../../org/apache/poi/hslf/model/TextRun.html" title="class in org.apache.poi.hslf.model">TextRun</A>&gt;&nbsp;found)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Scans through the supplied record array, looking for a TextHeaderAtom followed by one of a TextBytesAtom or a TextCharsAtom.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf.record"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A> in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A> in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/AnimationInfo.html" title="class in org.apache.poi.hslf.record">AnimationInfo</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container record that specifies information about animation information for a shape.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/AnimationInfoAtom.html" title="class in org.apache.poi.hslf.record">AnimationInfoAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An atom record that specifies the animation information for a shape.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ColorSchemeAtom.html" title="class in org.apache.poi.hslf.record">ColorSchemeAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A ColorSchemeAtom (type 2032).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Comment2000.html" title="class in org.apache.poi.hslf.record">Comment2000</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a comment on a slide, in the format used by PPT 2000/XP/etc.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Comment2000Atom.html" title="class in org.apache.poi.hslf.record">Comment2000Atom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An atomic record containing information about a comment.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/CString.html" title="class in org.apache.poi.hslf.record">CString</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A CString (type 4026).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Document.html" title="class in org.apache.poi.hslf.record">Document</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Master container for Document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/DocumentAtom.html" title="class in org.apache.poi.hslf.record">DocumentAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Document Atom (type 1001).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/DocumentEncryptionAtom.html" title="class in org.apache.poi.hslf.record">DocumentEncryptionAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Document Encryption Atom (type 12052).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/DummyPositionSensitiveRecordWithChildren.html" title="class in org.apache.poi.hslf.record">DummyPositionSensitiveRecordWithChildren</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/DummyRecordWithChildren.html" title="class in org.apache.poi.hslf.record">DummyRecordWithChildren</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If we come across a record we know has children of (potential) interest, but where the record itself is boring, we create one of these.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Environment.html" title="class in org.apache.poi.hslf.record">Environment</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Environment, which contains lots of settings for the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/EscherTextboxWrapper.html" title="class in org.apache.poi.hslf.record">EscherTextboxWrapper</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A wrapper around a DDF (Escher) EscherTextbox Record.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExAviMovie.html" title="class in org.apache.poi.hslf.record">ExAviMovie</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container record that specifies information about a movie stored externally.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExControl.html" title="class in org.apache.poi.hslf.record">ExControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container record that specifies information about an ActiveX control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExControlAtom.html" title="class in org.apache.poi.hslf.record">ExControlAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An atom record that specifies an ActiveX control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExEmbed.html" title="class in org.apache.poi.hslf.record">ExEmbed</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This data represents an embedded object in the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExEmbedAtom.html" title="class in org.apache.poi.hslf.record">ExEmbedAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The atom that holds metadata on a specific embedded object in the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExHyperlink.html" title="class in org.apache.poi.hslf.record">ExHyperlink</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents the data of a link in the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExHyperlinkAtom.html" title="class in org.apache.poi.hslf.record">ExHyperlinkAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tne atom that holds metadata on a specific Link in the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExMCIMovie.html" title="class in org.apache.poi.hslf.record">ExMCIMovie</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container record that specifies information about a movie stored externally.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExMediaAtom.html" title="class in org.apache.poi.hslf.record">ExMediaAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An atom record that specifies information about external audio or video data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExObjList.html" title="class in org.apache.poi.hslf.record">ExObjList</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class holds the links to exernal objects referenced from the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExObjListAtom.html" title="class in org.apache.poi.hslf.record">ExObjListAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tne atom that holds the seed info used by a ExObjList</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExOleObjAtom.html" title="class in org.apache.poi.hslf.record">ExOleObjAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Atom storing information for an OLE object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExOleObjStg.html" title="class in org.apache.poi.hslf.record">ExOleObjStg</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Storage for embedded OLE objects.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/ExVideoContainer.html" title="class in org.apache.poi.hslf.record">ExVideoContainer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container record that specifies information about external video data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/FontCollection.html" title="class in org.apache.poi.hslf.record">FontCollection</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>FontCollection</code> ia a container that holds information about all the fonts in the presentation.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/FontEntityAtom.html" title="class in org.apache.poi.hslf.record">FontEntityAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This atom corresponds exactly to a Windows Logical Font (LOGFONT) structure.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/HeadersFootersAtom.html" title="class in org.apache.poi.hslf.record">HeadersFootersAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An atom record that specifies options for displaying headers and footers on a presentation slide or notes slide.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/HeadersFootersContainer.html" title="class in org.apache.poi.hslf.record">HeadersFootersContainer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container record that specifies information about the footers on a presentation slide.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/InteractiveInfo.html" title="class in org.apache.poi.hslf.record">InteractiveInfo</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents the metadata of a link in a slide/notes/etc.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/InteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">InteractiveInfoAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tne atom that holds metadata on Links in the document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/MainMaster.html" title="class in org.apache.poi.hslf.record">MainMaster</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Master slide</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Notes.html" title="class in org.apache.poi.hslf.record">Notes</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Master container for Notes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/NotesAtom.html" title="class in org.apache.poi.hslf.record">NotesAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Notes Atom (type 1009).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/OEPlaceholderAtom.html" title="class in org.apache.poi.hslf.record">OEPlaceholderAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OEPlaceholderAtom (3011).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/OEShapeAtom.html" title="class in org.apache.poi.hslf.record">OEShapeAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Atom that contains information that describes shape client data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/OutlineTextRefAtom.html" title="class in org.apache.poi.hslf.record">OutlineTextRefAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OEPlaceholderAtom (3998).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/PersistPtrHolder.html" title="class in org.apache.poi.hslf.record">PersistPtrHolder</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General holder for PersistPtrFullBlock and PersistPtrIncrementalBlock records.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/PositionDependentRecordAtom.html" title="class in org.apache.poi.hslf.record">PositionDependentRecordAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A special (and dangerous) kind of Record Atom that cares about where it lives on the disk, or who has other Atoms that care about where this is on the disk.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/PositionDependentRecordContainer.html" title="class in org.apache.poi.hslf.record">PositionDependentRecordContainer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A special (and dangerous) kind of Record Container, for which other Atoms care about where this one lives on disk.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/PPDrawing.html" title="class in org.apache.poi.hslf.record">PPDrawing</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;These are actually wrappers onto Escher drawings.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/PPDrawingGroup.html" title="class in org.apache.poi.hslf.record">PPDrawingGroup</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Container records which always exists inside Document.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordAtom.html" title="class in org.apache.poi.hslf.record">RecordAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abstract class which all atom records will extend.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html" title="class in org.apache.poi.hslf.record">RecordContainer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abstract class which all container records will extend.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/RoundTripHFPlaceholder12.html" title="class in org.apache.poi.hslf.record">RoundTripHFPlaceholder12</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An atom record that specifies that a shape is a header or footer placeholder shape</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SheetContainer.html" title="class in org.apache.poi.hslf.record">SheetContainer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The superclass of all sheet container records - Slide, Notes, MainMaster, etc.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Slide.html" title="class in org.apache.poi.hslf.record">Slide</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Master container for Slides.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SlideAtom.html" title="class in org.apache.poi.hslf.record">SlideAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Slide Atom (type 1007).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SlideListWithText.html" title="class in org.apache.poi.hslf.record">SlideListWithText</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;These are tricky beasts.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SlidePersistAtom.html" title="class in org.apache.poi.hslf.record">SlidePersistAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A SlidePersist Atom (type 1011).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/Sound.html" title="class in org.apache.poi.hslf.record">Sound</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A container holding information about a sound.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SoundCollection.html" title="class in org.apache.poi.hslf.record">SoundCollection</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Is a container for all sound related atoms and containers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SoundData.html" title="class in org.apache.poi.hslf.record">SoundData</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Storage for embedded sounds.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/StyleTextPropAtom.html" title="class in org.apache.poi.hslf.record">StyleTextPropAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A StyleTextPropAtom (type 4001).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TextBytesAtom.html" title="class in org.apache.poi.hslf.record">TextBytesAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A TextBytesAtom (type 4008).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TextCharsAtom.html" title="class in org.apache.poi.hslf.record">TextCharsAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A TextCharsAtom (type 4000).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TextHeaderAtom.html" title="class in org.apache.poi.hslf.record">TextHeaderAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A TextHeaderAtom (type 3999).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TextRulerAtom.html" title="class in org.apache.poi.hslf.record">TextRulerAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ruler of a text as it differs from the style's ruler settings.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TextSpecInfoAtom.html" title="class in org.apache.poi.hslf.record">TextSpecInfoAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The special info runs contained in this text.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tne atom that holds starting and ending character positions of a hyperlink</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/TxMasterStyleAtom.html" title="class in org.apache.poi.hslf.record">TxMasterStyleAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TxMasterStyleAtom atom (4003).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/UnknownRecordPlaceholder.html" title="class in org.apache.poi.hslf.record">UnknownRecordPlaceholder</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If we come across a record we don't know about, we create one of these.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/UserEditAtom.html" title="class in org.apache.poi.hslf.record">UserEditAtom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A UserEdit Atom (type 4085).</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> declared as <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#_children">_children</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> with type parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Class&lt;? extends <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RecordTypes.Type.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordTypes.Type.html#handlingClass">handlingClass</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.util.HashMap&lt;java.lang.Integer,java.lang.Class&lt;? extends <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>RecordTypes.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordTypes.html#typeToClass">typeToClass</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> that return <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>Record.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/Record.html#buildRecordAtOffset(byte[], int)">buildRecordAtOffset</A></B>(byte[]&nbsp;b, int&nbsp;offset)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build and return the Record at the given offset.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>Record.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/Record.html#createRecordForType(long, byte[], int, int)">createRecordForType</A></B>(long&nbsp;type, byte[]&nbsp;b, int&nbsp;start, int&nbsp;len)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For a given type (little endian bytes 3 and 4 in record header), byte array, start position and length: will return a Record object that will handle that record Remember that while PPT stores the record lengths as 8 bytes short (not including the size of the header), this code assumes you're passing in corrected lengths</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>Record.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/Record.html#findChildRecords(byte[], int, int)">findChildRecords</A></B>(byte[]&nbsp;b, int&nbsp;start, int&nbsp;len)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default method for finding child records of a container record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#findFirstOfType(long)">findFirstOfType</A></B>(long&nbsp;type)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finds the first child record of the given type, or null if none of the child records are of the given type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#getChildRecords()">getChildRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return any children</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>RecordAtom.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordAtom.html#getChildRecords()">getChildRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We're an atom, returns null</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>Record.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/Record.html#getChildRecords()">getChildRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetch all the child records of this record If this record is an atom, will return null If this record is a non-atom, but has no children, will return an empty array</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>PPDrawingGroup.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/PPDrawingGroup.html#getChildRecords()">getChildRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We're pretending to be an atom, so return null</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>PPDrawing.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/PPDrawing.html#getChildRecords()">getChildRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We're pretending to be an atom, so return null</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>SlideListWithText.SlideAtomsSet.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html#getSlideRecords()">getSlideRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the Text related records for this slide</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#removeChild(org.apache.poi.hslf.record.Record)">removeChild</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;ch)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove a child record from this record container</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> that return types with arguments of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.Class&lt;? extends <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RecordTypes.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordTypes.html#recordHandlingClass(int)">recordHandlingClass</A></B>(int&nbsp;type)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the class handling a record by its type.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#addChildAfter(org.apache.poi.hslf.record.Record, org.apache.poi.hslf.record.Record)">addChildAfter</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;newChild, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;after)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the given Child Record after the supplied record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#addChildBefore(org.apache.poi.hslf.record.Record, org.apache.poi.hslf.record.Record)">addChildBefore</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;newChild, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;before)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the given Child Record before the supplied record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#appendChildRecord(org.apache.poi.hslf.record.Record)">appendChildRecord</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;newChild)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new child record onto a record's list of children.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#moveChildBefore(org.apache.poi.hslf.record.Record, org.apache.poi.hslf.record.Record)">moveChildBefore</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;child, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;before)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the given Child Record to before the supplied record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#moveChildrenAfter(org.apache.poi.hslf.record.Record, int, org.apache.poi.hslf.record.Record)">moveChildrenAfter</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;firstChild, int&nbsp;number, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;after)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the given Child Records to after the supplied record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#moveChildrenBefore(org.apache.poi.hslf.record.Record, int, org.apache.poi.hslf.record.Record)">moveChildrenBefore</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;firstChild, int&nbsp;number, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;before)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the given Child Records to before the supplied record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#removeChild(org.apache.poi.hslf.record.Record)">removeChild</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&nbsp;ch)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove a child record from this record container</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#setChildRecord(org.apache.poi.hslf.record.Record[])">setChildRecord</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]&nbsp;records)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set child records.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RecordContainer.</B><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordContainer.html#writeOut(byte, byte, long, org.apache.poi.hslf.record.Record[], java.io.OutputStream)">writeOut</A></B>(byte&nbsp;headerA, byte&nbsp;headerB, long&nbsp;type, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]&nbsp;children, java.io.OutputStream&nbsp;out)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write out our header, and our children.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/SlideListWithText.SlideAtomsSet.html#SlideListWithText.SlideAtomsSet(org.apache.poi.hslf.record.SlidePersistAtom, org.apache.poi.hslf.record.Record[])">SlideListWithText.SlideAtomsSet</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/SlidePersistAtom.html" title="class in org.apache.poi.hslf.record">SlidePersistAtom</A>&nbsp;s, <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create one to hold the Records for one Slide's text</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../org/apache/poi/hslf/record/package-summary.html">org.apache.poi.hslf.record</A> with type arguments of type <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/record/RecordTypes.Type.html#RecordTypes.Type(int, java.lang.Class)">RecordTypes.Type</A></B>(int&nbsp;typeID, java.lang.Class&lt;? extends <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>&gt;&nbsp;handlingClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A> in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> that return <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record">Record</A>[]</CODE></FONT></TD> <TD><CODE><B>SlideShow.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/SlideShow.html#getMostRecentCoreRecords()">getMostRecentCoreRecords</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of the most recent version of all the interesting records</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/record/Record.html" title="class in org.apache.poi.hslf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/record/\class-useRecord.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Record.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2012 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
docs/versions/1.2.0/javadoc-devel/nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html
NLeSC/Xenon
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Thu Feb 23 11:39:41 CET 2017 --> <title>ScriptingJobs (Xenon-release 1.2.0 API for Xenon developers)</title> <meta name="date" content="2017-02-23"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ScriptingJobs (Xenon-release 1.2.0 API for Xenon developers)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.scripting"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingParser.html" title="class in nl.esciencecenter.xenon.adaptors.scripting"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html" target="_top">Frames</a></li> <li><a href="ScriptingJobs.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">nl.esciencecenter.xenon.adaptors.scripting</div> <h2 title="Class ScriptingJobs" class="title">Class ScriptingJobs</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>nl.esciencecenter.xenon.adaptors.scripting.ScriptingJobs</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">ScriptingJobs</span> extends java.lang.Object implements <a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></pre> <div class="block">Implementation of Xenon Jobs interface using ssh and scripts. What scripts to run and how to parse the results is implemented in the adaptors.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">ScriptingAdaptor</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#adaptor">adaptor</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#adaptorName">adaptorName</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnectionFactory.html" title="interface in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnectionFactory</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#connectionFactory">connectionFactory</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.util.Map&lt;java.lang.String,<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#connections">connections</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private static org.slf4j.Logger</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#LOGGER">LOGGER</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../../nl/esciencecenter/xenon/engine/XenonEngine.html" title="class in nl.esciencecenter.xenon.engine">XenonEngine</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#xenonEngine">xenonEngine</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#ScriptingJobs-nl.esciencecenter.xenon.adaptors.scripting.ScriptingAdaptor-nl.esciencecenter.xenon.engine.XenonEngine-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnectionFactory-">ScriptingJobs</a></span>(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">ScriptingAdaptor</a>&nbsp;adaptor, <a href="../../../../../nl/esciencecenter/xenon/engine/XenonEngine.html" title="class in nl.esciencecenter.xenon.engine">XenonEngine</a>&nbsp;xenonEngine, <a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnectionFactory.html" title="interface in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnectionFactory</a>&nbsp;connectionFactory)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#addConnection-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-">addConnection</a></span>(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#cancelJob-nl.esciencecenter.xenon.jobs.Job-">cancelJob</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job)</code> <div class="block">Cancel a job.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#close-nl.esciencecenter.xenon.jobs.Scheduler-">close</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler)</code> <div class="block">Close a Scheduler.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#end--">end</a></span>()</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>private <a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getConnection-nl.esciencecenter.xenon.jobs.Scheduler-">getConnection</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>private <a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getConnections-nl.esciencecenter.xenon.jobs.Job:A-">getConnections</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;jobs)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getDefaultQueueName-nl.esciencecenter.xenon.jobs.Scheduler-">getDefaultQueueName</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler)</code> <div class="block">Get the name of the default queue for the <code>scheduler</code>.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getJobs-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-">getJobs</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, java.lang.String...&nbsp;queueNames)</code> <div class="block">Get all jobs currently in (one ore more) queues of <code>scheduler</code>.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getJobStatus-nl.esciencecenter.xenon.jobs.Job-">getJobStatus</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job)</code> <div class="block">Get the status of a Job.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getJobStatus-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-nl.esciencecenter.xenon.jobs.Job:A-nl.esciencecenter.xenon.jobs.JobStatus:A-">getJobStatus</a></span>(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection, <a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;in, <a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>[]&nbsp;out)</code>&nbsp;</td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getJobStatuses-nl.esciencecenter.xenon.jobs.Job...-">getJobStatuses</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>...&nbsp;jobs)</code> <div class="block">Get the status of all specified <code>jobs</code>.</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/QueueStatus.html" title="interface in nl.esciencecenter.xenon.jobs">QueueStatus</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getQueueStatus-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String-">getQueueStatus</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, java.lang.String&nbsp;queueName)</code> <div class="block">Get the status of the <code>queue</code> of <code>scheduler</code>.</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/QueueStatus.html" title="interface in nl.esciencecenter.xenon.jobs">QueueStatus</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getQueueStatuses-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-">getQueueStatuses</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, java.lang.String...&nbsp;queueNames)</code> <div class="block">Get the status of all <code>queues</code> of <code>scheduler</code>.</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Streams.html" title="interface in nl.esciencecenter.xenon.jobs">Streams</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#getStreams-nl.esciencecenter.xenon.jobs.Job-">getStreams</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job)</code> <div class="block">Returns the standard streams of a job.</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#isOpen-nl.esciencecenter.xenon.jobs.Scheduler-">isOpen</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler)</code> <div class="block">Test if the connection to a Scheduler is open.</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#newScheduler-java.lang.String-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-">newScheduler</a></span>(java.lang.String&nbsp;scheme, java.lang.String&nbsp;location, <a href="../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;properties)</code> <div class="block">Create a new Scheduler that represents a (possibly remote) job scheduler at the <code>location</code>, using the <code>scheme</code> and <code>credentials</code> to get access.</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#removeConnection-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-">removeConnection</a></span>(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection)</code>&nbsp;</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#selectJobs-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-nl.esciencecenter.xenon.jobs.Job:A-nl.esciencecenter.xenon.jobs.Job:A-">selectJobs</a></span>(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection, <a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;in, <a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;out)</code>&nbsp;</td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#submitJob-nl.esciencecenter.xenon.jobs.Scheduler-nl.esciencecenter.xenon.jobs.JobDescription-">submitJob</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, <a href="../../../../../nl/esciencecenter/xenon/jobs/JobDescription.html" title="class in nl.esciencecenter.xenon.jobs">JobDescription</a>&nbsp;description)</code> <div class="block">Submit a job to a Scheduler.</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#waitUntilDone-nl.esciencecenter.xenon.jobs.Job-long-">waitUntilDone</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job, long&nbsp;timeout)</code> <div class="block">Wait until a job is done or until a timeout expires.</div> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code><a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html#waitUntilRunning-nl.esciencecenter.xenon.jobs.Job-long-">waitUntilRunning</a></span>(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job, long&nbsp;timeout)</code> <div class="block">Wait for as long a job is waiting in a queue, or until a timeout expires.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="LOGGER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LOGGER</h4> <pre>private static final&nbsp;org.slf4j.Logger LOGGER</pre> </li> </ul> <a name="adaptor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>adaptor</h4> <pre>private final&nbsp;<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">ScriptingAdaptor</a> adaptor</pre> </li> </ul> <a name="xenonEngine"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xenonEngine</h4> <pre>private final&nbsp;<a href="../../../../../nl/esciencecenter/xenon/engine/XenonEngine.html" title="class in nl.esciencecenter.xenon.engine">XenonEngine</a> xenonEngine</pre> </li> </ul> <a name="adaptorName"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>adaptorName</h4> <pre>private final&nbsp;java.lang.String adaptorName</pre> </li> </ul> <a name="connectionFactory"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connectionFactory</h4> <pre>private final&nbsp;<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnectionFactory.html" title="interface in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnectionFactory</a> connectionFactory</pre> </li> </ul> <a name="connections"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>connections</h4> <pre>private final&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&gt; connections</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ScriptingJobs-nl.esciencecenter.xenon.adaptors.scripting.ScriptingAdaptor-nl.esciencecenter.xenon.engine.XenonEngine-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnectionFactory-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ScriptingJobs</h4> <pre>public&nbsp;ScriptingJobs(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">ScriptingAdaptor</a>&nbsp;adaptor, <a href="../../../../../nl/esciencecenter/xenon/engine/XenonEngine.html" title="class in nl.esciencecenter.xenon.engine">XenonEngine</a>&nbsp;xenonEngine, <a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnectionFactory.html" title="interface in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnectionFactory</a>&nbsp;connectionFactory)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getConnection-nl.esciencecenter.xenon.jobs.Scheduler-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConnection</h4> <pre>private&nbsp;<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;getConnection(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler) throws <a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></code></dd> </dl> </li> </ul> <a name="addConnection-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addConnection</h4> <pre>private&nbsp;void&nbsp;addConnection(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection)</pre> </li> </ul> <a name="removeConnection-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeConnection</h4> <pre>private&nbsp;void&nbsp;removeConnection(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection)</pre> </li> </ul> <a name="isOpen-nl.esciencecenter.xenon.jobs.Scheduler-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isOpen</h4> <pre>public&nbsp;boolean&nbsp;isOpen(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#isOpen-nl.esciencecenter.xenon.jobs.Scheduler-">Jobs</a></code></span></div> <div class="block">Test if the connection to a Scheduler is open.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#isOpen-nl.esciencecenter.xenon.jobs.Scheduler-">isOpen</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler to test.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd><code>true</code> if the connection to the Scheduler is still open, <code>false</code> otherwise.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the test failed.</dd> </dl> </li> </ul> <a name="newScheduler-java.lang.String-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>newScheduler</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;newScheduler(java.lang.String&nbsp;scheme, java.lang.String&nbsp;location, <a href="../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;properties) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#newScheduler-java.lang.String-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-">Jobs</a></code></span></div> <div class="block">Create a new Scheduler that represents a (possibly remote) job scheduler at the <code>location</code>, using the <code>scheme</code> and <code>credentials</code> to get access. Make sure to always close <code>Scheduler</code> instances by calling <code>close(Scheduler)</code> when you no longer need them, otherwise their associated resources remain allocated.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#newScheduler-java.lang.String-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-">newScheduler</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheme</code> - the scheme used to access the Scheduler.</dd> <dd><code>location</code> - the location of the Scheduler.</dd> <dd><code>credential</code> - the Credentials to use to get access to the Scheduler.</dd> <dd><code>properties</code> - optional properties to configure the Scheduler when it is created.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the new Scheduler.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/UnknownPropertyException.html" title="class in nl.esciencecenter.xenon">UnknownPropertyException</a></code> - If a unknown property was provided.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/InvalidPropertyException.html" title="class in nl.esciencecenter.xenon">InvalidPropertyException</a></code> - If a known property was provided with an invalid value.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/InvalidLocationException.html" title="class in nl.esciencecenter.xenon">InvalidLocationException</a></code> - If the location was invalid.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/InvalidCredentialException.html" title="class in nl.esciencecenter.xenon">InvalidCredentialException</a></code> - If the credential is invalid to access the location.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the creation of the Scheduler failed.</dd> </dl> </li> </ul> <a name="getDefaultQueueName-nl.esciencecenter.xenon.jobs.Scheduler-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDefaultQueueName</h4> <pre>public&nbsp;java.lang.String&nbsp;getDefaultQueueName(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getDefaultQueueName-nl.esciencecenter.xenon.jobs.Scheduler-">Jobs</a></code></span></div> <div class="block">Get the name of the default queue for the <code>scheduler</code>.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getDefaultQueueName-nl.esciencecenter.xenon.jobs.Scheduler-">getDefaultQueueName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the name of the default queue for the scheduler, or <code>null</code> if no default queue is available.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></code> - If the scheduler is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the Scheduler failed to get its status.</dd> </dl> </li> </ul> <a name="close-nl.esciencecenter.xenon.jobs.Scheduler-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>close</h4> <pre>public&nbsp;void&nbsp;close(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#close-nl.esciencecenter.xenon.jobs.Scheduler-">Jobs</a></code></span></div> <div class="block">Close a Scheduler.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#close-nl.esciencecenter.xenon.jobs.Scheduler-">close</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler to close.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></code> - If the scheduler is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the Scheduler failed to close.</dd> </dl> </li> </ul> <a name="getQueueStatus-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getQueueStatus</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/QueueStatus.html" title="interface in nl.esciencecenter.xenon.jobs">QueueStatus</a>&nbsp;getQueueStatus(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, java.lang.String&nbsp;queueName) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getQueueStatus-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String-">Jobs</a></code></span></div> <div class="block">Get the status of the <code>queue</code> of <code>scheduler</code>.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getQueueStatus-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String-">getQueueStatus</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler.</dd> <dd><code>queueName</code> - the name of the queue.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the resulting QueueStatus.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></code> - If the scheduler is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchQueueException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchQueueException</a></code> - If the queue does not exist in the scheduler.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the Scheduler failed to get its status.</dd> </dl> </li> </ul> <a name="getQueueStatuses-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getQueueStatuses</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/QueueStatus.html" title="interface in nl.esciencecenter.xenon.jobs">QueueStatus</a>[]&nbsp;getQueueStatuses(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, java.lang.String...&nbsp;queueNames) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getQueueStatuses-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-">Jobs</a></code></span></div> <div class="block">Get the status of all <code>queues</code> of <code>scheduler</code>. Note that this method will only throw an exception when this exception will influence all status requests. For example, if the scheduler is invalid or not reachable. Exceptions that only refer to a single queue are returned in the QueueStatus returned for that queue.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getQueueStatuses-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-">getQueueStatuses</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler.</dd> <dd><code>queueNames</code> - the names of the queues.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the resulting QueueStatus.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></code> - If the scheduler is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the Scheduler failed to get the statusses.</dd> </dl> </li> </ul> <a name="getJobs-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getJobs</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;getJobs(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, java.lang.String...&nbsp;queueNames) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getJobs-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-">Jobs</a></code></span></div> <div class="block">Get all jobs currently in (one ore more) queues of <code>scheduler</code>. If no queue names are specified, the jobs for all queues are returned. Note that jobs submitted by other users or other schedulers may also be returned.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getJobs-nl.esciencecenter.xenon.jobs.Scheduler-java.lang.String...-">getJobs</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler.</dd> <dd><code>queueNames</code> - the names of the queues.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the resulting Jobs.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchSchedulerException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchSchedulerException</a></code> - If the scheduler is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchQueueException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchQueueException</a></code> - If the queue does not exist in the scheduler.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the Scheduler failed to get jobs.</dd> </dl> </li> </ul> <a name="submitJob-nl.esciencecenter.xenon.jobs.Scheduler-nl.esciencecenter.xenon.jobs.JobDescription-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>submitJob</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;submitJob(<a href="../../../../../nl/esciencecenter/xenon/jobs/Scheduler.html" title="interface in nl.esciencecenter.xenon.jobs">Scheduler</a>&nbsp;scheduler, <a href="../../../../../nl/esciencecenter/xenon/jobs/JobDescription.html" title="class in nl.esciencecenter.xenon.jobs">JobDescription</a>&nbsp;description) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#submitJob-nl.esciencecenter.xenon.jobs.Scheduler-nl.esciencecenter.xenon.jobs.JobDescription-">Jobs</a></code></span></div> <div class="block">Submit a job to a Scheduler.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#submitJob-nl.esciencecenter.xenon.jobs.Scheduler-nl.esciencecenter.xenon.jobs.JobDescription-">submitJob</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scheduler</code> - the Scheduler.</dd> <dd><code>description</code> - the description of the job to submit.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Job representing the running job.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/IncompleteJobDescriptionException.html" title="class in nl.esciencecenter.xenon.jobs">IncompleteJobDescriptionException</a></code> - If the description did not contain the required information.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/InvalidJobDescriptionException.html" title="class in nl.esciencecenter.xenon.jobs">InvalidJobDescriptionException</a></code> - If the description contains illegal or conflicting values.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/UnsupportedJobDescriptionException.html" title="class in nl.esciencecenter.xenon.jobs">UnsupportedJobDescriptionException</a></code> - If the description is not legal for this scheduler.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the Scheduler failed to get submit the job.</dd> </dl> </li> </ul> <a name="getJobStatus-nl.esciencecenter.xenon.jobs.Job-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getJobStatus</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>&nbsp;getJobStatus(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getJobStatus-nl.esciencecenter.xenon.jobs.Job-">Jobs</a></code></span></div> <div class="block">Get the status of a Job.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getJobStatus-nl.esciencecenter.xenon.jobs.Job-">getJobStatus</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>job</code> - the job.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the status of the Job.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchJobException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchJobException</a></code> - If the job is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the status of the job could not be retrieved.</dd> </dl> </li> </ul> <a name="getConnections-nl.esciencecenter.xenon.jobs.Job:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConnections</h4> <pre>private&nbsp;<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>[]&nbsp;getConnections(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;jobs)</pre> </li> </ul> <a name="selectJobs-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-nl.esciencecenter.xenon.jobs.Job:A-nl.esciencecenter.xenon.jobs.Job:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>selectJobs</h4> <pre>private&nbsp;void&nbsp;selectJobs(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection, <a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;in, <a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;out)</pre> </li> </ul> <a name="getJobStatus-nl.esciencecenter.xenon.adaptors.scripting.SchedulerConnection-nl.esciencecenter.xenon.jobs.Job:A-nl.esciencecenter.xenon.jobs.JobStatus:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getJobStatus</h4> <pre>private&nbsp;void&nbsp;getJobStatus(<a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/SchedulerConnection.html" title="class in nl.esciencecenter.xenon.adaptors.scripting">SchedulerConnection</a>&nbsp;connection, <a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>[]&nbsp;in, <a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>[]&nbsp;out)</pre> </li> </ul> <a name="getJobStatuses-nl.esciencecenter.xenon.jobs.Job...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getJobStatuses</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>[]&nbsp;getJobStatuses(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>...&nbsp;jobs)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getJobStatuses-nl.esciencecenter.xenon.jobs.Job...-">Jobs</a></code></span></div> <div class="block">Get the status of all specified <code>jobs</code>. <p> The array of <code>JobStatus</code> contains one entry for each of the <code>jobs</code>. The order of the elements in the returned <code>JobStatus</code> array corresponds to the order in which the <code>jobs</code> are passed as parameters. If a <code>job</code> is <code>null</code>, the corresponding entry in the <code>JobStatus</code> array will also be <code>null</code>. If the retrieval of the <code>JobStatus</code> fails for a job, the exception will be stored in the corresponding <code>JobsStatus</code> entry. </p></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getJobStatuses-nl.esciencecenter.xenon.jobs.Job...-">getJobStatuses</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>jobs</code> - the jobs for which to retrieve the status.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array of the resulting JobStatusses.</dd> </dl> </li> </ul> <a name="cancelJob-nl.esciencecenter.xenon.jobs.Job-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cancelJob</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>&nbsp;cancelJob(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#cancelJob-nl.esciencecenter.xenon.jobs.Job-">Jobs</a></code></span></div> <div class="block">Cancel a job. <p> A status is returned that indicates the state of the job after the cancel. If the job was already done it cannot be cancelled. </p> <p> A <a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs"><code>JobStatus</code></a> is returned that can be used to determine the state of the job after cancelJob returns. Note that it may take some time before the job has actually terminated. The <a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#waitUntilDone-nl.esciencecenter.xenon.jobs.Job-long-"><code>waitUntilDone</code></a> method can be used to wait until the job is terminated. </p></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#cancelJob-nl.esciencecenter.xenon.jobs.Job-">cancelJob</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>job</code> - the job to kill.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the status of the Job.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchJobException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchJobException</a></code> - If the job is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the status of the job could not be retrieved.</dd> </dl> </li> </ul> <a name="end--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>end</h4> <pre>public&nbsp;void&nbsp;end()</pre> </li> </ul> <a name="getStreams-nl.esciencecenter.xenon.jobs.Job-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getStreams</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/Streams.html" title="interface in nl.esciencecenter.xenon.jobs">Streams</a>&nbsp;getStreams(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getStreams-nl.esciencecenter.xenon.jobs.Job-">Jobs</a></code></span></div> <div class="block">Returns the standard streams of a job. The standard streams can only be retrieved if it is an interactive job.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#getStreams-nl.esciencecenter.xenon.jobs.Job-">getStreams</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>job</code> - the interactive job for which to retrieve the streams.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the streams of the job.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - if the job is not interactive.</dd> </dl> </li> </ul> <a name="waitUntilDone-nl.esciencecenter.xenon.jobs.Job-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>waitUntilDone</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>&nbsp;waitUntilDone(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job, long&nbsp;timeout) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#waitUntilDone-nl.esciencecenter.xenon.jobs.Job-long-">Jobs</a></code></span></div> <div class="block">Wait until a job is done or until a timeout expires. <p> This method will wait until a job is done, killed, or produces an error, or until a timeout expires. If the timeout expires, the job will continue to run normally. </p> <p> The timeout is in milliseconds and must be &gt;= 0, where 0 means an infinite timeout. </p> <p> A JobStatus is returned that can be used to determine why the call returned. </p></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#waitUntilDone-nl.esciencecenter.xenon.jobs.Job-long-">waitUntilDone</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>job</code> - the job.</dd> <dd><code>timeout</code> - the maximum time to wait for the job in milliseconds.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the status of the Job.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchJobException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchJobException</a></code> - If the job is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the status of the job could not be retrieved.</dd> </dl> </li> </ul> <a name="waitUntilRunning-nl.esciencecenter.xenon.jobs.Job-long-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>waitUntilRunning</h4> <pre>public&nbsp;<a href="../../../../../nl/esciencecenter/xenon/jobs/JobStatus.html" title="interface in nl.esciencecenter.xenon.jobs">JobStatus</a>&nbsp;waitUntilRunning(<a href="../../../../../nl/esciencecenter/xenon/jobs/Job.html" title="interface in nl.esciencecenter.xenon.jobs">Job</a>&nbsp;job, long&nbsp;timeout) throws <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#waitUntilRunning-nl.esciencecenter.xenon.jobs.Job-long-">Jobs</a></code></span></div> <div class="block">Wait for as long a job is waiting in a queue, or until a timeout expires. <p> This method will return as soon as the job is no longer waiting in the queue. This is generally the case when it starts running, but it may also be killed or produce an error. If the timeout expires, the job will continue to be queued normally. </p> <p> The timeout is in milliseconds and must be &gt;= 0, where 0 means an infinite timeout. </p> <p> A JobStatus is returned that can be used to determine why the call returned. </p></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html#waitUntilRunning-nl.esciencecenter.xenon.jobs.Job-long-">waitUntilRunning</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../nl/esciencecenter/xenon/jobs/Jobs.html" title="interface in nl.esciencecenter.xenon.jobs">Jobs</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>job</code> - the job.</dd> <dd><code>timeout</code> - the maximum time to wait in milliseconds.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the status of the Job.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../nl/esciencecenter/xenon/jobs/NoSuchJobException.html" title="class in nl.esciencecenter.xenon.jobs">NoSuchJobException</a></code> - If the job is not known.</dd> <dd><code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code> - If the status of the job could not be retrieved.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.scripting"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/scripting/ScriptingParser.html" title="class in nl.esciencecenter.xenon.adaptors.scripting"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?nl/esciencecenter/xenon/adaptors/scripting/ScriptingJobs.html" target="_top">Frames</a></li> <li><a href="ScriptingJobs.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html
JulesChevalier/slider
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_25) on Fri Oct 31 10:02:37 CET 2014 --> <title>BufferTimer</title> <meta name="date" content="2014-10-31"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="BufferTimer"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/BufferTimer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/QueuedTripleBufferLock.html" title="class in fr.ujm.tse.lt2c.satin.slider.buffer"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html" target="_top">Frames</a></li> <li><a href="BufferTimer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">fr.ujm.tse.lt2c.satin.slider.buffer</div> <h2 title="Class BufferTimer" class="title">Class BufferTimer</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.util.TimerTask</li> <li> <ul class="inheritance"> <li>fr.ujm.tse.lt2c.satin.slider.buffer.BufferTimer</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.lang.Runnable</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">BufferTimer</span> extends java.util.TimerTask</pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Jules Chevalier</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html#DEFAULT_TIMEOUT">DEFAULT_TIMEOUT</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html#BufferTimer-long-">BufferTimer</a></span>(long&nbsp;timeout)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html#addRule-fr.ujm.tse.lt2c.satin.slider.rules.Rule-">addRule</a></span>(<a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/rules/Rule.html" title="class in fr.ujm.tse.lt2c.satin.slider.rules">Rule</a>&nbsp;rule)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html#deactivateRule-java.lang.String-">deactivateRule</a></span>(java.lang.String&nbsp;rule)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html#notifyAdd-fr.ujm.tse.lt2c.satin.slider.rules.Rule-">notifyAdd</a></span>(<a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/rules/Rule.html" title="class in fr.ujm.tse.lt2c.satin.slider.rules">Rule</a>&nbsp;rule)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html#run--">run</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.util.TimerTask"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.util.TimerTask</h3> <code>cancel, scheduledExecutionTime</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="DEFAULT_TIMEOUT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DEFAULT_TIMEOUT</h4> <pre>public static final&nbsp;long DEFAULT_TIMEOUT</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../../constant-values.html#fr.ujm.tse.lt2c.satin.slider.buffer.BufferTimer.DEFAULT_TIMEOUT">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="BufferTimer-long-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>BufferTimer</h4> <pre>public&nbsp;BufferTimer(long&nbsp;timeout)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="run--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>run</h4> <pre>public&nbsp;void&nbsp;run()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>run</code>&nbsp;in interface&nbsp;<code>java.lang.Runnable</code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>run</code>&nbsp;in class&nbsp;<code>java.util.TimerTask</code></dd> </dl> </li> </ul> <a name="notifyAdd-fr.ujm.tse.lt2c.satin.slider.rules.Rule-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notifyAdd</h4> <pre>public&nbsp;void&nbsp;notifyAdd(<a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/rules/Rule.html" title="class in fr.ujm.tse.lt2c.satin.slider.rules">Rule</a>&nbsp;rule)</pre> </li> </ul> <a name="deactivateRule-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deactivateRule</h4> <pre>public&nbsp;void&nbsp;deactivateRule(java.lang.String&nbsp;rule)</pre> </li> </ul> <a name="addRule-fr.ujm.tse.lt2c.satin.slider.rules.Rule-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>addRule</h4> <pre>public&nbsp;void&nbsp;addRule(<a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/rules/Rule.html" title="class in fr.ujm.tse.lt2c.satin.slider.rules">Rule</a>&nbsp;rule)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/BufferTimer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/buffer/QueuedTripleBufferLock.html" title="class in fr.ujm.tse.lt2c.satin.slider.buffer"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?fr/ujm/tse/lt2c/satin/slider/buffer/BufferTimer.html" target="_top">Frames</a></li> <li><a href="BufferTimer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
javadoc/com/metova/slim/internal/package-summary.html
metova/Slim
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Thu Dec 31 14:23:30 CST 2015 --> <title>com.metova.slim.internal (library 1.2 API)</title> <meta name="date" content="2015-12-31"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.metova.slim.internal (library 1.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/metova/slim/annotation/package-summary.html">Prev&nbsp;Package</a></li> <li>Next&nbsp;Package</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/metova/slim/internal/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;com.metova.slim.internal</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/metova/slim/internal/BundleChecker.html" title="class in com.metova.slim.internal">BundleChecker</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/metova/slim/annotation/package-summary.html">Prev&nbsp;Package</a></li> <li>Next&nbsp;Package</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/metova/slim/internal/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
_layouts/style.css
4point7/4point7.github.io
{% include bootstrap.min.css %} {% include main.css %} {% include shonareed.css %}
docs/modules/_common_.html
jzthree/GraphBoard
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;common&quot; | GraphBoard/tf_graph_common</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">GraphBoard/tf_graph_common</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_common_.html">&quot;common&quot;</a> </li> </ul> <h1>External module &quot;common&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-not-exported"> <h3>Modules</h3> <ul class="tsd-index-list"> <li class="tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported"><a href="_common_.tfgraph.html" class="tsd-kind-icon">tfgraph</a></li> </ul> </section> </div> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class=" tsd-kind-external-module"> <a href="_colors_.html">"colors"</a> </li> <li class="current tsd-kind-external-module"> <a href="_common_.html">"common"</a> <ul> <li class=" tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_common_.tfgraph.html">tfgraph</a> </li> </ul> </li> <li class=" tsd-kind-external-module"> <a href="_externs_.html">"externs"</a> </li> <li class=" tsd-kind-external-module"> <a href="_graph_.html">"graph"</a> </li> <li class=" tsd-kind-external-module"> <a href="_hierarchy_.html">"hierarchy"</a> </li> <li class=" tsd-kind-external-module"> <a href="_layout_.html">"layout"</a> </li> <li class=" tsd-kind-external-module"> <a href="_parser_.html">"parser"</a> </li> <li class=" tsd-kind-external-module"> <a href="_proto_.html">"proto"</a> </li> <li class=" tsd-kind-external-module"> <a href="_render_.html">"render"</a> </li> <li class=" tsd-kind-external-module"> <a href="_scene_annotation_.html">"scene/annotation"</a> </li> <li class=" tsd-kind-external-module"> <a href="_scene_contextmenu_.html">"scene/contextmenu"</a> </li> <li class=" tsd-kind-external-module"> <a href="_scene_edge_.html">"scene/edge"</a> </li> <li class=" tsd-kind-external-module"> <a href="_scene_minimap_.html">"scene/minimap"</a> </li> <li class=" tsd-kind-external-module"> <a href="_scene_node_.html">"scene/node"</a> </li> <li class=" tsd-kind-external-module"> <a href="_scene_scene_.html">"scene/scene"</a> </li> <li class=" tsd-kind-external-module"> <a href="_template_.html">"template"</a> </li> <li class=" tsd-kind-external-module"> <a href="_util_.html">"util"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
cyfm-web/src/main/webapp/static/manage/editor/plugins/media.html
ppcxy/cyfm
<!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>Media</title> <style type="text/css" rel="stylesheet"> body { font-size: 12px; margin: 0px; background-color: #F0F0EE; } td.left { font-size: 12px; width: 40px; padding: 2px; } td.right { font-size: 12px; padding: 2px; } div.preview { border: 1px solid #AAAAAA; background-color: #FFFFFF; width: 270px; height: 200px; margin: 0px 0px 10px 0px; } div.preview div { margin: 5px; } </style> </head> <body> <div class="preview"> <div id="previewDiv"></div> </div> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="left">URL:</td> <td class="right"> <input type="text" id="url" name="url" value="http://" maxlength="255" style="width:210px;"/> </td> </tr> </table> </body> </html>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_07_testAbaNumberCheck_14073_good_jrd.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_07.html">Class Test_AbaRouteValidator_07</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_14073_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_07.html?line=39016#src-39016" >testAbaNumberCheck_14073_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:37:28 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_14073_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=25609#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
target/docs/net/floodlightcontroller/packet/package-frame.html
fbotelho-university-code/poseidon
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Sat Jul 13 18:59:11 WEST 2013 --> <TITLE> net.floodlightcontroller.packet </TITLE> <META NAME="date" CONTENT="2013-07-13"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../net/floodlightcontroller/packet/package-summary.html" target="classFrame">net.floodlightcontroller.packet</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Interfaces</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="IPacket.html" title="interface in net.floodlightcontroller.packet" target="classFrame"><I>IPacket</I></A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="ARP.html" title="class in net.floodlightcontroller.packet" target="classFrame">ARP</A> <BR> <A HREF="BasePacket.html" title="class in net.floodlightcontroller.packet" target="classFrame">BasePacket</A> <BR> <A HREF="BPDU.html" title="class in net.floodlightcontroller.packet" target="classFrame">BPDU</A> <BR> <A HREF="BSN.html" title="class in net.floodlightcontroller.packet" target="classFrame">BSN</A> <BR> <A HREF="BSNPROBE.html" title="class in net.floodlightcontroller.packet" target="classFrame">BSNPROBE</A> <BR> <A HREF="Data.html" title="class in net.floodlightcontroller.packet" target="classFrame">Data</A> <BR> <A HREF="DHCP.html" title="class in net.floodlightcontroller.packet" target="classFrame">DHCP</A> <BR> <A HREF="DHCPOption.html" title="class in net.floodlightcontroller.packet" target="classFrame">DHCPOption</A> <BR> <A HREF="Ethernet.html" title="class in net.floodlightcontroller.packet" target="classFrame">Ethernet</A> <BR> <A HREF="ICMP.html" title="class in net.floodlightcontroller.packet" target="classFrame">ICMP</A> <BR> <A HREF="IPv4.html" title="class in net.floodlightcontroller.packet" target="classFrame">IPv4</A> <BR> <A HREF="LLC.html" title="class in net.floodlightcontroller.packet" target="classFrame">LLC</A> <BR> <A HREF="LLDP.html" title="class in net.floodlightcontroller.packet" target="classFrame">LLDP</A> <BR> <A HREF="LLDPOrganizationalTLV.html" title="class in net.floodlightcontroller.packet" target="classFrame">LLDPOrganizationalTLV</A> <BR> <A HREF="LLDPTLV.html" title="class in net.floodlightcontroller.packet" target="classFrame">LLDPTLV</A> <BR> <A HREF="TCP.html" title="class in net.floodlightcontroller.packet" target="classFrame">TCP</A> <BR> <A HREF="UDP.html" title="class in net.floodlightcontroller.packet" target="classFrame">UDP</A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Enums</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="BPDU.BPDUType.html" title="enum in net.floodlightcontroller.packet" target="classFrame">BPDU.BPDUType</A> <BR> <A HREF="DHCP.DHCPOptionCode.html" title="enum in net.floodlightcontroller.packet" target="classFrame">DHCP.DHCPOptionCode</A> <BR> <A HREF="DHCPPacketType.html" title="enum in net.floodlightcontroller.packet" target="classFrame">DHCPPacketType</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
docs/solr-core/org/apache/solr/handler/component/class-use/ResponseLogComponent.html
rcr-81/SolrCamper
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Sun Jun 09 12:16:06 GMT+05:30 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Class org.apache.solr.handler.component.ResponseLogComponent (Solr 4.3.1 API) </TITLE> <META NAME="date" CONTENT="2013-06-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.handler.component.ResponseLogComponent (Solr 4.3.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/solr/handler/component/ResponseLogComponent.html" title="class in org.apache.solr.handler.component"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/solr/handler/component//class-useResponseLogComponent.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResponseLogComponent.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.solr.handler.component.ResponseLogComponent</B></H2> </CENTER> No usage of org.apache.solr.handler.component.ResponseLogComponent <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/solr/handler/component/ResponseLogComponent.html" title="class in org.apache.solr.handler.component"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/solr/handler/component//class-useResponseLogComponent.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ResponseLogComponent.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 2000-2013 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> </BODY> </HTML>
docs/solr-solrj/org/apache/solr/client/solrj/impl/class-use/CloudSolrServer.html
kyosuke1008/summary-solr
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Oct 17 21:45:05 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.client.solrj.impl.CloudSolrServer (Solr 4.5.1 API)</title> <meta name="date" content="2013-10-17"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.client.solrj.impl.CloudSolrServer (Solr 4.5.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/solr/client/solrj/impl/CloudSolrServer.html" title="class in org.apache.solr.client.solrj.impl">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/solr/client/solrj/impl//class-useCloudSolrServer.html" target="_top">FRAMES</a></li> <li><a href="CloudSolrServer.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.client.solrj.impl.CloudSolrServer" class="title">Uses of Class<br>org.apache.solr.client.solrj.impl.CloudSolrServer</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.client.solrj.impl.CloudSolrServer</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/solr/client/solrj/impl/CloudSolrServer.html" title="class in org.apache.solr.client.solrj.impl">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/solr/client/solrj/impl//class-useCloudSolrServer.html" target="_top">FRAMES</a></li> <li><a href="CloudSolrServer.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-2013 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>
web/src/main/webapp/templates/dm-data-processors-decision_tree.html
LLmaps/DataMiner
<!-- Copyright 2017 Vojtech Krizek, info@LLmaps.com. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <div class="section"> <div data-id="column_template" class="inline_box"> <input type="text" placeholder="Column Name" data-id="column_name"> <a data-id="remove">Remove</a> <div class="clearfix"></div> </div> <form class="full_width_form"> <label>Value Column Name</label> <input type="text" data-id="valueColumn"> <label>Minimum Parent Items</label> <input type="number" min="1" step="1" data-id="min_parent_items"> <label>Minimum Child Items</label> <input type="number" min="1" step="1" data-id="min_child_items"> </form> <div> <label>Column Names</label> <div data-id="columns"></div> <div class="inline_box"> <a data-id="add">Add</a> <div class="clearfix"></div> </div> </div> </div>
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/snapshot/class-use/SnapshotInfo.html
gsoundar/mambo-ec2-deploy
<!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 Wed Oct 08 15:57:23 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.snapshot.SnapshotInfo (HBase 0.98.7-hadoop2 API)</title> <meta name="date" content="2014-10-08"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.snapshot.SnapshotInfo (HBase 0.98.7-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/snapshot/SnapshotInfo.html" title="class in org.apache.hadoop.hbase.snapshot">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/snapshot/class-use/SnapshotInfo.html" target="_top">Frames</a></li> <li><a href="SnapshotInfo.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.hadoop.hbase.snapshot.SnapshotInfo" class="title">Uses of Class<br>org.apache.hadoop.hbase.snapshot.SnapshotInfo</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.hbase.snapshot.SnapshotInfo</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/snapshot/SnapshotInfo.html" title="class in org.apache.hadoop.hbase.snapshot">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/snapshot/class-use/SnapshotInfo.html" target="_top">Frames</a></li> <li><a href="SnapshotInfo.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>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
src/main/webapp/index.html
DUBULEE/spring-kotlin-sample
<!DOCTYPE html> <html ng-app="kotlinApp"> <head> <title>Humans under kotlin</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/angular.min.js"></script> <script src="./js/app.js"></script> </head> <body ng-controller="kotlinCtrl"> <h1>Humans</h1> <button class="btn " ng-click="getHumans()">Inspiring humans under </button> <input type="text" ng-model="ageMax"/> <ul> <li ng-repeat="h in humans" ><span ng-model="h.name">{{h.name}}</span> {{h.age}}</li> </ul> </body> </html>
2018.5.0/apidocs/org/wildfly/swarm/config/elytron/ConstantRoleMapperSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed May 02 00:35:04 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ConstantRoleMapperSupplier (BOM: * : All 2018.5.0 API)</title> <meta name="date" content="2018-05-02"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ConstantRoleMapperSupplier (BOM: * : All 2018.5.0 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ConstantRoleMapperSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.5.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapperConsumer.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/elytron/CredentialStore.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/ConstantRoleMapperSupplier.html" target="_top">Frames</a></li> <li><a href="ConstantRoleMapperSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.elytron</div> <h2 title="Interface ConstantRoleMapperSupplier" class="title">Interface ConstantRoleMapperSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapper.html" title="class in org.wildfly.swarm.config.elytron">ConstantRoleMapper</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">ConstantRoleMapperSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapper.html" title="class in org.wildfly.swarm.config.elytron">ConstantRoleMapper</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapper.html" title="class in org.wildfly.swarm.config.elytron">ConstantRoleMapper</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapperSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of ConstantRoleMapper resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapper.html" title="class in org.wildfly.swarm.config.elytron">ConstantRoleMapper</a>&nbsp;get()</pre> <div class="block">Constructed instance of ConstantRoleMapper resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ConstantRoleMapperSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.5.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/elytron/ConstantRoleMapperConsumer.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/elytron/CredentialStore.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/ConstantRoleMapperSupplier.html" target="_top">Frames</a></li> <li><a href="ConstantRoleMapperSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
public/dist/css/projects.min.css
HeavenDuke/ABlog
.project{margin:2%}.project-item{min-height:150px}
learn-lang/src/main/webapp/resources/css/about-us.css
yaotrue/learn-parent
@charset "utf-8"; body{ min-width: 1200px; } .banner{ position: relative; width: 100%; } .banner img{ width: 100%; } /* 我们的使命 */ .about-summit .tit{ margin-bottom: 80px; } .about-summit .tit > div , .contact-us .tit{ position: relative; text-align: center; margin: 39px auto 0; } .about-summit .tit h5 , .contact-us .tit h5{ display: inline-block; font-size: 64px; color: #000; padding: 15px; background: #fff; position: relative; z-index: 1; } .about-summit .tit span , .contact-us .tit span{ display: block; height: 1px; background: #d8d8d8; width: 100%; position: absolute; top: 50%; left: 0; margin-top: -0.5px; z-index: 0; } .about-summit .tit p{ text-align: center; font-size: 24px; color: #333; } .myaccount-inner { max-width: 1280px; margin: 0 auto; } .myaccount-lf{ float: left; width: 268px; margin-right: -268px; display: inline-block; position: relative; } .myaccount-lf h5{ font-size: 24px; color: #333333; padding-bottom: 6px; border-bottom: 1px solid #333; margin-bottom: 16px; font-family: "Arial","PingFangSC-Regular", "微软雅黑", "Microsoft YaHei", "sans-serif"; } .myaccount-lf ul li.current a{ color: #A11E25; cursor: pointer; } .myaccount-lf ul li a{ display: block; padding: 17px 0; font-size: 24px; color: #151515; line-height: 36px; position: relative; } .myaccount-lf ul li a img{ display: none; position: absolute; left: -14px; top: 27px; } .myaccount-rt{ float: left; display: inline-block; width: 100%; } .myaccount-rt>div{ margin-left: 368px; } .myaccount-rt .headline{ position: relative; padding-left: 200px; margin-top: -10px; padding-bottom: 50px; } .myaccount-rt .headline p{ position: absolute; left: 0; top: 0; font-size: 40px; color: #000000; display: inline-block; vertical-align: middle; } .myaccount-rt .headline span{ display: block; margin-left: 20px; font-size: 23px; color: #333333; position: relative; top: 5px; line-height:36px; font-family: "Arial","PingFangSC-Regular", "微软雅黑", "Microsoft YaHei", "sans-serif"; } .myaccount-rt .myaccount-down p{ font-size: 24px; color: #333333; margin-bottom: 45px; text-align: justify; line-height: 34px; } /* 联系我们 */ .contact-us{ padding-bottom: 213px; } .contact-con{ text-align: center; width: 730px; margin: 0 auto; font-family: "Arial","PingFangSC-Regular", "微软雅黑", "Microsoft YaHei", "sans-serif"; } .contact-us .tit{ margin-top: 100px; margin-bottom: 108px; } .contact-con>div{ font-size: 0; text-align: left; vertical-align: top; } .contact-con .fir h5{ text-align: center; font-size: 34px; color: #333; font-family: "Times New Roman", "Arial","STSongti-SC-Regular","PingFangSC-Regular","宋体","SimSun", "微软雅黑", "Microsoft YaHei", "sans-serif"; } .contact-con h5{ margin-bottom: 20px; } .contact-con p , .contact-con h5{ font-size: 24px; color: #000; } .contact-con p span{ display: inline-block; } .contact-con p{ position: relative; margin-bottom: 10px; } .contact-con .center-con{ margin: 0 auto; width: 275px; } .contact-con p .fir{ width: 76px; position: absolute; left: 0; top: 0; padding: 0; } .contact-con p .sec{ padding: 0; } .contact-con p{ padding-left: 76px; } .botm-email{ font-size: 0; padding-top: 26px; } .botm-email .fir{ padding-right: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; } .botm-email .fir, .botm-email .sec{ display: inline-block; width: 49%; vertical-align: top; } .botm-email .fir p,.botm-email .sec p{ padding-left: 0; } .botm-email .fir p span ,.botm-email .sec p span{ position: relative; display: block; width: 100%; } /* 我们的特点 */ .trait-down>div{ width: 32%; vertical-align: top; display: inline-block; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; } .trait-down>div h5{ text-align: center; font-size: 51px; } .trait-down>div>p img{ display: block; margin: 0 auto; } .trait-down>div.fir{ padding-right: 50px; } .trait-down>div.sec{ padding-left: 25px; padding-right: 25px; } .trait-down>div.thir{ padding-left: 50px; } .myaccount-rt .trait-down>div p{ font-size: 12px; line-height: 20px; } /* 领导团队 */ .team-down{ width: 100%; } .team-down > h6{ margin-bottom: 28px; width: 268px; font-size: 24px; color: #333333; padding: 7px 0; border-bottom: 1px solid #333; font-family: "Arial","PingFangSC-Regular", "微软雅黑", "Microsoft YaHei", "sans-serif"; } .team-member{ margin-bottom: 50px; } .team-member .team-cont-l , .team-member .team-cont-r{ position: relative; display: inline-block; vertical-align: top; } .team-member .team-cont-l{ float: left; width: 400px; margin-right: -400px; display: inline-block; position: relative; } .team-member .team-cont-l img{ width: 100%; display: block; } .team-member .team-cont-r{ float: left; display: inline-block; width: 100%; } .team-cont-r>div { margin-left: 457px; } .myaccount-rt .team-cont-r .team-cont-wapper>div h5 .name{ font-size: 24px; color: #333333; display: block; margin-bottom: 15px; } .team-cont-r>div .name-ch{ font-size: 24px; color: #333333; line-height: 30px; margin-bottom: 15px; } .myaccount-rt .team-cont-r .team-cont-wapper>div p{ margin-bottom: 18px; font-size: 14px; color: #333333; line-height: 18px; } .myaccount-rt .team-cont-r .info-show{ height: 40px; text-align: right; margin-bottom: 0; border-bottom: 1px solid #333; cursor: pointer; padding-right: 6px; } .team-cont-r .info-show i{ display: inline-block; width: 13px; height: 8px; } .team-cont-r .info-show.is-active { width: 100%; background: #fff; } .team-cont-r .info-show.is-active .icon-down{ background: url(../images/about-us/arrow-down.png) no-repeat 0px 0px; } .team-cont-r .info-show .icon-up{ background: url(../images/about-us/arrow-up.png) no-repeat 0px 0px; } .mgt100{ margin-top: 100px; } .team-pic>div{ width: 50%; float: left; box-sizing:border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; } .team-pic>div a{ display: block; margin-bottom: 32px; } .team-pic>div a img{ width: 100%; } .team-pic .fir{ padding-right: 45px; } .team-pic .sec{ padding-left: 45px; } .team-pic>div div{ border-bottom: 1px solid #8E8E8E; margin-bottom: 67px; padding-bottom: 20px; } .team-pic>div div h5{ text-align: center; font-size: 40px; color: #333333; } .myaccount-rt .team-pic>div div p{ text-align: center; font-size: 24px; color: #333333; margin-top: 10px; line-height: 26px; margin-bottom: 0; } .none{ display: none !important; } .about-team { border-top: 1px #000 solid; padding:30px 0 35px; } .about-team ul li{ margin-right: 100px; display: inline-block; font-family: "Arial","PingFangSC-Regular", "微软雅黑", "Microsoft YaHei", "sans-serif"; font-size: 24px; color: #333; letter-spacing: 0; cursor: pointer; } .about-team ul li.active{ color: #A53B33; } @media screen and (max-width:1440px){ .myaccount-inner{ max-width: 1224px; } }
reduser/nodes/funnel/14-glob-in.html
Streampunk/dynamorse
<!-- Copyright 2016 Streampunk Media Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <script type="text/javascript"> RED.nodes.registerType('glob-in',{ category: 'funnel', color: '#FDE8C3', defaults: { name : { value : "" }, maxBuffer : { value : 10, validate : RED.validators.number() } }, inputs:0, outputs:1, icon: "funnel.png", label: function() { return this.name || "glob-in"; } }); </script> <script type="text/x-red" data-template-name="glob-in"> <div class="form-row"> <label for="node-input-folder"><i class="fa fa-folder"></i> Folder</label> <input type="text" id="node-input-folder" placeholder="."> </div> <div class="form-row"> <label for="node-input-maxBuffer"><i class="fa fa-suitcase"></i> max buffer</label> <input type="number" id="node-input-maxBuffer" placeholder="10" style="width: 100px"> </div> </script> <script type="text/x-red" data-help-name="glob-in"> <h1>Files-by-glob input</h1> <p>Read grain payloads from a sequence of files in a folder, where the sequence in which the grains are read is given by a <em>glob</em> (file name with wildcard) pattern.</p> <h3>Maturity</h3> <p>Not implemented - <a href="https://github.com/Streampunk/dynamorse/issues/8">status</a>. </script>
assets/css/style-daniels.css
TheMTank/themtank.github.io
/* Author: XpeedStudio Author URI: http://themeforest.net/user/XpeedStudio/portfolio */ /* ========================================================================== Author's custom styles ========================================================================== */ html, body { /*background-color: #ffffff; */ /*background-color: rgba(55, 68, 29, 0.5);*/ /*background-color: rgba(128, 128, 128, 0.6);*/ background-color: rgba(128, 128, 128, 1.0); /*background-color: rgba(59, 91, 44, 0.5); */ /*too light? */ font-size: 15px; color:#3c3930; width: 100%; padding: 0; margin-left: 0; margin-right: 0; font-family: 'latolight'; font-weight: 300; } /*========================================== PRE LOADER ==========================================*/ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fefefe; z-index: 99999; height: 100%; width: 100%; overflow: hidden !important; } .loaded { width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; background-image: url(../images/loading.gif); background-repeat: no-repeat; background-position: center; -moz-background-size: cover; background-size: cover; margin: -20px 0 0 -20px; } img { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; user-drag: none; } a, a:hover, a:active, a:focus { text-decoration: none; outline: none; } a, button, a span { -webkit-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .btn.extra-width { padding: 13px 40px; } .btn:focus, .btn:active { outline: inherit; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* direction: rtl;*/ } p { margin: 0 0 15px; } .clear { clear: both; } ol, ul { list-style: none; padding: 0; } img { max-width: 100%; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { outline: none; } .form-control { border: 1px solid rgba(0, 0, 0, 0.08); font-size: 16px; height: 45px; } .form-control:focus { border-color: #f56363; } h1, h2, h3 { /*font-family: 'Lane', sans-serif;*/ font-weight: 300; margin: 0; } h4, h5 { /*font-family: 'roboto', sans-serif;*/ font-weight: 300; margin: 0; line-height: 2rem; } h1 { font-size: 3rem; line-height: 4rem; font-weight: 300; } h2 { font-size: 2.5rem; line-height: 3rem; margin-bottom: .9rem; } h3 { font-weight: 300; margin-bottom: .9rem; font-size: 2.1rem; line-height: 2.5rem; } h4 { font-size: 1.6rem; line-height: 2.2rem; margin-bottom: 1.1rem; } h5 { font-size: 1.3rem; margin-bottom: 1rem; } h6 { font-size: 1rem; margin-bottom: .9rem; } p { line-height: 1.5rem; font-size: 1.1rem; } p:last-child { margin-bottom: 0px; } /*.home-wrap h1,*/ .home-wrap h2, .home-wrap h3, .home-wrap h4, .home-wrap h5, .home-wrap p { color: #ffffff; /*font-family: 'roboto', sans-serif;*/ } .text { color: #333333; } .colorstext { color: #f56363; } .coloricon i { color: #f56363; } .colorsbg { background: #f56363; color: #ffffff; } .lightbg { background-color: #f9f9f9; } .transition { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } /* Section */ .sections { padding-top: 80px; padding-bottom: 80px; position: relative; overflow: hidden; } .sections2 { padding-top: 80px; padding-bottom:0; position: relative; overflow: hidden; } .sections.footer { padding-bottom: 80px; } section .subtitle h5 { margin-top: 10px; font-size: 1.3rem; font-family: 'roboto', sans-serif; } .parallax-section { max-width: 100%; color: #ffffff; } section .title-half h2 { font-size: 3rem; line-height: 4rem; font-weight: 300; margin-bottom: 1.4rem; } section .subtitle-half h5 { font-weight: 100; font-size: 17px; } /* Project Global CSS */ .heading-content{ margin-bottom: 4rem; } .heading-content i,span{ font-size:50px; } .heading-content h3, h4{ font-size:28px; text-transform:uppercase; font-weight:500; margin:30px 0; letter-spacing:3px; } .heading-content p{ width: 47%; margin: 0 auto; font-size: 18px; color: #3c3930; line-height: 28px; font-weight: bold; } .heading-content .heading-icon a i{ background:#61605f; color:#fff; width:130px; height:130px; border-radius:100%; margin-right:20px; padding-top:20px; font-size:90px; } .img-overlay{ position:absolute; background:rgba(0, 0, 0, .3); width:100%; height:100%; top:0; } .overlay { background-color: rgba(0, 0, 0, 0.3); width: 100%; min-height: 750px; } .overlay-fluid-block { background-color: rgba(0, 0, 0, 0.5); width: 100%; } .home-overlay-fluid { background-color: rgba(41, 41, 41, 0.68); width: 80%; margin: auto; } .overlay-img { background: rgba(0, 0, 0, 0.5); width: 100%; min-height:700px; overflow:hidden; } .no-padding { padding: 0 !important; } .fluid-blocks-col { padding: 70px 40px 0 80px; } .fluid-blocks-col-right { padding: 70px 80px 0 40px; } /* Separator */ .separator { height: 1px; width: 150px; margin: auto; background: #f56363; } /* Button */ .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled:hover { color: #ffffff; background-color: #f56363; border-color: #f56363; } /*.btn-default:active, .btn-default:hover { background: transparent; }*/ /* Extra height css */ .margin-top-20 { margin-top: 20px; } .margin-bottom-20 { margin-bottom: 20px; } .margin-top-40 { margin-top: 40px; } .margin-bottom-40 { margin-bottom: 40px; } .margin-top-60 { margin-top: 60px; } .margin-80 { margin-top: 80px; margin-bottom: 80px; } .margin-bottom-60 { margin-bottom: 60px; } .margin-top-80 { margin-top: 80px; } .margin-bottom-80 { margin-bottom: 80px; } .padding-top-20 { padding-top: 1.33rem; } .padding-bottom-20 { padding-bottom: 1.33rem; } .padding-top-40 { padding-top: 2.66rem; } .padding-bottom-40 { padding-bottom: 2.66rem; } .padding-top-60 { padding-top: 5rem; } .padding-bottom-60 { padding-bottom: 5rem; } .padding-bottom-0 { padding-bottom: 0; } /*padding*/ .padding-twenty { padding: 10px 0; } .padding-fourty { padding: 20px 0; } .padding-sixty { padding: 30px 0; } .padding-eighty { padding: 40px 0; } h1 span { color: #f56363; font-weight: 400; } /*for placeholder changes*/ input::-webkit-input-placeholder { color: #000; font-size: 18px; } input::-moz-placeholder { color: #000; font-size: 18px; } input:-ms-input-placeholder { color: #000; font-size: 18px; } /*For Menu Section*/ .navbar-default{ background:transparent; border:transparent; padding-top:10px; } .navbar{ margin-bottom:0; border-radius:0; padding:20px 0; } .navbar-nav i{ font-size: 20px; color: #fff; border: 2px solid #fff; border-radius: 100%; padding-top: 8px; height:38px; width: 38px; text-align: center; } .navbar-collapse { border:0; border-top:0; } .navbar-default .navbar-toggle { border:0; background:#fff; color:#31404a; } .menu-bg{ background:#474747; } /*For Home Section*/ .home{ background: url(../images/wood-nature-sunny-forest.jpg) no-repeat center; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; min-height:700px; overflow: hidden; } .home-content{ margin-top:300px; color:#e9e5db; text-transform:uppercase; } .home-content h1{ font-size:60px; margin-bottom:30px; /*font-family: 'santelia_scriptbold_dmo';*/ } .home-content h5{ font-family: 'latoregular'; font-size:30px; } .carousel-indicators { bottom: -200px; } .carousel-indicators li { width: 18px; height: 18px; } .carousel-indicators .active { width: 20px; height: 20px; } /*For Parallax Section*/ .parallax-area{ background: url(../images/nature-forest-industry-rails.jpg) no-repeat center; /*background-size*/ -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; overflow: hidden; min-height:330px; /*min-height:390px;*/ position:relative; } .parallax-content{ position:absolute; color:#fff; z-index:1; text-align:center; /*left: 30%;*/ top: 35%; /*width:38%;*/ margin-left: 10%; margin-right: 10%; } .parallax-content h5{ font-size:30px; font-family: 'santelia_scriptbold_dmo'; line-height: 40px; } /*For Portfolio Section*/ .main-portfolio{ margin-bottom:20px; } .portfolio-item img{ width:100%; } .portfolio-item{ position:relative; margin-bottom:10px; } .social{ background: url(../images/nature-forest-industry-rails.jpg) no-repeat center; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; overflow: hidden; min-height:200px; margin:20px 0; position:relative; z-index:1; padding-left:20px; } .social .share{ color:#fff; font-size:15px; text-transform:uppercase; letter-spacing:5px; margin:10px 0; } .social li a{ color:#fff; font-size:25px; line-height:45px; } .pager{ margin-top:40px; } .pager li>a, .pager li>span { background-color:transparent; border:0; border-radius:0; font-size:18px; font-weight:500; text-transform:uppercase; letter-spacing:5px; } .pager li>a:hover, .pager li>span { background-color:transparent; color:#333; } /* Google-Map Section */ #map{ height:300px; width:100%; } /* Contact Section */ #contact{ /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/pexels-photo-418831.jpeg) no-repeat center center;*/ /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/pexels-photo-147329.jpeg) no-repeat center center;*/ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/pexels-photo-147329-resized-compressed.jpg) no-repeat center center; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; overflow: hidden; min-height:650px; /*position:relative; why was this here? */ z-index:1; } #contact .heading-content h3{ color:#fff; font-size:24px; letter-spacing:5px; } .form-group{ padding:10px 0; } .form-group .form-control{ background:rgba(186, 186, 186, .8); padding: 25px 12px; border-radius:0; } .contact-button{ text-align:center; } .btn-lg, .btn-group-lg>.btn { border-radius: 0; text-transform: uppercase; background: transparent; color: #fff; padding: 10px 130px; letter-spacing: 5px; border: 2px solid #fff; font-size: 24px; margin:40px 0 70px 0; } .copyright{ color:#ffffff; font-size:14px; border-top:2px solid #9ea0a0; width:60%; margin:auto; margin-bottom:-80px; } .copyright p{ padding-top:10px; font-size:14px; } .copyright p a{ color:#fd1616; } #main-heading-a-year-in-cv { }