path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
ajax/libs/oojs-ui/0.36.4/oojs-ui-wikimediaui-icons-editing-citation.css
cdnjs/cdnjs
/*! * OOUI v0.36.4 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2020 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2020-02-05T19:37:21Z */ .oo-ui-icon-book { background-image: url('themes/wikimediaui/images/icons/book-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/book-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-book { background-image: url('themes/wikimediaui/images/icons/book-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/book-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-book { background-image: url('themes/wikimediaui/images/icons/book-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/book-ltr-progressive.svg'); } .oo-ui-icon-journal { background-image: url('themes/wikimediaui/images/icons/journal-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/journal-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-journal { background-image: url('themes/wikimediaui/images/icons/journal-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/journal-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-journal { background-image: url('themes/wikimediaui/images/icons/journal-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/journal-ltr-progressive.svg'); } .oo-ui-icon-newspaper { background-image: url('themes/wikimediaui/images/icons/newspaper-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newspaper-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-newspaper { background-image: url('themes/wikimediaui/images/icons/newspaper-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newspaper-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-newspaper { background-image: url('themes/wikimediaui/images/icons/newspaper-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newspaper-ltr-progressive.svg'); } .oo-ui-icon-reference { background-image: url('themes/wikimediaui/images/icons/reference.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reference.svg'); } .oo-ui-image-invert.oo-ui-icon-reference { background-image: url('themes/wikimediaui/images/icons/reference-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reference-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-reference { background-image: url('themes/wikimediaui/images/icons/reference-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reference-progressive.svg'); } .oo-ui-icon-referenceExisting { background-image: url('themes/wikimediaui/images/icons/referenceExisting-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/referenceExisting-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-referenceExisting { background-image: url('themes/wikimediaui/images/icons/referenceExisting-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/referenceExisting-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-referenceExisting { background-image: url('themes/wikimediaui/images/icons/referenceExisting-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/referenceExisting-ltr-progressive.svg'); } .oo-ui-icon-references { background-image: url('themes/wikimediaui/images/icons/references-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/references-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-references { background-image: url('themes/wikimediaui/images/icons/references-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/references-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-references { background-image: url('themes/wikimediaui/images/icons/references-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/references-ltr-progressive.svg'); }
ajax/libs/alifd__next/1.23.7/next-noreset.var-1.css
cdnjs/cdnjs
/*! * @alifd/next@1.23.7 (https://fusion.design) * Copyright 2018-present Alibaba Group, * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE) */ /* stylelint-disable-next-line */ .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-o-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-o-keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-moz-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-ms-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-o-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-moz-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-ms-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-o-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -moz-transform: translateY(24px); -ms-transform: translateY(24px); -o-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -moz-transform: translateY(24px); -ms-transform: translateY(24px); -o-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -moz-transform: translateY(24px); -ms-transform: translateY(24px); -o-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-o-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -moz-transform: translateY(24px); -ms-transform: translateY(24px); -o-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -moz-transform: translateY(24px); -ms-transform: translateY(24px); -o-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-ms-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); } } @-moz-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); } } @-ms-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); } } @-o-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); } } @keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); } } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } } @-moz-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } } @-ms-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } } @-o-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } } @keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } } @-moz-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } } @-ms-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } } @-o-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } } @keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -moz-transform: translateY(-24px); -ms-transform: translateY(-24px); -o-transform: translateY(-24px); transform: translateY(-24px); } } @-moz-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -moz-transform: translateY(-24px); -ms-transform: translateY(-24px); -o-transform: translateY(-24px); transform: translateY(-24px); } } @-ms-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -moz-transform: translateY(-24px); -ms-transform: translateY(-24px); -o-transform: translateY(-24px); transform: translateY(-24px); } } @-o-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -moz-transform: translateY(-24px); -ms-transform: translateY(-24px); -o-transform: translateY(-24px); transform: translateY(-24px); } } @keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -moz-transform: translateY(-24px); -ms-transform: translateY(-24px); -o-transform: translateY(-24px); transform: translateY(-24px); } } @-webkit-keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } } @-moz-keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } } @-ms-keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } } @-o-keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); } } @-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -moz-transform: translateY(2000px); -ms-transform: translateY(2000px); -o-transform: translateY(2000px); transform: translateY(2000px); } } @-moz-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -moz-transform: translateY(2000px); -ms-transform: translateY(2000px); -o-transform: translateY(2000px); transform: translateY(2000px); } } @-ms-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -moz-transform: translateY(2000px); -ms-transform: translateY(2000px); -o-transform: translateY(2000px); transform: translateY(2000px); } } @-o-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -moz-transform: translateY(2000px); -ms-transform: translateY(2000px); -o-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -moz-transform: translateY(2000px); -ms-transform: translateY(2000px); -o-transform: translateY(2000px); transform: translateY(2000px); } } @-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -moz-transform: translateX(-2000px); -ms-transform: translateX(-2000px); -o-transform: translateX(-2000px); transform: translateX(-2000px); } } @-moz-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -moz-transform: translateX(-2000px); -ms-transform: translateX(-2000px); -o-transform: translateX(-2000px); transform: translateX(-2000px); } } @-ms-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -moz-transform: translateX(-2000px); -ms-transform: translateX(-2000px); -o-transform: translateX(-2000px); transform: translateX(-2000px); } } @-o-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -moz-transform: translateX(-2000px); -ms-transform: translateX(-2000px); -o-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -moz-transform: translateX(-2000px); -ms-transform: translateX(-2000px); -o-transform: translateX(-2000px); transform: translateX(-2000px); } } @-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -moz-transform: translateX(2000px); -ms-transform: translateX(2000px); -o-transform: translateX(2000px); transform: translateX(2000px); } } @-moz-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -moz-transform: translateX(2000px); -ms-transform: translateX(2000px); -o-transform: translateX(2000px); transform: translateX(2000px); } } @-ms-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -moz-transform: translateX(2000px); -ms-transform: translateX(2000px); -o-transform: translateX(2000px); transform: translateX(2000px); } } @-o-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -moz-transform: translateX(2000px); -ms-transform: translateX(2000px); -o-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -moz-transform: translateX(2000px); -ms-transform: translateX(2000px); -o-transform: translateX(2000px); transform: translateX(2000px); } } @-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -moz-transform: translateY(-2000px); -ms-transform: translateY(-2000px); -o-transform: translateY(-2000px); transform: translateY(-2000px); } } @-moz-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -moz-transform: translateY(-2000px); -ms-transform: translateY(-2000px); -o-transform: translateY(-2000px); transform: translateY(-2000px); } } @-ms-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -moz-transform: translateY(-2000px); -ms-transform: translateY(-2000px); -o-transform: translateY(-2000px); transform: translateY(-2000px); } } @-o-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -moz-transform: translateY(-2000px); -ms-transform: translateY(-2000px); -o-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -moz-transform: translateY(-2000px); -ms-transform: translateY(-2000px); -o-transform: translateY(-2000px); transform: translateY(-2000px); } } @-webkit-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-o-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-moz-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-ms-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-o-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-moz-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-ms-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-o-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-o-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @-moz-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @-ms-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @-o-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @-moz-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @-ms-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @-o-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @-webkit-keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-moz-keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-ms-keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-o-keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-webkit-keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } } @-moz-keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } } @-ms-keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } } @-o-keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } } @keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } } @-webkit-keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-moz-keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-ms-keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-o-keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-webkit-keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-moz-keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-ms-keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-o-keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-webkit-keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @-moz-keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @-ms-keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @-o-keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @-webkit-keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-moz-keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-ms-keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-o-keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -moz-transform-origin: left top 0; -ms-transform-origin: left top 0; -o-transform-origin: left top 0; transform-origin: left top 0; } } @-webkit-keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-moz-keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-ms-keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-o-keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -moz-transform: scaleY(0.6); -ms-transform: scaleY(0.6); -o-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-webkit-keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @-moz-keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @-ms-keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @-o-keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes pulse { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-ms-keyframes pulse { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-o-keyframes pulse { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @keyframes pulse { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } .fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -ms-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -ms-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeInLeft { -webkit-animation-name: fadeInLeft; -moz-animation-name: fadeInLeft; -ms-animation-name: fadeInLeft; -o-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeInRight { -webkit-animation-name: fadeInRight; -moz-animation-name: fadeInRight; -ms-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -ms-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 300ms; -webkit-animation-duration: var(--motion-duration-standard-in, 300ms); -moz-animation-duration: 300ms; -moz-animation-duration: var(--motion-duration-standard-in, 300ms); -ms-animation-duration: 300ms; -ms-animation-duration: var(--motion-duration-standard-in, 300ms); -o-animation-duration: 300ms; -o-animation-duration: var(--motion-duration-standard-in, 300ms); animation-duration: 300ms; animation-duration: var(--motion-duration-standard-in, 300ms); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -ms-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.35s; -webkit-animation-duration: var(--durationBigDefault, 0.35s); -moz-animation-duration: 0.35s; -moz-animation-duration: var(--durationBigDefault, 0.35s); -ms-animation-duration: 0.35s; -ms-animation-duration: var(--durationBigDefault, 0.35s); -o-animation-duration: 0.35s; -o-animation-duration: var(--durationBigDefault, 0.35s); animation-duration: 0.35s; animation-duration: var(--durationBigDefault, 0.35s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeOutDown { -webkit-animation-name: fadeOutDown; -moz-animation-name: fadeOutDown; -ms-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 250ms; -webkit-animation-duration: var(--motion-duration-standard-out, 250ms); -moz-animation-duration: 250ms; -moz-animation-duration: var(--motion-duration-standard-out, 250ms); -ms-animation-duration: 250ms; -ms-animation-duration: var(--motion-duration-standard-out, 250ms); -o-animation-duration: 250ms; -o-animation-duration: var(--motion-duration-standard-out, 250ms); animation-duration: 250ms; animation-duration: var(--motion-duration-standard-out, 250ms); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; -moz-animation-name: fadeOutLeft; -ms-animation-name: fadeOutLeft; -o-animation-name: fadeOutLeft; animation-name: fadeOutLeft; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 250ms; -webkit-animation-duration: var(--motion-duration-standard-out, 250ms); -moz-animation-duration: 250ms; -moz-animation-duration: var(--motion-duration-standard-out, 250ms); -ms-animation-duration: 250ms; -ms-animation-duration: var(--motion-duration-standard-out, 250ms); -o-animation-duration: 250ms; -o-animation-duration: var(--motion-duration-standard-out, 250ms); animation-duration: 250ms; animation-duration: var(--motion-duration-standard-out, 250ms); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeOutRight { -webkit-animation-name: fadeOutRight; -moz-animation-name: fadeOutRight; -ms-animation-name: fadeOutRight; -o-animation-name: fadeOutRight; animation-name: fadeOutRight; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 250ms; -webkit-animation-duration: var(--motion-duration-standard-out, 250ms); -moz-animation-duration: 250ms; -moz-animation-duration: var(--motion-duration-standard-out, 250ms); -ms-animation-duration: 250ms; -ms-animation-duration: var(--motion-duration-standard-out, 250ms); -o-animation-duration: 250ms; -o-animation-duration: var(--motion-duration-standard-out, 250ms); animation-duration: 250ms; animation-duration: var(--motion-duration-standard-out, 250ms); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeOutUp { -webkit-animation-name: fadeOutUp; -moz-animation-name: fadeOutUp; -ms-animation-name: fadeOutUp; -o-animation-name: fadeOutUp; animation-name: fadeOutUp; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 250ms; -webkit-animation-duration: var(--motion-duration-standard-out, 250ms); -moz-animation-duration: 250ms; -moz-animation-duration: var(--motion-duration-standard-out, 250ms); -ms-animation-duration: 250ms; -ms-animation-duration: var(--motion-duration-standard-out, 250ms); -o-animation-duration: 250ms; -o-animation-duration: var(--motion-duration-standard-out, 250ms); animation-duration: 250ms; animation-duration: var(--motion-duration-standard-out, 250ms); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideInUp { -webkit-animation-name: slideInUp; -moz-animation-name: slideInUp; -ms-animation-name: slideInUp; -o-animation-name: slideInUp; animation-name: slideInUp; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.35s; -webkit-animation-duration: var(--durationBigDefault, 0.35s); -moz-animation-duration: 0.35s; -moz-animation-duration: var(--durationBigDefault, 0.35s); -ms-animation-duration: 0.35s; -ms-animation-duration: var(--durationBigDefault, 0.35s); -o-animation-duration: 0.35s; -o-animation-duration: var(--durationBigDefault, 0.35s); animation-duration: 0.35s; animation-duration: var(--durationBigDefault, 0.35s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideInDown { -webkit-animation-name: slideInDown; -moz-animation-name: slideInDown; -ms-animation-name: slideInDown; -o-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.35s; -webkit-animation-duration: var(--durationBigDefault, 0.35s); -moz-animation-duration: 0.35s; -moz-animation-duration: var(--durationBigDefault, 0.35s); -ms-animation-duration: 0.35s; -ms-animation-duration: var(--durationBigDefault, 0.35s); -o-animation-duration: 0.35s; -o-animation-duration: var(--durationBigDefault, 0.35s); animation-duration: 0.35s; animation-duration: var(--durationBigDefault, 0.35s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideInLeft { -webkit-animation-name: slideInLeft; -moz-animation-name: slideInLeft; -ms-animation-name: slideInLeft; -o-animation-name: slideInLeft; animation-name: slideInLeft; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.35s; -webkit-animation-duration: var(--durationBigDefault, 0.35s); -moz-animation-duration: 0.35s; -moz-animation-duration: var(--durationBigDefault, 0.35s); -ms-animation-duration: 0.35s; -ms-animation-duration: var(--durationBigDefault, 0.35s); -o-animation-duration: 0.35s; -o-animation-duration: var(--durationBigDefault, 0.35s); animation-duration: 0.35s; animation-duration: var(--durationBigDefault, 0.35s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideInRight { -webkit-animation-name: slideInRight; -moz-animation-name: slideInRight; -ms-animation-name: slideInRight; -o-animation-name: slideInRight; animation-name: slideInRight; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.35s; -webkit-animation-duration: var(--durationBigDefault, 0.35s); -moz-animation-duration: 0.35s; -moz-animation-duration: var(--durationBigDefault, 0.35s); -ms-animation-duration: 0.35s; -ms-animation-duration: var(--durationBigDefault, 0.35s); -o-animation-duration: 0.35s; -o-animation-duration: var(--durationBigDefault, 0.35s); animation-duration: 0.35s; animation-duration: var(--durationBigDefault, 0.35s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideOutUp { -webkit-animation-name: slideOutUp; -moz-animation-name: slideOutUp; -ms-animation-name: slideOutUp; -o-animation-name: slideOutUp; animation-name: slideOutUp; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideOutRight { -webkit-animation-name: slideOutRight; -moz-animation-name: slideOutRight; -ms-animation-name: slideOutRight; -o-animation-name: slideOutRight; animation-name: slideOutRight; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideOutLeft { -webkit-animation-name: slideOutLeft; -moz-animation-name: slideOutLeft; -ms-animation-name: slideOutLeft; -o-animation-name: slideOutLeft; animation-name: slideOutLeft; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .slideOutDown { -webkit-animation-name: slideOutDown; -moz-animation-name: slideOutDown; -ms-animation-name: slideOutDown; -o-animation-name: slideOutDown; animation-name: slideOutDown; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .zoomIn { -webkit-animation-name: zoomIn; -moz-animation-name: zoomIn; -ms-animation-name: zoomIn; -o-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .zoomOut { -webkit-animation-name: zoomOut; -moz-animation-name: zoomOut; -ms-animation-name: zoomOut; -o-animation-name: zoomOut; animation-name: zoomOut; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .expandInDown { -webkit-animation-name: expandInDown; -moz-animation-name: expandInDown; -ms-animation-name: expandInDown; -o-animation-name: expandInDown; animation-name: expandInDown; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .expandOutUp { -webkit-animation-name: expandOutUp; -moz-animation-name: expandOutUp; -ms-animation-name: expandOutUp; -o-animation-name: expandOutUp; animation-name: expandOutUp; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.15s; -moz-animation-duration: 0.15s; -ms-animation-duration: 0.15s; -o-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .expandInUp { -webkit-animation-name: expandInUp; -moz-animation-name: expandInUp; -ms-animation-name: expandInUp; -o-animation-name: expandInUp; animation-name: expandInUp; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .expandOutDown { -webkit-animation-name: expandOutDown; -moz-animation-name: expandOutDown; -ms-animation-name: expandOutDown; -o-animation-name: expandOutDown; animation-name: expandOutDown; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.15s; -moz-animation-duration: 0.15s; -ms-animation-duration: 0.15s; -o-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeInDownSmall { -webkit-animation-name: fadeInDownSmall; -moz-animation-name: fadeInDownSmall; -ms-animation-name: fadeInDownSmall; -o-animation-name: fadeInDownSmall; animation-name: fadeInDownSmall; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .fadeOutUpSmall { -webkit-animation-name: fadeOutUpSmall; -moz-animation-name: fadeOutUpSmall; -ms-animation-name: fadeOutUpSmall; -o-animation-name: fadeOutUpSmall; animation-name: fadeOutUpSmall; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 250ms; -webkit-animation-duration: var(--motion-duration-standard-out, 250ms); -moz-animation-duration: 250ms; -moz-animation-duration: var(--motion-duration-standard-out, 250ms); -ms-animation-duration: 250ms; -ms-animation-duration: var(--motion-duration-standard-out, 250ms); -o-animation-duration: 250ms; -o-animation-duration: var(--motion-duration-standard-out, 250ms); animation-duration: 250ms; animation-duration: var(--motion-duration-standard-out, 250ms); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .zoomInBig { -webkit-animation-name: zoomInBig; -moz-animation-name: zoomInBig; -ms-animation-name: zoomInBig; -o-animation-name: zoomInBig; animation-name: zoomInBig; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.2s; -webkit-animation-duration: var(--durationSmallDefault, 0.2s); -moz-animation-duration: 0.2s; -moz-animation-duration: var(--durationSmallDefault, 0.2s); -ms-animation-duration: 0.2s; -ms-animation-duration: var(--durationSmallDefault, 0.2s); -o-animation-duration: 0.2s; -o-animation-duration: var(--durationSmallDefault, 0.2s); animation-duration: 0.2s; animation-duration: var(--durationSmallDefault, 0.2s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -webkit-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -moz-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -ms-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -o-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .zoomOutBig { -webkit-animation-name: zoomOutBig; -moz-animation-name: zoomOutBig; -ms-animation-name: zoomOutBig; -o-animation-name: zoomOutBig; animation-name: zoomOutBig; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.2s; -webkit-animation-duration: var(--durationSmallDefault, 0.2s); -moz-animation-duration: 0.2s; -moz-animation-duration: var(--durationSmallDefault, 0.2s); -ms-animation-duration: 0.2s; -ms-animation-duration: var(--durationSmallDefault, 0.2s); -o-animation-duration: 0.2s; -o-animation-duration: var(--durationSmallDefault, 0.2s); animation-duration: 0.2s; animation-duration: var(--durationSmallDefault, 0.2s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -webkit-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -moz-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -ms-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -o-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .pulse { -webkit-animation-name: pulse; -moz-animation-name: pulse; -ms-animation-name: pulse; -o-animation-name: pulse; animation-name: pulse; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.3s; -webkit-animation-duration: var(--durationDefault, 0.3s); -moz-animation-duration: 0.3s; -moz-animation-duration: var(--durationDefault, 0.3s); -ms-animation-duration: 0.3s; -ms-animation-duration: var(--durationDefault, 0.3s); -o-animation-duration: 0.3s; -o-animation-duration: var(--durationDefault, 0.3s); animation-duration: 0.3s; animation-duration: var(--durationDefault, 0.3s); -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); -webkit-animation-fill-mode: both; -webkit-animation-fill-mode: var(--fillDefault, both); -moz-animation-fill-mode: both; -moz-animation-fill-mode: var(--fillDefault, both); -ms-animation-fill-mode: both; -ms-animation-fill-mode: var(--fillDefault, both); -o-animation-fill-mode: both; -o-animation-fill-mode: var(--fillDefault, both); animation-fill-mode: both; animation-fill-mode: var(--fillDefault, both); -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .expand-enter { overflow: hidden; } .expand-enter-active { transition: all .3s ease-out; } .expand-enter-active > * { -webkit-animation-name: expandInWithFade; -moz-animation-name: expandInWithFade; -ms-animation-name: expandInWithFade; -o-animation-name: expandInWithFade; animation-name: expandInWithFade; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -ms-animation-duration: 0.2s; -o-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .expand-leave { overflow: hidden; } .expand-leave-active { transition: all .2s ease-out; } .expand-leave-active > * { -webkit-animation-name: expandOutWithFade; -moz-animation-name: expandOutWithFade; -ms-animation-name: expandOutWithFade; -o-animation-name: expandOutWithFade; animation-name: expandOutWithFade; -webkit-animation-iteration-count: 1; -webkit-animation-iteration-count: var(--countDefault, 1); -moz-animation-iteration-count: 1; -moz-animation-iteration-count: var(--countDefault, 1); -ms-animation-iteration-count: 1; -ms-animation-iteration-count: var(--countDefault, 1); -o-animation-iteration-count: 1; -o-animation-iteration-count: var(--countDefault, 1); animation-iteration-count: 1; animation-iteration-count: var(--countDefault, 1); -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -ms-animation-duration: 0.2s; -o-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-delay: 0s; -webkit-animation-delay: var(--delayDefault, 0s); -moz-animation-delay: 0s; -moz-animation-delay: var(--delayDefault, 0s); -ms-animation-delay: 0s; -ms-animation-delay: var(--delayDefault, 0s); -o-animation-delay: 0s; -o-animation-delay: var(--delayDefault, 0s); animation-delay: 0s; animation-delay: var(--delayDefault, 0s); -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1)); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-backface-visibility: hidden; -webkit-backface-visibility: var(--visibilityDefault, hidden); -moz-backface-visibility: hidden; -moz-backface-visibility: var(--visibilityDefault, hidden); -ms-backface-visibility: hidden; -ms-backface-visibility: var(--visibilityDefault, hidden); -o-backface-visibility: hidden; -o-backface-visibility: var(--visibilityDefault, hidden); backface-visibility: hidden; backface-visibility: var(--visibilityDefault, hidden); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-badge { box-sizing: border-box; /* @include global-font; */ position: relative; display: inline-block; vertical-align: middle; line-height: 1; } .next-badge *, .next-badge *:before, .next-badge *:after { box-sizing: border-box; } .next-badge .next-badge-count { color: #FFFFFF; color: var(--badge-color, #FFFFFF); background: #FF3000; background: var(--badge-color-bg, #FF3000); text-align: center; white-space: nowrap; border-radius: 8px; border-radius: var(--badge-size-count-border-radius, 8px); position: absolute; width: auto; width: var(--badge-size-count-width, auto); height: 16px; height: var(--badge-size-count-height, 16px); min-width: 16px; min-width: var(--badge-size-count-min-width, 16px); padding: 0 4px 0 4px; padding: var(--badge-size-count-padding, 0 4px 0 4px); font-size: 12px; font-size: var(--badge-size-count-font, 12px); line-height: 16px; line-height: var(--badge-size-count-lineheight, 16px); transform: translateX(-50%); top: -.5em; } .next-badge .next-badge-count a, .next-badge .next-badge-count a:hover { color: #FFFFFF; color: var(--badge-color, #FFFFFF); } .next-badge .next-badge-dot { color: #FFFFFF; color: var(--badge-dot-color, #FFFFFF); background: #FF3000; background: var(--badge-dot-color-bg, #FF3000); text-align: center; white-space: nowrap; border-radius: 8px; border-radius: var(--badge-size-dot-border-radius, 8px); position: absolute; width: 8px; width: var(--badge-size-dot-width, 8px); height: 8px; height: var(--badge-size-dot-height, 8px); min-width: 8px; min-width: var(--badge-size-dot-min-width, 8px); padding: 0px; padding: var(--badge-size-dot-padding, 0px); font-size: 1px; line-height: 1; transform: translateX(-50%); top: -.5em; } .next-badge .next-badge-dot a, .next-badge .next-badge-dot a:hover { color: #FFFFFF; color: var(--badge-dot-color, #FFFFFF); } .next-badge .next-badge-custom { line-height: 1.166667; white-space: nowrap; font-size: 12px; font-size: var(--font-size-caption, 12px); padding-left: 4px; padding-left: var(--badge-size-custom-padding-lr, 4px); padding-right: 4px; padding-right: var(--badge-size-custom-padding-lr, 4px); border-radius: 3px; border-radius: var(--badge-size-custom-border-radius, 3px); transform: translateX(-50%); } .next-badge .next-badge-custom > * { line-height: 1; } .next-badge .next-badge-custom > i:before, .next-badge .next-badge-custom > .next-icon:before { font-size: inherit; width: auto; vertical-align: top; } .next-badge .next-badge-scroll-number { position: absolute; top: -4px; z-index: 10; overflow: hidden; transform-origin: left center; } .next-badge-scroll-number-only { position: relative; display: inline-block; transition: transform 100ms linear, -webkit-transform 100ms linear; transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), -webkit-transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); min-width: 8px; min-width: var(--badge-size-dot-min-width, 8px); } .next-badge-scroll-number-only span { display: block; height: 16px; height: var(--badge-size-count-height, 16px); line-height: 16px; line-height: var(--badge-size-count-height, 16px); font-size: 12px; font-size: var(--badge-size-count-font, 12px); } .next-badge-not-a-wrapper .next-badge-count, .next-badge-not-a-wrapper .next-badge-custom { position: relative; display: block; top: auto; transform: translateX(0); } .next-badge-not-a-wrapper .next-badge-dot { position: relative; display: block; top: auto; transform: translateX(0); } .next-badge-list-wrapper { margin-left: 0; } .next-badge-list-wrapper li { margin-bottom: 0px; margin-bottom: var(--badge-size-list-margin, 0px); list-style: none; } .next-badge[dir="rtl"] .next-badge-custom { padding-right: 4px; padding-right: var(--badge-size-custom-padding-lr, 4px); padding-left: 4px; padding-left: var(--badge-size-custom-padding-lr, 4px); } .next-badge[dir="rtl"] .next-badge-scroll-number { left: 0; transform-origin: right center; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-balloon { box-sizing: border-box; position: absolute; max-width: 300px; max-width: var(--balloon-size-max-width, 300px); border-style: solid; border-style: var(--balloon-border-style, solid); border-radius: 3px; border-radius: var(--balloon-corner, 3px); font-size: 12px; font-size: var(--balloon-content-font-size, 12px); font-weight: normal; font-weight: var(--balloon-content-font-weight, normal); /* stylelint-disable */ word-wrap: break-all; word-wrap: break-word; /* stylelint-enable */ z-index: 0; /* size */ /* 带关闭按钮的右侧padding变大 */ } .next-balloon *, .next-balloon *:before, .next-balloon *:after { box-sizing: border-box; } .next-balloon:focus, .next-balloon *:focus { outline: 0; } .next-balloon-title { margin-bottom: 8px; margin-bottom: var(--balloon-size-header-margin-bottom, 8px); font-size: 16px; font-size: var(--balloon-title-font-size, 16px); font-weight: bold; font-weight: var(--balloon-title-font-weight, bold); } .next-balloon-title.next-balloon-closable { padding: 0 40px 0 0; padding: 0 var(--balloon-size-padding-closable-right, 40px) 0 0; } .next-balloon-title.next-balloon-closable .next-balloon-close { top: -1px; transform: translateY(18px); transform: translateY(calc(var(--balloon-size-padding-top, 16px) + var(--balloon-title-font-size, 16px)/2 - var(--balloon-size-close, 12px)/2)); right: 16px; right: var(--balloon-size-padding-right, 16px); } .next-balloon-content { word-break: break-all; } .next-balloon-primary { color: #333333; color: var(--balloon-primary-color, #333333); border-color: #4494F9; border-color: var(--balloon-primary-color-border, #4494F9); background-color: #E3F2FD; background-color: var(--balloon-primary-color-bg, #E3F2FD); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--balloon-primary-shadow, 0px 1px 3px 0px rgba(0, 0, 0, 0.12)); border-width: 1px; border-width: var(--balloon-primary-border-width, 1px); } .next-balloon-primary .next-balloon-close { position: absolute; top: -1px; transform: translateY(16px); transform: translateY(calc(var(--balloon-size-padding-top, 16px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 12px)/2)); right: 12px; right: var(--balloon-size-close-margin-right, 12px); font-size: 12px; font-size: var(--balloon-size-close, 12px); cursor: pointer; color: #999999; color: var(--balloon-primary-color-close, #999999); } .next-balloon-primary .next-balloon-close .next-icon { width: 12px; width: var(--balloon-size-close, 12px); height: 12px; height: var(--balloon-size-close, 12px); line-height: 1em; } .next-balloon-primary .next-balloon-close .next-icon:before { width: 12px; width: var(--balloon-size-close, 12px); height: 12px; height: var(--balloon-size-close, 12px); font-size: 12px; font-size: var(--balloon-size-close, 12px); line-height: 1em; } .next-balloon-primary .next-balloon-close :hover { color: #333333; color: var(--balloon-primary-color-close-hover, #333333); } .next-balloon-primary:after { position: absolute; width: 12px; width: var(--balloon-size-arrow-size, 12px); height: 12px; height: var(--balloon-size-arrow-size, 12px); content: ''; transform: rotate(45deg); box-sizing: content-box !important; border: 1px solid #4494F9; border: var(--balloon-primary-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-primary-color-border, #4494F9); background-color: #E3F2FD; background-color: var(--balloon-primary-color-bg, #E3F2FD); z-index: -1; } .next-balloon-primary.next-balloon-top:after { top: -7px; top: var(--balloon-size-arrow-expose-primary, -7px); left: calc(50% - 7px); left: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px))); border-right: none; border-bottom: none; } .next-balloon-primary.next-balloon-right:after { top: calc(50% - 7px); top: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px))); right: -7px; right: var(--balloon-size-arrow-expose-primary, -7px); border-left: none; border-bottom: none; } .next-balloon-primary.next-balloon-bottom:after { bottom: -7px; bottom: var(--balloon-size-arrow-expose-primary, -7px); left: calc(50% - 7px); left: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px))); border-top: none; border-left: none; } .next-balloon-primary.next-balloon-left:after { top: calc(50% - 7px); top: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px))); left: -7px; left: var(--balloon-size-arrow-expose-primary, -7px); border-top: none; border-right: none; } .next-balloon-primary.next-balloon-left-top:after { top: 12px; top: var(--balloon-size-arrow-margin, 12px); left: -7px; left: var(--balloon-size-arrow-expose-primary, -7px); border-top: none; border-right: none; } .next-balloon-primary.next-balloon-left-bottom:after { bottom: 12px; bottom: var(--balloon-size-arrow-margin, 12px); left: -7px; left: var(--balloon-size-arrow-expose-primary, -7px); border-top: none; border-right: none; } .next-balloon-primary.next-balloon-right-top:after { top: 12px; top: var(--balloon-size-arrow-margin, 12px); right: -7px; right: var(--balloon-size-arrow-expose-primary, -7px); border-bottom: none; border-left: none; } .next-balloon-primary.next-balloon-right-bottom:after { right: -7px; right: var(--balloon-size-arrow-expose-primary, -7px); bottom: 12px; bottom: var(--balloon-size-arrow-margin, 12px); border-bottom: none; border-left: none; } .next-balloon-primary.next-balloon-top-left:after { top: -7px; top: var(--balloon-size-arrow-expose-primary, -7px); left: 12px; left: var(--balloon-size-arrow-margin, 12px); border-right: none; border-bottom: none; } .next-balloon-primary.next-balloon-top-right:after { top: -7px; top: var(--balloon-size-arrow-expose-primary, -7px); right: 12px; right: var(--balloon-size-arrow-margin, 12px); border-right: none; border-bottom: none; } .next-balloon-primary.next-balloon-bottom-left:after { bottom: -7px; bottom: var(--balloon-size-arrow-expose-primary, -7px); left: 12px; left: var(--balloon-size-arrow-margin, 12px); border-top: none; border-left: none; } .next-balloon-primary.next-balloon-bottom-right:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); bottom: -7px; bottom: var(--balloon-size-arrow-expose-primary, -7px); border-top: none; border-left: none; } .next-balloon-normal { color: #333333; color: var(--balloon-normal-color, #333333); border-color: #DCDEE3; border-color: var(--balloon-normal-color-border, #DCDEE3); background-color: #FFFFFF; background-color: var(--balloon-normal-color-bg, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--balloon-normal-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-width: 1px; border-width: var(--balloon-normal-border-width, 1px); } .next-balloon-normal .next-balloon-close { position: absolute; top: -1px; transform: translateY(16px); transform: translateY(calc(var(--balloon-size-padding-top, 16px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 12px)/2)); right: 12px; right: var(--balloon-size-close-margin-right, 12px); font-size: 12px; font-size: var(--balloon-size-close, 12px); cursor: pointer; color: #999999; color: var(--balloon-normal-color-close, #999999); } .next-balloon-normal .next-balloon-close .next-icon { width: 12px; width: var(--balloon-size-close, 12px); height: 12px; height: var(--balloon-size-close, 12px); line-height: 1em; } .next-balloon-normal .next-balloon-close .next-icon:before { width: 12px; width: var(--balloon-size-close, 12px); height: 12px; height: var(--balloon-size-close, 12px); font-size: 12px; font-size: var(--balloon-size-close, 12px); line-height: 1em; } .next-balloon-normal .next-balloon-close :hover { color: #666666; color: var(--balloon-normal-color-close-hover, #666666); } .next-balloon-normal:after { position: absolute; width: 12px; width: var(--balloon-size-arrow-size, 12px); height: 12px; height: var(--balloon-size-arrow-size, 12px); content: ''; transform: rotate(45deg); box-sizing: content-box !important; border: 1px solid #DCDEE3; border: var(--balloon-normal-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-normal-color-border, #DCDEE3); background-color: #FFFFFF; background-color: var(--balloon-normal-color-bg, #FFFFFF); z-index: -1; } .next-balloon-normal.next-balloon-top:after { top: -7px; top: var(--balloon-size-arrow-expose, -7px); left: calc(50% - 7px); left: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px))); border-right: none; border-bottom: none; } .next-balloon-normal.next-balloon-right:after { top: calc(50% - 7px); top: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px))); right: -7px; right: var(--balloon-size-arrow-expose, -7px); border-left: none; border-bottom: none; } .next-balloon-normal.next-balloon-bottom:after { bottom: -7px; bottom: var(--balloon-size-arrow-expose, -7px); left: calc(50% - 7px); left: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px))); border-top: none; border-left: none; } .next-balloon-normal.next-balloon-left:after { top: calc(50% - 7px); top: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px))); left: -7px; left: var(--balloon-size-arrow-expose, -7px); border-top: none; border-right: none; } .next-balloon-normal.next-balloon-left-top:after { top: 12px; top: var(--balloon-size-arrow-margin, 12px); left: -7px; left: var(--balloon-size-arrow-expose, -7px); border-top: none; border-right: none; } .next-balloon-normal.next-balloon-left-bottom:after { bottom: 12px; bottom: var(--balloon-size-arrow-margin, 12px); left: -7px; left: var(--balloon-size-arrow-expose, -7px); border-top: none; border-right: none; } .next-balloon-normal.next-balloon-right-top:after { top: 12px; top: var(--balloon-size-arrow-margin, 12px); right: -7px; right: var(--balloon-size-arrow-expose, -7px); border-bottom: none; border-left: none; } .next-balloon-normal.next-balloon-right-bottom:after { right: -7px; right: var(--balloon-size-arrow-expose, -7px); bottom: 12px; bottom: var(--balloon-size-arrow-margin, 12px); border-bottom: none; border-left: none; } .next-balloon-normal.next-balloon-top-left:after { top: -7px; top: var(--balloon-size-arrow-expose, -7px); left: 12px; left: var(--balloon-size-arrow-margin, 12px); border-right: none; border-bottom: none; } .next-balloon-normal.next-balloon-top-right:after { top: -7px; top: var(--balloon-size-arrow-expose, -7px); right: 12px; right: var(--balloon-size-arrow-margin, 12px); border-right: none; border-bottom: none; } .next-balloon-normal.next-balloon-bottom-left:after { bottom: -7px; bottom: var(--balloon-size-arrow-expose, -7px); left: 12px; left: var(--balloon-size-arrow-margin, 12px); border-top: none; border-left: none; } .next-balloon-normal.next-balloon-bottom-right:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); bottom: -7px; bottom: var(--balloon-size-arrow-expose, -7px); border-top: none; border-left: none; } .next-balloon.visible { display: block; } .next-balloon.hidden { display: none; } .next-balloon-medium { padding: 16px 16px 16px 16px; padding: var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px) var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px); } .next-balloon-closable { padding: 16px 40px 16px 16px; padding: var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-closable-right, 40px) var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px); } .next-balloon-tooltip { box-sizing: border-box; position: absolute; max-width: 300px; max-width: var(--balloon-size-max-width, 300px); border-style: solid; border-style: var(--balloon-tooltip-border-style, solid); border-radius: 3px; border-radius: var(--balloon-corner, 3px); font-size: 12px; font-size: var(--balloon-tooltip-content-font-size, 12px); font-weight: normal; font-weight: var(--balloon-tooltip-content-font-weight, normal); z-index: 0; /* stylelint-disable */ word-wrap: break-all; word-wrap: break-word; /* stylelint-enable */ color: #333333; color: var(--balloon-tooltip-color, #333333); border-color: #DCDEE3; border-color: var(--balloon-tooltip-color-border, #DCDEE3); background-color: #F2F3F7; background-color: var(--balloon-tooltip-color-bg, #F2F3F7); box-shadow: none; box-shadow: var(--balloon-tooltip-shadow, none); border-width: 1px; border-width: var(--balloon-tooltip-border-width, 1px); /* size */ } .next-balloon-tooltip *, .next-balloon-tooltip *:before, .next-balloon-tooltip *:after { box-sizing: border-box; } .next-balloon-tooltip .next-balloon-arrow { position: absolute; display: block; width: 24px; width: calc(var(--balloon-size-arrow-size, 12px)*2); height: 24px; height: calc(var(--balloon-size-arrow-size, 12px)*2); overflow: hidden; background: 0 0; pointer-events: none; } .next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 12px; width: var(--balloon-size-arrow-size, 12px); height: 12px; height: var(--balloon-size-arrow-size, 12px); margin: auto; background-color: #F2F3F7; background-color: var(--balloon-tooltip-color-bg, #F2F3F7); border: 1px solid #DCDEE3; border: var(--balloon-tooltip-border-width, 1px) var(--balloon-tooltip-border-style, solid) var(--balloon-tooltip-color-border, #DCDEE3); pointer-events: auto; } .next-balloon-tooltip-top .next-balloon-arrow { top: -24px; top: calc(0px - var(--balloon-size-arrow-size, 12px)*2); left: calc(50% - 12px); left: calc(50% - var(--balloon-size-arrow-size, 12px)); } .next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content { transform: translateY(12px) rotate(45deg); transform: translateY(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip-right .next-balloon-arrow { top: calc(50% - 12px); top: calc(50% - var(--balloon-size-arrow-size, 12px)); right: -24px; right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(-12px) rotate(45deg); transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); } .next-balloon-tooltip-bottom .next-balloon-arrow { left: calc(50% - 12px); left: calc(50% - var(--balloon-size-arrow-size, 12px)); bottom: -24px; bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content { transform: translateY(-12px) rotate(45deg); transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); } .next-balloon-tooltip-left .next-balloon-arrow { top: calc(50% - 12px); top: calc(50% - var(--balloon-size-arrow-size, 12px)); left: -24px; left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(12px) rotate(45deg); transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip-left-top .next-balloon-arrow { top: 6px; top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); left: -24px; left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(12px) rotate(45deg); transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip-left-bottom .next-balloon-arrow { bottom: 6px; bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); left: -24px; left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(12px) rotate(45deg); transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip-right-top .next-balloon-arrow { top: 6px; top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); right: -24px; right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(-12px) rotate(45deg); transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); } .next-balloon-tooltip-right-bottom .next-balloon-arrow { bottom: 6px; bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); right: -24px; right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(-12px) rotate(45deg); transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); } .next-balloon-tooltip-top-left .next-balloon-arrow { left: 6px; left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); top: -24px; top: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content { transform: translateY(12px) rotate(45deg); transform: translateY(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip-top-right .next-balloon-arrow { right: 6px; right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); top: -24px; top: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content { transform: translateY(12px) rotate(45deg); transform: translateY(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip-bottom-left .next-balloon-arrow { left: 6px; left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); bottom: -24px; bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content { transform: translateY(-12px) rotate(45deg); transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); } .next-balloon-tooltip-bottom-right .next-balloon-arrow { right: 6px; right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2); bottom: -24px; bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2); } .next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content { transform: translateY(-12px) rotate(45deg); transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); } .next-balloon-tooltip.visible { display: block; } .next-balloon-tooltip.hidden { display: none; } .next-balloon-tooltip-medium { padding: 8px 8px 8px 8px; padding: var(--balloon-tooltip-size-padding-top, 8px) var(--balloon-tooltip-size-padding-right, 8px) var(--balloon-tooltip-size-padding-bottom, 8px) var(--balloon-tooltip-size-padding-left, 8px); } .next-balloon[dir="rtl"] { /* 带关闭按钮的右侧padding变大 */ } .next-balloon[dir="rtl"].next-balloon-primary .next-balloon-close { left: 12px; left: var(--balloon-size-close-margin-right, 12px); right: auto; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after { left: -7px; left: var(--balloon-size-arrow-expose-primary, -7px); right: auto; border-right: none; border-top: none; border-left: inherit; border-bottom: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after { right: -7px; right: var(--balloon-size-arrow-expose-primary, -7px); left: auto; border-left: none; border-bottom: none; border-right: inherit; border-top: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after { right: -7px; right: var(--balloon-size-arrow-expose-primary, -7px); left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after { right: -7px; right: var(--balloon-size-arrow-expose-primary, -7px); left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after { left: -7px; left: var(--balloon-size-arrow-expose-primary, -7px); right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after { left: -7px; left: var(--balloon-size-arrow-expose-primary, -7px); right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-right:after { right: auto; left: 12px; left: var(--balloon-size-arrow-margin, 12px); } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-right:after { left: 12px; left: var(--balloon-size-arrow-margin, 12px); right: auto; } .next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close { left: 12px; left: var(--balloon-size-close-margin-right, 12px); right: auto; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right:after { left: -7px; left: var(--balloon-size-arrow-expose, -7px); right: auto; border-right: none; border-top: none; border-left: inherit; border-bottom: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after { right: -7px; right: var(--balloon-size-arrow-expose, -7px); left: auto; border-left: none; border-bottom: none; border-right: inherit; border-top: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after { right: -7px; right: var(--balloon-size-arrow-expose, -7px); left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after { right: -7px; right: var(--balloon-size-arrow-expose, -7px); left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-top:after { left: -7px; left: var(--balloon-size-arrow-expose, -7px); right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after { left: -7px; left: var(--balloon-size-arrow-expose, -7px); right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-right:after { right: auto; left: 12px; left: var(--balloon-size-arrow-margin, 12px); } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-right:after { left: 12px; left: var(--balloon-size-arrow-margin, 12px); right: auto; } .next-balloon[dir="rtl"].next-balloon-closable { padding: 16px 16px 16px 40px; padding: var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px) var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-closable-right, 40px); } .next-balloon-tooltip[dir="rtl"] { /* size */ } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow { left: -24px; left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(12px) rotate(45deg); transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow { right: -24px; right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow { right: -24px; right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow { right: -24px; right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow { left: -24px; left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(12px) rotate(45deg); transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow { left: -24px; left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content { transform: translateX(12px) rotate(45deg); transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-left .next-balloon-arrow { right: 10px; right: calc(var(--balloon-size-arrow-margin, 12px) - 2px); left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-right .next-balloon-arrow { left: 10px; left: calc(var(--balloon-size-arrow-margin, 12px) - 2px); right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-left .next-balloon-arrow { right: 10px; right: calc(var(--balloon-size-arrow-margin, 12px) - 2px); left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-right .next-balloon-arrow { left: 10px; left: calc(var(--balloon-size-arrow-margin, 12px) - 2px); right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-medium { padding: 8px 8px 8px 8px; padding: var(--balloon-tooltip-size-padding-top, 8px) var(--balloon-tooltip-size-padding-left, 8px) var(--balloon-tooltip-size-padding-bottom, 8px) var(--balloon-tooltip-size-padding-right, 8px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } /* put your code here */ .next-breadcrumb { display: block; margin: 0; padding: 0; white-space: nowrap; height: 16px; height: var(--breadcrumb-height, 16px); line-height: 16px; line-height: var(--breadcrumb-height, 16px); } .next-breadcrumb .next-breadcrumb-item { display: inline-block; } .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text { display: inline-block; text-decoration: none; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text > b { font-weight: normal; } .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator { display: inline-block; vertical-align: top; } .next-breadcrumb .next-breadcrumb-text { height: 16px; height: var(--breadcrumb-height, 16px); min-width: 16px; min-width: var(--breadcrumb-text-min-width, 16px); font-size: 12px; font-size: var(--breadcrumb-size-m-font-size, 12px); line-height: 16px; line-height: var(--breadcrumb-height, 16px); } .next-breadcrumb .next-breadcrumb-separator { height: 16px; height: var(--breadcrumb-height, 16px); margin: 0 8px; margin: 0 var(--breadcrumb-size-m-icon-margin, 8px); font-size: 8px; font-size: var(--breadcrumb-size-m-icon-size, 8px); line-height: 16px; line-height: var(--breadcrumb-height, 16px); } .next-breadcrumb .next-breadcrumb-separator .next-icon:before { display: block; } .next-breadcrumb .next-breadcrumb-separator .next-icon:before, .next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote { width: 8px; width: var(--breadcrumb-size-m-icon-size, 8px); font-size: 8px; font-size: var(--breadcrumb-size-m-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-breadcrumb .next-breadcrumb-separator .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--breadcrumb-size-m-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--breadcrumb-size-m-icon-size, 8px)/2); } .next-breadcrumb .next-breadcrumb-separator .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-breadcrumb .next-breadcrumb-text-ellipsis { font-size: 12px; font-size: var(--breadcrumb-size-ellipsis-font-size, 12px); } .next-breadcrumb .next-breadcrumb-text { color: #666666; color: var(--breadcrumb-text-color, #666666); } .next-breadcrumb .next-breadcrumb-text > b { color: #5584FF; color: var(--breadcrumb-text-keyword-color, #5584FF); } .next-breadcrumb .next-breadcrumb-text > a { color: #666666; color: var(--breadcrumb-text-color, #666666); text-decoration: none; text-align: center; } .next-breadcrumb .next-breadcrumb-text.activated { color: #333333; color: var(--breadcrumb-text-current-color, #333333); font-weight: normal; font-weight: var(--breadcrumb-text-current-weight, normal); } .next-breadcrumb .next-breadcrumb-text.activated > a { color: #333333; color: var(--breadcrumb-text-current-color, #333333); font-weight: normal; font-weight: var(--breadcrumb-text-current-weight, normal); } .next-breadcrumb .next-breadcrumb-text-ellipsis { color: #666666; color: var(--breadcrumb-text-ellipsis-color, #666666); cursor: default; } .next-breadcrumb .next-breadcrumb-text-ellipsis-clickable { color: #666666; color: var(--breadcrumb-text-ellipsis-color, #666666); cursor: pointer; } .next-breadcrumb .next-breadcrumb-separator { color: #A0A2AD; color: var(--breadcrumb-icon-color, #A0A2AD); } .next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a { color: #5584FF; color: var(--breadcrumb-text-color-hover, #5584FF); } .next-breadcrumb a.next-breadcrumb-text.activated:hover > a { color: #5584FF; color: var(--breadcrumb-text-current-color-hover, #5584FF); } .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover { color: #5584FF; color: var(--breadcrumb-text-color-hover, #5584FF); } .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b { color: #5584FF; color: var(--breadcrumb-text-keyword-color-hover, #5584FF); } .next-breadcrumb a.next-breadcrumb-text.activated:hover { color: #5584FF; color: var(--breadcrumb-text-current-color-hover, #5584FF); font-weight: normal; font-weight: var(--breadcrumb-text-current-weight, normal); } .next-breadcrumb-icon-sep::before { content: "\E619"; content: var(--breadcrumb-icon-sep-content, "\E619"); } .next-breadcrumb-dropdown-wrapper { padding: 4px 0; padding: var(--s-1, 4px) 0; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-btn { box-sizing: border-box; } .next-btn *, .next-btn *:before, .next-btn *:after { box-sizing: border-box; } .next-btn::-moz-focus-inner { border: 0; padding: 0; } .next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover { outline: 0; } @keyframes loadingCircle { 0% { transform-origin: 50% 50%; transform: rotate(0deg); } 100% { transform-origin: 50% 50%; transform: rotate(360deg); } } .next-btn { /* 尺寸维度 */ /* ---------------------------------------- */ /* 普通按钮 */ /* 普通态禁用样式 */ /* 警告按钮 */ /* 文本按钮 */ /* loading */ /* ---------------------------------------- */ /* custom loading */ /* 幽灵按钮 */ /* 组合 */ /* ---------------------------------------- */ } .next-btn { position: relative; display: inline-block; box-shadow: none; box-shadow: var(--btn-shadow, none); text-decoration: none; text-align: center; text-transform: none; white-space: nowrap; vertical-align: middle; user-select: none; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); line-height: 1; cursor: pointer; } .next-btn:after { text-align: center; position: absolute; opacity: 0; visibility: hidden; transition: opacity 100ms linear; transition: opacity var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn::before { content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .next-btn .next-icon { display: inline-block; font-size: 0; vertical-align: middle; } .next-btn > span, .next-btn > div { display: inline-block; vertical-align: middle; } .next-btn > .next-btn-helper { text-decoration: inherit; display: inline-block; vertical-align: middle; } .next-btn.hover, .next-btn:hover { box-shadow: none; box-shadow: var(--btn-shadow-hover, none); } .next-btn.next-small { border-radius: 3px; border-radius: var(--btn-size-s-corner, 3px); padding: 0 8px; padding: 0 var(--btn-size-s-padding, 8px); height: 20px; height: var(--btn-size-s-height, 20px); font-size: 12px; font-size: var(--btn-size-s-font, 12px); border-width: 1px; border-width: var(--btn-size-s-border-width, 1px); } .next-btn.next-small > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; margin-right: var(--btn-size-s-icon-margin, 4px); } .next-btn.next-small > .next-btn-icon.next-icon-first:before, .next-btn.next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn.next-small > .next-btn-icon.next-icon-last { margin-left: 4px; margin-left: var(--btn-size-s-icon-margin, 4px); margin-right: 0; } .next-btn.next-small > .next-btn-icon.next-icon-last:before, .next-btn.next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn.next-small > .next-btn-icon.next-icon-alone:before, .next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn.next-small.next-btn-loading:before { width: 12px; width: var(--btn-size-s-icon-size, 12px); height: 12px; height: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: 12px; line-height: var(--btn-size-s-icon-size, 12px); left: 8px; left: var(--btn-size-s-padding, 8px); top: 50%; text-align: center; margin-right: 4px; margin-right: var(--btn-size-s-icon-margin, 4px); } .next-btn.next-small.next-btn-loading > .next-icon { display: none; } .next-btn.next-small > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn.next-small > .next-btn-custom-loading-icon.show { width: 12px; width: var(--btn-size-s-icon-size, 12px); margin-right: 4px; margin-right: var(--btn-size-s-icon-margin, 4px); opacity: 1; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn.next-medium { border-radius: 3px; border-radius: var(--btn-size-m-corner, 3px); padding: 0 12px; padding: 0 var(--btn-size-m-padding, 12px); height: 28px; height: var(--btn-size-m-height, 28px); font-size: 12px; font-size: var(--btn-size-m-font, 12px); border-width: 1px; border-width: var(--btn-size-m-border-width, 1px); } .next-btn.next-medium > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; margin-right: var(--btn-size-m-icon-margin, 4px); } .next-btn.next-medium > .next-btn-icon.next-icon-first:before, .next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn.next-medium > .next-btn-icon.next-icon-last { margin-left: 4px; margin-left: var(--btn-size-m-icon-margin, 4px); margin-right: 0; } .next-btn.next-medium > .next-btn-icon.next-icon-last:before, .next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn.next-medium > .next-btn-icon.next-icon-alone:before, .next-btn.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn.next-medium.next-btn-loading:before { width: 12px; width: var(--btn-size-m-icon-size, 12px); height: 12px; height: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: 12px; line-height: var(--btn-size-m-icon-size, 12px); left: 12px; left: var(--btn-size-m-padding, 12px); top: 50%; text-align: center; margin-right: 4px; margin-right: var(--btn-size-m-icon-margin, 4px); } .next-btn.next-medium.next-btn-loading > .next-icon { display: none; } .next-btn.next-medium > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn.next-medium > .next-btn-custom-loading-icon.show { width: 12px; width: var(--btn-size-m-icon-size, 12px); margin-right: 4px; margin-right: var(--btn-size-m-icon-margin, 4px); opacity: 1; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn.next-large { border-radius: 3px; border-radius: var(--btn-size-l-corner, 3px); padding: 0 16px; padding: 0 var(--btn-size-l-padding, 16px); height: 40px; height: var(--btn-size-l-height, 40px); font-size: 16px; font-size: var(--btn-size-l-font, 16px); border-width: 1px; border-width: var(--btn-size-l-border-width, 1px); } .next-btn.next-large > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; margin-right: var(--btn-size-l-icon-margin, 4px); } .next-btn.next-large > .next-btn-icon.next-icon-first:before, .next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn.next-large > .next-btn-icon.next-icon-last { margin-left: 4px; margin-left: var(--btn-size-l-icon-margin, 4px); margin-right: 0; } .next-btn.next-large > .next-btn-icon.next-icon-last:before, .next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn.next-large > .next-btn-icon.next-icon-alone:before, .next-btn.next-large > .next-btn-icon.next-icon-alone .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn.next-large.next-btn-loading:before { width: 16px; width: var(--btn-size-l-icon-size, 16px); height: 16px; height: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: 16px; line-height: var(--btn-size-l-icon-size, 16px); left: 16px; left: var(--btn-size-l-padding, 16px); top: 50%; text-align: center; margin-right: 4px; margin-right: var(--btn-size-l-icon-margin, 4px); } .next-btn.next-large.next-btn-loading > .next-icon { display: none; } .next-btn.next-large > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn.next-large > .next-btn-custom-loading-icon.show { width: 16px; width: var(--btn-size-l-icon-size, 16px); margin-right: 4px; margin-right: var(--btn-size-l-icon-margin, 4px); opacity: 1; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn.next-btn-normal { border-style: solid; border-style: var(--btn-pure-normal-border-style, solid); background: #FFFFFF; background: var(--btn-pure-normal-bg, #FFFFFF); border-color: #C4C6CF; border-color: var(--btn-pure-normal-border-color, #C4C6CF); } .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited { color: #333333; color: var(--btn-pure-normal-color, #333333); } .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover { color: #333333; color: var(--btn-pure-normal-color-hover, #333333); background: #F2F3F7; background: var(--btn-pure-normal-bg-hover, #F2F3F7); border-color: #A0A2AD; border-color: var(--btn-pure-normal-border-color-hover, #A0A2AD); text-decoration: none; } .next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active { color: #333333; color: var(--btn-pure-normal-color-active, #333333); background: #F2F3F7; background: var(--btn-pure-normal-bg-active, #F2F3F7); border-color: #A0A2AD; border-color: var(--btn-pure-normal-border-color-active, #A0A2AD); text-decoration: none; } .next-btn.next-btn-primary { border-style: solid; border-style: var(--btn-pure-primary-border-style, solid); background: #5584FF; background: var(--btn-pure-primary-bg, #5584FF); border-color: transparent; border-color: var(--btn-pure-primary-border-color, transparent); } .next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited { color: #FFFFFF; color: var(--btn-pure-primary-color, #FFFFFF); } .next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover { color: #FFFFFF; color: var(--btn-pure-primary-color-hover, #FFFFFF); background: #3E71F7; background: var(--btn-pure-primary-bg-hover, #3E71F7); border-color: transparent; border-color: var(--btn-pure-primary-border-color-hover, transparent); text-decoration: none; } .next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active { color: #FFFFFF; color: var(--btn-pure-primary-color-active, #FFFFFF); background: #3E71F7; background: var(--btn-pure-primary-bg-active, #3E71F7); border-color: transparent; border-color: var(--btn-pure-primary-border-color-active, transparent); text-decoration: none; } .next-btn.next-btn-secondary { border-style: solid; border-style: var(--btn-pure-secondary-border-style, solid); background: #FFFFFF; background: var(--btn-pure-secondary-bg, #FFFFFF); border-color: #5584FF; border-color: var(--btn-pure-secondary-border-color, #5584FF); } .next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited { color: #5584FF; color: var(--btn-pure-secondary-color, #5584FF); } .next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover { color: #FFFFFF; color: var(--btn-pure-secondary-color-hover, #FFFFFF); background: #3E71F7; background: var(--btn-pure-secondary-bg-hover, #3E71F7); border-color: #3E71F7; border-color: var(--btn-pure-secondary-border-color-hover, #3E71F7); text-decoration: none; } .next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active { color: #FFFFFF; color: var(--btn-pure-secondary-color-active, #FFFFFF); background: #3E71F7; background: var(--btn-pure-secondary-bg-active, #3E71F7); border-color: #3E71F7; border-color: var(--btn-pure-secondary-border-color-active, #3E71F7); text-decoration: none; } .next-btn.disabled, .next-btn[disabled] { cursor: not-allowed; } .next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal { background: #F7F8FA; background: var(--btn-pure-normal-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-normal-border-color-disabled, #E6E7EB); } .next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited { color: #CCCCCC; color: var(--btn-pure-normal-color-disabled, #CCCCCC); } .next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover { color: #CCCCCC; color: var(--btn-pure-normal-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-pure-normal-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-normal-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active { color: #CCCCCC; color: var(--btn-pure-normal-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-pure-normal-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-normal-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary { background: #F7F8FA; background: var(--btn-pure-primary-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-primary-border-color-disabled, #E6E7EB); } .next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited { color: #CCCCCC; color: var(--btn-pure-primary-color-disabled, #CCCCCC); } .next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover { color: #CCCCCC; color: var(--btn-pure-primary-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-pure-primary-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-primary-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active { color: #CCCCCC; color: var(--btn-pure-primary-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-pure-primary-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-primary-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary { background: #F7F8FA; background: var(--btn-pure-secondary-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-secondary-border-color-disabled, #E6E7EB); } .next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited { color: #CCCCCC; color: var(--btn-pure-secondary-color-disabled, #CCCCCC); } .next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover { color: #CCCCCC; color: var(--btn-pure-secondary-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-pure-secondary-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-secondary-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active { color: #CCCCCC; color: var(--btn-pure-secondary-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-pure-secondary-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-pure-secondary-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn-warning { border-style: solid; border-style: var(--btn-warning-border-style, solid); } .next-btn-warning.next-btn-primary { background: #FF3000; background: var(--btn-warning-primary-bg, #FF3000); border-color: #FF3000; border-color: var(--btn-warning-primary-border-color, #FF3000); } .next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited { color: #FFFFFF; color: var(--btn-warning-primary-color, #FFFFFF); } .next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover { color: #FFFFFF; color: var(--btn-warning-primary-color-hover, #FFFFFF); background: #E72B00; background: var(--btn-warning-primary-bg-hover, #E72B00); border-color: #E72B00; border-color: var(--btn-warning-primary-border-color-hover, #E72B00); text-decoration: none; } .next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active { color: #FFFFFF; color: var(--btn-warning-primary-color-active, #FFFFFF); background: #E72B00; background: var(--btn-warning-primary-bg-active, #E72B00); border-color: #E72B00; border-color: var(--btn-warning-primary-border-color-active, #E72B00); text-decoration: none; } .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] { background: #F7F8FA; background: var(--btn-warning-primary-bg-disabled, #F7F8FA); border-color: #DCDEE3; border-color: var(--btn-warning-primary-border-color-disabled, #DCDEE3); } .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited { color: #CCCCCC; color: var(--btn-warning-primary-color-disabled, #CCCCCC); } .next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover { color: #CCCCCC; color: var(--btn-warning-primary-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-warning-primary-bg-disabled, #F7F8FA); border-color: #DCDEE3; border-color: var(--btn-warning-primary-border-color-disabled, #DCDEE3); text-decoration: none; } .next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active { color: #CCCCCC; color: var(--btn-warning-primary-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-warning-primary-bg-disabled, #F7F8FA); border-color: #DCDEE3; border-color: var(--btn-warning-primary-border-color-disabled, #DCDEE3); text-decoration: none; } .next-btn-warning.next-btn-normal { background: #FFFFFF; background: var(--btn-warning-normal-bg, #FFFFFF); border-color: #FF3000; border-color: var(--btn-warning-normal-border-color, #FF3000); } .next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited { color: #FF3000; color: var(--btn-warning-normal-color, #FF3000); } .next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover { color: #FFFFFF; color: var(--btn-warning-normal-color-hover, #FFFFFF); background: #E72B00; background: var(--btn-warning-normal-bg-hover, #E72B00); border-color: #E72B00; border-color: var(--btn-warning-normal-border-color-hover, #E72B00); text-decoration: none; } .next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active { color: #FFFFFF; color: var(--btn-warning-normal-color-active, #FFFFFF); background: #E72B00; background: var(--btn-warning-normal-bg-active, #E72B00); border-color: #E72B00; border-color: var(--btn-warning-normal-border-color-active, #E72B00); text-decoration: none; } .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] { background: #F7F8FA; background: var(--btn-warning-normal-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-warning-normal-border-color-disabled, #E6E7EB); } .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited { color: #CCCCCC; color: var(--btn-warning-normal-color-disabled, #CCCCCC); } .next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover { color: #CCCCCC; color: var(--btn-warning-normal-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-warning-normal-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-warning-normal-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active { color: #CCCCCC; color: var(--btn-warning-normal-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--btn-warning-normal-bg-disabled, #F7F8FA); border-color: #E6E7EB; border-color: var(--btn-warning-normal-border-color-disabled, #E6E7EB); text-decoration: none; } .next-btn-text { box-shadow: none; border-radius: 0; user-select: text; } .next-btn-text.hover, .next-btn-text:hover { box-shadow: none; } .next-btn-text.next-btn-primary { background: transparent; border-color: transparent; } .next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited { color: #5584FF; color: var(--btn-text-primary-color, #5584FF); } .next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover { color: #3E71F7; color: var(--btn-text-primary-color-hover, #3E71F7); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active { color: #3E71F7; color: var(--btn-text-primary-color-hover, #3E71F7); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] { background: transparent; border-color: transparent; } .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); } .next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary { background: transparent; border-color: transparent; } .next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited { color: #666666; color: var(--btn-text-secondary-color, #666666); } .next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover { color: #5584FF; color: var(--btn-text-secondary-color-hover, #5584FF); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active { color: #5584FF; color: var(--btn-text-secondary-color-hover, #5584FF); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] { background: transparent; border-color: transparent; } .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); } .next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal { background: transparent; border-color: transparent; } .next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited { color: #333333; color: var(--btn-text-normal-color, #333333); } .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover { color: #5584FF; color: var(--btn-text-normal-color-hover, #5584FF); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active { color: #5584FF; color: var(--btn-text-normal-color-hover, #5584FF); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] { background: transparent; border-color: transparent; } .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); } .next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active { color: #CCCCCC; color: var(--btn-text-disabled-color, #CCCCCC); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-large { border-radius: 0; padding: 0 0px; height: 24px; height: var(--btn-text-size-l-height, 24px); font-size: 14px; font-size: var(--btn-text-size-l-font, 14px); border-width: 0; } .next-btn-text.next-large > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; margin-right: var(--btn-text-icon-l-margin, 4px); } .next-btn-text.next-large > .next-btn-icon.next-icon-first:before, .next-btn-text.next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn-text.next-large > .next-btn-icon.next-icon-last { margin-left: 4px; margin-left: var(--btn-text-icon-l-margin, 4px); margin-right: 0; } .next-btn-text.next-large > .next-btn-icon.next-icon-last:before, .next-btn-text.next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn-text.next-large > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-large > .next-btn-icon.next-icon-alone .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn-text.next-large.next-btn-loading:before { width: 16px; width: var(--btn-size-l-icon-size, 16px); height: 16px; height: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: 16px; line-height: var(--btn-size-l-icon-size, 16px); left: 0px; top: 50%; text-align: center; margin-right: 4px; margin-right: var(--btn-text-icon-l-margin, 4px); } .next-btn-text.next-large.next-btn-loading > .next-icon { display: none; } .next-btn-text.next-large > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn-text.next-large > .next-btn-custom-loading-icon.show { width: 16px; width: var(--btn-size-l-icon-size, 16px); margin-right: 4px; margin-right: var(--btn-text-icon-l-margin, 4px); opacity: 1; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn-text.next-medium { border-radius: 0; padding: 0 0px; height: 20px; height: var(--btn-text-size-m-height, 20px); font-size: 12px; font-size: var(--btn-text-size-m-font, 12px); border-width: 0; } .next-btn-text.next-medium > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; margin-right: var(--btn-text-icon-m-margin, 4px); } .next-btn-text.next-medium > .next-btn-icon.next-icon-first:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn-text.next-medium > .next-btn-icon.next-icon-last { margin-left: 4px; margin-left: var(--btn-text-icon-m-margin, 4px); margin-right: 0; } .next-btn-text.next-medium > .next-btn-icon.next-icon-last:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn-text.next-medium > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn-text.next-medium.next-btn-loading:before { width: 12px; width: var(--btn-size-m-icon-size, 12px); height: 12px; height: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: 12px; line-height: var(--btn-size-m-icon-size, 12px); left: 0px; top: 50%; text-align: center; margin-right: 4px; margin-right: var(--btn-text-icon-m-margin, 4px); } .next-btn-text.next-medium.next-btn-loading > .next-icon { display: none; } .next-btn-text.next-medium > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn-text.next-medium > .next-btn-custom-loading-icon.show { width: 12px; width: var(--btn-size-m-icon-size, 12px); margin-right: 4px; margin-right: var(--btn-text-icon-m-margin, 4px); opacity: 1; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn-text.next-small { border-radius: 0; padding: 0 0px; height: 16px; height: var(--btn-text-size-s-height, 16px); font-size: 12px; font-size: var(--btn-text-size-s-font, 12px); border-width: 0; } .next-btn-text.next-small > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; margin-right: var(--btn-text-icon-s-margin, 4px); } .next-btn-text.next-small > .next-btn-icon.next-icon-first:before, .next-btn-text.next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn-text.next-small > .next-btn-icon.next-icon-last { margin-left: 4px; margin-left: var(--btn-text-icon-s-margin, 4px); margin-right: 0; } .next-btn-text.next-small > .next-btn-icon.next-icon-last:before, .next-btn-text.next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn-text.next-small > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn-text.next-small.next-btn-loading:before { width: 12px; width: var(--btn-size-s-icon-size, 12px); height: 12px; height: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: 12px; line-height: var(--btn-size-s-icon-size, 12px); left: 0px; top: 50%; text-align: center; margin-right: 4px; margin-right: var(--btn-text-icon-s-margin, 4px); } .next-btn-text.next-small.next-btn-loading > .next-icon { display: none; } .next-btn-text.next-small > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn-text.next-small > .next-btn-custom-loading-icon.show { width: 12px; width: var(--btn-size-s-icon-size, 12px); margin-right: 4px; margin-right: var(--btn-text-icon-s-margin, 4px); opacity: 1; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-btn-text.next-btn-loading { background: transparent; border-color: transparent; } .next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited { color: #333333; color: var(--btn-text-loading-color, #333333); } .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover { color: #333333; color: var(--btn-text-loading-color, #333333); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active { color: #333333; color: var(--btn-text-loading-color, #333333); background: transparent; border-color: transparent; text-decoration: none; } .next-btn-loading { pointer-events: none; } .next-btn-loading:before { font-family: NextIcon; content: "\E646"; content: var(--icon-content-loading, "\E646"); opacity: 1; visibility: visible; animation: loadingCircle 2s infinite linear; } .next-btn-loading:after { content: ''; display: inline-block; position: static; height: 100%; width: 0; vertical-align: middle; } .next-btn-custom-loading { pointer-events: none; } .next-btn-ghost { box-shadow: none; border-style: solid; border-style: var(--btn-ghost-border-style, solid); } .next-btn-ghost.next-btn-dark { background: rgba(0, 0, 0, 0); background: var(--btn-ghost-dark-bg-normal, rgba(0, 0, 0, 0)); border-color: #FFFFFF; border-color: var(--btn-ghost-dark-border-color, #FFFFFF); } .next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited { color: #FFFFFF; color: var(--btn-ghost-dark-color, #FFFFFF); } .next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover { color: #FFFFFF; color: var(--btn-ghost-dark-color-hover, #FFFFFF); background: rgba(255, 255, 255, 0.8); background: var(--btn-ghost-dark-bg-hover, rgba(255, 255, 255, 0.8)); border-color: #FFFFFF; border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF); text-decoration: none; } .next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active { color: #FFFFFF; color: var(--btn-ghost-dark-color-hover, #FFFFFF); background: rgba(255, 255, 255, 0.8); background: var(--btn-ghost-dark-bg-hover, rgba(255, 255, 255, 0.8)); border-color: #FFFFFF; border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF); text-decoration: none; } .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] { background: transparent; background: var(--btn-ghost-dark-bg-disabled, transparent); border-color: rgba(255, 255, 255, 0.4); border-color: var(--btn-ghost-dark-border-color-disabled, rgba(255, 255, 255, 0.4)); } .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited { color: rgba(255, 255, 255, 0.4); color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.4)); } .next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover { color: rgba(255, 255, 255, 0.4); color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.4)); background: transparent; background: var(--btn-ghost-dark-bg-disabled, transparent); border-color: rgba(255, 255, 255, 0.4); border-color: var(--btn-ghost-dark-border-color-disabled, rgba(255, 255, 255, 0.4)); text-decoration: none; } .next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active { color: rgba(255, 255, 255, 0.4); color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.4)); background: transparent; background: var(--btn-ghost-dark-bg-disabled, transparent); border-color: rgba(255, 255, 255, 0.4); border-color: var(--btn-ghost-dark-border-color-disabled, rgba(255, 255, 255, 0.4)); text-decoration: none; } .next-btn-ghost.next-btn-light { background: rgba(0, 0, 0, 0); background: var(--btn-ghost-light-bg-normal, rgba(0, 0, 0, 0)); border-color: #333333; border-color: var(--btn-ghost-light-border-color, #333333); } .next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited { color: #333333; color: var(--btn-ghost-light-color, #333333); } .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover { color: #999999; color: var(--btn-ghost-light-color-hover, #999999); background: rgba(0, 0, 0, 0.92); background: var(--btn-ghost-light-bg-hover, rgba(0, 0, 0, 0.92)); border-color: #333333; border-color: var(--btn-ghost-light-border-color-hover, #333333); text-decoration: none; } .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active { color: #999999; color: var(--btn-ghost-light-color-hover, #999999); background: rgba(0, 0, 0, 0.92); background: var(--btn-ghost-light-bg-hover, rgba(0, 0, 0, 0.92)); border-color: #333333; border-color: var(--btn-ghost-light-border-color-hover, #333333); text-decoration: none; } .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] { background: transparent; background: var(--btn-ghost-light-bg-disabled, transparent); border-color: rgba(0, 0, 0, 0.1); border-color: var(--btn-ghost-light-border-color-disabled, rgba(0, 0, 0, 0.1)); } .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited { color: rgba(0, 0, 0, 0.1); color: var(--btn-ghost-light-color-disabled, rgba(0, 0, 0, 0.1)); } .next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover { color: rgba(0, 0, 0, 0.1); color: var(--btn-ghost-light-color-disabled, rgba(0, 0, 0, 0.1)); background: transparent; background: var(--btn-ghost-light-bg-disabled, transparent); border-color: rgba(0, 0, 0, 0.1); border-color: var(--btn-ghost-light-border-color-disabled, rgba(0, 0, 0, 0.1)); text-decoration: none; } .next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active { color: rgba(0, 0, 0, 0.1); color: var(--btn-ghost-light-color-disabled, rgba(0, 0, 0, 0.1)); background: transparent; background: var(--btn-ghost-light-bg-disabled, transparent); border-color: rgba(0, 0, 0, 0.1); border-color: var(--btn-ghost-light-border-color-disabled, rgba(0, 0, 0, 0.1)); text-decoration: none; } .next-btn-group { position: relative; display: inline-block; vertical-align: middle; } .next-btn-group > .next-btn { position: relative; float: left; box-shadow: none; } .next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active { z-index: 1; } .next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] { z-index: 0; } .next-btn-group .next-btn.next-btn { margin: 0 0 0 -1px; } .next-btn-group .next-btn:not(:first-child):not(:last-child) { border-radius: 0; } .next-btn-group > .next-btn:first-child { margin: 0; } .next-btn-group > .next-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .next-btn-group > .next-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .next-btn-group > .next-btn-primary:not(:first-child) { border-left-color: rgba(255, 255, 255, 0.2); } .next-btn-group > .next-btn-primary:not(:first-child):hover { border-left-color: transparent; } .next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] { border-left-color: #E6E7EB; border-left-color: var(--color-line1-1, #E6E7EB); } /* 组合 */ /* ---------------------------------------- */ .next-btn-group[dir="rtl"] > .next-btn { float: right; } .next-btn-group[dir="rtl"] .next-btn.next-btn { margin: 0 -1px 0 0; } .next-btn-group[dir="rtl"] > .next-btn:first-child:not(:last-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .next-btn-group[dir="rtl"] > .next-btn:last-child:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child) { border-right-color: rgba(255, 255, 255, 0.2); } .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child):hover { border-right-color: transparent; } .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child)[disabled] { border-right-color: #E6E7EB; border-right-color: var(--color-line1-1, #E6E7EB); } /* 尺寸维度 */ /* ---------------------------------------- */ .next-btn.next-small[dir="rtl"] { border-radius: 3px; border-radius: var(--btn-size-s-corner, 3px); } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 4px; margin-left: var(--btn-size-s-icon-margin, 4px); margin-right: 0; } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first:before, .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; margin-right: var(--btn-size-s-icon-margin, 4px); } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last:before, .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn.next-small[dir="rtl"].next-btn-loading { padding-left: 8px; padding-left: var(--btn-size-s-padding, 8px); padding-right: 24px; padding-right: calc(var(--btn-size-s-padding, 8px) + var(--btn-size-s-icon-size, 12px) + var(--btn-size-s-icon-margin, 4px)); } .next-btn.next-small[dir="rtl"].next-btn-loading:after { right: 8px; right: var(--btn-size-s-padding, 8px); top: 50%; margin-right: 0; margin-left: 4px; margin-left: var(--btn-size-s-icon-margin, 4px); } .next-btn.next-medium[dir="rtl"] { border-radius: 3px; border-radius: var(--btn-size-m-corner, 3px); } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 4px; margin-left: var(--btn-size-m-icon-margin, 4px); margin-right: 0; } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first:before, .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; margin-right: var(--btn-size-m-icon-margin, 4px); } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last:before, .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn.next-medium[dir="rtl"].next-btn-loading { padding-left: 12px; padding-left: var(--btn-size-m-padding, 12px); padding-right: 28px; padding-right: calc(var(--btn-size-m-padding, 12px) + var(--btn-size-m-icon-size, 12px) + var(--btn-size-m-icon-margin, 4px)); } .next-btn.next-medium[dir="rtl"].next-btn-loading:after { right: 12px; right: var(--btn-size-m-padding, 12px); top: 50%; margin-right: 0; margin-left: 4px; margin-left: var(--btn-size-m-icon-margin, 4px); } .next-btn.next-large[dir="rtl"] { border-radius: 3px; border-radius: var(--btn-size-l-corner, 3px); } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 4px; margin-left: var(--btn-size-l-icon-margin, 4px); margin-right: 0; } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first:before, .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; margin-right: var(--btn-size-l-icon-margin, 4px); } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last:before, .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn.next-large[dir="rtl"].next-btn-loading { padding-left: 16px; padding-left: var(--btn-size-l-padding, 16px); padding-right: 36px; padding-right: calc(var(--btn-size-l-padding, 16px) + var(--btn-size-l-icon-size, 16px) + var(--btn-size-l-icon-margin, 4px)); } .next-btn.next-large[dir="rtl"].next-btn-loading:after { right: 16px; right: var(--btn-size-l-padding, 16px); top: 50%; margin-right: 0; margin-left: 4px; margin-left: var(--btn-size-l-icon-margin, 4px); } /* 文本按钮 */ .next-btn-text[dir="rtl"].next-large { border-radius: 0; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first { margin-left: 4px; margin-left: var(--btn-text-icon-l-margin, 4px); margin-right: 0; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first:before, .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; margin-right: var(--btn-text-icon-l-margin, 4px); } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last:before, .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; width: var(--btn-size-l-icon-size, 16px); font-size: 16px; font-size: var(--btn-size-l-icon-size, 16px); line-height: inherit; } .next-btn-text[dir="rtl"].next-large.next-btn-loading { padding-left: 0px; padding-right: 20px; padding-right: calc(var(--btn-size-l-icon-size, 16px) + var(--btn-text-icon-l-margin, 4px)); } .next-btn-text[dir="rtl"].next-large.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; margin-left: var(--btn-text-icon-l-margin, 4px); } .next-btn-text[dir="rtl"].next-medium { border-radius: 0; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first { margin-left: 4px; margin-left: var(--btn-text-icon-m-margin, 4px); margin-right: 0; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first:before, .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; margin-right: var(--btn-text-icon-m-margin, 4px); } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last:before, .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-m-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-m-icon-size, 12px); line-height: inherit; } .next-btn-text[dir="rtl"].next-medium.next-btn-loading { padding-left: 0px; padding-right: 16px; padding-right: calc(var(--btn-size-m-icon-size, 12px) + var(--btn-text-icon-m-margin, 4px)); } .next-btn-text[dir="rtl"].next-medium.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; margin-left: var(--btn-text-icon-m-margin, 4px); } .next-btn-text[dir="rtl"].next-small { border-radius: 0; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first { margin-left: 4px; margin-left: var(--btn-text-icon-s-margin, 4px); margin-right: 0; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first:before, .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; margin-right: var(--btn-text-icon-s-margin, 4px); } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last:before, .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; width: var(--btn-size-s-icon-size, 12px); font-size: 12px; font-size: var(--btn-size-s-icon-size, 12px); line-height: inherit; } .next-btn-text[dir="rtl"].next-small.next-btn-loading { padding-left: 0px; padding-right: 16px; padding-right: calc(var(--btn-size-s-icon-size, 12px) + var(--btn-text-icon-s-margin, 4px)); } .next-btn-text[dir="rtl"].next-small.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; margin-left: var(--btn-text-icon-s-margin, 4px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-calendar { box-sizing: border-box; } .next-calendar *, .next-calendar *:before, .next-calendar *:after { box-sizing: border-box; } .next-calendar table { border-collapse: collapse; border-spacing: 0; } .next-calendar td, .next-calendar th { padding: 0; } @keyframes cellZoomIn { 0% { transform: scale(0.5); } 100% { transform: scale(1); } } @keyframes cellHover { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes enterToLeft { 0% { transform: translate(-40%); opacity: 0; } 50% { opacity: .6; } 100% { opacity: 1; transform: translate(0%); } } @keyframes enterToRight { 0% { transform: translate(40%); opacity: 0; } 50% { opacity: .6; } 100% { opacity: 1; transform: translate(0%); } } .next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header { text-align: right; } .next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select { margin-right: 4px; margin-right: var(--s-1, 4px); vertical-align: top; } .next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu { text-align: left; } .next-calendar-fullscreen .next-calendar-header { margin-bottom: 8px; margin-bottom: var(--calendar-fullscreen-header-margin-bottom, 8px); } .next-calendar-card .next-calendar-header { margin-bottom: 8px; margin-bottom: var(--calendar-card-header-margin-bottom, 8px); } .next-calendar-panel-header { position: relative; background: #5584FF; background: var(--calendar-panel-header-background, #5584FF); margin-bottom: 8px; margin-bottom: var(--calendar-panel-header-margin-bottom, 8px); border-bottom: 1px solid transparent; border-bottom: var(--calendar-panel-header-border-bottom-width, 1px) solid var(--calendar-panel-header-border-bottom-color, transparent); } .next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full { height: 32px; height: var(--calendar-panel-header-height, 32px); line-height: 32px; line-height: var(--calendar-panel-header-height, 32px); } .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn { vertical-align: top; font-weight: bold; font-weight: var(--calendar-btn-date-font-weight, bold); margin: 0 4px; margin: 0 var(--calendar-btn-date-margin-lr, 4px); background: transparent; border-color: transparent; } .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited { color: #FFFFFF; color: var(--calendar-btn-date-color, #FFFFFF); } .next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover { color: #FFFFFF; color: var(--calendar-btn-date-color-hover, #FFFFFF); background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active { color: #FFFFFF; color: var(--calendar-btn-date-color-hover, #FFFFFF); background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-panel-header-left, .next-calendar-panel-header-right { display: inline-block; width: 50%; text-align: center; } .next-calendar-panel-header-full { width: 100%; text-align: center; } .next-calendar-panel-menu { max-height: 210px; overflow: auto; text-align: left; } .next-calendar-btn { cursor: pointer; padding: 0; margin: 0; border: 0; background: transparent; outline: none; height: 100%; } .next-calendar-btn > .next-icon.next-icon:before, .next-calendar-btn > .next-icon.next-icon .next-icon-remote { width: 12px; width: var(--calendar-btn-arrow-size, 12px); font-size: 12px; font-size: var(--calendar-btn-arrow-size, 12px); line-height: inherit; } .next-calendar-btn .next-icon { margin-left: 4px; margin-left: var(--s-1, 4px); } .next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade { position: absolute; top: 0; background: transparent; border-color: transparent; } .next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited { color: #FFFFFF; color: var(--calendar-btn-arrow-color, #FFFFFF); } .next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover { color: #FFFFFF; color: var(--calendar-btn-arrow-color-hover, #FFFFFF); background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active { color: #FFFFFF; color: var(--calendar-btn-arrow-color-hover, #FFFFFF); background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-btn-prev-decade, .next-calendar-btn-prev-year { left: 8px; left: var(--calendar-btn-arrow-double-offset-lr, 8px); } .next-calendar-btn-prev-month { left: 28px; left: var(--calendar-btn-arrow-single-offset-lr, 28px); } .next-calendar-btn-next-month { right: 28px; right: var(--calendar-btn-arrow-single-offset-lr, 28px); } .next-calendar-btn-next-year, .next-calendar-btn-next-decade { right: 8px; right: var(--calendar-btn-arrow-double-offset-lr, 8px); } .next-calendar-fullscreen .next-calendar-th { text-align: right; color: #333333; color: var(--calendar-fullscreen-table-head-color, #333333); font-size: 16px; font-size: var(--calendar-fullscreen-table-head-font-size, 16px); font-weight: bold; font-weight: var(--calendar-fullscreen-table-head-font-weight, bold); padding-right: 12px; padding-right: var(--calendar-fullscreen-table-head-padding-r, 12px); padding-bottom: 4px; padding-bottom: var(--calendar-fullscreen-table-head-padding-b, 4px); } .next-calendar-fullscreen .next-calendar-cell { font-size: 14px; font-size: var(--calendar-fullscreen-table-cell-font-size, 14px); } .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month { font-weight: bold; font-weight: var(--calendar-fullscreen-table-cell-select-font-weight, bold); background: #DEE8FF; background: var(--calendar-fullscreen-table-cell-select-background, #DEE8FF); color: #5584FF; color: var(--calendar-fullscreen-table-cell-select-color, #5584FF); border-color: #5584FF; border-color: var(--calendar-fullscreen-table-cell-select-border-color, #5584FF); } .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month { cursor: not-allowed; background: #F7F8FA; background: var(--calendar-fullscreen-table-cell-disabled-background, #F7F8FA); color: #CCCCCC; color: var(--calendar-fullscreen-table-cell-disabled-color, #CCCCCC); border-color: #E6E7EB; border-color: var(--calendar-fullscreen-table-cell-disabled-border-color, #E6E7EB); } .next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month { text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0px 4px; margin: var(--calendar-fullscreen-table-cell-margin-tb, 0px) var(--calendar-fullscreen-table-cell-margin-lr, 4px); padding: 4px 8px; padding: var(--calendar-fullscreen-table-cell-padding-tb, 4px) var(--calendar-fullscreen-table-cell-padding-lr, 8px); min-height: 80px; min-height: var(--calendar-fullscreen-table-cell-min-height, 80px); border-top: 2px solid; border-top: var(--calendar-fullscreen-table-cell-boder-top-width, 2px) var(--line-solid, solid); transition: background 100ms linear; transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); background: #FFFFFF; background: var(--calendar-fullscreen-table-cell-normal-background, #FFFFFF); color: #333333; color: var(--calendar-fullscreen-table-cell-normal-color, #333333); border-color: #DCDEE3; border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #DCDEE3); } .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover { background: #DEE8FF; background: var(--calendar-fullscreen-table-cell-hover-background, #DEE8FF); color: #5584FF; color: var(--calendar-fullscreen-table-cell-hover-color, #5584FF); border-color: #5584FF; border-color: var(--calendar-fullscreen-table-cell-hover-border-color, #5584FF); } .next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date { background: transparent; background: var(--calendar-fullscreen-table-cell-other-background, transparent); color: #CCCCCC; color: var(--calendar-fullscreen-table-cell-other-color, #CCCCCC); border-color: transparent; border-color: var(--calendar-fullscreen-table-cell-other-border-color, transparent); } .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month { font-weight: bold; font-weight: var(--calendar-fullscreen-table-cell-current-font-weight, bold); background: #FFFFFF; background: var(--calendar-fullscreen-table-cell-current-background, #FFFFFF); color: #5584FF; color: var(--calendar-fullscreen-table-cell-current-color, #5584FF); border-color: #5584FF; border-color: var(--calendar-fullscreen-table-cell-current-border-color, #5584FF); } .next-calendar-card .next-calendar-th, .next-calendar-panel .next-calendar-th, .next-calendar-range .next-calendar-th { text-align: center; color: #999999; color: var(--calendar-card-table-head-color, #999999); font-size: 12px; font-size: var(--calendar-card-table-head-font-size, 12px); font-weight: normal; font-weight: var(--calendar-card-table-head-font-weight, normal); } .next-calendar-card .next-calendar-cell, .next-calendar-panel .next-calendar-cell, .next-calendar-range .next-calendar-cell { text-align: center; font-size: 12px; font-size: var(--calendar-card-table-cell-font-size, 12px); } .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-year { animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1); font-weight: bold; font-weight: var(--calendar-card-table-cell-select-font-weight, bold); background: #5584FF; background: var(--calendar-card-table-cell-select-background, #5584FF); color: #FFFFFF; color: var(--calendar-card-table-cell-select-color, #FFFFFF); border-color: #5584FF; border-color: var(--calendar-card-table-cell-select-border-color, #5584FF); } .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year { cursor: not-allowed; background: #F7F8FA; background: var(--calendar-card-table-cell-disabled-background, #F7F8FA); color: #CCCCCC; color: var(--calendar-card-table-cell-disabled-color, #CCCCCC); border-color: #F7F8FA; border-color: var(--calendar-card-table-cell-disabled-border-color, #F7F8FA); } .next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date, .next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date { background: #DEE8FF; background: var(--calendar-card-table-cell-inrange-background, #DEE8FF); color: #5584FF; color: var(--calendar-card-table-cell-inrange-color, #5584FF); border-color: #DEE8FF; border-color: var(--calendar-card-table-cell-inrange-border-color, #DEE8FF); } .next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-date, .next-calendar-panel .next-calendar-month, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-date, .next-calendar-range .next-calendar-month, .next-calendar-range .next-calendar-year { text-align: center; border: 1px solid; border: var(--line-1, 1px) var(--line-solid, solid); background: #FFFFFF; background: var(--calendar-card-table-cell-normal-background, #FFFFFF); color: #666666; color: var(--calendar-card-table-cell-normal-color, #666666); border-color: #FFFFFF; border-color: var(--calendar-card-table-cell-normal-border-color, #FFFFFF); } .next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover, .next-calendar-panel .next-calendar-date:hover, .next-calendar-panel .next-calendar-month:hover, .next-calendar-panel .next-calendar-year:hover, .next-calendar-range .next-calendar-date:hover, .next-calendar-range .next-calendar-month:hover, .next-calendar-range .next-calendar-year:hover { cursor: pointer; } .next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover, .next-calendar-panel .next-calendar-date:hover, .next-calendar-panel .next-calendar-month:hover, .next-calendar-panel .next-calendar-year:hover, .next-calendar-range .next-calendar-date:hover, .next-calendar-range .next-calendar-month:hover, .next-calendar-range .next-calendar-year:hover { background: #DEE8FF; background: var(--calendar-card-table-cell-hover-background, #DEE8FF); color: #5584FF; color: var(--calendar-card-table-cell-hover-color, #5584FF); border-color: #DEE8FF; border-color: var(--calendar-card-table-cell-hover-border-color, #DEE8FF); } .next-calendar-card .next-calendar-date, .next-calendar-panel .next-calendar-date, .next-calendar-range .next-calendar-date { width: 24px; width: var(--calendar-card-table-cell-date-width, 24px); height: 24px; height: var(--calendar-card-table-cell-date-height, 24px); line-height: 22px; line-height: calc(var(--calendar-card-table-cell-date-height, 24px) - 2px); margin: 4px auto; margin: var(--s-1, 4px) auto; border-radius: 3px; border-radius: var(--calendar-card-table-cell-date-border-radius, 3px); } .next-calendar-card .next-calendar-month, .next-calendar-panel .next-calendar-month, .next-calendar-range .next-calendar-month { width: 60px; width: var(--calendar-card-table-cell-month-width, 60px); height: 24px; height: var(--calendar-card-table-cell-month-height, 24px); line-height: 22px; line-height: calc(var(--calendar-card-table-cell-month-height, 24px) - 2px); margin: 8px auto; margin: var(--s-2, 8px) auto; border-radius: 3px; border-radius: var(--calendar-card-table-cell-month-border-radius, 3px); } .next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-year { width: 48px; width: var(--calendar-card-table-cell-year-width, 48px); height: 24px; height: var(--calendar-card-table-cell-year-height, 24px); line-height: 22px; line-height: calc(var(--calendar-card-table-cell-year-height, 24px) - 2px); margin: 8px auto; margin: var(--s-2, 8px) auto; border-radius: 3px; border-radius: var(--calendar-card-table-cell-year-border-radius, 3px); } .next-calendar-card .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-range .next-calendar-cell-prev-month .next-calendar-date { background: #FFFFFF; background: var(--calendar-card-table-cell-other-background, #FFFFFF); color: #CCCCCC; color: var(--calendar-card-table-cell-other-color, #CCCCCC); border-color: #FFFFFF; border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF); } .next-calendar-card .next-calendar-cell-next-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-next-month .next-calendar-date, .next-calendar-range .next-calendar-cell-next-month .next-calendar-date { background: #FFFFFF; background: var(--calendar-card-table-cell-other-background, #FFFFFF); color: #CCCCCC; color: var(--calendar-card-table-cell-other-color, #CCCCCC); border-color: #FFFFFF; border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF); } .next-calendar-card .next-calendar-cell-current .next-calendar-date, .next-calendar-card .next-calendar-cell-current .next-calendar-month, .next-calendar-card .next-calendar-cell-current .next-calendar-year, .next-calendar-panel .next-calendar-cell-current .next-calendar-date, .next-calendar-panel .next-calendar-cell-current .next-calendar-month, .next-calendar-panel .next-calendar-cell-current .next-calendar-year, .next-calendar-range .next-calendar-cell-current .next-calendar-date, .next-calendar-range .next-calendar-cell-current .next-calendar-month, .next-calendar-range .next-calendar-cell-current .next-calendar-year { font-weight: bold; font-weight: var(--calendar-card-table-cell-current-font-weight, bold); background: #FFFFFF; background: var(--calendar-card-table-cell-current-background, #FFFFFF); color: #5584FF; color: var(--calendar-card-table-cell-current-color, #5584FF); border-color: transparent; border-color: var(--calendar-card-table-cell-current-border-color, transparent); } .next-calendar-panel.next-calendar-week .next-calendar-tbody tr { cursor: pointer; } .next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date { background: #DEE8FF; background: var(--calendar-card-table-cell-hover-background, #DEE8FF); color: #5584FF; color: var(--calendar-card-table-cell-hover-color, #5584FF); border-color: #DEE8FF; border-color: var(--calendar-card-table-cell-hover-border-color, #DEE8FF); } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date { font-weight: normal; background: transparent; border-color: transparent; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date { position: relative; color: #5584FF; color: var(--calendar-card-table-cell-inrange-color, #5584FF); } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before { content: ''; position: absolute; left: -1px; left: calc(0px - var(--line-1, 1px)); top: -1px; top: calc(0px - var(--line-1, 1px)); bottom: -1px; bottom: calc(0px - var(--line-1, 1px)); right: -1px; right: calc(0px - var(--line-1, 1px)); border: 1px solid; border: var(--line-1, 1px) var(--line-solid, solid); background: #DEE8FF; background: var(--calendar-card-table-cell-inrange-background, #DEE8FF); border-color: #DEE8FF; border-color: var(--calendar-card-table-cell-inrange-border-color, #DEE8FF); border-radius: 3px; border-radius: var(--calendar-card-table-cell-date-border-radius, 3px); } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span { position: relative; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end { color: #FFFFFF; color: var(--calendar-card-table-cell-select-color, #FFFFFF); } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before { background: #5584FF; background: var(--calendar-card-table-cell-select-background, #5584FF); border-color: #5584FF; border-color: var(--calendar-card-table-cell-select-border-color, #5584FF); } .next-calendar[dir="rtl"] .next-calendar-header { text-align: left; } .next-calendar[dir="rtl"] .next-calendar-header .next-select { margin-right: 0; margin-left: 4px; margin-left: var(--s-1, 4px); } .next-calendar[dir="rtl"] .next-calendar-header .next-menu { text-align: right; } .next-calendar[dir="rtl"] .next-calendar-btn-prev-decade, .next-calendar[dir="rtl"] .next-calendar-btn-prev-year { left: auto; right: 8px; right: var(--calendar-btn-arrow-double-offset-lr, 8px); } .next-calendar[dir="rtl"] .next-calendar-btn-prev-month { left: auto; right: 28px; right: var(--calendar-btn-arrow-single-offset-lr, 28px); } .next-calendar[dir="rtl"] .next-calendar-btn-next-month { right: auto; left: 28px; left: var(--calendar-btn-arrow-single-offset-lr, 28px); } .next-calendar[dir="rtl"] .next-calendar-btn-next-year, .next-calendar[dir="rtl"] .next-calendar-btn-next-decade { right: auto; left: 8px; left: var(--calendar-btn-arrow-double-offset-lr, 8px); } .next-calendar-fullscreen[dir="rtl"] .next-calendar-th { text-align: left; padding-left: 12px; padding-left: var(--calendar-fullscreen-table-head-padding-r, 12px); padding-right: 0; } .next-calendar-fullscreen[dir="rtl"] .next-calendar-date, .next-calendar-fullscreen[dir="rtl"] .next-calendar-month { text-align: left; } .next-calendar-range[dir="rtl"] .next-calendar-body-left, .next-calendar-range[dir="rtl"] .next-calendar-body-right { float: right; } .next-calendar-range[dir="rtl"] .next-calendar-body-left { padding-right: 0; padding-left: 8px; padding-left: var(--s-2, 8px); } .next-calendar-range[dir="rtl"] .next-calendar-body-right { padding-left: 0; padding-right: 8px; padding-right: var(--s-2, 8px); } .next-calendar { /* range calendar */ /* --------------- */ } .next-calendar-table { width: 100%; table-layout: fixed; } .next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right { float: left; width: 50%; } .next-calendar-range .next-calendar-body-left { padding-right: 8px; padding-right: var(--s-2, 8px); } .next-calendar-range .next-calendar-body-right { padding-left: 8px; padding-left: var(--s-2, 8px); } .next-calendar-range .next-calendar-body:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-calendar-symbol-prev::before { content: "\E61D"; content: var(--calendar-btn-arrow-content-prev, "\E61D"); } .next-calendar-symbol-next::before { content: "\E619"; content: var(--calendar-btn-arrow-content-next, "\E619"); } .next-calendar-symbol-prev-super::before { content: "\E659"; content: var(--calendar-btn-arrow-content-prev-super, "\E659"); } .next-calendar-symbol-next-super::before { content: "\E65E"; content: var(--calendar-btn-arrow-content-next-super, "\E65E"); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-card *, .next-card *:before, .next-card *:after { box-sizing: border-box; } .next-card, .next-card:before, .next-card:after { box-sizing: border-box; } .next-card[dir="rtl"] .next-card-extra { left: 0; right: auto; } .next-card[dir="rtl"] .next-card-title:before { right: 0; left: auto; } .next-card[dir="rtl"] .next-card-subtitle { float: left; padding-right: 8px; padding-right: var(--card-sub-title-padding-left, 8px); padding-left: 0; } .next-card[dir="rtl"] .next-card-head-show-bullet .next-card-title { padding-left: 0; padding-right: 8px; padding-right: var(--card-title-padding-left, 8px); } .next-card { box-sizing: border-box; } .next-card *, .next-card *:before, .next-card *:after { box-sizing: border-box; } .next-card { min-width: 100px; min-width: var(--s-25, 100px); border: 1px solid #DCDEE3; border: var(--card-border-width, 1px) var(--card-border-style, solid) var(--card-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--card-corner, 3px); box-shadow: none; box-shadow: var(--card-shadow, none); background: #FFFFFF; background: var(--card-background, #FFFFFF); overflow: hidden; } .next-card-head { background: #FFFFFF; background: var(--card-header-background, #FFFFFF); padding-left: 16px; padding-left: var(--card-padding-lr, 16px); padding-right: 16px; padding-right: var(--card-padding-lr, 16px); } .next-card-head-show-bullet .next-card-title { padding-left: 8px; padding-left: var(--card-title-padding-left, 8px); } .next-card-head-show-bullet .next-card-title:before { content: ''; display: inline-block; height: 16px; height: var(--card-title-bullet-height, 16px); width: 3px; width: var(--card-title-bullet-width, 3px); background: #5584FF; background: var(--card-title-bullet-color, #5584FF); position: absolute; left: 0; top: calc(50% - 8px); top: calc(50% - var(--card-title-bullet-height, 16px)/2); } .next-card-head-main { position: relative; margin-top: 8px; margin-top: var(--card-head-main-margin-top, 8px); margin-bottom: 0px; margin-bottom: var(--card-head-main-margin-bottom, 0px); height: 40px; height: var(--card-head-main-height, 40px); line-height: 40px; line-height: var(--card-head-main-height, 40px); } .next-card-title { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80%; height: 100%; color: #333333; color: var(--card-title-color, #333333); font-size: 16px; font-size: var(--card-title-font-size, 16px); font-weight: normal; font-weight: var(--card-title-font-weight, normal); } .next-card-subtitle { font-size: 12px; font-size: var(--card-sub-title-font-size, 12px); color: #666666; color: var(--card-sub-title-color, #666666); padding-left: 8px; padding-left: var(--card-sub-title-padding-left, 8px); } .next-card-extra { position: absolute; right: 0; top: 0; height: 100%; font-size: 12px; font-size: var(--card-title-extra-font-size, 12px); color: #5584FF; color: var(--card-title-extra-color, #5584FF); } .next-card-body { padding-bottom: 12px; padding-bottom: var(--card-body-padding-bottom, 12px); padding-left: 16px; padding-left: var(--card-padding-lr, 16px); padding-right: 16px; padding-right: var(--card-padding-lr, 16px); } .next-card-show-divider .next-card-head-main { border-bottom: 1px solid #E6E7EB; border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, #E6E7EB); } .next-card-show-divider .next-card-body { padding-top: 12px; padding-top: var(--card-body-show-divider-padding-top, 12px); } .next-card-hide-divider .next-card-body { padding-top: 0px; padding-top: var(--card-body-hide-divider-padding-top, 0px); } .next-card—free { padding: 0; } .next-card-content { overflow: hidden; transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); position: relative; } .next-card-footer .next-icon { transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-card-footer .next-icon.expand { transform-origin: 50% 47%; transform: rotate(180deg); } .next-card-header { background: #FFFFFF; background: var(--card-header-background, #FFFFFF); padding: 0 16px; padding: 0 var(--card-padding-lr, 16px); margin-bottom: 12px; margin-bottom: var(--card-body-show-divider-padding-top, 12px); margin-top: 12px; margin-top: var(--card-body-padding-bottom, 12px); } .next-card-media, .next-card-media > * { display: block; background-size: cover; background-repeat: no-repeat; background-position: center; object-fit: cover; width: 100%; } .next-card-header-titles { overflow: hidden; } .next-card-header-extra { float: right; text-align: right; } .next-card-header-extra .next--btn { margin-left: 12px; margin-left: var(--s-3, 12px); vertical-align: middle; } .next-card-header-title { color: #333333; color: var(--card-title-color, #333333); font-size: 16px; font-size: var(--card-title-font-size, 16px); font-weight: normal; font-weight: var(--card-title-font-weight, normal); line-height: 1.5; } .next-card-header-subtitle { font-size: 12px; font-size: var(--card-sub-title-font-size, 12px); color: #666666; color: var(--card-sub-title-color, #666666); } .next-card-actions { display: block; padding-left: 16px; padding-left: var(--card-padding-lr, 16px); padding-right: 16px; padding-right: var(--card-padding-lr, 16px); padding-top: 12px; padding-top: var(--card-body-show-divider-padding-top, 12px); padding-bottom: 12px; padding-bottom: var(--card-body-padding-bottom, 12px); } .next-card-actions .next-btn:not(:last-child) { margin-right: 12px; margin-right: var(--s-3, 12px); vertical-align: middle; } .next-card-divider { border-style: none; width: 100%; margin: 0; position: relative; } .next-card-divider::before { content: ''; display: block; border-bottom: 1px solid #E6E7EB; border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, #E6E7EB); } .next-card-divider--inset { padding: 0 16px; padding: 0 var(--card-padding-lr, 16px); } .next-card-content-container { margin-top: 12px; margin-top: var(--card-body-show-divider-padding-top, 12px); padding-bottom: 12px; padding-bottom: var(--card-body-padding-bottom, 12px); padding-left: 16px; padding-left: var(--card-padding-lr, 16px); padding-right: 16px; padding-right: var(--card-padding-lr, 16px); font-size: 12px; font-size: var(--card-content-font-size, 12px); line-height: 1.5; line-height: var(--card-content-line-height, 1.5); color: #666666; color: var(--card-content-color, #666666); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-cascader { box-sizing: border-box; display: inline-block; overflow: auto; border: 1px solid #DCDEE3; border: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--cascader-menu-border-radius, 3px); } .next-cascader *, .next-cascader *:before, .next-cascader *:after { box-sizing: border-box; } .next-cascader-inner:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-cascader-menu-wrapper { float: left; overflow: auto; width: auto; width: var(--cascader-menu-width, auto); min-width: 100px; min-width: var(--cascader-menu-min-width, 100px); height: 192px; height: var(--cascader-menu-height, 192px); overflow-x: hidden; overflow-y: auto; } .next-cascader-menu-wrapper + .next-cascader-menu-wrapper { border-left: 1px solid #DCDEE3; border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); } .next-cascader-menu { position: relative; padding: 0; border: none; border-radius: 0; box-shadow: none; min-width: auto; min-height: 100%; } .next-cascader-menu.next-has-right-border { border-right: 1px solid #DCDEE3; border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); } .next-cascader-menu-item.next-expanded { color: #333333; color: var(--cascader-menu-item-expanded-color, #333333); background-color: #F2F3F7; background-color: var(--cascader-menu-item-expanded-background-color, #F2F3F7); } .next-cascader-menu-icon-right { position: absolute; top: 0; right: 10px; color: #666666; color: var(--cascader-menu-icon-expand-color, #666666); } .next-cascader-menu-icon-right:hover { color: #333333; color: var(--cascader-menu-icon-hover-expand-color, #333333); } .next-cascader-menu-icon-expand.next-icon:before, .next-cascader-menu-icon-expand.next-icon .next-icon-remote { width: 8px; width: var(--cascader-menu-icon-expand-size, 8px); font-size: 8px; font-size: var(--cascader-menu-icon-expand-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-cascader-menu-icon-expand.next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--cascader-menu-icon-expand-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--cascader-menu-icon-expand-size, 8px)/2); } .next-cascader-menu-icon-expand.next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-cascader-menu-icon-loading.next-icon:before, .next-cascader-menu-icon-loading.next-icon .next-icon-remote { width: 12px; width: var(--icon-xs, 12px); font-size: 12px; font-size: var(--icon-xs, 12px); line-height: inherit; } .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right { color: #333333; color: var(--cascader-menu-icon-hover-expand-color, #333333); } .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading { color: #5584FF; color: var(--color-brand1-6, #5584FF); } .next-cascader-filtered-list { height: 192px; height: calc(var(--s-8, 32px)*6); padding: 0; border: none; border-radius: 0; box-shadow: none; overflow: auto; } .next-cascader-filtered-list .next-menu-item-inner { overflow: visible; } .next-cascader-filtered-item em { color: #5584FF; color: var(--color-brand1-6, #5584FF); font-style: normal; } .next-cascader[dir="rtl"] .next-cascader-menu-wrapper { float: right; border-left: none; border-right: 1px solid #DCDEE3; border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); } .next-cascader[dir="rtl"] .next-cascader-menu-wrapper:first-child { border-right: none; } .next-cascader[dir="rtl"] .next-cascader-menu.next-has-right-border { border-right: none; border-left: 1px solid #DCDEE3; border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); } .next-cascader[dir="rtl"] .next-cascader-menu-icon-right { right: auto; left: 10px; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-cascader-select { box-sizing: border-box; } .next-cascader-select *, .next-cascader-select *:before, .next-cascader-select *:after { box-sizing: border-box; } .next-cascader-select-dropdown { box-sizing: border-box; border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--popup-local-corner, 3px); box-shadow: none; box-shadow: var(--popup-local-shadow, none); } .next-cascader-select-dropdown *, .next-cascader-select-dropdown *:before, .next-cascader-select-dropdown *:after { box-sizing: border-box; } .next-cascader-select-dropdown .next-cascader { display: block; border: none; box-shadow: none; } .next-cascader-select-not-found { padding: 0; border: none; box-shadow: none; overflow: auto; color: #999999; color: var(--color-text1-2, #999999); } .next-cascader-select-not-found .next-menu-item:hover { color: #999999; color: var(--color-text1-2, #999999); /* TODO */ background: #FFFFFF; cursor: default; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-checkbox-wrapper[dir="rtl"] { margin-right: 8px; margin-left: 0; } .next-checkbox-wrapper[dir="rtl"]:first-child { margin-right: 0; } .next-checkbox-wrapper[dir="rtl"] > .next-checkbox-label { margin-right: 4px; margin-right: var(--checkbox-margin-left, 4px); margin-left: 0; } /* stylelint-disable max-nesting-depth */ .next-checkbox-wrapper { box-sizing: border-box; display: inline-block; } .next-checkbox-wrapper *, .next-checkbox-wrapper *:before, .next-checkbox-wrapper *:after { box-sizing: border-box; } .next-checkbox-wrapper .next-checkbox { display: inline-block; position: relative; line-height: 1; vertical-align: middle; } .next-checkbox-wrapper input[type="checkbox"] { opacity: 0; position: absolute; top: 0; left: 0; width: 16px; width: var(--checkbox-size, 16px); height: 16px; height: var(--checkbox-size, 16px); margin: 0; cursor: pointer; } .next-checkbox-wrapper .next-checkbox-inner { display: block; width: 16px; width: var(--checkbox-size, 16px); height: 16px; height: var(--checkbox-size, 16px); background: #FFFFFF; background: var(--checkbox-bg-color, #FFFFFF); border-radius: 3px; border-radius: var(--checkbox-border-radius, 3px); border: 1px solid #C4C6CF; border: var(--checkbox-border-width, 1px) solid var(--checkbox-border-color, #C4C6CF); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); text-align: left; /* 防止继承父级 */ box-shadow: none; box-shadow: var(--checkbox-shadow, none); } .next-checkbox-wrapper .next-checkbox-inner > .next-icon { transform: scale(0); position: absolute; top: 0; opacity: 0; line-height: 16px; line-height: var(--checkbox-size, 16px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); color: #FFFFFF; color: var(--checkbox-checked-circle-color, #FFFFFF); left: 4px; left: calc(var(--checkbox-size, 16px)/2 - var(--checkbox-circle-size, 8px)/2); margin-left: 0px; } .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote { width: 8px; width: var(--checkbox-circle-size, 8px); font-size: 8px; font-size: var(--checkbox-circle-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-checkbox-wrapper .next-checkbox-inner > .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); } .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-checkbox-wrapper .next-checkbox-inner > .next-icon::before { vertical-align: top; margin-top: 0; } .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon::before { content: "\E632"; content: var(--checkbox-select-icon-content, "\E632"); } .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon::before { content: "\E633"; content: var(--checkbox-semi-select-icon-content, "\E633"); } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner { border-color: transparent; border-color: var(--checkbox-checked-border-color, transparent); background-color: #5584FF; background-color: var(--checkbox-checked-bg-color, #5584FF); } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered { border-color: transparent; border-color: var(--checkbox-checked-border-color, transparent); } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon { opacity: 1; transform: scale(1); margin-left: 0px; /* font-size < 12px的时候进行覆盖。 */ } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote { width: 8px; width: var(--checkbox-circle-size, 8px); font-size: 8px; font-size: var(--checkbox-circle-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner { border-color: transparent; border-color: var(--checkbox-checked-border-color, transparent); background-color: #5584FF; background-color: var(--checkbox-checked-bg-color, #5584FF); } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered { border-color: transparent; border-color: var(--checkbox-checked-border-color, transparent); } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon { opacity: 1; transform: scale3d(1, 1, 1); margin-left: 0px; /* font-size < 12px的时候进行覆盖。 */ } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote { width: 8px; width: var(--checkbox-circle-size, 8px); font-size: 8px; font-size: var(--checkbox-circle-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner { border-color: #5584FF; border-color: var(--checkbox-hovered-border-color, #5584FF); background-color: #DEE8FF; background-color: var(--checkbox-hovered-bg-color, #DEE8FF); } .next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label { cursor: pointer; } .next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner { border-color: transparent; border-color: var(--checkbox-checked-hovered-border-color, transparent); background-color: #3E71F7; background-color: var(--checkbox-checked-hovered-bg-color, #3E71F7); } .next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon { color: #FFFFFF; color: var(--checkbox-checked-hovered-circle-color, #FFFFFF); opacity: 1; } .next-checkbox-wrapper.disabled input[type="checkbox"] { cursor: not-allowed; } .next-checkbox-wrapper.disabled .next-checkbox-inner { border-color: #E6E7EB; border-color: var(--checkbox-disabled-border-color, #E6E7EB); background: #F7F8FA; background: var(--checkbox-disabled-bg-color, #F7F8FA); } .next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner { border-color: #E6E7EB; border-color: var(--checkbox-disabled-border-color, #E6E7EB); background: #F7F8FA; background: var(--checkbox-disabled-bg-color, #F7F8FA); } .next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered { border-color: #E6E7EB; border-color: var(--checkbox-disabled-border-color, #E6E7EB); } .next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon { color: #CCCCCC; color: var(--checkbox-disabled-circle-color, #CCCCCC); opacity: 1; } .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner { border-color: #E6E7EB; border-color: var(--checkbox-disabled-border-color, #E6E7EB); background: #F7F8FA; background: var(--checkbox-disabled-bg-color, #F7F8FA); } .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon { color: #CCCCCC; color: var(--checkbox-disabled-circle-color, #CCCCCC); opacity: 1; } .next-checkbox-wrapper.disabled .next-checkbox-label { color: #CCCCCC; color: var(--checkbox-disabled-label-color, #CCCCCC); cursor: not-allowed; } .next-checkbox-group .next-checkbox-wrapper { display: inline-block; margin-right: 12px; } .next-checkbox-group .next-checkbox-wrapper:last-child { margin-right: 0; } .next-checkbox-group-ver .next-checkbox-wrapper { display: block; margin-left: 0; margin-right: 0; margin-bottom: 8px; } .next-checkbox-label { font-size: 12px; font-size: var(--checkbox-font-size, 12px); color: #333333; color: var(--checkbox-label-color, #333333); vertical-align: middle; margin: 0; margin-left: 4px; margin-left: var(--checkbox-margin-left, 4px); /* 使用已存margin-left变量 */ margin-right: 4px; margin-right: var(--checkbox-margin-left, 4px); line-height: 1; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-collapse[dir=rtl] .next-collapse-panel-title { padding: 8px 28px 8px 0; padding: var(--collapse-title-padding-tb, 8px) calc(var(--collapse-icon-margin-r, 8px) + var(--collapse-icon-margin-l, 12px) + var(--collapse-icon-size, 8px)) var(--collapse-title-padding-tb, 8px) 0; } .next-collapse[dir=rtl] .next-collapse-panel-icon { left: inherit; right: 12px; right: var(--collapse-icon-margin-l, 12px); transform: rotate(180deg); margin-left: 0px; margin-right: 0px; } .next-collapse[dir=rtl] .next-collapse-panel-icon:before, .next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote { width: 8px; width: var(--collapse-icon-size, 8px); font-size: 8px; font-size: var(--collapse-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-collapse[dir=rtl] .next-collapse-panel-icon { transform: scale(0.5) rotate(180deg); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); } .next-collapse[dir=rtl] .next-collapse-panel-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } /* put your code here */ .next-collapse { box-sizing: border-box; border: 1px solid #DCDEE3; border: var(--collapse-border-width, 1px) solid var(--collapse-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--collapse-border-corner, 3px); } .next-collapse *, .next-collapse *:before, .next-collapse *:after { box-sizing: border-box; } .next-collapse:focus, .next-collapse *:focus { outline: 0; } .next-collapse-panel:not(:first-child) { border-top: 1px solid #DCDEE3; border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, #DCDEE3); } .next-collapse .next-collapse-panel-icon { position: absolute; color: #333333; color: var(--collapse-icon-color, #333333); transition: transform 100ms linear; transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); left: 12px; left: var(--collapse-icon-margin-l, 12px); margin-top: -2px; margin-left: 0px; margin-right: 0px; } .next-collapse .next-collapse-panel-icon:before, .next-collapse .next-collapse-panel-icon .next-icon-remote { width: 8px; width: var(--collapse-icon-size, 8px); font-size: 8px; font-size: var(--collapse-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-collapse .next-collapse-panel-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); } .next-collapse .next-collapse-panel-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-collapse-panel-title { position: relative; line-height: 20px; line-height: var(--collapse-title-height, 20px); background: #F2F3F7; background: var(--collapse-title-bg-color, #F2F3F7); font-size: 14px; font-size: var(--collapse-title-font-size, 14px); font-weight: normal; font-weight: var(--collapse-title-font-weight, normal); color: #333333; color: var(--collapse-title-font-color, #333333); cursor: pointer; padding: 8px 0 8px 28px; padding: var(--collapse-title-padding-tb, 8px) 0 var(--collapse-title-padding-tb, 8px) calc(var(--collapse-icon-margin-r, 8px) + var(--collapse-icon-margin-l, 12px) + var(--collapse-icon-size, 8px)); transition: background 100ms linear; transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-collapse-panel-title:hover { background: #EBECF0; background: var(--collapse-title-hover-bg-color, #EBECF0); color: #333333; color: var(--collapse-title-hover-font-color, #333333); font-weight: normal; font-weight: var(--collapse-title-hover-font-weight, normal); } .next-collapse-panel-title:hover .next-collapse-panel-icon { color: #333333; color: var(--collapse-icon-hover-color, #333333); } .next-collapse-panel-content { height: 0; padding: 0 16px; padding: 0 var(--collapse-content-padding-x, 16px); background: #FFFFFF; background: var(--collapse-content-bg-color, #FFFFFF); font-size: 12px; font-size: var(--collapse-content-font-size, 12px); color: #666666; color: var(--collapse-content-color, #666666); transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); opacity: 0; } .next-collapse-panel-expanded > .next-collapse-panel-content { display: block; padding: 12px 16px; padding: var(--collapse-content-padding-y, 12px) var(--collapse-content-padding-x, 16px); height: auto; opacity: 1; } .next-collapse .next-collapse-unfold-icon::before { content: ""; content: var(--collapse-unfold-icon-content, ""); } .next-collapse-panel-hidden > .next-collapse-panel-content { overflow: hidden; } .next-collapse .next-collapse-panel-icon::before { content: "\E619"; content: var(--collapse-fold-icon-content, "\E619"); } .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded { transform: rotate(90deg); margin-left: 0px; margin-right: 0px; } .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before, .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote { width: 8px; width: var(--collapse-icon-size, 8px); font-size: 8px; font-size: var(--collapse-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded { transform: scale(0.5) rotate(90deg); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); } .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-collapse-disabled { border-color: #E6E7EB; border-color: var(--collapse-disabled-border-color, #E6E7EB); } .next-collapse-panel-disabled:not(:first-child) { border-color: #E6E7EB; border-color: var(--collapse-disabled-border-color, #E6E7EB); } .next-collapse-panel-disabled > .next-collapse-panel-title { cursor: not-allowed; color: #CCCCCC; color: var(--collapse-title-font-disabled-color, #CCCCCC); background: #F2F3F7; background: var(--collapse-title-disabled-bg-color, #F2F3F7); } .next-collapse-panel-disabled .next-collapse-panel-icon { color: #CCCCCC; color: var(--collapse-title-font-disabled-color, #CCCCCC); } .next-collapse-panel-disabled .next-collapse-panel-title:hover { font-weight: normal; font-weight: var(--collapse-title-font-weight, normal); } .next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon { color: #CCCCCC; color: var(--collapse-title-font-disabled-color, #CCCCCC); } .next-collapse-panel-disabled:hover { color: #CCCCCC; color: var(--collapse-title-font-disabled-color, #CCCCCC); background: #F2F3F7; background: var(--collapse-title-disabled-bg-color, #F2F3F7); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-range-picker-trigger-separator, .next-range-picker-panel-input-separator { cursor: default; display: inline-block; text-align: center; color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); width: 16px; width: var(--date-picker-input-separator-width, 16px); font-size: 12px; font-size: var(--font-size-caption, 12px); vertical-align: middle; } .next-date-picker, .next-month-picker, .next-year-picker, .next-week-picker { display: inline-block; width: 200px; width: var(--s-50, 200px); } .next-date-picker-input, .next-month-picker-input, .next-year-picker-input, .next-week-picker-input { width: 100%; } .next-date-picker-body, .next-month-picker-body, .next-year-picker-body, .next-week-picker-body { width: 288px; width: calc(var(--s-18, 72px)*4); } .next-date-picker-panel-input.next-input, .next-month-picker-panel-input.next-input, .next-year-picker-panel-input.next-input, .next-week-picker-panel-input.next-input { width: 100%; background: transparent; } .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input { width: 49%; } .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child { margin-right: 2%; } .next-range-picker { display: inline-block; width: 336px; width: calc(var(--s-28, 112px)*3); } .next-range-picker-input { width: 100%; } .next-range-picker-trigger { border: 1px solid #C4C6CF; border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF); background-color: #FFFFFF; background-color: var(--input-bg-color, #FFFFFF); } .next-range-picker-trigger:hover { border-color: #A0A2AD; border-color: var(--input-hover-border-color, #A0A2AD); background-color: #FFFFFF; background-color: var(--input-hover-bg-color, #FFFFFF); } .next-range-picker-trigger.next-error { border-color: #FF3000; border-color: var(--input-feedback-error-border-color, #FF3000); } .next-range-picker-trigger-input.next-input { height: auto; width: calc(50% - 8px); width: calc(50% - var(--date-picker-input-separator-width, 16px)/2); } .next-range-picker.next-disabled .next-range-picker-trigger { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); cursor: not-allowed; } .next-range-picker.next-disabled .next-range-picker-trigger:hover { border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); } .next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input { border-radius: 3px; border-radius: var(--form-element-large-corner, 3px); } .next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input { border-radius: 3px; border-radius: var(--form-element-medium-corner, 3px); } .next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input { border-radius: 3px; border-radius: var(--form-element-small-corner, 3px); } .next-range-picker-body { width: 600px; width: calc(var(--s-30, 120px)*5); } .next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input { width: calc(50% - 8px); width: calc(50% - var(--date-picker-input-separator-width, 16px)/2); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time { width: calc(25% - 8px); width: calc(25% - var(--date-picker-input-separator-width, 16px)/4 - var(--s-4, 16px)/4); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date { margin-right: 8px; margin-right: var(--s-2, 8px); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time { margin-left: 8px; margin-left: var(--s-2, 8px); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { width: 50%; float: left; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start { border-right: 1px solid #DCDEE3; border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { border-left: 1px solid #DCDEE3; border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); } .next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer { text-align: left; } .next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) { margin-right: 0; margin-left: 16px; margin-left: var(--s-4, 16px); } .next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child { margin-left: 2%; margin-right: 0; } .next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu { float: right; } .next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) { border-right: none; border-left: 1px solid #C4C6CF; border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C4C6CF); } .next-range-picker-body[dir="rtl"] .next-range-picker-panel-input { text-align: right; } .next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer { text-align: left; } .next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) { margin-right: 0; margin-left: 16px; margin-left: var(--s-4, 16px); } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-start-date { margin-right: 0; margin-left: 8px; margin-left: var(--s-2, 8px); } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-end-time { margin-left: 0; margin-right: 8px; margin-right: var(--s-2, 8px); } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end { float: right; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start { border-right: none; border-left: 1px solid #DCDEE3; border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end { border-left: none; border-right: 1px solid #DCDEE3; border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu { float: right; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) { border-right: none; border-left: 1px solid #C4C6CF; border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C4C6CF); } .next-date-picker, .next-range-picker, .next-month-picker, .next-year-picker, .next-week-picker { box-sizing: border-box; } .next-date-picker *, .next-date-picker *:before, .next-date-picker *:after, .next-range-picker *, .next-range-picker *:before, .next-range-picker *:after, .next-month-picker *, .next-month-picker *:before, .next-month-picker *:after, .next-year-picker *, .next-year-picker *:before, .next-year-picker *:after, .next-week-picker *, .next-week-picker *:before, .next-week-picker *:after { box-sizing: border-box; } .next-date-picker-body, .next-range-picker-body, .next-month-picker-body, .next-year-picker-body, .next-week-picker-body { border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--popup-local-corner, 3px); box-shadow: none; box-shadow: var(--popup-local-shadow, none); background: #FFFFFF; background: var(--date-picker-panel-background, #FFFFFF); } .next-date-picker-panel-header, .next-range-picker-panel-header, .next-month-picker-panel-header, .next-year-picker-panel-header, .next-week-picker-panel-header { padding: 6px; text-align: center; } .next-date-picker-panel-time, .next-range-picker-panel-time, .next-month-picker-panel-time, .next-year-picker-panel-time, .next-week-picker-panel-time { border-top: 1px solid #DCDEE3; border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); } .next-date-picker-panel-footer, .next-range-picker-panel-footer, .next-month-picker-panel-footer, .next-year-picker-panel-footer, .next-week-picker-panel-footer { text-align: right; padding: 8px 20px; padding: var(--date-picker-panel-footer-padding-tb, 8px) var(--date-picker-panel-footer-padding-lr, 20px); border-top: 1px solid #DCDEE3; border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); } .next-date-picker-panel-footer > .next-btn:not(:last-child), .next-date-picker-panel-tools > .next-btn:not(:last-child), .next-range-picker-panel-footer > .next-btn:not(:last-child), .next-range-picker-panel-tools > .next-btn:not(:last-child), .next-month-picker-panel-footer > .next-btn:not(:last-child), .next-month-picker-panel-tools > .next-btn:not(:last-child), .next-year-picker-panel-footer > .next-btn:not(:last-child), .next-year-picker-panel-tools > .next-btn:not(:last-child), .next-week-picker-panel-footer > .next-btn:not(:last-child), .next-week-picker-panel-tools > .next-btn:not(:last-child) { margin-right: 16px; margin-right: var(--s-4, 16px); } .next-date-picker-panel-tools, .next-range-picker-panel-tools, .next-month-picker-panel-tools, .next-year-picker-panel-tools, .next-week-picker-panel-tools { float: left; } .next-date-picker .next-calendar-panel-header, .next-range-picker .next-calendar-panel-header, .next-month-picker .next-calendar-panel-header, .next-year-picker .next-calendar-panel-header, .next-week-picker .next-calendar-panel-header { margin-left: -1px; margin-left: calc(0px - var(--popup-local-border-width, 1px)); margin-right: -1px; margin-right: calc(0px - var(--popup-local-border-width, 1px)); } .next-date-picker .next-input input, .next-range-picker .next-input input, .next-month-picker .next-input input, .next-year-picker .next-input input, .next-week-picker .next-input input { vertical-align: baseline; } .next-date-picker-symbol-calendar-icon::before, .next-range-picker-symbol-calendar-icon::before, .next-month-picker-symbol-calendar-icon::before, .next-year-picker-symbol-calendar-icon::before, .next-week-picker-symbol-calendar-icon::before { content: "\E607"; content: var(--date-picker-calendar-icon, "\E607"); } .next-range-picker-panel-body .next-calendar { display: inline-block; width: 50%; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-dialog[dir=rtl] { text-align: right; } .next-dialog[dir=rtl] .next-dialog-footer.next-align-left { text-align: right; } .next-dialog[dir=rtl] .next-dialog-footer.next-align-center { text-align: center; } .next-dialog[dir=rtl] .next-dialog-footer.next-align-right { text-align: left; } .next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn { margin-right: 4px; margin-right: var(--s-1, 4px); margin-left: 0; } .next-dialog[dir=rtl] .next-dialog-close { left: 12px; left: var(--dialog-close-right, 12px); right: auto; } .next-dialog { box-sizing: border-box; position: fixed; z-index: 1001; background: #FFFFFF; background: var(--dialog-bg, #FFFFFF); border: 1px solid #DCDEE3; border: var(--dialog-border-width, 1px) var(--dialog-border-style, solid) var(--dialog-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--dialog-corner, 3px); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--dialog-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); text-align: left; overflow: hidden; max-width: 90%; /* 让用户自己设置 */ /* &.next-closeable &-header, */ /* &.next-closeable &-body, { */ /* padding-right: $dialog-part-padding-right-closeable; */ /* } */ } .next-dialog *, .next-dialog *:before, .next-dialog *:after { box-sizing: border-box; } .next-dialog-header { padding: 12px 20px 12px 20px; padding: var(--dialog-title-padding-top, 12px) var(--dialog-title-padding-left-right, 20px) var(--dialog-title-padding-bottom, 12px) var(--dialog-title-padding-left-right, 20px); border-bottom: 0px solid transparent; border-bottom: var(--dialog-title-border-width, 0px) var(--line-solid, solid) var(--dialog-title-border-color, transparent); font-size: 16px; font-size: var(--dialog-title-font-size, 16px); background: transparent; background: var(--dialog-title-bg-color, transparent); color: #333333; color: var(--dialog-title-color, #333333); } .next-dialog-body { padding: 20px 20px 20px 20px; padding: var(--dialog-content-padding-top, 20px) var(--dialog-content-padding-left-right, 20px) var(--dialog-content-padding-bottom, 20px) var(--dialog-content-padding-left-right, 20px); font-size: 12px; font-size: var(--dialog-content-font-size, 12px); color: #666666; color: var(--dialog-content-color, #666666); } .next-dialog-footer { padding: 12px 20px 12px 20px; padding: var(--dialog-footer-padding-top, 12px) var(--dialog-footer-padding-left-right, 20px) var(--dialog-footer-padding-bottom, 12px) var(--dialog-footer-padding-left-right, 20px); border-top: 0px solid transparent; border-top: var(--dialog-footer-border-width, 0px) var(--line-solid, solid) var(--dialog-footer-border-color, transparent); background: transparent; background: var(--dialog-footer-bg-color, transparent); } .next-dialog-footer.next-align-left { text-align: left; } .next-dialog-footer.next-align-center { text-align: center; } .next-dialog-footer.next-align-right { text-align: right; } .next-dialog-footer-fixed-height { position: absolute; width: 100%; bottom: 0; } .next-dialog-btn + .next-dialog-btn { margin-left: 4px; margin-left: var(--dialog-footer-button-spacing, 4px); } .next-dialog-close { position: absolute; top: 12px; top: var(--dialog-close-top, 12px); right: 12px; right: var(--dialog-close-right, 12px); width: 16px; width: var(--dialog-close-width, 16px); height: 16px; height: var(--dialog-close-width, 16px); color: #999999; color: var(--dialog-close-color, #999999); cursor: pointer; } .next-dialog-close:link, .next-dialog-close:visited { height: 16px; height: var(--dialog-close-width, 16px); color: #999999; color: var(--dialog-close-color, #999999); } .next-dialog-close:hover { background: transparent; background: var(--dialog-close-bg-hovered, transparent); color: #333333; color: var(--dialog-close-color-hovered, #333333); } .next-dialog-close .next-dialog-close-icon.next-icon { position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-top: calc(0px - var(--dialog-close-size, 12px)/2); margin-left: -6px; margin-left: calc(0px - var(--dialog-close-size, 12px)/2); width: 12px; width: var(--dialog-close-size, 12px); height: 12px; height: var(--dialog-close-size, 12px); line-height: 1em; } .next-dialog-close .next-dialog-close-icon.next-icon:before { width: 12px; width: var(--dialog-close-size, 12px); height: 12px; height: var(--dialog-close-size, 12px); font-size: 12px; font-size: var(--dialog-close-size, 12px); line-height: 1em; } .next-dialog-container { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1001; padding: 40px; padding: var(--s-10, 40px); overflow: auto; text-align: center; box-sizing: border-box; } .next-dialog-container:before { display: inline-block; vertical-align: middle; width: 0; height: 100%; content: ''; } .next-dialog-container .next-dialog { display: inline-block; position: relative; vertical-align: middle; } .next-dialog-quick .next-dialog-body { padding: 20px 20px 20px 20px; padding: var(--dialog-message-content-padding-top, 20px) var(--dialog-message-content-padding-left-right, 20px) var(--dialog-message-content-padding-bottom, 20px) var(--dialog-message-content-padding-left-right, 20px); } .next-dialog .next-dialog-message.next-message { min-width: 300px; min-width: calc(var(--s-25, 100px)*3); padding: 0; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-drawer { box-sizing: border-box; position: fixed; z-index: 1001; background: #FFFFFF; background: var(--drawer-bg, #FFFFFF); border: 1px solid #DCDEE3; border: var(--drawer-border-width, 1px) var(--drawer-border-style, solid) var(--drawer-border-color, #DCDEE3); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--drawer-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); overflow: auto; animation-duration: 300ms; animation-duration: var(--motion-duration-standard, 300ms); animation-timing-function: ease-in-out; animation-timing-function: var(--motion-ease-in-out, ease-in-out); } .next-drawer *, .next-drawer *:before, .next-drawer *:after { box-sizing: border-box; } .next-drawer-right { height: 100%; max-width: 80%; width: 240px; } .next-drawer-left { height: 100%; max-width: 80%; width: 240px; } .next-drawer-top { width: 100%; } .next-drawer-bottom { width: 100%; } .next-drawer-header { padding: 12px 20px 12px 20px; padding: var(--drawer-title-padding-top, 12px) var(--drawer-title-padding-left-right, 20px) var(--drawer-title-padding-bottom, 12px) var(--drawer-title-padding-left-right, 20px); border-bottom: 1px solid #DCDEE3; border-bottom: var(--drawer-title-border-width, 1px) var(--line-solid, solid) var(--drawer-title-border-color, #DCDEE3); font-size: 16px; font-size: var(--drawer-title-font-size, 16px); background: #FFFFFF; background: var(--drawer-title-bg-color, #FFFFFF); color: #333333; color: var(--drawer-title-color, #333333); } .next-drawer-no-title { padding: 0; border-bottom: 0; } .next-drawer-body { padding: 20px 20px 20px 20px; padding: var(--drawer-content-padding-top, 20px) var(--drawer-content-padding-left-right, 20px) var(--drawer-content-padding-bottom, 20px) var(--drawer-content-padding-left-right, 20px); font-size: 12px; font-size: var(--drawer-content-font-size, 12px); color: #666666; color: var(--drawer-content-color, #666666); } .next-drawer-close { position: absolute; top: 12px; top: var(--drawer-close-top, 12px); right: 12px; right: var(--drawer-close-right, 12px); width: 16px; width: var(--drawer-close-width, 16px); height: 16px; height: var(--drawer-close-width, 16px); color: #999999; color: var(--drawer-close-color, #999999); cursor: pointer; } .next-drawer-close:link, .next-drawer-close:visited { height: 16px; height: var(--drawer-close-width, 16px); color: #999999; color: var(--drawer-close-color, #999999); } .next-drawer-close:hover { background: transparent; background: var(--drawer-close-bg-hovered, transparent); color: #333333; color: var(--drawer-close-color-hovered, #333333); } .next-drawer-close .next-drawer-close-icon.next-icon { position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-top: calc(0px - var(--drawer-close-size, 12px)/2); margin-left: -6px; margin-left: calc(0px - var(--drawer-close-size, 12px)/2); width: 12px; width: var(--drawer-close-size, 12px); height: 12px; height: var(--drawer-close-size, 12px); line-height: 1em; } .next-drawer-close .next-drawer-close-icon.next-icon:before { width: 12px; width: var(--drawer-close-size, 12px); height: 12px; height: var(--drawer-close-size, 12px); font-size: 12px; font-size: var(--drawer-close-size, 12px); line-height: 1em; } /* stylelint-disable-next-line */ .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-form { box-sizing: border-box; } .next-form *, .next-form *:before, .next-form *:after { box-sizing: border-box; } .next-form-preview.next-form-item.next-medium .next-form-item-label { font-size: 12px; font-size: var(--form-element-medium-preview-label-font-size, 12px); line-height: 28px; line-height: var(--form-element-medium-preview-height, 28px); } .next-form-preview.next-form-item.next-small .next-form-item-label { font-size: 12px; font-size: var(--form-element-small-preview-label-font-size, 12px); line-height: 20px; line-height: var(--form-element-small-preview-height, 20px); } .next-form-preview.next-form-item.next-large .next-form-item-label { font-size: 16px; font-size: var(--form-element-large-preview-label-font-size, 16px); line-height: 40px; line-height: var(--form-element-large-preview-height, 40px); } .next-form-responsive-grid .next-form-item-control { flex: 1; } .next-form-responsive-grid .next-form-item { margin-bottom: 0; } .next-form-responsive-grid .next-form-item.next-left { display: flex; } .next-form-responsive-grid.next-small .next-responsive-grid { gap: 16px; gap: var(--form-inline-s-item-margin-r, 16px); } .next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label { line-height: 1.4; margin-top: 4px; margin-top: calc(var(--form-element-small-height, 20px)/2 - var(--form-element-small-font-size, 12px)/2); margin-bottom: 4px; margin-bottom: calc(var(--form-element-small-height, 20px)/2 - var(--form-element-small-font-size, 12px)/2); } .next-form-responsive-grid.next-medium .next-responsive-grid { gap: 20px; gap: var(--form-inline-m-item-margin-r, 20px); } .next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label { line-height: 1.4; margin-top: 8px; margin-top: calc(var(--form-element-medium-height, 28px)/2 - var(--form-element-medium-font-size, 12px)/2); margin-bottom: 8px; margin-bottom: calc(var(--form-element-medium-height, 28px)/2 - var(--form-element-medium-font-size, 12px)/2); } .next-form-responsive-grid.next-large .next-responsive-grid { gap: 24px; gap: var(--form-inline-l-item-margin-r, 24px); } .next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label { line-height: 1.4; margin-top: 12px; margin-top: calc(var(--form-element-large-height, 40px)/2 - var(--form-element-large-font-size, 16px)/2); margin-bottom: 12px; margin-bottom: calc(var(--form-element-large-height, 40px)/2 - var(--form-element-large-font-size, 16px)/2); } .next-form-item { /* medium */ margin-bottom: 16px; margin-bottom: var(--form-item-m-margin-b, 16px); } .next-form-item.has-error > .next-form-item-control > .next-form-item-help { color: #FF3000; color: var(--form-error-color, #FF3000); } .next-form-item.has-warning > .next-form-item-control > .next-form-item-help { color: #FF9300; color: var(--form-warning-color, #FF9300); } .next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p { line-height: 28px; line-height: var(--form-element-medium-height, 28px); } .next-form-item .next-form-text-align, .next-form-item p { margin: 0; } .next-form-item .next-rating, .next-form-item .next-checkbox-wrapper, .next-form-item .next-checkbox-group, .next-form-item .next-radio-wrapper, .next-form-item .next-radio-group { line-height: 24px; line-height: calc(var(--form-element-medium-height, 28px) - 4px); } .next-form-item .next-form-preview { font-size: 12px; font-size: var(--form-element-medium-preview-font-size, 12px); line-height: 28px; line-height: var(--form-element-medium-preview-height, 28px); } .next-form-item .next-form-preview.next-input-textarea > p { font-size: 12px; font-size: var(--form-element-medium-preview-font-size, 12px); text-align: justify; min-height: 16.8px; min-height: calc(var(--form-element-medium-preview-font-size, 12px)*1.4); line-height: 1.4; margin-top: 5.6px; margin-top: calc(var(--form-element-medium-preview-height, 28px)/2 - var(--form-element-medium-preview-font-size, 12px)*1.4/2); } .next-form-item .next-form-item-label { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-form-item.next-large { margin-bottom: 20px; margin-bottom: var(--form-item-l-margin-b, 20px); } .next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p { line-height: 40px; line-height: var(--form-element-large-height, 40px); } .next-form-item.next-large .next-rating, .next-form-item.next-large .next-checkbox-wrapper, .next-form-item.next-large .next-checkbox-group, .next-form-item.next-large .next-radio-wrapper, .next-form-item.next-large .next-radio-group { line-height: 39px; line-height: calc(var(--form-element-large-height, 40px) - 1px); } .next-form-item.next-large .next-form-preview { font-size: 16px; font-size: var(--form-element-large-preview-font-size, 16px); line-height: 40px; line-height: var(--form-element-large-preview-height, 40px); } .next-form-item.next-large .next-form-preview.next-input-textarea > p { font-size: 16px; font-size: var(--form-element-large-preview-font-size, 16px); text-align: justify; min-height: 22.4px; min-height: calc(var(--form-element-large-preview-font-size, 16px)*1.4); line-height: 1.4; margin-top: 8.8px; margin-top: calc(var(--form-element-large-preview-height, 40px)/2 - var(--form-element-large-preview-font-size, 16px)*1.4/2); } .next-form-item.next-large .next-switch { margin-top: 7px; margin-top: calc(var(--form-element-large-height, 40px)/2 - 13px); } .next-form-item.next-large .next-form-item-label { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-form-item.next-small { margin-bottom: 12px; margin-bottom: var(--form-item-s-margin-b, 12px); } .next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p { line-height: 20px; line-height: var(--form-element-small-height, 20px); } .next-form-item.next-small .next-rating, .next-form-item.next-small .next-checkbox-wrapper, .next-form-item.next-small .next-checkbox-group, .next-form-item.next-small .next-radio-wrapper, .next-form-item.next-small .next-radio-group { line-height: 20px; line-height: var(--form-element-small-height, 20px); } .next-form-item.next-small .next-form-preview { font-size: 12px; font-size: var(--form-element-small-preview-font-size, 12px); line-height: 20px; line-height: var(--form-element-small-preview-height, 20px); } .next-form-item.next-small .next-form-preview.next-input-textarea > p { font-size: 12px; font-size: var(--form-element-small-preview-font-size, 12px); text-align: justify; min-height: 16.8px; min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4); line-height: 1.4; margin-top: 1.6px; margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2); } .next-form-item.next-small .next-form-item-label { font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-form-item.next-top > .next-form-item-label { margin-bottom: 2px; margin-bottom: var(--form-top-label-margin-b, 2px); } .next-form-item.next-inset .next-form-item-label { padding-right: 0; padding-left: 0; line-height: inherit; } .next-form-item-control .next-form-text-align { margin: 0; } .next-form-item-control > .next-input-group, .next-form-item-control > .next-input { width: 100%; } .next-form-item-fullwidth .next-form-item-control > .next-input-group, .next-form-item-fullwidth .next-form-item-control > .next-input, .next-form-item-fullwidth .next-form-item-control > .next-select, .next-form-item-fullwidth .next-form-item-control > .next-date-picker, .next-form-item-fullwidth .next-form-item-control > .next-month-picker, .next-form-item-fullwidth .next-form-item-control > .next-year-picker, .next-form-item-fullwidth .next-form-item-control > .next-range-picker, .next-form-item-fullwidth .next-form-item-control > .next-time-picker { width: 100%; } .next-form-item-label { display: inline-block; vertical-align: top; color: #666666; color: var(--form-label-color, #666666); text-align: right; padding-right: 12px; padding-right: var(--form-label-padding-r, 12px); } .next-form-item-label label[required]:before { margin-right: 4px; content: "*"; color: #FF3000; color: var(--form-error-color, #FF3000); } .next-form-item-label.has-colon label::after { content: ":"; position: relative; top: -.5px; margin: 0 0 0 2px; } .next-form-item-label.next-left { text-align: left; } .next-form-item-label.next-left > label[required]::before { display: none; } .next-form-item-label.next-left > label[required]::after { margin-left: 4px; content: "*"; color: #FF3000; color: var(--form-error-color, #FF3000); } .next-form-item-help { margin-top: 4px; margin-top: var(--form-help-margin-top, 4px); font-size: 12px; font-size: var(--form-help-font-size, 12px); line-height: 1.5; line-height: var(--font-lineheight-2, 1.5); color: #999999; color: var(--form-help-color, #999999); } .next-form.next-inline .next-form-item { display: inline-block; vertical-align: top; /* label on left */ } .next-form.next-inline .next-form-item.next-left .next-form-item-control { display: inline-block; vertical-align: top; line-height: 0; } .next-form.next-inline .next-form-item:not(:last-child) { margin-right: 20px; margin-right: var(--form-inline-m-item-margin-r, 20px); } .next-form.next-inline .next-form-item.next-large:not(:last-child) { margin-right: 24px; margin-right: var(--form-inline-l-item-margin-r, 24px); } .next-form.next-inline .next-form-item.next-small:not(:last-child) { margin-right: 16px; margin-right: var(--form-inline-s-item-margin-r, 16px); } @media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) { .next-form-item.next-left > .next-form-item-label { display: table-cell; } .next-form.next-inline .next-form-item.next-left .next-form-item-control { display: table-cell; } } .next-form[dir="rtl"] .next-form-item-label { text-align: left; padding-left: 12px; padding-left: var(--form-label-padding-r, 12px); padding-right: 0; } .next-form[dir="rtl"].next-inline .next-form-item:not(:last-child) { margin-left: 20px; margin-left: var(--form-inline-m-item-margin-r, 20px); margin-right: 0; } .next-form[dir="rtl"].next-inline .next-form-item.next-large:not(:last-child) { margin-left: 24px; margin-left: var(--form-inline-l-item-margin-r, 24px); margin-right: 0; } .next-form[dir="rtl"].next-inline .next-form-item.next-small:not(:last-child) { margin-left: 16px; margin-left: var(--form-inline-s-item-margin-r, 16px); margin-right: 0; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } /* Grid System */ /* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */ /* 栅格系统, 根据不同的屏幕尺寸情况,调整这些区块的排版,将页面划分为若干等宽的列,然后推荐通过等宽列来创建响应式的页面区块。另外,屏幕宽度较大的时候,区块倾向于水平分布,而屏幕宽度较小的时候,区块倾向于竖直堆叠。 */ /* ------------------------------- */ .next-row { box-sizing: border-box; display: flex; } .next-row *, .next-row *:before, .next-row *:after { box-sizing: border-box; } .next-row.next-row-wrap { flex-wrap: wrap; } @media (min-width: 320px) { .next-row.next-row-fixed { width: 320px; } } @media (min-width: 480px) { .next-row.next-row-fixed { width: 480px; } } @media (min-width: 720px) { .next-row.next-row-fixed { width: 720px; } } @media (min-width: 990px) { .next-row.next-row-fixed { width: 990px; } } @media (min-width: 1200px) { .next-row.next-row-fixed { width: 1200px; } } @media (min-width: 1500px) { .next-row.next-row-fixed { width: 1500px; } } .next-row.next-row-fixed-xxs { width: 320px; } .next-row.next-row-fixed-xs { width: 480px; } .next-row.next-row-fixed-s { width: 720px; } .next-row.next-row-fixed-m { width: 990px; } .next-row.next-row-fixed-l { width: 1200px; } .next-row.next-row-fixed-xl { width: 1500px; } .next-row.next-row-justify-start { justify-content: flex-start; } .next-row.next-row-justify-end { justify-content: flex-end; } .next-row.next-row-justify-center { justify-content: center; } .next-row.next-row-justify-space-between { justify-content: space-between; } .next-row.next-row-justify-space-around { justify-content: space-around; } .next-row.next-row-align-top { align-items: flex-start; } .next-row.next-row-align-bottom { align-items: flex-end; } .next-row.next-row-align-center { align-items: center; } .next-row.next-row-align-baseline { align-items: baseline; } .next-row.next-row-align-stretch { align-items: stretch; } .next-col { flex: 1; } .next-col.next-col-top { align-self: flex-start; } .next-col.next-col-bottom { align-self: flex-end; } .next-col.next-col-center { align-self: center; } /* IE9 pack */ @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) { .next-row { display: table; width: 100%; } .next-col { display: table-cell; vertical-align: top; } } .next-col-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } @media (min-width: 320px) { .next-col-xxs-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-xxs-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-xxs-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-xxs-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-xxs-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-xxs-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-xxs-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-xxs-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-xxs-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-xxs-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-xxs-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-xxs-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-xxs-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-xxs-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-xxs-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-xxs-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-xxs-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-xxs-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-xxs-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-xxs-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-xxs-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-xxs-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-xxs-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-xxs-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 480px) { .next-col-xs-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-xs-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-xs-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-xs-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-xs-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-xs-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-xs-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-xs-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-xs-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-xs-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-xs-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-xs-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-xs-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-xs-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-xs-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-xs-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-xs-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-xs-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-xs-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-xs-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-xs-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-xs-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-xs-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-xs-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 720px) { .next-col-s-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-s-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-s-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-s-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-s-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-s-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-s-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-s-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-s-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-s-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-s-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-s-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-s-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-s-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-s-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-s-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-s-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-s-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-s-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-s-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-s-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-s-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-s-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-s-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 990px) { .next-col-m-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-m-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-m-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-m-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-m-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-m-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-m-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-m-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-m-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-m-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-m-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-m-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-m-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-m-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-m-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-m-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-m-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-m-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-m-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-m-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-m-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-m-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-m-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-m-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1200px) { .next-col-l-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-l-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-l-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-l-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-l-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-l-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-l-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-l-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-l-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-l-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-l-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-l-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-l-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-l-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-l-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-l-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-l-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-l-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-l-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-l-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-l-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-l-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-l-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-l-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1500px) { .next-col-xl-1 { flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-xl-2 { flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-xl-3 { flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-xl-4 { flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-xl-5 { flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-xl-6 { flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-xl-7 { flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-xl-8 { flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-xl-9 { flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-xl-10 { flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-xl-11 { flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-xl-12 { flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-xl-13 { flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-xl-14 { flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-xl-15 { flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-xl-16 { flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-xl-17 { flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-xl-18 { flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-xl-19 { flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-xl-20 { flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-xl-21 { flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-xl-22 { flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-xl-23 { flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-xl-24 { flex: 0 0 100%; width: 100%; max-width: 100%; } } .next-col-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } @media (min-width: 320px) { .next-col-xxs-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-xxs-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-xxs-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-xxs-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-xxs-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 480px) { .next-col-xs-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-xs-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-xs-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-xs-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-xs-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 720px) { .next-col-s-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-s-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-s-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-s-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-s-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 990px) { .next-col-m-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-m-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-m-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-m-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-m-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1200px) { .next-col-l-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-l-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-l-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-l-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-l-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1500px) { .next-col-xl-1p5 { flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-xl-2p5 { flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-xl-3p5 { flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-xl-4p5 { flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-xl-5p5 { flex: 0 0 100%; width: 100%; max-width: 100%; } } .next-col-fixed-1 { flex: 0 0 20px; width: 20px; max-width: 20px; } .next-col-fixed-2 { flex: 0 0 40px; width: 40px; max-width: 40px; } .next-col-fixed-3 { flex: 0 0 60px; width: 60px; max-width: 60px; } .next-col-fixed-4 { flex: 0 0 80px; width: 80px; max-width: 80px; } .next-col-fixed-5 { flex: 0 0 100px; width: 100px; max-width: 100px; } .next-col-fixed-6 { flex: 0 0 120px; width: 120px; max-width: 120px; } .next-col-fixed-7 { flex: 0 0 140px; width: 140px; max-width: 140px; } .next-col-fixed-8 { flex: 0 0 160px; width: 160px; max-width: 160px; } .next-col-fixed-9 { flex: 0 0 180px; width: 180px; max-width: 180px; } .next-col-fixed-10 { flex: 0 0 200px; width: 200px; max-width: 200px; } .next-col-fixed-11 { flex: 0 0 220px; width: 220px; max-width: 220px; } .next-col-fixed-12 { flex: 0 0 240px; width: 240px; max-width: 240px; } .next-col-fixed-13 { flex: 0 0 260px; width: 260px; max-width: 260px; } .next-col-fixed-14 { flex: 0 0 280px; width: 280px; max-width: 280px; } .next-col-fixed-15 { flex: 0 0 300px; width: 300px; max-width: 300px; } .next-col-fixed-16 { flex: 0 0 320px; width: 320px; max-width: 320px; } .next-col-fixed-17 { flex: 0 0 340px; width: 340px; max-width: 340px; } .next-col-fixed-18 { flex: 0 0 360px; width: 360px; max-width: 360px; } .next-col-fixed-19 { flex: 0 0 380px; width: 380px; max-width: 380px; } .next-col-fixed-20 { flex: 0 0 400px; width: 400px; max-width: 400px; } .next-col-fixed-21 { flex: 0 0 420px; width: 420px; max-width: 420px; } .next-col-fixed-22 { flex: 0 0 440px; width: 440px; max-width: 440px; } .next-col-fixed-23 { flex: 0 0 460px; width: 460px; max-width: 460px; } .next-col-fixed-24 { flex: 0 0 480px; width: 480px; max-width: 480px; } .next-col-fixed-25 { flex: 0 0 500px; width: 500px; max-width: 500px; } .next-col-fixed-26 { flex: 0 0 520px; width: 520px; max-width: 520px; } .next-col-fixed-27 { flex: 0 0 540px; width: 540px; max-width: 540px; } .next-col-fixed-28 { flex: 0 0 560px; width: 560px; max-width: 560px; } .next-col-fixed-29 { flex: 0 0 580px; width: 580px; max-width: 580px; } .next-col-fixed-30 { flex: 0 0 600px; width: 600px; max-width: 600px; } .next-col-offset-1 { margin-left: 4.16667%; } .next-col-offset-2 { margin-left: 8.33333%; } .next-col-offset-3 { margin-left: 12.5%; } .next-col-offset-4 { margin-left: 16.66667%; } .next-col-offset-5 { margin-left: 20.83333%; } .next-col-offset-6 { margin-left: 25%; } .next-col-offset-7 { margin-left: 29.16667%; } .next-col-offset-8 { margin-left: 33.33333%; } .next-col-offset-9 { margin-left: 37.5%; } .next-col-offset-10 { margin-left: 41.66667%; } .next-col-offset-11 { margin-left: 45.83333%; } .next-col-offset-12 { margin-left: 50%; } .next-col-offset-13 { margin-left: 54.16667%; } .next-col-offset-14 { margin-left: 58.33333%; } .next-col-offset-15 { margin-left: 62.5%; } .next-col-offset-16 { margin-left: 66.66667%; } .next-col-offset-17 { margin-left: 70.83333%; } .next-col-offset-18 { margin-left: 75%; } .next-col-offset-19 { margin-left: 79.16667%; } .next-col-offset-20 { margin-left: 83.33333%; } .next-col-offset-21 { margin-left: 87.5%; } .next-col-offset-22 { margin-left: 91.66667%; } .next-col-offset-23 { margin-left: 95.83333%; } .next-col-offset-24 { margin-left: 100%; } @media (min-width: 320px) { .next-col-xxs-offset-1 { margin-left: 4.16667%; } .next-col-xxs-offset-2 { margin-left: 8.33333%; } .next-col-xxs-offset-3 { margin-left: 12.5%; } .next-col-xxs-offset-4 { margin-left: 16.66667%; } .next-col-xxs-offset-5 { margin-left: 20.83333%; } .next-col-xxs-offset-6 { margin-left: 25%; } .next-col-xxs-offset-7 { margin-left: 29.16667%; } .next-col-xxs-offset-8 { margin-left: 33.33333%; } .next-col-xxs-offset-9 { margin-left: 37.5%; } .next-col-xxs-offset-10 { margin-left: 41.66667%; } .next-col-xxs-offset-11 { margin-left: 45.83333%; } .next-col-xxs-offset-12 { margin-left: 50%; } .next-col-xxs-offset-13 { margin-left: 54.16667%; } .next-col-xxs-offset-14 { margin-left: 58.33333%; } .next-col-xxs-offset-15 { margin-left: 62.5%; } .next-col-xxs-offset-16 { margin-left: 66.66667%; } .next-col-xxs-offset-17 { margin-left: 70.83333%; } .next-col-xxs-offset-18 { margin-left: 75%; } .next-col-xxs-offset-19 { margin-left: 79.16667%; } .next-col-xxs-offset-20 { margin-left: 83.33333%; } .next-col-xxs-offset-21 { margin-left: 87.5%; } .next-col-xxs-offset-22 { margin-left: 91.66667%; } .next-col-xxs-offset-23 { margin-left: 95.83333%; } .next-col-xxs-offset-24 { margin-left: 100%; } } @media (min-width: 480px) { .next-col-xs-offset-1 { margin-left: 4.16667%; } .next-col-xs-offset-2 { margin-left: 8.33333%; } .next-col-xs-offset-3 { margin-left: 12.5%; } .next-col-xs-offset-4 { margin-left: 16.66667%; } .next-col-xs-offset-5 { margin-left: 20.83333%; } .next-col-xs-offset-6 { margin-left: 25%; } .next-col-xs-offset-7 { margin-left: 29.16667%; } .next-col-xs-offset-8 { margin-left: 33.33333%; } .next-col-xs-offset-9 { margin-left: 37.5%; } .next-col-xs-offset-10 { margin-left: 41.66667%; } .next-col-xs-offset-11 { margin-left: 45.83333%; } .next-col-xs-offset-12 { margin-left: 50%; } .next-col-xs-offset-13 { margin-left: 54.16667%; } .next-col-xs-offset-14 { margin-left: 58.33333%; } .next-col-xs-offset-15 { margin-left: 62.5%; } .next-col-xs-offset-16 { margin-left: 66.66667%; } .next-col-xs-offset-17 { margin-left: 70.83333%; } .next-col-xs-offset-18 { margin-left: 75%; } .next-col-xs-offset-19 { margin-left: 79.16667%; } .next-col-xs-offset-20 { margin-left: 83.33333%; } .next-col-xs-offset-21 { margin-left: 87.5%; } .next-col-xs-offset-22 { margin-left: 91.66667%; } .next-col-xs-offset-23 { margin-left: 95.83333%; } .next-col-xs-offset-24 { margin-left: 100%; } } @media (min-width: 720px) { .next-col-s-offset-1 { margin-left: 4.16667%; } .next-col-s-offset-2 { margin-left: 8.33333%; } .next-col-s-offset-3 { margin-left: 12.5%; } .next-col-s-offset-4 { margin-left: 16.66667%; } .next-col-s-offset-5 { margin-left: 20.83333%; } .next-col-s-offset-6 { margin-left: 25%; } .next-col-s-offset-7 { margin-left: 29.16667%; } .next-col-s-offset-8 { margin-left: 33.33333%; } .next-col-s-offset-9 { margin-left: 37.5%; } .next-col-s-offset-10 { margin-left: 41.66667%; } .next-col-s-offset-11 { margin-left: 45.83333%; } .next-col-s-offset-12 { margin-left: 50%; } .next-col-s-offset-13 { margin-left: 54.16667%; } .next-col-s-offset-14 { margin-left: 58.33333%; } .next-col-s-offset-15 { margin-left: 62.5%; } .next-col-s-offset-16 { margin-left: 66.66667%; } .next-col-s-offset-17 { margin-left: 70.83333%; } .next-col-s-offset-18 { margin-left: 75%; } .next-col-s-offset-19 { margin-left: 79.16667%; } .next-col-s-offset-20 { margin-left: 83.33333%; } .next-col-s-offset-21 { margin-left: 87.5%; } .next-col-s-offset-22 { margin-left: 91.66667%; } .next-col-s-offset-23 { margin-left: 95.83333%; } .next-col-s-offset-24 { margin-left: 100%; } } @media (min-width: 990px) { .next-col-m-offset-1 { margin-left: 4.16667%; } .next-col-m-offset-2 { margin-left: 8.33333%; } .next-col-m-offset-3 { margin-left: 12.5%; } .next-col-m-offset-4 { margin-left: 16.66667%; } .next-col-m-offset-5 { margin-left: 20.83333%; } .next-col-m-offset-6 { margin-left: 25%; } .next-col-m-offset-7 { margin-left: 29.16667%; } .next-col-m-offset-8 { margin-left: 33.33333%; } .next-col-m-offset-9 { margin-left: 37.5%; } .next-col-m-offset-10 { margin-left: 41.66667%; } .next-col-m-offset-11 { margin-left: 45.83333%; } .next-col-m-offset-12 { margin-left: 50%; } .next-col-m-offset-13 { margin-left: 54.16667%; } .next-col-m-offset-14 { margin-left: 58.33333%; } .next-col-m-offset-15 { margin-left: 62.5%; } .next-col-m-offset-16 { margin-left: 66.66667%; } .next-col-m-offset-17 { margin-left: 70.83333%; } .next-col-m-offset-18 { margin-left: 75%; } .next-col-m-offset-19 { margin-left: 79.16667%; } .next-col-m-offset-20 { margin-left: 83.33333%; } .next-col-m-offset-21 { margin-left: 87.5%; } .next-col-m-offset-22 { margin-left: 91.66667%; } .next-col-m-offset-23 { margin-left: 95.83333%; } .next-col-m-offset-24 { margin-left: 100%; } } @media (min-width: 1200px) { .next-col-l-offset-1 { margin-left: 4.16667%; } .next-col-l-offset-2 { margin-left: 8.33333%; } .next-col-l-offset-3 { margin-left: 12.5%; } .next-col-l-offset-4 { margin-left: 16.66667%; } .next-col-l-offset-5 { margin-left: 20.83333%; } .next-col-l-offset-6 { margin-left: 25%; } .next-col-l-offset-7 { margin-left: 29.16667%; } .next-col-l-offset-8 { margin-left: 33.33333%; } .next-col-l-offset-9 { margin-left: 37.5%; } .next-col-l-offset-10 { margin-left: 41.66667%; } .next-col-l-offset-11 { margin-left: 45.83333%; } .next-col-l-offset-12 { margin-left: 50%; } .next-col-l-offset-13 { margin-left: 54.16667%; } .next-col-l-offset-14 { margin-left: 58.33333%; } .next-col-l-offset-15 { margin-left: 62.5%; } .next-col-l-offset-16 { margin-left: 66.66667%; } .next-col-l-offset-17 { margin-left: 70.83333%; } .next-col-l-offset-18 { margin-left: 75%; } .next-col-l-offset-19 { margin-left: 79.16667%; } .next-col-l-offset-20 { margin-left: 83.33333%; } .next-col-l-offset-21 { margin-left: 87.5%; } .next-col-l-offset-22 { margin-left: 91.66667%; } .next-col-l-offset-23 { margin-left: 95.83333%; } .next-col-l-offset-24 { margin-left: 100%; } } @media (min-width: 1500px) { .next-col-xl-offset-1 { margin-left: 4.16667%; } .next-col-xl-offset-2 { margin-left: 8.33333%; } .next-col-xl-offset-3 { margin-left: 12.5%; } .next-col-xl-offset-4 { margin-left: 16.66667%; } .next-col-xl-offset-5 { margin-left: 20.83333%; } .next-col-xl-offset-6 { margin-left: 25%; } .next-col-xl-offset-7 { margin-left: 29.16667%; } .next-col-xl-offset-8 { margin-left: 33.33333%; } .next-col-xl-offset-9 { margin-left: 37.5%; } .next-col-xl-offset-10 { margin-left: 41.66667%; } .next-col-xl-offset-11 { margin-left: 45.83333%; } .next-col-xl-offset-12 { margin-left: 50%; } .next-col-xl-offset-13 { margin-left: 54.16667%; } .next-col-xl-offset-14 { margin-left: 58.33333%; } .next-col-xl-offset-15 { margin-left: 62.5%; } .next-col-xl-offset-16 { margin-left: 66.66667%; } .next-col-xl-offset-17 { margin-left: 70.83333%; } .next-col-xl-offset-18 { margin-left: 75%; } .next-col-xl-offset-19 { margin-left: 79.16667%; } .next-col-xl-offset-20 { margin-left: 83.33333%; } .next-col-xl-offset-21 { margin-left: 87.5%; } .next-col-xl-offset-22 { margin-left: 91.66667%; } .next-col-xl-offset-23 { margin-left: 95.83333%; } .next-col-xl-offset-24 { margin-left: 100%; } } .next-col-offset-fixed-1 { margin-left: 20px; } .next-col-offset-fixed-2 { margin-left: 40px; } .next-col-offset-fixed-3 { margin-left: 60px; } .next-col-offset-fixed-4 { margin-left: 80px; } .next-col-offset-fixed-5 { margin-left: 100px; } .next-col-offset-fixed-6 { margin-left: 120px; } .next-col-offset-fixed-7 { margin-left: 140px; } .next-col-offset-fixed-8 { margin-left: 160px; } .next-col-offset-fixed-9 { margin-left: 180px; } .next-col-offset-fixed-10 { margin-left: 200px; } .next-col-offset-fixed-11 { margin-left: 220px; } .next-col-offset-fixed-12 { margin-left: 240px; } .next-col-offset-fixed-13 { margin-left: 260px; } .next-col-offset-fixed-14 { margin-left: 280px; } .next-col-offset-fixed-15 { margin-left: 300px; } .next-col-offset-fixed-16 { margin-left: 320px; } .next-col-offset-fixed-17 { margin-left: 340px; } .next-col-offset-fixed-18 { margin-left: 360px; } .next-col-offset-fixed-19 { margin-left: 380px; } .next-col-offset-fixed-20 { margin-left: 400px; } .next-col-offset-fixed-21 { margin-left: 420px; } .next-col-offset-fixed-22 { margin-left: 440px; } .next-col-offset-fixed-23 { margin-left: 460px; } .next-col-offset-fixed-24 { margin-left: 480px; } .next-col-offset-fixed-25 { margin-left: 500px; } .next-col-offset-fixed-26 { margin-left: 520px; } .next-col-offset-fixed-27 { margin-left: 540px; } .next-col-offset-fixed-28 { margin-left: 560px; } .next-col-offset-fixed-29 { margin-left: 580px; } .next-col-offset-fixed-30 { margin-left: 600px; } .next-col-offset-fixed-xxs-1 { margin-left: 20px; } .next-col-offset-fixed-xxs-2 { margin-left: 40px; } .next-col-offset-fixed-xxs-3 { margin-left: 60px; } .next-col-offset-fixed-xxs-4 { margin-left: 80px; } .next-col-offset-fixed-xxs-5 { margin-left: 100px; } .next-col-offset-fixed-xxs-6 { margin-left: 120px; } .next-col-offset-fixed-xxs-7 { margin-left: 140px; } .next-col-offset-fixed-xxs-8 { margin-left: 160px; } .next-col-offset-fixed-xxs-9 { margin-left: 180px; } .next-col-offset-fixed-xxs-10 { margin-left: 200px; } .next-col-offset-fixed-xxs-11 { margin-left: 220px; } .next-col-offset-fixed-xxs-12 { margin-left: 240px; } .next-col-offset-fixed-xxs-13 { margin-left: 260px; } .next-col-offset-fixed-xxs-14 { margin-left: 280px; } .next-col-offset-fixed-xxs-15 { margin-left: 300px; } .next-col-offset-fixed-xxs-16 { margin-left: 320px; } .next-col-offset-fixed-xxs-17 { margin-left: 340px; } .next-col-offset-fixed-xxs-18 { margin-left: 360px; } .next-col-offset-fixed-xxs-19 { margin-left: 380px; } .next-col-offset-fixed-xxs-20 { margin-left: 400px; } .next-col-offset-fixed-xxs-21 { margin-left: 420px; } .next-col-offset-fixed-xxs-22 { margin-left: 440px; } .next-col-offset-fixed-xxs-23 { margin-left: 460px; } .next-col-offset-fixed-xxs-24 { margin-left: 480px; } .next-col-offset-fixed-xxs-25 { margin-left: 500px; } .next-col-offset-fixed-xxs-26 { margin-left: 520px; } .next-col-offset-fixed-xxs-27 { margin-left: 540px; } .next-col-offset-fixed-xxs-28 { margin-left: 560px; } .next-col-offset-fixed-xxs-29 { margin-left: 580px; } .next-col-offset-fixed-xxs-30 { margin-left: 600px; } .next-col-offset-fixed-xs-1 { margin-left: 20px; } .next-col-offset-fixed-xs-2 { margin-left: 40px; } .next-col-offset-fixed-xs-3 { margin-left: 60px; } .next-col-offset-fixed-xs-4 { margin-left: 80px; } .next-col-offset-fixed-xs-5 { margin-left: 100px; } .next-col-offset-fixed-xs-6 { margin-left: 120px; } .next-col-offset-fixed-xs-7 { margin-left: 140px; } .next-col-offset-fixed-xs-8 { margin-left: 160px; } .next-col-offset-fixed-xs-9 { margin-left: 180px; } .next-col-offset-fixed-xs-10 { margin-left: 200px; } .next-col-offset-fixed-xs-11 { margin-left: 220px; } .next-col-offset-fixed-xs-12 { margin-left: 240px; } .next-col-offset-fixed-xs-13 { margin-left: 260px; } .next-col-offset-fixed-xs-14 { margin-left: 280px; } .next-col-offset-fixed-xs-15 { margin-left: 300px; } .next-col-offset-fixed-xs-16 { margin-left: 320px; } .next-col-offset-fixed-xs-17 { margin-left: 340px; } .next-col-offset-fixed-xs-18 { margin-left: 360px; } .next-col-offset-fixed-xs-19 { margin-left: 380px; } .next-col-offset-fixed-xs-20 { margin-left: 400px; } .next-col-offset-fixed-xs-21 { margin-left: 420px; } .next-col-offset-fixed-xs-22 { margin-left: 440px; } .next-col-offset-fixed-xs-23 { margin-left: 460px; } .next-col-offset-fixed-xs-24 { margin-left: 480px; } .next-col-offset-fixed-xs-25 { margin-left: 500px; } .next-col-offset-fixed-xs-26 { margin-left: 520px; } .next-col-offset-fixed-xs-27 { margin-left: 540px; } .next-col-offset-fixed-xs-28 { margin-left: 560px; } .next-col-offset-fixed-xs-29 { margin-left: 580px; } .next-col-offset-fixed-xs-30 { margin-left: 600px; } .next-col-offset-fixed-s-1 { margin-left: 20px; } .next-col-offset-fixed-s-2 { margin-left: 40px; } .next-col-offset-fixed-s-3 { margin-left: 60px; } .next-col-offset-fixed-s-4 { margin-left: 80px; } .next-col-offset-fixed-s-5 { margin-left: 100px; } .next-col-offset-fixed-s-6 { margin-left: 120px; } .next-col-offset-fixed-s-7 { margin-left: 140px; } .next-col-offset-fixed-s-8 { margin-left: 160px; } .next-col-offset-fixed-s-9 { margin-left: 180px; } .next-col-offset-fixed-s-10 { margin-left: 200px; } .next-col-offset-fixed-s-11 { margin-left: 220px; } .next-col-offset-fixed-s-12 { margin-left: 240px; } .next-col-offset-fixed-s-13 { margin-left: 260px; } .next-col-offset-fixed-s-14 { margin-left: 280px; } .next-col-offset-fixed-s-15 { margin-left: 300px; } .next-col-offset-fixed-s-16 { margin-left: 320px; } .next-col-offset-fixed-s-17 { margin-left: 340px; } .next-col-offset-fixed-s-18 { margin-left: 360px; } .next-col-offset-fixed-s-19 { margin-left: 380px; } .next-col-offset-fixed-s-20 { margin-left: 400px; } .next-col-offset-fixed-s-21 { margin-left: 420px; } .next-col-offset-fixed-s-22 { margin-left: 440px; } .next-col-offset-fixed-s-23 { margin-left: 460px; } .next-col-offset-fixed-s-24 { margin-left: 480px; } .next-col-offset-fixed-s-25 { margin-left: 500px; } .next-col-offset-fixed-s-26 { margin-left: 520px; } .next-col-offset-fixed-s-27 { margin-left: 540px; } .next-col-offset-fixed-s-28 { margin-left: 560px; } .next-col-offset-fixed-s-29 { margin-left: 580px; } .next-col-offset-fixed-s-30 { margin-left: 600px; } .next-col-offset-fixed-m-1 { margin-left: 20px; } .next-col-offset-fixed-m-2 { margin-left: 40px; } .next-col-offset-fixed-m-3 { margin-left: 60px; } .next-col-offset-fixed-m-4 { margin-left: 80px; } .next-col-offset-fixed-m-5 { margin-left: 100px; } .next-col-offset-fixed-m-6 { margin-left: 120px; } .next-col-offset-fixed-m-7 { margin-left: 140px; } .next-col-offset-fixed-m-8 { margin-left: 160px; } .next-col-offset-fixed-m-9 { margin-left: 180px; } .next-col-offset-fixed-m-10 { margin-left: 200px; } .next-col-offset-fixed-m-11 { margin-left: 220px; } .next-col-offset-fixed-m-12 { margin-left: 240px; } .next-col-offset-fixed-m-13 { margin-left: 260px; } .next-col-offset-fixed-m-14 { margin-left: 280px; } .next-col-offset-fixed-m-15 { margin-left: 300px; } .next-col-offset-fixed-m-16 { margin-left: 320px; } .next-col-offset-fixed-m-17 { margin-left: 340px; } .next-col-offset-fixed-m-18 { margin-left: 360px; } .next-col-offset-fixed-m-19 { margin-left: 380px; } .next-col-offset-fixed-m-20 { margin-left: 400px; } .next-col-offset-fixed-m-21 { margin-left: 420px; } .next-col-offset-fixed-m-22 { margin-left: 440px; } .next-col-offset-fixed-m-23 { margin-left: 460px; } .next-col-offset-fixed-m-24 { margin-left: 480px; } .next-col-offset-fixed-m-25 { margin-left: 500px; } .next-col-offset-fixed-m-26 { margin-left: 520px; } .next-col-offset-fixed-m-27 { margin-left: 540px; } .next-col-offset-fixed-m-28 { margin-left: 560px; } .next-col-offset-fixed-m-29 { margin-left: 580px; } .next-col-offset-fixed-m-30 { margin-left: 600px; } .next-col-offset-fixed-l-1 { margin-left: 20px; } .next-col-offset-fixed-l-2 { margin-left: 40px; } .next-col-offset-fixed-l-3 { margin-left: 60px; } .next-col-offset-fixed-l-4 { margin-left: 80px; } .next-col-offset-fixed-l-5 { margin-left: 100px; } .next-col-offset-fixed-l-6 { margin-left: 120px; } .next-col-offset-fixed-l-7 { margin-left: 140px; } .next-col-offset-fixed-l-8 { margin-left: 160px; } .next-col-offset-fixed-l-9 { margin-left: 180px; } .next-col-offset-fixed-l-10 { margin-left: 200px; } .next-col-offset-fixed-l-11 { margin-left: 220px; } .next-col-offset-fixed-l-12 { margin-left: 240px; } .next-col-offset-fixed-l-13 { margin-left: 260px; } .next-col-offset-fixed-l-14 { margin-left: 280px; } .next-col-offset-fixed-l-15 { margin-left: 300px; } .next-col-offset-fixed-l-16 { margin-left: 320px; } .next-col-offset-fixed-l-17 { margin-left: 340px; } .next-col-offset-fixed-l-18 { margin-left: 360px; } .next-col-offset-fixed-l-19 { margin-left: 380px; } .next-col-offset-fixed-l-20 { margin-left: 400px; } .next-col-offset-fixed-l-21 { margin-left: 420px; } .next-col-offset-fixed-l-22 { margin-left: 440px; } .next-col-offset-fixed-l-23 { margin-left: 460px; } .next-col-offset-fixed-l-24 { margin-left: 480px; } .next-col-offset-fixed-l-25 { margin-left: 500px; } .next-col-offset-fixed-l-26 { margin-left: 520px; } .next-col-offset-fixed-l-27 { margin-left: 540px; } .next-col-offset-fixed-l-28 { margin-left: 560px; } .next-col-offset-fixed-l-29 { margin-left: 580px; } .next-col-offset-fixed-l-30 { margin-left: 600px; } .next-col-offset-fixed-xl-1 { margin-left: 20px; } .next-col-offset-fixed-xl-2 { margin-left: 40px; } .next-col-offset-fixed-xl-3 { margin-left: 60px; } .next-col-offset-fixed-xl-4 { margin-left: 80px; } .next-col-offset-fixed-xl-5 { margin-left: 100px; } .next-col-offset-fixed-xl-6 { margin-left: 120px; } .next-col-offset-fixed-xl-7 { margin-left: 140px; } .next-col-offset-fixed-xl-8 { margin-left: 160px; } .next-col-offset-fixed-xl-9 { margin-left: 180px; } .next-col-offset-fixed-xl-10 { margin-left: 200px; } .next-col-offset-fixed-xl-11 { margin-left: 220px; } .next-col-offset-fixed-xl-12 { margin-left: 240px; } .next-col-offset-fixed-xl-13 { margin-left: 260px; } .next-col-offset-fixed-xl-14 { margin-left: 280px; } .next-col-offset-fixed-xl-15 { margin-left: 300px; } .next-col-offset-fixed-xl-16 { margin-left: 320px; } .next-col-offset-fixed-xl-17 { margin-left: 340px; } .next-col-offset-fixed-xl-18 { margin-left: 360px; } .next-col-offset-fixed-xl-19 { margin-left: 380px; } .next-col-offset-fixed-xl-20 { margin-left: 400px; } .next-col-offset-fixed-xl-21 { margin-left: 420px; } .next-col-offset-fixed-xl-22 { margin-left: 440px; } .next-col-offset-fixed-xl-23 { margin-left: 460px; } .next-col-offset-fixed-xl-24 { margin-left: 480px; } .next-col-offset-fixed-xl-25 { margin-left: 500px; } .next-col-offset-fixed-xl-26 { margin-left: 520px; } .next-col-offset-fixed-xl-27 { margin-left: 540px; } .next-col-offset-fixed-xl-28 { margin-left: 560px; } .next-col-offset-fixed-xl-29 { margin-left: 580px; } .next-col-offset-fixed-xl-30 { margin-left: 600px; } .next-col.next-col-hidden { display: none; } @media (min-width: 320px) and (max-width: 479px) { .next-col.next-col-xxs-hidden { display: none; } } @media (min-width: 480px) and (max-width: 719px) { .next-col.next-col-xs-hidden { display: none; } } @media (min-width: 720px) and (max-width: 989px) { .next-col.next-col-s-hidden { display: none; } } @media (min-width: 990px) and (max-width: 1199px) { .next-col.next-col-m-hidden { display: none; } } @media (min-width: 1200px) and (max-width: 1499px) { .next-col.next-col-l-hidden { display: none; } } @media (min-width: 1500px) { .next-col.next-col-xl-hidden { display: none; } } .next-row.next-row-hidden { display: none; } @media (min-width: 320px) and (max-width: 479px) { .next-row.next-row-xxs-hidden { display: none; } } @media (min-width: 480px) and (max-width: 719px) { .next-row.next-row-xs-hidden { display: none; } } @media (min-width: 720px) and (max-width: 989px) { .next-row.next-row-s-hidden { display: none; } } @media (min-width: 990px) and (max-width: 1199px) { .next-row.next-row-m-hidden { display: none; } } @media (min-width: 1200px) and (max-width: 1499px) { .next-row.next-row-l-hidden { display: none; } } @media (min-width: 1500px) { .next-row.next-row-xl-hidden { display: none; } } .next-col-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } @media (min-width: 320px) { .next-col-xxs-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-xxs-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-xxs-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-xxs-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-xxs-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-xxs-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-xxs-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-xxs-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-xxs-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-xxs-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-xxs-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-xxs-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-xxs-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-xxs-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-xxs-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-xxs-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-xxs-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-xxs-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-xxs-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-xxs-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-xxs-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-xxs-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-xxs-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-xxs-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 480px) { .next-col-xs-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-xs-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-xs-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-xs-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-xs-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-xs-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-xs-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-xs-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-xs-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-xs-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-xs-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-xs-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-xs-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-xs-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-xs-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-xs-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-xs-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-xs-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-xs-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-xs-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-xs-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-xs-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-xs-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-xs-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 720px) { .next-col-s-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-s-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-s-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-s-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-s-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-s-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-s-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-s-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-s-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-s-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-s-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-s-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-s-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-s-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-s-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-s-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-s-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-s-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-s-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-s-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-s-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-s-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-s-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-s-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 990px) { .next-col-m-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-m-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-m-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-m-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-m-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-m-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-m-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-m-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-m-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-m-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-m-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-m-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-m-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-m-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-m-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-m-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-m-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-m-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-m-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-m-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-m-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-m-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-m-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-m-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 1200px) { .next-col-l-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-l-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-l-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-l-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-l-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-l-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-l-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-l-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-l-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-l-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-l-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-l-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-l-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-l-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-l-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-l-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-l-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-l-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-l-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-l-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-l-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-l-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-l-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-l-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 1500px) { .next-col-xl-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-xl-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-xl-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-xl-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-xl-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-xl-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-xl-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-xl-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-xl-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-xl-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-xl-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-xl-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-xl-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-xl-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-xl-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-xl-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-xl-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-xl-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-xl-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-xl-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-xl-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-xl-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-xl-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-xl-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } .next-col-offset-fixed-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-xxs-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-xxs-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-xxs-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-xxs-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-xxs-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-xxs-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-xxs-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-xxs-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-xxs-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-xxs-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-xxs-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-xxs-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-xxs-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-xxs-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-xxs-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-xxs-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-xxs-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-xxs-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-xxs-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-xxs-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-xxs-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-xxs-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-xxs-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-xxs-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-xxs-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-xxs-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-xxs-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-xxs-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-xxs-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-xxs-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-xs-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-xs-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-xs-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-xs-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-xs-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-xs-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-xs-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-xs-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-xs-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-xs-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-xs-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-xs-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-xs-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-xs-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-xs-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-xs-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-xs-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-xs-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-xs-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-xs-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-xs-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-xs-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-xs-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-xs-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-xs-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-xs-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-xs-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-xs-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-xs-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-xs-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-s-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-s-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-s-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-s-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-s-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-s-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-s-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-s-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-s-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-s-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-s-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-s-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-s-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-s-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-s-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-s-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-s-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-s-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-s-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-s-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-s-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-s-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-s-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-s-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-s-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-s-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-s-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-s-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-s-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-s-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-m-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-m-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-m-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-m-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-m-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-m-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-m-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-m-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-m-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-m-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-m-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-m-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-m-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-m-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-m-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-m-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-m-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-m-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-m-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-m-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-m-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-m-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-m-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-m-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-m-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-m-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-m-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-m-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-m-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-m-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-l-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-l-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-l-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-l-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-l-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-l-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-l-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-l-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-l-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-l-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-l-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-l-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-l-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-l-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-l-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-l-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-l-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-l-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-l-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-l-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-l-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-l-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-l-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-l-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-l-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-l-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-l-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-l-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-l-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-l-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-xl-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-xl-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-xl-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-xl-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-xl-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-xl-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-xl-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-xl-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-xl-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-xl-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-xl-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-xl-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-xl-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-xl-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-xl-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-xl-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-xl-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-xl-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-xl-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-xl-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-xl-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-xl-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-xl-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-xl-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-xl-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-xl-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-xl-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-xl-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-xl-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-xl-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-icon[dir="rtl"]::before { transform: rotateY(180deg); } @font-face { font-family: NextIcon; src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot"); src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2") format("woff2"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff") format("woff"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf") format("truetype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon") format("svg"); } .next-icon { display: inline-block; font-family: NextIcon; font-style: normal; font-weight: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .next-icon:before { display: inline-block; vertical-align: middle; text-align: center; } .next-icon-smile:before { content: "\E65F"; content: var(--icon-content-smile, "\E65F"); } .next-icon-cry:before { content: "\E65D"; content: var(--icon-content-cry, "\E65D"); } .next-icon-success:before { content: "\E60A"; content: var(--icon-content-success, "\E60A"); } .next-icon-warning:before { content: "\E60B"; content: var(--icon-content-warning, "\E60B"); } .next-icon-prompt:before { content: "\E60C"; content: var(--icon-content-prompt, "\E60C"); } .next-icon-error:before { content: "\E60D"; content: var(--icon-content-error, "\E60D"); } .next-icon-help:before { content: "\E673"; content: var(--icon-content-help, "\E673"); } .next-icon-clock:before { content: "\E621"; content: var(--icon-content-clock, "\E621"); } .next-icon-success-filling:before { content: "\E63A"; content: var(--icon-content-success-filling, "\E63A"); } .next-icon-delete-filling:before { content: "\E623"; content: var(--icon-content-delete-filling, "\E623"); } .next-icon-favorites-filling:before { content: "\E60E"; content: var(--icon-content-favorites-filling, "\E60E"); } .next-icon-add:before { content: "\E655"; content: var(--icon-content-add, "\E655"); } .next-icon-minus:before { content: "\E601"; content: var(--icon-content-minus, "\E601"); } .next-icon-arrow-up:before { content: "\E625"; content: var(--icon-content-arrow-up, "\E625"); } .next-icon-arrow-down:before { content: "\E63D"; content: var(--icon-content-arrow-down, "\E63D"); } .next-icon-arrow-left:before { content: "\E61D"; content: var(--icon-content-arrow-left, "\E61D"); } .next-icon-arrow-right:before { content: "\E619"; content: var(--icon-content-arrow-right, "\E619"); } .next-icon-arrow-double-left:before { content: "\E659"; content: var(--icon-content-arrow-double-left, "\E659"); } .next-icon-arrow-double-right:before { content: "\E65E"; content: var(--icon-content-arrow-double-right, "\E65E"); } .next-icon-switch:before { content: "\E6B3"; content: var(--icon-content-switch, "\E6B3"); } .next-icon-sorting:before { content: "\E634"; content: var(--icon-content-sorting, "\E634"); } .next-icon-descending:before { content: "\E61F"; content: var(--icon-content-descending, "\E61F"); } .next-icon-ascending:before { content: "\E61E"; content: var(--icon-content-ascending, "\E61E"); } .next-icon-select:before { content: "\E632"; content: var(--icon-content-select, "\E632"); } .next-icon-semi-select:before { content: "\E633"; content: var(--icon-content-semi-select, "\E633"); } .next-icon-search:before { content: "\E656"; content: var(--icon-content-search, "\E656"); } .next-icon-close:before { content: "\E626"; content: var(--icon-content-close, "\E626"); } .next-icon-ellipsis:before { content: "\E654"; content: var(--icon-content-ellipsis, "\E654"); } .next-icon-picture:before { content: "\E631"; content: var(--icon-content-picture, "\E631"); } .next-icon-calendar:before { content: "\E607"; content: var(--icon-content-calendar, "\E607"); } .next-icon-ashbin:before { content: "\E639"; content: var(--icon-content-ashbin, "\E639"); } .next-icon-upload:before { content: "\E7EE"; content: var(--icon-content-upload, "\E7EE"); } .next-icon-download:before { content: "\E628"; content: var(--icon-content-download, "\E628"); } .next-icon-set:before { content: "\E683"; content: var(--icon-content-set, "\E683"); } .next-icon-edit:before { content: "\E63B"; content: var(--icon-content-edit, "\E63B"); } .next-icon-refresh:before { content: "\E677"; content: var(--icon-content-refresh, "\E677"); } .next-icon-filter:before { content: "\E627"; content: var(--icon-content-filter, "\E627"); } .next-icon-attachment:before { content: "\E665"; content: var(--icon-content-attachment, "\E665"); } .next-icon-account:before { content: "\E608"; content: var(--icon-content-account, "\E608"); } .next-icon-email:before { content: "\E605"; content: var(--icon-content-email, "\E605"); } .next-icon-atm:before { content: "\E606"; content: var(--icon-content-atm, "\E606"); } .next-icon-loading:before { content: "\E646"; content: var(--icon-content-loading, "\E646"); animation: loadingCircle 1s infinite linear; } .next-icon-eye:before { content: "\E611"; content: var(--icon-content-eye, "\E611"); } .next-icon-copy:before { content: "\E60F"; content: var(--icon-content-copy, "\E60F"); } .next-icon-toggle-left:before { content: "\E602"; content: var(--icon-content-toggle-left, "\E602"); } .next-icon-toggle-right:before { content: "\E603"; content: var(--icon-content-toggle-right, "\E603"); } .next-icon-eye-close:before { content: "\E600"; content: var(--icon-content-eye-close, "\E600"); } .next-icon-unlock:before { content: "\E615"; content: var(--icon-content-unlock, "\E615"); } .next-icon-lock:before { content: "\E617"; content: var(--icon-content-lock, "\E617"); } .next-icon-exit:before { content: "\E616"; content: var(--icon-content-exit, "\E616"); } .next-icon-chart-bar:before { content: "\E612"; content: var(--icon-content-chart-bar, "\E612"); } .next-icon-chart-pie:before { content: "\E613"; content: var(--icon-content-chart-pie, "\E613"); } .next-icon-form:before { content: "\E7FB"; content: var(--icon-content-form, "\E7FB"); } .next-icon-detail:before { content: "\E7F8"; content: var(--icon-content-detail, "\E7F8"); } .next-icon-list:before { content: "\E7F9"; content: var(--icon-content-list, "\E7F9"); } .next-icon-dashboard:before { content: "\E7FA"; content: var(--icon-content-dashboard, "\E7FA"); } @keyframes loadingCircle { 0% { transform-origin: 50% 50%; transform: rotate(0deg); } 100% { transform-origin: 50% 50%; transform: rotate(360deg); } } .next-icon.next-xxs:before, .next-icon.next-xxs .next-icon-remote { width: 8px; width: var(--icon-xxs, 8px); font-size: 8px; font-size: var(--icon-xxs, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-icon.next-xxs { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--icon-xxs, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--icon-xxs, 8px)/2); } .next-icon.next-xxs:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-icon.next-xs:before, .next-icon.next-xs .next-icon-remote { width: 12px; width: var(--icon-xs, 12px); font-size: 12px; font-size: var(--icon-xs, 12px); line-height: inherit; } .next-icon.next-small:before, .next-icon.next-small .next-icon-remote { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); line-height: inherit; } .next-icon.next-medium:before, .next-icon.next-medium .next-icon-remote { width: 20px; width: var(--icon-m, 20px); font-size: 20px; font-size: var(--icon-m, 20px); line-height: inherit; } .next-icon.next-large:before, .next-icon.next-large .next-icon-remote { width: 24px; width: var(--icon-l, 24px); font-size: 24px; font-size: var(--icon-l, 24px); line-height: inherit; } .next-icon.next-xl:before, .next-icon.next-xl .next-icon-remote { width: 32px; width: var(--icon-xl, 32px); font-size: 32px; font-size: var(--icon-xl, 32px); line-height: inherit; } .next-icon.next-xxl:before, .next-icon.next-xxl .next-icon-remote { width: 48px; width: var(--icon-xxl, 48px); font-size: 48px; font-size: var(--icon-xxl, 48px); line-height: inherit; } .next-icon.next-xxxl:before, .next-icon.next-xxxl .next-icon-remote { width: 64px; width: var(--icon-xxxl, 64px); font-size: 64px; font-size: var(--icon-xxxl, 64px); line-height: inherit; } .next-icon.next-inherit:before, .next-icon.next-inherit .next-icon-remote { width: inherit; font-size: inherit; line-height: inherit; } .next-icon.next-inherit .next-icon-remote, .next-icon .next-icon-remote { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-input { box-sizing: border-box; vertical-align: middle; display: inline-table; border-collapse: separate; font-size: 0; line-height: 1; width: 200px; border-spacing: 0; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); border: 1px solid #C4C6CF; border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF); background-color: #FFFFFF; background-color: var(--input-bg-color, #FFFFFF); } .next-input *, .next-input *:before, .next-input *:after { box-sizing: border-box; } .next-input input { height: 100%; /* remove autoFill yellow background */ } .next-input input[type="reset"], .next-input input[type="submit"] { -webkit-appearance: button; cursor: pointer; } .next-input input::-moz-focus-inner { border: 0; padding: 0; } .next-input input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset; -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color, #FFFFFF) inset; border-radius: 3px; border-radius: var(--form-element-large-corner, 3px); } .next-input textarea { resize: none; } .next-input input, .next-input textarea { width: 100%; border: none; outline: none; padding: 0; margin: 0; font-weight: normal; vertical-align: middle; background-color: transparent; color: #333333; color: var(--input-text-color, #333333); } .next-input input::-ms-clear, .next-input textarea::-ms-clear { display: none; } .next-input.next-small { height: 20px; height: var(--form-element-small-height, 20px); border-radius: 3px; border-radius: var(--form-element-small-corner, 3px); } .next-input.next-small .next-input-label { padding-left: 8px; padding-left: var(--input-s-label-padding-left, 8px); font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-input.next-small .next-input-inner { font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-input.next-small .next-input-control { padding-right: 4px; padding-right: var(--input-s-icon-padding-right, 4px); } .next-input.next-small input { height: 18px; height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); line-height: 18px \0; line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2) \0; padding: 0 4px; padding: 0 var(--input-s-padding, 4px); font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-input.next-small input::placeholder { font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-input.next-small .next-input-text-field { padding: 0 4px; padding: 0 var(--input-s-padding, 4px); font-size: 12px; font-size: var(--form-element-small-font-size, 12px); height: 18px; height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); line-height: 18px; line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); } .next-input.next-small .next-icon:before, .next-input.next-small .next-icon .next-icon-remote { width: 12px; width: var(--form-element-small-icon-size, 12px); font-size: 12px; font-size: var(--form-element-small-icon-size, 12px); line-height: inherit; } .next-input.next-small .next-input-control { border-radius: 0 3px 3px 0; border-radius: 0 var(--form-element-small-corner, 3px) var(--form-element-small-corner, 3px) 0; } .next-input.next-medium { height: 28px; height: var(--form-element-medium-height, 28px); border-radius: 3px; border-radius: var(--form-element-medium-corner, 3px); } .next-input.next-medium .next-input-label { padding-left: 8px; padding-left: var(--input-m-label-padding-left, 8px); font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-input.next-medium .next-input-inner { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-input.next-medium .next-input-control { padding-right: 8px; padding-right: var(--input-m-icon-padding-right, 8px); } .next-input.next-medium input { height: 26px; height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); line-height: 26px \0; line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2) \0; padding: 0 8px; padding: 0 var(--input-m-padding, 8px); font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-input.next-medium input::placeholder { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-input.next-medium .next-input-text-field { padding: 0 8px; padding: 0 var(--input-m-padding, 8px); font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); height: 26px; height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); line-height: 26px; line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); } .next-input.next-medium .next-icon:before, .next-input.next-medium .next-icon .next-icon-remote { width: 12px; width: var(--form-element-medium-icon-size, 12px); font-size: 12px; font-size: var(--form-element-medium-icon-size, 12px); line-height: inherit; } .next-input.next-medium .next-input-control { border-radius: 0 3px 3px 0; border-radius: 0 var(--form-element-medium-corner, 3px) var(--form-element-medium-corner, 3px) 0; } .next-input.next-large { height: 40px; height: var(--form-element-large-height, 40px); border-radius: 3px; border-radius: var(--form-element-large-corner, 3px); } .next-input.next-large .next-input-label { padding-left: 12px; padding-left: var(--input-l-label-padding-left, 12px); font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-input.next-large .next-input-inner { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-input.next-large .next-input-control { padding-right: 8px; padding-right: var(--input-l-icon-padding-right, 8px); } .next-input.next-large input { height: 38px; height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); line-height: 38px \0; line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0; padding: 0 12px; padding: 0 var(--input-l-padding, 12px); font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-input.next-large input::placeholder { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-input.next-large .next-input-text-field { padding: 0 12px; padding: 0 var(--input-l-padding, 12px); font-size: 16px; font-size: var(--form-element-large-font-size, 16px); height: 38px; height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); line-height: 38px; line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); } .next-input.next-large .next-icon:before, .next-input.next-large .next-icon .next-icon-remote { width: 16px; width: var(--form-element-large-icon-size, 16px); font-size: 16px; font-size: var(--form-element-large-icon-size, 16px); line-height: inherit; } .next-input.next-large .next-input-control { border-radius: 0 3px 3px 0; border-radius: 0 var(--form-element-large-corner, 3px) var(--form-element-large-corner, 3px) 0; } .next-input.next-input-textarea { height: auto; border-radius: 3px; border-radius: var(--input-multiple-corner, 3px); font-size: 0; } .next-input.next-input-textarea textarea { color: #333333; color: var(--input-text-color, #333333); padding: 4px 8px; padding: var(--input-multiple-padding-tb, 4px) var(--input-multiple-padding-lr, 8px); font-size: 12px; font-size: var(--input-multiple-font-size, 12px); border-radius: 3px; border-radius: var(--input-multiple-corner, 3px); } .next-input.next-input-textarea.next-small textarea { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-input.next-input-textarea.next-large textarea { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-input.next-input-textarea .next-input-control { display: block; width: auto; border-radius: 3px; border-radius: var(--input-multiple-corner, 3px); } .next-input.next-input-textarea .next-input-len { padding: 0 8px 4px; padding: 0 var(--input-l-icon-padding-right, 8px) 4px; display: block; text-align: right; width: auto; } .next-input-hint-wrap { color: #999999; color: var(--input-hint-color, #999999); position: relative; } .next-input-hint-wrap .next-input-clear { opacity: 0; z-index: 1; position: absolute; } .next-input-hint-wrap .next-input-hint { opacity: 1; } .next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover { cursor: pointer; color: #666666; color: var(--input-hint-hover-color, #666666); } .next-input:hover, .next-input.next-focus { border-color: #A0A2AD; border-color: var(--input-hover-border-color, #A0A2AD); background-color: #FFFFFF; background-color: var(--input-hover-bg-color, #FFFFFF); } .next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear { opacity: 1; } .next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint { opacity: 0; } .next-input .next-input-clear:focus { opacity: 1; } .next-input .next-input-clear:focus + .next-input-hint { opacity: 0; } .next-input.next-focus { border-color: #5584FF; border-color: var(--input-focus-border-color, #5584FF); background-color: #FFFFFF; background-color: var(--input-focus-bg-color, #FFFFFF); box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-focus-shadow, rgba(85, 132, 255, 0.2)); } .next-input.next-warning { border-color: #FF9300; border-color: var(--input-feedback-warning-border-color, #FF9300); background-color: #FFFFFF; background-color: var(--input-feedback-warning-bg-color, #FFFFFF); } .next-input.next-warning.next-focus, .next-input.next-warning:hover { border-color: #FF9300; border-color: var(--input-feedback-warning-border-color, #FF9300); } .next-input.next-warning.next-focus { box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2); box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-feedback-warning-shadow, rgba(255, 147, 0, 0.2)); } .next-input.next-error { border-color: #FF3000; border-color: var(--input-feedback-error-border-color, #FF3000); background-color: #FFFFFF; background-color: var(--input-feedback-error-bg-color, #FFFFFF); } .next-input.next-error.next-focus, .next-input.next-error:hover { border-color: #FF3000; border-color: var(--input-feedback-error-border-color, #FF3000); } .next-input.next-error.next-focus { box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2); box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-feedback-error-shadow, rgba(255, 48, 0, 0.2)); } .next-input.next-hidden { display: none; } .next-input.next-noborder { border: none; box-shadow: none; } .next-input-control .next-input-len { font-size: 12px; font-size: var(--input-maxlen-font-size, 12px); line-height: 12px; line-height: var(--input-maxlen-font-size, 12px); color: #999999; color: var(--input-maxlen-color, #999999); display: table-cell; width: 1px; vertical-align: bottom; } .next-input-control .next-input-len.next-error { color: #FF3000; color: var(--input-maxlen-error-color, #FF3000); } .next-input-control .next-input-len.next-warning { color: #FF9300; color: var(--input-maxlen-warning-color, #FF9300); } .next-input-control > * { display: table-cell; width: 1%; top: 0; } .next-input-control > *:not(:last-child) { padding-right: 4px; padding-right: var(--s-1, 4px); } .next-input-control .next-icon { transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); color: #999999; color: var(--input-hint-color, #999999); } .next-input-control .next-input-warning-icon { color: #FF9300; color: var(--input-feedback-warning-color, #FF9300); } .next-input-control .next-input-warning-icon::before { content: "\E60B"; content: var(--input-feedback-warning-icon, "\E60B"); } .next-input-control .next-input-success-icon { color: #46BC15; color: var(--input-feedback-success-color, #46BC15); } .next-input-control .next-input-success-icon::before { content: "\E63A"; content: var(--input-feedback-success-icon, "\E63A"); } .next-input-control .next-input-loading-icon { color: #4494F9; color: var(--input-feedback-loading-color, #4494F9); } .next-input-control .next-input-loading-icon::before { content: "\E646"; content: var(--input-feedback-loading-icon, "\E646"); animation: loadingCircle 1s infinite linear; } .next-input-control .next-input-clear-icon::before { content: "\E623"; content: var(--input-feedback-clear-icon, "\E623"); } .next-input-label { color: #666666; color: var(--input-label-color, #666666); } .next-input input::-moz-placeholder, .next-input textarea::-moz-placeholder { color: #999999; color: var(--input-placeholder-color, #999999); opacity: 1; } .next-input input:-ms-input-placeholder, .next-input textarea:-ms-input-placeholder { color: #999999; color: var(--input-placeholder-color, #999999); } .next-input input::-webkit-input-placeholder, .next-input textarea::-webkit-input-placeholder { color: #999999; color: var(--input-placeholder-color, #999999); } .next-input.next-disabled { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); cursor: not-allowed; } .next-input.next-disabled:hover { border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); } .next-input.next-disabled input, .next-input.next-disabled textarea { -webkit-text-fill-color: #CCCCCC; -webkit-text-fill-color: var(--input-disabled-color, #CCCCCC); color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); opacity: 1; } .next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled .next-input-label { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled .next-input-len { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled .next-input-hint-wrap { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled .next-input-hint-wrap .next-input-clear { opacity: 0; } .next-input.next-disabled .next-input-hint-wrap .next-input-hint { opacity: 1; } .next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover { cursor: not-allowed; color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input.next-disabled .next-icon { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); } .next-input-inner, .next-input-control, .next-input-label { display: table-cell; width: 1px; vertical-align: middle; line-height: 1; background-color: transparent; white-space: nowrap; } .next-input-group { box-sizing: border-box; display: inline-table; border-collapse: separate; border-spacing: 0; line-height: 0; width: 100%; } .next-input-group *, .next-input-group *:before, .next-input-group *:after { box-sizing: border-box; } .next-input-group-auto-width { width: 100%; border-radius: 0 !important; } .next-input-group > .next-input { border-radius: 0; } .next-input-group > .next-input.next-focus { position: relative; z-index: 1; } .next-input-group > .next-input:first-child.next-small { border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-small-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-small-corner, 3px) !important; } .next-input-group > .next-input:first-child.next-medium { border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-medium-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-medium-corner, 3px) !important; } .next-input-group > .next-input:first-child.next-large { border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-large-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-large-corner, 3px) !important; } .next-input-group > .next-input:last-child.next-small { border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-small-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-small-corner, 3px) !important; } .next-input-group > .next-input:last-child.next-medium { border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-medium-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-medium-corner, 3px) !important; } .next-input-group > .next-input:last-child.next-large { border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-large-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-large-corner, 3px) !important; } .next-input-group-addon { width: 1px; display: table-cell; vertical-align: middle; white-space: nowrap; /* stylelint-disable declaration-no-important */ } .next-input-group-addon:first-child { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group-addon:first-child > * { margin-right: -1px; margin-right: calc(0px - var(--input-border-width, 1px)); border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group-addon:first-child > *.next-focus { position: relative; z-index: 1; } .next-input-group-addon:first-child > * > .next-input { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group-addon:first-child > * > .next-input.next-focus { position: relative; z-index: 1; } .next-input-group-addon:last-child { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group-addon:last-child > * { margin-left: -1px; margin-left: calc(0px - var(--input-border-width, 1px)); border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group-addon:last-child > * > .next-input { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group-text { color: #999999; color: var(--input-addon-text-color, #999999); background-color: #F2F3F7; background-color: var(--input-addon-bg-color, #F2F3F7); text-align: center; border: 1px solid #C4C6CF; border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF); padding: 0 8px; padding: 0 var(--input-addon-padding, 8px); } .next-input-group-text:first-child { border-right-width: 0; } .next-input-group-text:last-child { border-left-width: 0; } .next-input-group-text.next-disabled { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); cursor: not-allowed; } .next-input-group-text.next-disabled:hover { border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); } .next-input-group-text.next-small { font-size: 12px; font-size: var(--form-element-small-font-size, 12px); border-radius: 3px; border-radius: var(--form-element-small-corner, 3px); } .next-input-group-text.next-medium { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); border-radius: 3px; border-radius: var(--form-element-medium-corner, 3px); } .next-input-group-text.next-large { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); border-radius: 3px; border-radius: var(--form-element-large-corner, 3px); } .next-input[dir="rtl"].next-small .next-input-label { padding-left: 0; padding-right: 8px; padding-right: var(--input-s-label-padding-left, 8px); } .next-input[dir="rtl"].next-small .next-input-control { padding-right: 0; padding-left: 4px; padding-left: var(--input-s-icon-padding-right, 4px); } .next-input[dir="rtl"].next-medium .next-input-label { padding-left: 0; padding-right: 8px; padding-right: var(--input-m-label-padding-left, 8px); } .next-input[dir="rtl"].next-medium .next-input-control { padding-right: 0; padding-left: 8px; padding-left: var(--input-m-icon-padding-right, 8px); } .next-input[dir="rtl"].next-large .next-input-label { padding-left: 0; padding-right: 12px; padding-right: var(--input-l-label-padding-left, 12px); } .next-input[dir="rtl"].next-large .next-input-control { padding-right: 0; padding-left: 8px; padding-left: var(--input-l-icon-padding-right, 8px); } .next-input[dir="rtl"].next-input-textarea .next-input-len { text-align: left; } .next-input[dir="rtl"] .next-input-control > *:not(:last-child) { padding-left: 4px; padding-left: var(--s-1, 4px); padding-right: 0; } .next-input-group[dir="rtl"] > .next-input:first-child.next-small { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-small-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-small-corner, 3px) !important; } .next-input-group[dir="rtl"] > .next-input:first-child.next-medium { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-medium-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-medium-corner, 3px) !important; } .next-input-group[dir="rtl"] > .next-input:first-child.next-large { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-large-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-large-corner, 3px) !important; } .next-input-group[dir="rtl"] > .next-input:last-child.next-small { border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-small-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-small-corner, 3px) !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .next-input-group[dir="rtl"] > .next-input:last-child.next-medium { border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-medium-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-medium-corner, 3px) !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .next-input-group[dir="rtl"] > .next-input:last-child.next-large { border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-large-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-large-corner, 3px) !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon { /* stylelint-disable declaration-no-important */ } .next-input-group[dir="rtl"] .next-input-group-addon:first-child, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-small { border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-small-corner, 3px) !important; border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-small-corner, 3px) !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-medium { border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-medium-corner, 3px) !important; border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-medium-corner, 3px) !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-large { border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--form-element-large-corner, 3px) !important; border-top-right-radius: 3px !important; border-top-right-radius: var(--form-element-large-corner, 3px) !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * { margin-left: -1px; margin-left: calc(0px - var(--input-border-width, 1px)); border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-small { border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-small-corner, 3px) !important; border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-small-corner, 3px) !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-medium { border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-medium-corner, 3px) !important; border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-medium-corner, 3px) !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-large { border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--form-element-large-corner, 3px) !important; border-top-left-radius: 3px !important; border-top-left-radius: var(--form-element-large-corner, 3px) !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * { margin-right: -1px; margin-right: calc(0px - var(--input-border-width, 1px)); border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-text:first-child { border-right-width: 1px; border-right-width: var(--input-border-width, 1px); border-left: 0; } .next-input-group[dir="rtl"] .next-input-group-text:last-child { border-left-width: 1px; border-left-width: var(--input-border-width, 1px); border-right: 0; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } /* put your code here */ .next-list-header { border-bottom: 1px solid #DCDEE3; border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #DCDEE3); color: #333333; color: var(--list-title-color, #333333); } .next-list-footer { border-top: 1px solid #DCDEE3; border-top: var(--line-1, 1px) solid var(--list-divider-color, #DCDEE3); color: #666666; color: var(--list-content-color, #666666); } .next-list-loading.next-loading { display: block; } .next-list-empty { font-size: 12px; font-size: var(--font-size-body-1, 12px); color: #A0A2AD; color: var(--color-line1-4, #A0A2AD); padding: 32px 0; padding: var(--s-8, 32px) 0; text-align: center; } .next-list-items { margin: 0; padding: 0; list-style: none; } .next-list-item { display: table; /* 兼容ie9 */ display: flex; width: 100%; color: #666666; color: var(--list-content-color, #666666); } .next-list-item-media { display: table-cell; /* 兼容ie9 */ display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; min-width: 1px; flex-shrink: 0; vertical-align: top; } .next-list-item-extra { display: table-cell; /* 兼容ie9 */ display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; min-width: 1px; flex-shrink: 0; vertical-align: top; color: #999999; color: var(--list-extra-color, #999999); } .next-list-item-content { display: table-cell; /* 兼容ie9 */ display: flex; flex-direction: column; align-items: flex-start; justify-content: center; flex: 1; width: 100%; vertical-align: middle; } .next-list-item-title { color: #333333; color: var(--list-title-color, #333333); } .next-list-medium .next-list-header { padding: 16px 0px; padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px); font-size: 20px; font-size: var(--list-size-m-title-font-size, 20px); font-weight: bold; font-weight: var(--list-size-m-title-font-weight, bold); } .next-list-medium .next-list-footer { padding: 16px 0px; padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px); } .next-list-medium .next-list-item-media { padding-right: 8px; padding-right: var(--list-size-m-item-media-margin, 8px); } .next-list-medium .next-list-item-extra { padding-left: 8px; padding-left: var(--list-size-m-item-media-margin, 8px); } .next-list-medium .next-list-item { font-size: 14px; font-size: var(--list-size-m-item-content-font-size, 14px); line-height: 1.5; line-height: var(--list-size-m-item-content-line-height, 1.5); padding: 16px 0px; padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px); } .next-list-medium .next-list-item-title { font-weight: normal; font-weight: var(--list-size-m-item-title-font-weight, normal); font-size: 16px; font-size: var(--list-size-m-item-title-font-size, 16px); line-height: 1.5; line-height: var(--list-size-m-item-title-line-height, 1.5); } .next-list-small .next-list-header { padding: 8px 0px; padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px); font-size: 16px; font-size: var(--list-size-s-title-font-size, 16px); font-weight: bold; font-weight: var(--list-size-s-title-font-weight, bold); } .next-list-small .next-list-footer { padding: 8px 0px; padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px); } .next-list-small .next-list-item-media { padding-right: 8px; padding-right: var(--list-size-s-item-media-margin, 8px); } .next-list-small .next-list-item-extra { padding-left: 8px; padding-left: var(--list-size-s-item-media-margin, 8px); } .next-list-small .next-list-item { font-size: 12px; font-size: var(--list-size-s-item-content-font-size, 12px); font-weight: normal; font-weight: var(--list-size-s-item-title-font-weight, normal); line-height: 1.3; line-height: var(--list-size-s-item-content-line-height, 1.3); padding: 8px 0px; padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px); } .next-list-small .next-list-item-title { font-size: 14px; font-size: var(--list-size-s-item-title-font-size, 14px); line-height: 1.5; line-height: var(--list-size-s-item-title-line-height, 1.5); } .next-list-divider .next-list-item { border-bottom: 1px solid #DCDEE3; border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #DCDEE3); } .next-list-divider .next-list-item:last-child { border-bottom: none; } .next-list[dir="rtl"] .next-list-item-media { padding-left: 8px; padding-left: var(--list-size-m-item-media-margin, 8px); padding-right: 0; } .next-list[dir="rtl"] .next-list-item-extra { padding-right: 8px; padding-right: var(--list-size-m-item-media-margin, 8px); padding-left: 0; } .next-list[dir="rtl"] .next-list-small .next-list-item-media { padding-left: 8px; padding-left: var(--list-size-s-item-media-margin, 8px); padding-right: 0; } .next-list[dir="rtl"] .next-list-small .next-list-item-extra { padding-right: 8px; padding-right: var(--list-size-s-item-media-margin, 8px); padding-left: 0; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-loading-fusion-reactor[dir=rtl] { -webkit-animation-name: nextVectorRouteRTL; -moz-animation-name: nextVectorRouteRTL; -ms-animation-name: nextVectorRouteRTL; -o-animation-name: nextVectorRouteRTL; animation-name: nextVectorRouteRTL; } @-webkit-keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-moz-keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-ms-keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @-o-keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -moz-transform: rotate(-270deg); -ms-transform: rotate(-270deg); -o-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); } } /* put your code here */ .next-loading { position: relative; /* 遮罩层 */ /* for IE9,10 */ /* text on the right side of */ /* 动效 */ } .next-loading.next-open { pointer-events: none; } .next-loading .next-loading-component { opacity: .7; -webkit-filter: blur(1px); filter: blur(1px); /* stylelint-disable */ filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)"; /* IE6~IE9 */ /* stylelint-enable */ position: relative; pointer-events: none; } .next-loading-masker { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 99; opacity: .2; background: #FFF; } .next-loading-inline { display: inline-block; } .next-loading-tip { display: block; position: absolute; top: 50%; left: 50%; z-index: 4; transform: translate(-50%, -50%); text-align: center; } .next-loading-tip-fullscreen { top: inherit; left: inherit; transform: inherit; } .next-loading-tip-placeholder { display: none; } .next-loading-right-tip .next-loading-indicator { display: inline-block; } .next-loading-right-tip .next-loading-tip-content { position: absolute; display: block; top: 50%; right: 0; transform: translate(0, -50%); } .next-loading-right-tip .next-loading-tip-placeholder { display: inline-block; visibility: hidden; margin-left: 1em; } .next-loading-fusion-reactor { display: inline-block; width: 48px; width: var(--loading-large-size, 48px); height: 48px; height: var(--loading-large-size, 48px); position: relative; margin: 0; -webkit-animation-duration: 5.6s; -webkit-animation-duration: var(--loading-fusion-vector-seconds, 5.6s); -moz-animation-duration: 5.6s; -moz-animation-duration: var(--loading-fusion-vector-seconds, 5.6s); -ms-animation-duration: 5.6s; -ms-animation-duration: var(--loading-fusion-vector-seconds, 5.6s); -o-animation-duration: 5.6s; -o-animation-duration: var(--loading-fusion-vector-seconds, 5.6s); animation-duration: 5.6s; animation-duration: var(--loading-fusion-vector-seconds, 5.6s); -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; -ms-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-name: nextVectorRoute; -moz-animation-name: nextVectorRoute; -ms-animation-name: nextVectorRoute; -o-animation-name: nextVectorRoute; animation-name: nextVectorRoute; } .next-loading-fusion-reactor .next-loading-dot { position: absolute; margin: auto; width: 12px; width: var(--loading-large-dot-size, 12px); height: 12px; height: var(--loading-large-dot-size, 12px); border-radius: 50%; background: #5584FF; background: var(--loading-dot-color, #5584FF); -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration: 1.4s; -webkit-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s); -moz-animation-duration: 1.4s; -moz-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s); -ms-animation-duration: 1.4s; -ms-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s); -o-animation-duration: 1.4s; -o-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s); animation-duration: 1.4s; animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s); } .next-loading-fusion-reactor .next-loading-dot:nth-child(1) { top: 0; bottom: 0; left: 0; -webkit-animation-name: nextVectorDotsX; -moz-animation-name: nextVectorDotsX; -ms-animation-name: nextVectorDotsX; -o-animation-name: nextVectorDotsX; animation-name: nextVectorDotsX; } .next-loading-fusion-reactor .next-loading-dot:nth-child(2) { left: 0; right: 0; top: 0; opacity: .8; -webkit-animation-name: nextVectorDotsY; -moz-animation-name: nextVectorDotsY; -ms-animation-name: nextVectorDotsY; -o-animation-name: nextVectorDotsY; animation-name: nextVectorDotsY; } .next-loading-fusion-reactor .next-loading-dot:nth-child(3) { top: 0; bottom: 0; right: 0; opacity: .6; -webkit-animation-name: nextVectorDotsXR; -moz-animation-name: nextVectorDotsXR; -ms-animation-name: nextVectorDotsXR; -o-animation-name: nextVectorDotsXR; animation-name: nextVectorDotsXR; } .next-loading-fusion-reactor .next-loading-dot:nth-child(4) { left: 0; right: 0; bottom: 0; opacity: .2; -webkit-animation-name: nextVectorDotsYR; -moz-animation-name: nextVectorDotsYR; -ms-animation-name: nextVectorDotsYR; -o-animation-name: nextVectorDotsYR; animation-name: nextVectorDotsYR; } .next-loading-medium-fusion-reactor { width: 32px; width: var(--loading-medium-size, 32px); height: 32px; height: var(--loading-medium-size, 32px); } .next-loading-medium-fusion-reactor .next-loading-dot { width: 8px; width: var(--loading-medium-dot-size, 8px); height: 8px; height: var(--loading-medium-dot-size, 8px); } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) { -webkit-animation-name: nextVectorDotsX-medium; -moz-animation-name: nextVectorDotsX-medium; -ms-animation-name: nextVectorDotsX-medium; -o-animation-name: nextVectorDotsX-medium; animation-name: nextVectorDotsX-medium; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) { -webkit-animation-name: nextVectorDotsY-medium; -moz-animation-name: nextVectorDotsY-medium; -ms-animation-name: nextVectorDotsY-medium; -o-animation-name: nextVectorDotsY-medium; animation-name: nextVectorDotsY-medium; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) { -webkit-animation-name: nextVectorDotsXR-medium; -moz-animation-name: nextVectorDotsXR-medium; -ms-animation-name: nextVectorDotsXR-medium; -o-animation-name: nextVectorDotsXR-medium; animation-name: nextVectorDotsXR-medium; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) { -webkit-animation-name: nextVectorDotsYR-medium; -moz-animation-name: nextVectorDotsYR-medium; -ms-animation-name: nextVectorDotsYR-medium; -o-animation-name: nextVectorDotsYR-medium; animation-name: nextVectorDotsYR-medium; } @-webkit-keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } /* 20% 的时间在旋转 */ @-webkit-keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { bottom: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-moz-keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { bottom: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-ms-keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { bottom: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-o-keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { bottom: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { bottom: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-webkit-keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { top: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-moz-keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { top: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-ms-keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { top: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-o-keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { top: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { top: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-webkit-keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { left: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-moz-keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { left: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-ms-keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { left: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-o-keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { left: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { left: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-webkit-keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { right: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-moz-keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { right: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-ms-keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { right: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-o-keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { right: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2); width: 14.4px; width: calc(var(--loading-large-dot-size, 12px)*1.2); height: 14.4px; height: calc(var(--loading-large-dot-size, 12px)*1.2); } 90% { right: 0; height: 12px; height: var(--loading-large-dot-size, 12px); width: 12px; width: var(--loading-large-dot-size, 12px); } } @-webkit-keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { bottom: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-moz-keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { bottom: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-ms-keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { bottom: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-o-keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { bottom: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { bottom: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-webkit-keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { top: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-moz-keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { top: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-ms-keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { top: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-o-keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { top: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { top: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-webkit-keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { left: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-moz-keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { left: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-ms-keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { left: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-o-keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { left: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { left: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-webkit-keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { right: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-moz-keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { right: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-ms-keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { right: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @-o-keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { right: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2); width: 9.6px; width: calc(var(--loading-medium-dot-size, 8px)*1.2); height: 9.6px; height: calc(var(--loading-medium-dot-size, 8px)*1.2); } 90% { right: 0; height: 8px; height: var(--loading-medium-dot-size, 8px); width: 8px; width: var(--loading-medium-dot-size, 8px); } } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-menu[dir="rtl"] .next-menu-item-helper { float: left; } .next-menu[dir="rtl"] .next-menu-item .next-checkbox, .next-menu[dir="rtl"] .next-menu-item .next-radio { margin-left: 4px; margin-left: var(--menu-icon-margin, 4px); margin-right: 0; } .next-menu[dir="rtl"] .next-menu-hoz-right { float: left; } .next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon { left: 10px; right: auto; } .next-menu[dir="rtl"] .next-menu-hoz-icon-arrow.next-icon { left: 6px; right: auto; } .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon { margin-left: 0; margin-right: -16px; margin-right: calc(0px - var(--menu-padding-horizontal, 20px)/2 - var(--menu-icon-selected-size, 12px)/2); } .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon:before, .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon .next-icon-remote { width: 12px; width: var(--menu-icon-selected-size, 12px); font-size: 12px; font-size: var(--menu-icon-selected-size, 12px); line-height: inherit; } .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon.next-menu-icon-right { right: auto; left: 4px; left: var(--menu-icon-selected-right, 4px); } .next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon { left: 10px; right: auto; } .next-menu { box-sizing: border-box; position: relative; min-width: 100px; min-width: var(--s-25, 100px); margin: 0; list-style: none; border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--popup-local-corner, 3px); box-shadow: none; box-shadow: var(--popup-local-shadow, none); background: #FFFFFF; background: var(--menu-background, #FFFFFF); line-height: 32px; line-height: var(--menu-line-height, 32px); font-size: 12px; font-size: var(--menu-font-size, 12px); animation-duration: 300ms; animation-duration: var(--motion-duration-standard, 300ms); animation-timing-function: ease; animation-timing-function: var(--motion-ease, ease); /* &-popup-content.next-hide { */ /* display: none; */ /* } */ } .next-menu *, .next-menu *:before, .next-menu *:after { box-sizing: border-box; } .next-menu:focus, .next-menu *:focus { outline: 0; } .next-menu-spacing-lr { padding: 0 0px; padding: 0 var(--popup-spacing-lr, 0px); } .next-menu-spacing-lr.next-menu-outside > .next-menu { height: 100%; overflow-y: auto; } .next-menu-spacing-tb { padding: 0px 0; padding: var(--popup-spacing-tb, 0px) 0; } .next-menu.next-ver { padding: 8px 0px; padding: var(--menu-padding-ver-padding-tb, 8px) var(--menu-padding-ver-padding-lr, 0px); } .next-menu.next-ver .next-menu-item { padding: 0 20px 0 20px; padding: 0 var(--menu-item-padding-ver-padding-r, 20px) 0 var(--menu-item-padding-ver-padding-l, 20px); } .next-menu.next-hoz { padding: 8px 0px; padding: var(--menu-padding-hoz-padding-tb, 8px) var(--menu-padding-hoz-padding-lr, 0px); } .next-menu.next-hoz .next-menu-item { padding: 0 20px; padding: 0 var(--menu-item-padding-hoz-padding-lr, 20px); } .next-menu-embeddable, .next-menu-embeddable .next-menu-item.next-disabled, .next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > a { background: transparent; border: none; } .next-menu-embeddable { box-shadow: none; } .next-menu-embeddable .next-menu-item-inner { height: 100%; } .next-menu-content { position: relative; padding: 0; margin: 0; list-style: none; } .next-menu-sub-menu { padding: 0; margin: 0; list-style: none; } .next-menu-sub-menu.next-expand-enter { overflow: hidden; } .next-menu-sub-menu.next-expand-enter-active { transition: height 300ms ease; transition: height var(--motion-duration-standard, 300ms) var(--motion-ease, ease); } .next-menu-sub-menu.next-expand-leave { overflow: hidden; } .next-menu-sub-menu.next-expand-leave-active { transition: height 300ms ease; transition: height var(--motion-duration-standard, 300ms) var(--motion-ease, ease); } .next-menu-item { position: relative; transition: background 100ms linear; transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); color: #333333; color: var(--menu-color, #333333); cursor: pointer; } .next-menu-item-helper { float: right; color: #999999; color: var(--color-text1-2, #999999); font-style: normal; font-size: 12px; font-size: var(--menu-font-size, 12px); } .next-menu-item .next-checkbox, .next-menu-item .next-radio { margin-right: 4px; margin-right: var(--menu-icon-margin, 4px); } .next-menu-item.next-selected { color: #333333; color: var(--menu-color-selected, #333333); background-color: #FFFFFF; background-color: var(--menu-background-selected, #FFFFFF); } .next-menu-item.next-selected .next-menu-icon-arrow { color: #666666; color: var(--menu-arrow-color, #666666); } .next-menu-item.next-selected .next-menu-icon-selected { color: #5584FF; color: var(--menu-icon-selected-color, #5584FF); } .next-menu-item.next-disabled, .next-menu-item.next-disabled .next-menu-item-text > a { color: #CCCCCC; color: var(--menu-color-disabled, #CCCCCC); background-color: #FFFFFF; background-color: var(--menu-background, #FFFFFF); cursor: not-allowed; } .next-menu-item.next-disabled .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { color: #CCCCCC; color: var(--menu-color-disabled, #CCCCCC); } .next-menu-item.next-disabled .next-menu-icon-selected, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { color: #CCCCCC; color: var(--menu-color-disabled, #CCCCCC); } .next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus { color: #333333; color: var(--menu-color-hover, #333333); background-color: #F2F3F7; background-color: var(--menu-background-hover, #F2F3F7); } .next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow { color: #333333; color: var(--menu-arrow-color-hover, #333333); } .next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected { color: #5584FF; color: var(--menu-icon-selected-hover-color, #5584FF); } .next-menu-item-inner { height: 32px; height: var(--menu-line-height, 32px); font-size: 12px; font-size: var(--menu-font-size, 12px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; } .next-menu-item .next-menu-item-text { vertical-align: middle; } .next-menu-item .next-menu-item-text > a { display: inline-block; text-decoration: none; color: #333333; color: var(--menu-color, #333333); } .next-menu-item .next-menu-item-text > a::before { position: absolute; background-color: transparent; top: 0; left: 0; bottom: 0; right: 0; content: ''; } .next-menu.next-hoz { padding: 0; } .next-menu.next-hoz.next-menu-nowrap { overflow: hidden; white-space: nowrap; } .next-menu.next-hoz.next-menu-nowrap .next-menu-more { text-align: center; } .next-menu.next-hoz > .next-menu-item, .next-menu.next-hoz > .next-menu-sub-menu-wrapper, .next-menu.next-hoz .next-menu-content > .next-menu-item { display: inline-block; vertical-align: top; } .next-menu.next-hoz .next-menu-header, .next-menu.next-hoz .next-menu-content, .next-menu.next-hoz .next-menu-footer { display: inline-block; } .next-menu-hoz-right { float: right; } .next-menu-group-label { padding: 0 12px; padding: 0 var(--menu-padding-title-horizontal, 12px); color: #999999; color: var(--color-text1-2, #999999); } .next-menu-divider { margin: 8px 12px; margin: var(--menu-divider-margin-ver, 8px) var(--menu-divider-margin-hoz, 12px); border-bottom: 1px solid #E6E7EB; border-bottom: var(--menu-divider-width, 1px) var(--menu-divider-style, solid) var(--menu-divider-color, #E6E7EB); } .next-menu .next-menu-icon-selected.next-icon { position: absolute; top: 0; margin-left: -16px; margin-left: calc(0px - var(--menu-item-padding-ver-padding-l, 20px) + var(--menu-icon-selected-right, 4px)); } .next-menu .next-menu-icon-selected.next-icon:before, .next-menu .next-menu-icon-selected.next-icon .next-icon-remote { width: 12px; width: var(--menu-icon-selected-size, 12px); font-size: 12px; font-size: var(--menu-icon-selected-size, 12px); line-height: inherit; } .next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right { right: 4px; right: var(--menu-icon-selected-right, 4px); } .next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected::before { content: "\E632"; content: var(--menu-select-icon-content, "\E632"); } .next-menu .next-menu-icon-arrow.next-icon { position: absolute; top: 0; right: 10px; color: #666666; color: var(--menu-arrow-color, #666666); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-menu .next-menu-icon-arrow.next-icon:before, .next-menu .next-menu-icon-arrow.next-icon .next-icon-remote { width: 8px; width: var(--menu-icon-size, 8px); font-size: 8px; font-size: var(--menu-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-menu .next-menu-icon-arrow.next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); } .next-menu .next-menu-icon-arrow.next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-menu .next-menu-icon-arrow-down::before { content: "\E63D"; content: var(--menu-fold-icon-content, "\E63D"); } .next-menu .next-menu-icon-arrow-down.next-open { transform: rotate(180deg); } .next-menu .next-menu-icon-arrow-down.next-open:before, .next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote { width: 8px; width: var(--menu-icon-size, 8px); font-size: 8px; font-size: var(--menu-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-menu .next-menu-icon-arrow-down.next-open { transform: scale(0.5) rotate(180deg); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); } .next-menu .next-menu-icon-arrow-down.next-open:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-menu .next-menu-symbol-popupfold::before { content: "\E619"; content: var(--menu-popupfold-icon-content, "\E619"); } .next-menu .next-menu-icon-arrow-right.next-open { transform: rotate(-90deg); } .next-menu .next-menu-icon-arrow-right.next-open:before, .next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote { width: 8px; width: var(--menu-icon-size, 8px); font-size: 8px; font-size: var(--menu-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-menu .next-menu-icon-arrow-right.next-open { transform: scale(0.5) rotate(-90deg); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); } .next-menu .next-menu-icon-arrow-right.next-open:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-menu .next-menu-hoz-icon-arrow.next-icon { position: absolute; top: 0; right: 6px; color: #666666; color: var(--menu-arrow-color, #666666); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-menu .next-menu-hoz-icon-arrow.next-icon:before, .next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote { width: 12px; width: var(--menu-hoz-icon-size, 12px); font-size: 12px; font-size: var(--menu-hoz-icon-size, 12px); line-height: inherit; } .next-menu .next-menu-hoz-icon-arrow.next-icon::before { content: "\E63D"; content: var(--menu-fold-icon-content, "\E63D"); } .next-menu-unfold-icon::before { content: ""; content: var(--menu-unfold-icon-content, ""); } .next-menu .next-menu-hoz-icon-arrow.next-open { transform: rotate(180deg); } .next-menu .next-menu-hoz-icon-arrow.next-open:before, .next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote { width: 12px; width: var(--menu-hoz-icon-size, 12px); font-size: 12px; font-size: var(--menu-hoz-icon-size, 12px); line-height: inherit; } .next-menu.next-context { line-height: 24px; line-height: var(--s-6, 24px); } .next-menu.next-context .next-menu-item-inner { height: 24px; height: var(--s-6, 24px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-menu-btn { display: inline-block; box-shadow: none; } .next-menu-btn-spacing-tb { padding: 0px 0; padding: var(--popup-spacing-tb, 0px) 0; } .next-menu-btn .next-icon { transition: transform 100ms linear; transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-menu-btn .next-menu-btn-arrow::before { content: "\E63D"; content: var(--menu-btn-fold-icon-content, "\E63D"); } .next-menu-btn.next-expand .next-menu-btn-arrow { transform: rotate(180deg); } .next-menu-btn-symbol-unfold::before { content: ""; content: var(--menu-btn-unfold-icon-content, ""); } .next-menu-btn.next-btn-normal .next-menu-btn-arrow { color: #999999; color: var(--menu-btn-pure-text-normal-icon-color, #999999); } .next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow { color: #333333; color: var(--btn-pure-normal-color-hover, #333333); } .next-menu-btn.next-btn-secondary .next-menu-btn-arrow { color: #5584FF; color: var(--menu-btn-pure-text-secondary-icon-color, #5584FF); } .next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow { color: #FFFFFF; color: var(--btn-pure-secondary-color-hover, #FFFFFF); } .next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow { color: #5584FF; color: var(--btn-text-secondary-color-hover, #5584FF); } .next-menu-btn.next-btn-primary .next-menu-btn-arrow { color: #FFFFFF; color: var(--menu-btn-pure-text-primary-icon-color, #FFFFFF); } .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow { color: #FFFFFF; color: var(--btn-pure-primary-color-hover, #FFFFFF); } .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow { color: #333333; color: var(--menu-btn-text-text-normal-icon-color, #333333); } .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow { color: #5584FF; color: var(--btn-text-normal-color-hover, #5584FF); } .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow { color: #5584FF; color: var(--menu-btn-text-text-primary-icon-color, #5584FF); } .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow { color: #3E71F7; color: var(--btn-text-primary-color-hover, #3E71F7); } .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow { color: #333333; color: var(--menu-btn-ghost-light-icon-color, #333333); } .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow { color: #999999; color: var(--btn-ghost-light-color-hover, #999999); } .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow { color: #FFFFFF; color: var(--menu-btn-ghost-dark-icon-color, #FFFFFF); } .next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow { color: #FFFFFF; color: var(--btn-ghost-dark-color-hover, #FFFFFF); } .next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow { color: #CCCCCC; color: var(--menu-btn-disabled-icon-color, #CCCCCC); } .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow { color: #CCCCCC; color: var(--menu-btn-disabled-icon-color, #CCCCCC); } .next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow { color: rgba(255, 255, 255, 0.4); color: var(--menu-btn-ghost-dark-disabled-icon-color, rgba(255, 255, 255, 0.4)); } .next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow { color: rgba(0, 0, 0, 0.1); color: var(--menu-btn-ghost-light-disabled-icon-color, rgba(0, 0, 0, 0.1)); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-message { box-sizing: border-box; position: relative; display: block; vertical-align: baseline; animation-duration: 300ms; animation-duration: var(--motion-duration-standard, 300ms); animation-timing-function: ease-in-out; animation-timing-function: var(--motion-ease-in-out, ease-in-out); } .next-message *, .next-message *:before, .next-message *:after { box-sizing: border-box; } .next-message:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-message-wrapper { position: fixed; } .next-message .next-message-close { color: #999999; color: var(--message-close-icon-color, #999999); font-size: 0; position: absolute; cursor: pointer; } .next-message .next-message-close .next-icon-close { width: 12px; width: var(--message-close-icon-size, 12px); height: 12px; height: var(--message-close-icon-size, 12px); line-height: 1em; } .next-message .next-message-close .next-icon-close:before { width: 12px; width: var(--message-close-icon-size, 12px); height: 12px; height: var(--message-close-icon-size, 12px); font-size: 12px; font-size: var(--message-close-icon-size, 12px); line-height: 1em; } .next-message .next-message-close:hover { color: #666666; color: var(--message-hover-close-icon-color, #666666); } .next-message.next-message-success.next-inline { background-color: #E4FDDA; background-color: var(--message-success-color-bg-inline, #E4FDDA); border-color: #E4FDDA; border-color: var(--message-success-color-border-inline, #E4FDDA); box-shadow: none; border-style: solid; border-style: var(--message-border-style, solid); } .next-message.next-message-success.next-inline .next-message-title { color: #333333; color: var(--message-success-color-title-inline, #333333); } .next-message.next-message-success.next-inline .next-message-content { color: #666666; color: var(--message-success-color-content-inline, #666666); } .next-message.next-message-success.next-inline .next-message-symbol { color: #46BC15; color: var(--message-success-color-icon-inline, #46BC15); } .next-message.next-message-success.next-inline .next-message-symbol-icon::before { content: "\E60A"; content: var(--message-success-icon-content, "\E60A"); } .next-message.next-message-success.next-addon { background-color: transparent; border-color: transparent; box-shadow: none; border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-success.next-addon .next-message-title { color: #333333; color: var(--message-success-color-title-addon, #333333); } .next-message.next-message-success.next-addon .next-message-content { color: #666666; color: var(--message-success-color-content-addon, #666666); } .next-message.next-message-success.next-addon .next-message-symbol { color: #46BC15; color: var(--message-success-color-icon-addon, #46BC15); } .next-message.next-message-success.next-addon .next-message-symbol-icon::before { content: "\E60A"; content: var(--message-success-icon-content, "\E60A"); } .next-message.next-message-success.next-toast { background-color: #FFFFFF; background-color: var(--message-success-color-bg-toast, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-success-color-border-toast, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-success.next-toast .next-message-title { color: #333333; color: var(--message-success-color-title-toast, #333333); } .next-message.next-message-success.next-toast .next-message-content { color: #666666; color: var(--message-success-color-content-toast, #666666); } .next-message.next-message-success.next-toast .next-message-symbol { color: #46BC15; color: var(--message-success-color-icon-toast, #46BC15); } .next-message.next-message-success.next-toast .next-message-symbol-icon::before { content: "\E60A"; content: var(--message-success-icon-content, "\E60A"); } .next-message.next-message-warning.next-inline { background-color: #FFF3E0; background-color: var(--message-warning-color-bg-inline, #FFF3E0); border-color: #FFF3E0; border-color: var(--message-warning-color-border-inline, #FFF3E0); box-shadow: none; border-style: solid; border-style: var(--message-border-style, solid); } .next-message.next-message-warning.next-inline .next-message-title { color: #333333; color: var(--message-warning-color-title-inline, #333333); } .next-message.next-message-warning.next-inline .next-message-content { color: #666666; color: var(--message-warning-color-content-inline, #666666); } .next-message.next-message-warning.next-inline .next-message-symbol { color: #FF9300; color: var(--message-warning-color-icon-inline, #FF9300); } .next-message.next-message-warning.next-inline .next-message-symbol-icon::before { content: "\E60B"; content: var(--message-warning-icon-content, "\E60B"); } .next-message.next-message-warning.next-addon { background-color: transparent; border-color: transparent; box-shadow: none; border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-warning.next-addon .next-message-title { color: #333333; color: var(--message-warning-color-title-addon, #333333); } .next-message.next-message-warning.next-addon .next-message-content { color: #666666; color: var(--message-warning-color-content-addon, #666666); } .next-message.next-message-warning.next-addon .next-message-symbol { color: #FF9300; color: var(--message-warning-color-icon-addon, #FF9300); } .next-message.next-message-warning.next-addon .next-message-symbol-icon::before { content: "\E60B"; content: var(--message-warning-icon-content, "\E60B"); } .next-message.next-message-warning.next-toast { background-color: #FFFFFF; background-color: var(--message-warning-color-bg-toast, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-warning-color-border-toast, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-warning.next-toast .next-message-title { color: #333333; color: var(--message-warning-color-title-toast, #333333); } .next-message.next-message-warning.next-toast .next-message-content { color: #666666; color: var(--message-warning-color-content-toast, #666666); } .next-message.next-message-warning.next-toast .next-message-symbol { color: #FF9300; color: var(--message-warning-color-icon-toast, #FF9300); } .next-message.next-message-warning.next-toast .next-message-symbol-icon::before { content: "\E60B"; content: var(--message-warning-icon-content, "\E60B"); } .next-message.next-message-error.next-inline { background-color: #FFECE4; background-color: var(--message-error-color-bg-inline, #FFECE4); border-color: #FFECE4; border-color: var(--message-error-color-border-inline, #FFECE4); box-shadow: none; border-style: solid; border-style: var(--message-border-style, solid); } .next-message.next-message-error.next-inline .next-message-title { color: #333333; color: var(--message-error-color-title-inline, #333333); } .next-message.next-message-error.next-inline .next-message-content { color: #666666; color: var(--message-error-color-content-inline, #666666); } .next-message.next-message-error.next-inline .next-message-symbol { color: #FF3000; color: var(--message-error-color-icon-inline, #FF3000); } .next-message.next-message-error.next-inline .next-message-symbol-icon::before { content: "\E60D"; content: var(--message-error-icon-content, "\E60D"); } .next-message.next-message-error.next-addon { background-color: transparent; border-color: transparent; box-shadow: none; border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-error.next-addon .next-message-title { color: #333333; color: var(--message-error-color-title-addon, #333333); } .next-message.next-message-error.next-addon .next-message-content { color: #666666; color: var(--message-error-color-content-addon, #666666); } .next-message.next-message-error.next-addon .next-message-symbol { color: #FF3000; color: var(--message-error-color-icon-addon, #FF3000); } .next-message.next-message-error.next-addon .next-message-symbol-icon::before { content: "\E60D"; content: var(--message-error-icon-content, "\E60D"); } .next-message.next-message-error.next-toast { background-color: #FFFFFF; background-color: var(--message-error-color-bg-toast, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-error-color-border-toast, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-error.next-toast .next-message-title { color: #333333; color: var(--message-error-color-title-toast, #333333); } .next-message.next-message-error.next-toast .next-message-content { color: #666666; color: var(--message-error-color-content-toast, #666666); } .next-message.next-message-error.next-toast .next-message-symbol { color: #FF3000; color: var(--message-error-color-icon-toast, #FF3000); } .next-message.next-message-error.next-toast .next-message-symbol-icon::before { content: "\E60D"; content: var(--message-error-icon-content, "\E60D"); } .next-message.next-message-notice.next-inline { background-color: #E3F2FD; background-color: var(--message-notice-color-bg-inline, #E3F2FD); border-color: #E3F2FD; border-color: var(--message-notice-color-border-inline, #E3F2FD); box-shadow: none; border-style: solid; border-style: var(--message-border-style, solid); } .next-message.next-message-notice.next-inline .next-message-title { color: #333333; color: var(--message-notice-color-title-inline, #333333); } .next-message.next-message-notice.next-inline .next-message-content { color: #666666; color: var(--message-notice-color-content-inline, #666666); } .next-message.next-message-notice.next-inline .next-message-symbol { color: #4494F9; color: var(--message-notice-color-icon-inline, #4494F9); } .next-message.next-message-notice.next-inline .next-message-symbol-icon::before { content: "\E60C"; content: var(--message-notice-icon-content, "\E60C"); } .next-message.next-message-notice.next-addon { background-color: transparent; border-color: transparent; box-shadow: none; border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-notice.next-addon .next-message-title { color: #333333; color: var(--message-notice-color-title-addon, #333333); } .next-message.next-message-notice.next-addon .next-message-content { color: #666666; color: var(--message-notice-color-content-addon, #666666); } .next-message.next-message-notice.next-addon .next-message-symbol { color: #4494F9; color: var(--message-notice-color-icon-addon, #4494F9); } .next-message.next-message-notice.next-addon .next-message-symbol-icon::before { content: "\E60C"; content: var(--message-notice-icon-content, "\E60C"); } .next-message.next-message-notice.next-toast { background-color: #FFFFFF; background-color: var(--message-notice-color-bg-toast, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-notice-color-border-toast, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-notice.next-toast .next-message-title { color: #333333; color: var(--message-notice-color-title-toast, #333333); } .next-message.next-message-notice.next-toast .next-message-content { color: #666666; color: var(--message-notice-color-content-toast, #666666); } .next-message.next-message-notice.next-toast .next-message-symbol { color: #4494F9; color: var(--message-notice-color-icon-toast, #4494F9); } .next-message.next-message-notice.next-toast .next-message-symbol-icon::before { content: "\E60C"; content: var(--message-notice-icon-content, "\E60C"); } .next-message.next-message-help.next-inline { background-color: #E3FFF8; background-color: var(--message-help-color-bg-inline, #E3FFF8); border-color: #E3FFF8; border-color: var(--message-help-color-border-inline, #E3FFF8); box-shadow: none; border-style: solid; border-style: var(--message-border-style, solid); } .next-message.next-message-help.next-inline .next-message-title { color: #333333; color: var(--message-help-color-title-inline, #333333); } .next-message.next-message-help.next-inline .next-message-content { color: #666666; color: var(--message-help-color-content-inline, #666666); } .next-message.next-message-help.next-inline .next-message-symbol { color: #01C1B2; color: var(--message-help-color-icon-inline, #01C1B2); } .next-message.next-message-help.next-inline .next-message-symbol-icon::before { content: "\E673"; content: var(--message-help-icon-content, "\E673"); } .next-message.next-message-help.next-addon { background-color: transparent; border-color: transparent; box-shadow: none; border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-help.next-addon .next-message-title { color: #333333; color: var(--message-help-color-title-addon, #333333); } .next-message.next-message-help.next-addon .next-message-content { color: #666666; color: var(--message-help-color-content-addon, #666666); } .next-message.next-message-help.next-addon .next-message-symbol { color: #01C1B2; color: var(--message-help-color-icon-addon, #01C1B2); } .next-message.next-message-help.next-addon .next-message-symbol-icon::before { content: "\E673"; content: var(--message-help-icon-content, "\E673"); } .next-message.next-message-help.next-toast { background-color: #FFFFFF; background-color: var(--message-help-color-bg-toast, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-help-color-border-toast, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-help.next-toast .next-message-title { color: #333333; color: var(--message-help-color-title-toast, #333333); } .next-message.next-message-help.next-toast .next-message-content { color: #666666; color: var(--message-help-color-content-toast, #666666); } .next-message.next-message-help.next-toast .next-message-symbol { color: #01C1B2; color: var(--message-help-color-icon-toast, #01C1B2); } .next-message.next-message-help.next-toast .next-message-symbol-icon::before { content: "\E673"; content: var(--message-help-icon-content, "\E673"); } .next-message.next-message-loading.next-inline { background-color: #FFFFFF; background-color: var(--message-loading-color-bg-inline, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-loading-color-border-inline, #FFFFFF); box-shadow: none; border-style: solid; border-style: var(--message-border-style, solid); } .next-message.next-message-loading.next-inline .next-message-title { color: #333333; color: var(--message-loading-color-title-inline, #333333); } .next-message.next-message-loading.next-inline .next-message-content { color: #666666; color: var(--message-loading-color-content-inline, #666666); } .next-message.next-message-loading.next-inline .next-message-symbol { color: #5584FF; color: var(--message-loading-color-icon-inline, #5584FF); } .next-message.next-message-loading.next-inline .next-message-symbol-icon::before { content: "\E646"; content: var(--message-loading-icon-content, "\E646"); animation: loadingCircle 1s infinite linear; } .next-message.next-message-loading.next-addon { background-color: transparent; border-color: transparent; box-shadow: none; border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-loading.next-addon .next-message-title { color: #333333; color: var(--message-loading-color-title-addon, #333333); } .next-message.next-message-loading.next-addon .next-message-content { color: #666666; color: var(--message-loading-color-content-addon, #666666); } .next-message.next-message-loading.next-addon .next-message-symbol { color: #5584FF; color: var(--message-loading-color-icon-addon, #5584FF); } .next-message.next-message-loading.next-addon .next-message-symbol-icon::before { content: "\E646"; content: var(--message-loading-icon-content, "\E646"); animation: loadingCircle 1s infinite linear; } .next-message.next-message-loading.next-toast { background-color: #FFFFFF; background-color: var(--message-loading-color-bg-toast, #FFFFFF); border-color: #FFFFFF; border-color: var(--message-loading-color-border-toast, #FFFFFF); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12)); border-style: solid; border-style: var(--message-border-style-toast, solid); } .next-message.next-message-loading.next-toast .next-message-title { color: #333333; color: var(--message-loading-color-title-toast, #333333); } .next-message.next-message-loading.next-toast .next-message-content { color: #666666; color: var(--message-loading-color-content-toast, #666666); } .next-message.next-message-loading.next-toast .next-message-symbol { color: #5584FF; color: var(--message-loading-color-icon-toast, #5584FF); } .next-message.next-message-loading.next-toast .next-message-symbol-icon::before { content: "\E646"; content: var(--message-loading-icon-content, "\E646"); animation: loadingCircle 1s infinite linear; } .next-message.next-medium { border-width: 1px; border-width: var(--message-size-m-border-width, 1px); padding: 12px; padding: var(--message-size-m-padding, 12px); } .next-message.next-medium .next-message-symbol { float: left; line-height: 16px; line-height: var(--message-size-m-icon, 16px); } .next-message.next-medium .next-message-symbol:before, .next-message.next-medium .next-message-symbol .next-icon-remote { width: 16px; width: var(--message-size-m-icon, 16px); font-size: 16px; font-size: var(--message-size-m-icon, 16px); line-height: inherit; } .next-message.next-medium .next-message-title { padding: 0 20px 0 24px; padding: var(--message-size-m-title-content-padding, 0 20px 0 24px); font-size: 16px; font-size: var(--message-size-m-title-font, 16px); line-height: 16px; line-height: var(--message-size-m-title-font, 16px); } .next-message.next-medium .next-message-content { margin-top: 8px; margin-top: var(--message-size-m-content-margin-top, 8px); padding: 0 20px 0 24px; padding: var(--message-size-m-title-content-padding, 0 20px 0 24px); font-size: 12px; font-size: var(--message-size-m-content-font, 12px); line-height: 12px; line-height: var(--message-size-m-content-font, 12px); } .next-message.next-medium .next-message-symbol + .next-message-content { margin-top: 0; } .next-message.next-medium.next-title-content .next-message-title { line-height: 16px; line-height: var(--message-size-m-icon, 16px); } .next-message.next-medium.next-only-content .next-message-content { line-height: 16px; line-height: var(--message-size-m-icon, 16px); } .next-message.next-medium .next-message-close { top: 12px; top: var(--message-size-m-close-top, 12px); right: 12px; right: var(--message-size-m-close-right, 12px); } .next-message.next-medium.next-inline { border-radius: 3px; border-radius: var(--message-size-m-border-radius, 3px); } .next-message.next-medium.next-toast { border-radius: 3px; border-radius: var(--message-size-m-border-radius-toast, 3px); } .next-message.next-large { border-width: 2px; border-width: var(--message-size-l-border-width, 2px); padding: 16px; padding: var(--message-size-l-padding, 16px); line-height: 18px; } .next-message.next-large .next-message-symbol { float: left; line-height: 24px; line-height: var(--message-size-l-icon, 24px); } .next-message.next-large .next-message-symbol:before, .next-message.next-large .next-message-symbol .next-icon-remote { width: 24px; width: var(--message-size-l-icon, 24px); font-size: 24px; font-size: var(--message-size-l-icon, 24px); line-height: inherit; } .next-message.next-large .next-message-title { padding: 0 20px 0 36px; padding: var(--message-size-l-title-content-padding, 0 20px 0 36px); font-size: 20px; font-size: var(--message-size-l-title-font, 20px); line-height: 20px; line-height: var(--message-size-l-title-font, 20px); } .next-message.next-large .next-message-content { margin-top: 8px; margin-top: var(--message-size-l-content-margin-top, 8px); padding: 0 20px 0 36px; padding: var(--message-size-l-title-content-padding, 0 20px 0 36px); font-size: 12px; font-size: var(--message-size-l-content-font, 12px); line-height: 12px; line-height: var(--message-size-l-content-font, 12px); } .next-message.next-large .next-message-symbol + .next-message-content { margin-top: 0; } .next-message.next-large.next-title-content .next-message-title { line-height: 24px; line-height: var(--message-size-l-icon, 24px); } .next-message.next-large.next-only-content .next-message-content { line-height: 24px; line-height: var(--message-size-l-icon, 24px); } .next-message.next-large .next-message-close { top: 16px; top: var(--message-size-l-close-top, 16px); right: 16px; right: var(--message-size-l-close-right, 16px); } .next-message.next-large.next-inline { border-radius: 3px; border-radius: var(--message-size-l-border-radius, 3px); } .next-message.next-large.next-toast { border-radius: 3px; border-radius: var(--message-size-l-border-radius-toast, 3px); } .next-message[dir="rtl"] .next-message-symbol { float: right; } .next-message[dir="rtl"].next-medium .next-message-title { padding: 0 24px 0 20px; padding: 0 calc(var(--message-size-m-title-content-padding-left, 8px) + var(--message-size-m-icon, 16px)) 0 var(--message-size-m-title-content-padding-right, 20px); } .next-message[dir="rtl"].next-medium .next-message-close { left: 12px; left: var(--message-size-m-close-right, 12px); right: auto; } .next-message[dir="rtl"].next-large .next-message-title { padding: 0 36px 0 20px; padding: 0 calc(var(--message-size-l-title-content-padding-left, 12px) + var(--message-size-l-icon, 24px)) 0 var(--message-size-l-title-content-padding-right, 20px); } .next-message[dir="rtl"].next-large .next-message-close { left: 16px; left: var(--message-size-l-close-right, 16px); right: auto; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } .next-nav { box-sizing: border-box; min-width: auto; border-radius: 0; } .next-nav *, .next-nav *:before, .next-nav *:after { box-sizing: border-box; } .next-nav-icon.next-icon { margin-right: 4px; margin-right: var(--nav-icon-self-margin, 4px); font-weight: inherit; } .next-nav-icon.next-icon:before, .next-nav-icon.next-icon .next-icon-remote { width: 12px; width: var(--nav-icon-self-size, 12px); font-size: 12px; font-size: var(--nav-icon-self-size, 12px); line-height: inherit; } .next-nav-group-label { height: 40px; height: var(--nav-group-height, 40px); line-height: 40px; line-height: var(--nav-group-height, 40px); font-size: 12px; font-size: var(--nav-group-font-size, 12px); } .next-nav-item .next-menu-item-text > span, .next-nav-item .next-nav-group-label > span { opacity: 1; transition: opacity 100ms linear; transition: opacity var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-nav-item .next-menu-item-text > a { text-decoration: none; color: inherit; } .next-nav-item .next-menu-hoz-icon-arrow.next-icon, .next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon, .next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-icon-arrow.next-icon { color: inherit; top: 0; transform-origin: center 50%; } .next-nav.next-active .next-nav-item:before { position: absolute; transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); content: ''; } .next-nav.next-hoz { padding: 0; height: 44px; height: calc(var(--nav-hoz-height, 44px) + var(--nav-hoz-item-margin-tb, 0px)*2); line-height: 42px; line-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2); font-size: 12px; font-size: var(--nav-hoz-font-size, 12px); } .next-nav.next-hoz .next-menu-item { margin-left: 0px; margin-left: var(--nav-hoz-item-margin-lr, 0px); margin-right: 0px; margin-right: var(--nav-hoz-item-margin-lr, 0px); padding: 0 20px; padding: 0 var(--nav-hoz-item-padding-lr, 20px); border-radius: 0; border-radius: var(--nav-hoz-item-corner, 0); } .next-nav.next-hoz .next-menu-item, .next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item { margin-top: 0px; margin-top: var(--nav-hoz-item-margin-tb, 0px); margin-bottom: 0px; margin-bottom: var(--nav-hoz-item-margin-tb, 0px); } .next-nav.next-hoz .next-menu-item-inner { height: 42px; height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2); font-size: 12px; font-size: var(--nav-hoz-font-size, 12px); } .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner { height: 40px; height: var(--nav-group-height, 40px); line-height: 40px; line-height: var(--nav-group-height, 40px); font-size: 12px; font-size: var(--nav-group-font-size, 12px); } .next-nav.next-hoz .next-menu-header { float: left; height: 42px; height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2); } .next-nav.next-hoz .next-menu-footer { float: right; height: 42px; height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2); } .next-nav.next-hoz .next-nav-item:before { width: 0; left: 50%; height: 2px; height: var(--nav-hoz-item-selected-active-line, 2px); } .next-nav.next-hoz .next-nav-item:hover:before { height: 0px; height: var(--nav-hoz-item-hover-active-line, 0px); } .next-nav.next-hoz.next-top .next-nav-item:before { top: -1px; top: calc(0px - var(--popup-local-border-width, 1px)); } .next-nav.next-hoz.next-bottom .next-nav-item:before { bottom: -1px; bottom: calc(0px - var(--popup-local-border-width, 1px)); } .next-nav.next-hoz .next-selected.next-nav-item:before { width: 100%; left: 0; height: 2px; height: var(--nav-hoz-item-selected-active-line, 2px); } .next-nav.next-ver { padding: 0; transition: width 300ms ease; transition: width var(--motion-duration-standard, 300ms) var(--motion-ease, ease); line-height: 40px; line-height: var(--nav-ver-height, 40px); font-size: 12px; font-size: var(--nav-ver-font-size, 12px); } .next-nav.next-ver .next-menu-item { margin-left: 0px; margin-left: var(--nav-ver-item-margin-lr, 0px); margin-right: 0px; margin-right: var(--nav-ver-item-margin-lr, 0px); padding: 0 20px; padding: 0 var(--nav-ver-item-padding-lr, 20px); border-radius: 0; border-radius: var(--nav-ver-item-corner, 0); } .next-nav.next-ver .next-menu-item:not(:first-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item { margin-top: 0px; margin-top: var(--nav-ver-item-margin-tb, 0px); } .next-nav.next-ver .next-menu-item:not(:last-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item { margin-bottom: 0px; margin-bottom: var(--nav-ver-item-margin-tb, 0px); } .next-nav.next-ver .next-menu-item-inner { height: 40px; height: var(--nav-ver-height, 40px); font-size: 12px; font-size: var(--nav-ver-font-size, 12px); } .next-nav.next-ver .next-nav-group-label .next-menu-item-inner { height: 40px; height: var(--nav-group-height, 40px); line-height: 40px; line-height: var(--nav-group-height, 40px); font-size: 12px; font-size: var(--nav-group-font-size, 12px); } .next-nav.next-ver > .next-menu-item:first-child, .next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item { margin-top: 0px; margin-top: var(--nav-ver-item-margin-tb, 0px); } .next-nav.next-ver > .next-menu-item:last-child, .next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item { margin-bottom: 0px; margin-bottom: var(--nav-ver-item-margin-tb, 0px); } .next-nav.next-ver .next-menu-sub-menu { line-height: 40px; line-height: var(--nav-ver-sub-nav-height, 40px); }
data/president/n000000000000000/20160116132115/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">3,793,301</td> <td class="tdAlignRight">31.0158</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">6,868,353</td> <td class="tdAlignRight">56.1589</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,568,561</td> <td class="tdAlignRight">12.8253</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;15538/15582&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:18:10 +0800" title="Sat, 16 Jan 2016 21:18:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:18:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
index.html
JoinCommunity/joincommunity.github.io
 <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="pt-BR"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="pt-BR"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-BR"> <![endif]--> <!-- Consider adding a manifest.appcache: h5bp.com/d/Offline --> <!--[if gt IE 8]><!--> <html class="no-js" lang="pt-BR"> <!--<![endif]--> <head> <meta charset="utf-8"> <!-- Use the .htaccess and remove these lines to avoid edge case issues. More info: h5bp.com/i/378 --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- for Facebook --> <meta property="og:title" content="Join Community 2014" /> <meta property="og:image" content="http://joincommunity.com.br/img/divulgacao.jpg" /> <meta property="og:description" content="Join Community 2014 - Boas Práticas em Arquitetura e Desenvolvimento de Software" /> <meta property="og:url" content="http://joincommunity.com.br/"> <title>Join Community 2014</title> <meta name="description" content=""> <!-- Mobile viewport optimized: h5bp.com/viewport --> <meta name="viewport" content="width=device-width"> <link href="https://fonts.googleapis.com/css?family=Andada" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" rel="stylesheet"> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link href="css/font-awesome.css" rel="stylesheet"> <link href="css/fractionslider.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet" type="text/css"> <script src="js/modernizr-2.7.1.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&amp;language=pt-BR"></script> <script src="js/jquery-2.1.0.min.js"></script> <script src="js/jquery.fractionslider.min.js"></script> <script src="js/jquery.smooth-scroll.min.js"></script> <script src="js/script.js"></script> </head> <body> <script type="text/javascript"> jQuery(window).load(function () { $('.slide').removeClass('hidden'); $('.slider').fractionSlider({ 'fullWidth': true, 'controls': false, 'responsive': true, 'dimensions': "1170,550", 'pauseOnHover': false, 'timeout': 2500, 'speedIn': 500, 'speedOut': 300 }); }); </script> <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6. chromium.org/developers/how-tos/chrome-frame-getting-started --> <!--[if lt IE 7]><p class=chromeframe>Seu browser é <em>antigo!</em> <a href="http://browsehappy.com/">Atualize seu Browser</a> ou <a href="http://www.google.com/chromeframe/?redirect=true">instale Google Chrome</a> para uma melhor experiência neste site.</p><![endif]--> <div role="main"> <div id="mainnav"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="navbar-header visible-xs"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-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="#">Join Community</a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li data-menuanchor="home" class="active"><a href="#home">Home</a></li> <li data-menuanchor="speakers"><a href="#speakers">Palestrantes</a></li> <li data-menuanchor="schedule" class="mid-li-left"><a href="#schedule">Agenda</a></li> <li data-menuanchor="venue" class="mid-li-right"><a href="#venue">Local</a></li> <li data-menuanchor="sponsors"><a href="#sponsors">Patrocinadores</a></li> <li data-menuanchor="register"><a href="http://www.eventon.com.br/join-community-2014">Inscrição</a></li> </ul> </div> </nav> </div><!-- /mainnav --> <div class="hidden-xs"> <h1 id="logo"> <a href="index.html"> <img alt="Join Community" src="img/logo.png" /> </a> </h1> </div> <div> <section class="section" id="home"> <div class="inner container"> <div id="slider" class="slider"> <div class="slide hidden"> <img alt="Mac" data-step="1" src="img/imac.png" data-in="right" data-out="fade" /> <p class="title" data-position="130,650" data-step="2" data-in="left" data-out="fade"> Boas Práticas em Arquitetura e Desenvolvimento de Software </p> <p class="subtitle" data-position="370,650" data-step="2" data-in="fade" data-out="right"> Dia 30 e 31 de Maio / 2014 na Faculdade Senac </p> <a href="http://www.eventon.com.br/join-community-2014" class="btn btn-danger btn-lg" data-position="450,650" data-step="2" data-in="bottom" data-out="fade">Inscrições esgotadas</a> </div> <div class="fs_loader"></div> </div> </div><!-- /inner --> </section><!-- /section --> </div> <div id="register" class="section"> <div class="container inner"> <div class="row"> <div class="col-md-6"> <h1>O que é o JoinCommunity?</h1> <div class="row"> É um evento organizado pelos grupos GoJava, Override, GoPHP, GDG, GruPy-GO, GOJS e Node.JS Goiás que atendendo a pedidos agora em 2 (dois) dias irão se reunir novamente nos dias 30 e 31 de maio para abusar do conhecimento e trocar boas experiências! Após reunir aproximadamente 200 profissioniais de TI em sua 2ª Edição falando sobre WebUI e outros assuntos, iremos nesta 3ª EDIÇÃO bater um papo sobre um tema principal 'Boas Práticas em Arquitetura e Desenvolvimento de Software'. </div> </div> <div class="col-md-6"> <h3>Valores</h3> <div class="row"> <div class="col-md-6"><h4><strike>Até 15/04</strike></h4></div> <div class="col-md-6"><h5><strike>R$ 22,00</strike></h5></div> </div> <div class="row"> <div class="col-md-6"><h4><strike>De 16/04 a 15/05</strike></h4></div> <div class="col-md-6"><h5><strike>R$ 27,50</strike></h5></div> </div> <div class="row"> <div class="col-md-6"><h4><strike>De 16/05 a 29/05</strike></h4></div> <div class="col-md-6"><h5><strike>R$ 33,00</strike></h5></div> </div> <div class="row"> <a href="http://www.eventon.com.br/join-community-2014" class="btn btn-primary btn-lg" data-position="450,650" data-step="2" data-in="bottom" data-out="fade">Inscrições esgotadas</a> </div> </div> </div> </div> <div class="container inner"> <div class="row"> <div class="col-md-6"> <h3>É para mim? E o que ganho com isso?</h3> <div class="row"> É um evento para Desenvolvedores, Gerentes de TI, Empresários e Estudantes da área de TI. Para profissionais: o conteúdo técnico que será apresentado é de grande importância para inovar o conhecimento e principalmente o networking com outros profissionais da área. Para empresas: oportunidade da visão de outras tecnologias sob seus produtos, reciclagem dos colaboradores e também fonte de acesso direto aos profissionais do segmento. </div> </div> </div> </div> </div> <section class="section" id="speakers"> <div class="inner container"> <div class="content"> <h1>PALESTRANTES</h1> <div class="row"> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/bruno-borges.jpg" alt=".."> <h2>Bruno Borges</h2> <div>Principal Product Manager (Java) - Oracle</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/evilazaro.jpg" alt=".."> <h2>Evilázaro Alves</h2> <div>Microsoft MVP - CTO na BR Soluçãoes Integradas</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/elemarjr.jpg" alt=".."> <h2>Elemar Jr</h2> <div>Microsoft Visual C# MVP - Solution Architect na Procad Promob</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/leandro-ribeiro.jpg" alt="Leandro Moreira"> <h2>Leandro Moreira</h2> <div>Engenheiro de Software - Globo.com</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/fernando-masanori.jpg" alt="Fernando Masanori"> <h2>Fernando Masanori</h2> <div>Professor FATEC-SP - Python para Zumbis</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/marcelo-paiva.png" alt="Marcelo Paiva"> <h2>Marcelo Paiva</h2> <div>CTO na Softprime, Microsoft MTAC, Fundador Override, Diretor Comunidades pela COMTEC</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/renzo.png" alt="Renzo Nuccitelli"> <h2>Renzo Nuccitelli</h2> <div>Especialista em programação web no Google App Engine</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/clovis-coli.png" alt="Clóvis Coli Jr"> <h2>Clovis Coli Jr</h2> <div>CTO na Enfinit, Software Architect na Softprime - MCP, Fundador Override (.Net)</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/rodrigo-kono.png" alt="Rodrigo Kono"> <h2>Rodrigo Kono</h2> <div>Microsoft MVP, especialista ASP.NET, Developer na LG lugar de gente, Fundador DevGoiás.NET</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/marcelo-quinta.png" alt="Rodrigo Kono"> <h2>Marcelo Quinta</h2> <div>Gerente de projeto na Triangulum Soluções - Professor UFG</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/frederico-maia.png" alt="Rodrigo Kono"> <h2>Frederico Maia</h2> <div>Cons. e Dev. na ITSS Tecnologia - Instrutor na Caelum</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/guilherme-bessa.png" alt="Guilherme Bessa Rezende"> <h2>Guilherme Rezende</h2> <div>CTO na IPsafe e Fundador do GruPy-GO</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/luiz-gonzaga.png" alt="Luiz Gonzaga"> <h2>Luiz Gonzaga</h2> <div>Engenheiro de Computação (UFG) - JSer Full-stack / Co-fundador GOJS</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/marsal-melo.png" alt="João Felipe"> <h2>Marsal Melo</h2> <div>Presidente PMI-GO e Gerente de Projetos na Tron Informática</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/jose-leonardo.jpg" alt="José Leonardo Anselmo"> <h2>José Leonardo Anselmo</h2> <div>Gerente de projetos na Meta Tecnologia</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/fernando-camargo.png" alt="Fernando Henrique"> <h2>Fernando Henrique</h2> <div>Desenvolvedor na Fibonacci Soluções Ágeis.</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/jorge-maia.png" alt="Jorge Maia"> <h2>Jorge Maia</h2> <div>MCSD, MCT e CSM - Fundador dos CrazyTechGuys</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/jucinei-pereira.jpg" alt="Jucinei Santos"> <h2>Jucinei Santos</h2> <div>Cientista da Computação, MSP, cofounder do grupo DevDF</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/pedro-nasser.png" alt="Pedro Nasser"> <h2>Pedro Nasser</h2> <div>CTO na YEPT - Fundador Node.JS Goiás</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/paulo-jeronimo.png" alt="Paulo Jerônimo"> <h2>Paulo Jerônimo</h2> <div>Consultor, instrutor, desenvolvedor e palestrante</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/sheldon-led.jpg" alt="Sheldon Led"> <h2>Sheldon Led</h2> <div>Desenvolvedor Web na Led Labs</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/joao-felipe.png" alt="João Felipe"> <h2>João Felipe</h2> <div>JEE Architect e SOA/BPM</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/sostenes-gomes.png" alt="Sóstenes Gomes"> <h2>Sóstenes Gomes</h2> <div>Full Stack Web Developer na NovoMundo.com</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/atilla-barros.png" alt="Átilla Barros"> <h2>Átilla Barros</h2> <div>Developer na Indra Company</div> </div> </div> <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6"> <div class="speaker"> <img src="img/samples/otavio-calaca.png" alt="Otávio Calaça"> <h2>Otávio Calaça</h2> <div>Gerente Desenvolvimento na OObj</div> </div> </div> </div> </div> </div> </section> <section id="schedule" class="section"> <div class="container"> <div class="content"> <h1>AGENDA</h1> <h2>Confira a grade de palestras</h2> <p>*sujeito a alterações de salas ou horários</p> <h1>Sexta 30/05</h1> <table class="table table-striped table-hover text-left"> <thead> <tr> <th style="width: 100px">Horário</th> <th style="width: 100%">Auditório</th> </thead> <tbody> <tr> <td>19:00 - 20:00</td> <td colspan="6"><h2>Credenciamento - Networking</h2></td> </tr> <tr> <td>20:00 - 20:15</td> <td colspan="6"><h2>Abertura</h2></td> </tr> <tr> <td>20:15 - 20:55</td> <td colspan="6"><h2>Keynote 1</h2> <p>Event Sourcing - Fundamentos e Prática<br/><strong>Elemar Junior</strong></p></td> </tr> <tr> <td>21:00 - 21:40</td> <td colspan="6"><h2>Keynote 2</h2> <p>Aplicação REST com banco e deploy utilizando Python e o Google App Engine.<br /><strong>Renzo Nuccitelli</strong></p> </td> </tr> </tbody> </table> <h1>Sábado 31/05</h1> <table class="table table-striped table-hover text-left"> <thead> <tr> <th style="width: 100px">Horário</th> <th style="width: 16%">Sala 1</th> <th style="width: 16%">Sala 2</th> <th style="width: 16%">Sala 3</th> <th style="width: 16%">Sala 4</th> <th style="width: 16%">Sala 5</th> <th style="width: 16%">Sala 6</th> </tr> </thead> <tbody> <tr> <td>08:30 - 09:00</td> <td colspan="6"><h2>Credenciamento - Networking - Café da manhã</h2></td> </tr> <tr> <td>09:00 - 09:05</td> <td colspan="6"><h2>Abertura - Auditório</h2></td> </tr> <tr> <td>09:05 - 09:40</td> <td colspan="6"><h2>Keynote 1</h2> <p>Alta Peformance e disponibilidade usando Azure Web Sites<br/><strong>Evilázaro Alves</strong></td> </tr> <tr> <td>09:45 - 10:20</td> <td colspan="6"><h2>Keynote 2</h2> <p>Criando uma aplicação HTML5 com Java EE 7 e WebSockets<br/><strong>Bruno Borges</strong></p> </td> </tr> <tr> <td>10:25 - 11:15</td> <td>Boas práticas no desenvolvimento de uma RESTful API <br /><strong>Fernando Camargo</strong></td> <td>Desenvolvimento de App multiplataformas com Phonegap <br /><strong>José Leonardo Anselmo</strong></td> <td>Internet of Things - Controlando e monitorando uma residência com uso de .NET Microframework e Azure <br /><strong>Jorge Maia / Jucinei Santos</strong></td> <td>Asp.Net MVC 5 <br /><strong>Clovis Coli Jr</strong></td> <td>Boas práticas no Node.JS<br /><strong>Pedro Nasser</strong></td> <td>Arquitetura de Software para Entrega Contínua<br /><strong>Otávio Calaça</strong></td> </tr> <tr> <td>11:20 - 12:10</td> <td>Boas práticas em desenvolvimento móvel - <br /><strong>Marcelo Quinta</strong></td> <td>Novo Modelo Corporativo (BPM/SOA) <br /><strong>João Felipe</strong></td> <td>Network Programming com Python, Projeto UMIT e GSoC <br /><strong>Guilherme Rezende</strong></td> <td>Padrões para Integração na Núvem <br /><strong>Evilázaro Alves</strong></td> <td>Criando um game com JavaFX e Java SE 8<br /><strong>Bruno Borges</strong></td> <td>O impacto dos requisitos em sua arquitetura!<br /><strong>Vinicius Dantas</strong></td> </tr> <tr> <td>12:10 - 13:20</td> <td colspan="6"><h2>Almoço</h2> <p>*Por conta do participante</p></td> </tr> <tr> <td>13:25 - 14:00</td> <td colspan="6"><h2>Keynote 3</h2> <p>Streaming de Vídeo ao Vivo na globo.com <br /><strong>Leandro Moreira</strong></p> </td> </tr> <tr> <td>14:05 - 14:40</td> <td colspan="6"><h2>Keynote 4</h2> <p>Python para Zumbis: 12 mil alunos no primeiro MOOC brasileiro para ensino de programação <br /><strong>Fernando Masanori</strong></p> </td> </tr> <tr> <td>14:45 - 15:35</td> <td>Nashorn: novo motor JavaScript no Java 8<br /><strong>Bruno Borges</strong></td> <td>Perfomance em E-commerce <br /><strong>Sóstenes Gomes</strong></td> <td>C# e C++/CX - O que há de novo nas linguagens para suportar o desenvolvimento de aplicações modernas <br /><strong>Elemar Junior</strong></td> <td>Criando e publicando sites no GitHub Pages com Asciidoctor e Awestruct <br /><strong>Paulo Jerônimo</strong></td> <td>Gerenciando e desenvolvendo seu projeto de software com Visual Studion Online <br /><strong>Marcelo Paiva</strong></td> <td>Javascript moderno: do coder ao shareholder<br /><strong>Luiz Gonzaga</strong></td> </tr> <tr> <td>15:35 - 15:50</td> <td colspan="6"><h2>Networking - Coffee Break</h2></td> </tr> <tr> <td>15:55 - 16:45</td> <td>Utilizando MongoDB nas suas aplicações <br /><strong>Sheldon Led</strong></td> <td>Windows Azure Cloud Services <br /><strong>Rodrigo Kono</strong></td> <td>Fundamentos do Gerenciamento de Projetos <br /><strong>Marsal Melo</strong></td> <td>Caminho das Pedras para Certificação Java<br /><strong>Átilla Barros</strong></td> <td>Testando sua arquitetura... Antes ou depois da implementação?!<br /><strong>Antônio Carlos</strong></td> <td>Descobrindo OWIN e Katana <br /><strong>Elemar Rodrigues</strong></td> </tr> <tr> <td>16:50 - 17:00</td> <td colspan="6">Encerramento, sorteio, avisos etc.</td> </tr> </tbody> </table> </div> </div> </section> <section class="section" id="venue"> <div class="inner" style="min-height: 797px;"> <div class="content"> <h1>LOCAL</h1> <h2>Faculdade Senac</h2> <h3>Avenida Independência, 1002, Setor Leste Vila Nova, Goiânia - GO, 74645-010</h3> <div class="map-canvas"> <iframe width="100%" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15288.55316203874!2d-49.23570150751946!3d-16.669961838259162!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x935ef18782f687ed%3A0xc106e8f2ca4ae796!2sSENAC!5e0!3m2!1spt-BR!2sbr!4v1394115681575;output=embed"></iframe> </div> </div><!-- /content --> </div><!-- /inner --> </section> <div class="section" id="sponsors"> <div class="inner" style="min-height: 797px;"> <div class="content"> <h1>PATROCINADORES</h1> <div> <a href="http://www.go.senac.br"> <img src="img/senac.png"> </a> <a href="http://www.caelum.com.br"> <img src="img/caelum.png"> </a> <a href="http://www.neokoros.com"> <img src="img/neokoros.png"> </a> <a href="http://www.softprime.com.br"> <img src="img/Softprime.jpg"> </a> <a href="http://www.globo.com"> <img src="img/globocom.png"> </a> <a href="http://www.novomundo.com.br/‎"> <img src="img/NovoMundoCom.png"> </a> <a href="http://www.oracle.com.br‎"> <img src="img/oracle.gif"> </a> <a href="http://www.ipsafe.com.br"> <img src="img/ipsafe.png"> </a> </div> <hr> <h2>REALIZAÇÃO</h2> <div> <a href="http://www.override.net.br"> <img src="img/Override.png"> </a> <a href="http://www.gojava.org"> <img src="img/gojava.jpg"> </a> <a href="#"> <img src="img/gdggoias.jpg"> </a> <a href="http://gophp.org.br"> <img src="img/gophp.png"> </a> <a href="http://www.grupygo.org"> <img src="img/GruPyGO.png"> </a> <a href="http://www.gojs.org"> <img src="img/gojs.png"> </a> <a href="http://www.nodejs.org"> <img src="img/nodejs.png"> </a> </div> <hr> <h2>APOIO</h2> <div> <a href="http://www.microsoft.com.br"> <img src="img/Microsoft.jpg"> </a> <a href="http://www.jetbrains.com/resharper/"> <img src="img/re-sharper.png"> </a> <a href="http://www.enfinit.com.br"> <img src="img/Enfinit.png"> </a> <a href="http://www.comtecgo.com.br"> <img src="img/contec.jpg"> </a> <a href="http://www.sebrae.com.br/uf/goias"> <img src="img/sebrae.png"> </a> <a href="http://novatec.com.br"> <img src="img/novatec.png"> </a> </div> </div><!-- /content --> </div><!-- /inner --> <!-- /section --> </div> </div> <footer> <div class="container"> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12 socials"> <a href="#"><i class="fa fa-facebook-square"></i></a> <a href="#"><i class="fa fa-twitter-square"></i></a> <a href="#"><i class="fa fa-google-plus-square"></i></a> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <ul class="menu"> <li><a href="#home">Home</a></li> <li><a href="#schedule">Agenda</a></li> <li><a href="#venue">Local</a></li> <li><a href="http://www.eventon.com.br/join-community-2014">Inscrição</a></li> </ul> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 copyright"> © Join Community 2014 </div> </div> </footer> </body> </html>
data/president/n500000700000000/20160116150740/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺南市 柳營區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">2,252</td> <td class="tdAlignRight">19.3222</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>◎</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">8,284</td> <td class="tdAlignRight">71.0768</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,119</td> <td class="tdAlignRight">9.6010</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;25/25&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 23:06:10 +0800" title="Sat, 16 Jan 2016 23:06:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;23:06:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
sites/all/themes/custom/wcac_at_panels_everywhere/css/responsive.tablet.portrait.css
esue1943/WrenthamCableAccessDrupal
/** * Important Information about this CSS File * * - Do not delete or rename this file, if you do not use it leave it blank (delete * everything) and the file will be skipped when you enable Production Mode in * the Global theme settings. * * - There is an scss (SASS) version of this file in the /sass/ directory in your * sub-theme, if you set Compass to watch it or the directory this file will be * overwritten! * * - Read the _README file in this directory, it contains useful help and other information. */ @media -sass-debug-info{filename{font-family:file\:\/\/H\:\/xampp\/htdocs\/WrenthamCableAccessDrupal\/sites\/all\/themes\/custom\/wcac_at_panels_everywhere\/sass\/responsive\.tablet\.portrait\.scss}line{font-family:\0000318}} html { font-size: 81.3%; /* Increase the body font size on small devices */ }
doc/pub/secondquant/html/._secondquant-bs024.html
ManyBodyPhysics/AbInitioNuclearPhysicsSchool
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Second Quantization"> <title>Second Quantization</title> <!-- Bootstrap style: bootstrap --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Second quantization', 2, None, '___sec0'), ('Second quantization', 2, None, '___sec1'), ('Second quantization', 2, None, '___sec2'), ('Second quantization', 2, None, '___sec3'), ('Second quantization', 2, None, '___sec4'), ('Second quantization', 2, None, '___sec5'), ('Second quantization', 2, None, '___sec6'), ('Second quantization', 2, None, '___sec7'), ('Second quantization', 2, None, '___sec8'), ('Second quantization', 2, None, '___sec9'), ('Second quantization', 2, None, '___sec10'), ('Second quantization', 2, None, '___sec11'), ('Second quantization', 2, None, '___sec12'), ('Second quantization', 2, None, '___sec13'), ('Second quantization', 2, None, '___sec14'), ('Second quantization', 2, None, '___sec15'), ('Second quantization', 2, None, '___sec16'), ('Second quantization', 2, None, '___sec17'), ('Second quantization', 2, None, '___sec18'), ('Second quantization', 2, None, '___sec19'), ('Second quantization', 2, None, '___sec20'), ('Second quantization', 2, None, '___sec21'), ('Second quantization', 2, None, '___sec22'), ('Second quantization', 2, None, '___sec23'), ('Second quantization', 2, None, '___sec24'), ('Second quantization', 2, None, '___sec25'), ('Second quantization', 2, None, '___sec26'), ('Second quantization', 2, None, '___sec27'), ('Second quantization', 2, None, '___sec28'), ('Two-body operators in second quantization', 2, None, '___sec29'), ('Operators in second quantization', 2, None, '___sec30'), ('Operators in second quantization', 2, None, '___sec31'), ('Operators in second quantization', 2, None, '___sec32'), ('Operators in second quantization', 2, None, '___sec33'), ('Operators in second quantization', 2, None, '___sec34'), ('Operators in second quantization', 2, None, '___sec35'), ('Operators in second quantization', 2, None, '___sec36'), ('Operators in second quantization', 2, None, '___sec37'), ('Operators in second quantization', 2, None, '___sec38'), ('Operators in second quantization', 2, None, '___sec39'), ('Operators in second quantization', 2, None, '___sec40'), ('Operators in second quantization', 2, None, '___sec41'), ('Particle-hole formalism', 2, None, '___sec42'), ('Particle-hole formalism', 2, None, '___sec43'), ('Particle-hole formalism', 2, None, '___sec44'), ('Particle-hole formalism', 2, None, '___sec45'), ('Particle-hole formalism', 2, None, '___sec46'), ('Particle-hole formalism', 2, None, '___sec47'), ('Particle-hole formalism', 2, None, '___sec48'), ('Particle-hole formalism', 2, None, '___sec49'), ('Particle-hole formalism', 2, None, '___sec50'), ('Particle-hole formalism', 2, None, '___sec51'), ('Particle-hole formalism', 2, None, '___sec52'), ('Summarizing and defining a normal-ordered Hamiltonian', 2, None, '___sec53'), ('Summarizing and defining a normal-ordered Hamiltonian', 2, None, '___sec54'), ('Summarizing and defining a normal-ordered Hamiltonian', 2, None, '___sec55'), ('Summarizing and defining a normal-ordered Hamiltonian', 2, None, '___sec56'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec57'), ("Hartree-Fock in second quantization and Thouless' theorem", 2, None, '___sec58'), ("Thouless' theorem", 2, None, '___sec59'), ("Thouless' theorem", 2, None, '___sec60'), ('New operators', 2, None, '___sec61'), ("Showing that $|\\tilde{c}\\rangle= |c'\\rangle$", 2, None, '___sec62'), ('Wrapping it up', 2, None, '___sec63'), ("Thouless' theorem", 2, None, '___sec64'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec65'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec66'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec67'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec68'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec69'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec70'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec71'), ('Hartree-Fock in second quantization and stability of HF solution', 2, None, '___sec72'), ('Operators in second quantization', 2, None, '___sec73'), ('Operators in second quantization', 2, None, '___sec74'), ('Operators in second quantization', 2, None, '___sec75'), ('Operators in second quantization', 2, None, '___sec76'), ('Operators in second quantization', 2, None, '___sec77'), ('Operators in second quantization', 2, None, '___sec78'), ('Operators in second quantization', 2, None, '___sec79'), ('Operators in second quantization', 2, None, '___sec80'), ('Operators in second quantization', 2, None, '___sec81'), ('Exercises', 2, None, '___sec82'), ('Exercises', 2, None, '___sec83'), ('Exercises', 2, None, '___sec84'), ('Exercises', 2, None, '___sec85'), ('Exercises', 2, None, '___sec86'), ('Exercises', 2, None, '___sec87'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec88'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec89'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec90'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec91'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec92'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec93'), ('Exercises: Using sympy to compute matrix elements', 2, None, '___sec94'), ('Exercises: Derivation of Hartree-Fock equations', 2, None, '___sec95'), ('Exercises: Derivation of Hartree-Fock equations', 2, None, '___sec96')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="secondquant-bs.html">Second Quantization</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._secondquant-bs001.html#___sec0" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs002.html#___sec1" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs003.html#___sec2" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs004.html#___sec3" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs005.html#___sec4" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs006.html#___sec5" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs007.html#___sec6" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs008.html#___sec7" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs009.html#___sec8" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs010.html#___sec9" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs011.html#___sec10" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs012.html#___sec11" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs013.html#___sec12" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs014.html#___sec13" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs015.html#___sec14" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs016.html#___sec15" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs017.html#___sec16" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs018.html#___sec17" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs019.html#___sec18" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs020.html#___sec19" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs021.html#___sec20" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs022.html#___sec21" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs023.html#___sec22" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="#___sec23" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs025.html#___sec24" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs026.html#___sec25" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs027.html#___sec26" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs028.html#___sec27" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs029.html#___sec28" style="font-size: 80%;">Second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs030.html#___sec29" style="font-size: 80%;">Two-body operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs031.html#___sec30" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs032.html#___sec31" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs033.html#___sec32" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs034.html#___sec33" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs035.html#___sec34" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs036.html#___sec35" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs037.html#___sec36" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs038.html#___sec37" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs039.html#___sec38" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs040.html#___sec39" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs041.html#___sec40" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs042.html#___sec41" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs043.html#___sec42" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs044.html#___sec43" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs045.html#___sec44" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs046.html#___sec45" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs047.html#___sec46" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs048.html#___sec47" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs049.html#___sec48" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs050.html#___sec49" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs051.html#___sec50" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs052.html#___sec51" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs053.html#___sec52" style="font-size: 80%;">Particle-hole formalism</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs054.html#___sec53" style="font-size: 80%;">Summarizing and defining a normal-ordered Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs055.html#___sec54" style="font-size: 80%;">Summarizing and defining a normal-ordered Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs056.html#___sec55" style="font-size: 80%;">Summarizing and defining a normal-ordered Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs057.html#___sec56" style="font-size: 80%;">Summarizing and defining a normal-ordered Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs058.html#___sec57" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs059.html#___sec58" style="font-size: 80%;">Hartree-Fock in second quantization and Thouless' theorem</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs060.html#___sec59" style="font-size: 80%;">Thouless' theorem</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs061.html#___sec60" style="font-size: 80%;">Thouless' theorem</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs062.html#___sec61" style="font-size: 80%;">New operators</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs063.html#___sec62" style="font-size: 80%;">Showing that \( |\tilde{c}\rangle= |c'\rangle \)</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs064.html#___sec63" style="font-size: 80%;">Wrapping it up</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs065.html#___sec64" style="font-size: 80%;">Thouless' theorem</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs066.html#___sec65" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs067.html#___sec66" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs068.html#___sec67" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs069.html#___sec68" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs070.html#___sec69" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs071.html#___sec70" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs072.html#___sec71" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs073.html#___sec72" style="font-size: 80%;">Hartree-Fock in second quantization and stability of HF solution</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs074.html#___sec73" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs075.html#___sec74" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs076.html#___sec75" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs077.html#___sec76" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs078.html#___sec77" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs079.html#___sec78" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs080.html#___sec79" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs081.html#___sec80" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs082.html#___sec81" style="font-size: 80%;">Operators in second quantization</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs083.html#___sec82" style="font-size: 80%;">Exercises</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs084.html#___sec83" style="font-size: 80%;">Exercises</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs085.html#___sec84" style="font-size: 80%;">Exercises</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs086.html#___sec85" style="font-size: 80%;">Exercises</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs087.html#___sec86" style="font-size: 80%;">Exercises</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs088.html#___sec87" style="font-size: 80%;">Exercises</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs089.html#___sec88" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs090.html#___sec89" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs091.html#___sec90" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs092.html#___sec91" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs093.html#___sec92" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs094.html#___sec93" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs095.html#___sec94" style="font-size: 80%;">Exercises: Using sympy to compute matrix elements</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs096.html#___sec95" style="font-size: 80%;">Exercises: Derivation of Hartree-Fock equations</a></li> <!-- navigation toc: --> <li><a href="._secondquant-bs097.html#___sec96" style="font-size: 80%;">Exercises: Derivation of Hartree-Fock equations</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0024"></a> <!-- !split --> <h2 id="___sec23" class="anchor">Second quantization </h2> <div class="panel panel-default"> <div class="panel-body"> <p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph --> If we interchange particles \( 1 \) and \( 2 \) we obtain $$ \begin{eqnarray} && \left( \sum_i \hat{h}_0(x_i) \right) \psi_{\alpha_1}(x_1)\psi_{\alpha_1}(x_2) \dots \psi_{\alpha_n}(x_n) \nonumber \\ & =&\sum_{\alpha_2'} \langle \alpha_2'|\hat{h}_0|\alpha_2\rangle \psi_{\alpha_1}(x_2)\psi_{\alpha_2'}(x_1) \dots \psi_{\alpha_n}(x_n) \nonumber \\ &+&\sum_{\alpha_1'} \langle \alpha_1'|\hat{h}_0|\alpha_1\rangle \psi_{\alpha_1'}(x_2)\psi_{\alpha_2}(x_1) \dots \psi_{\alpha_n}(x_n) \nonumber \\ &+& \dots \nonumber \\ &+&\sum_{\alpha_n'} \langle \alpha_n'|\hat{h}_0|\alpha_n\rangle \psi_{\alpha_1}(x_2)\psi_{\alpha_1}(x_2) \dots \psi_{\alpha_n'}(x_n) \tag{34} \end{eqnarray} $$ </div> </div> <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._secondquant-bs023.html">&laquo;</a></li> <li><a href="._secondquant-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._secondquant-bs016.html">17</a></li> <li><a href="._secondquant-bs017.html">18</a></li> <li><a href="._secondquant-bs018.html">19</a></li> <li><a href="._secondquant-bs019.html">20</a></li> <li><a href="._secondquant-bs020.html">21</a></li> <li><a href="._secondquant-bs021.html">22</a></li> <li><a href="._secondquant-bs022.html">23</a></li> <li><a href="._secondquant-bs023.html">24</a></li> <li class="active"><a href="._secondquant-bs024.html">25</a></li> <li><a href="._secondquant-bs025.html">26</a></li> <li><a href="._secondquant-bs026.html">27</a></li> <li><a href="._secondquant-bs027.html">28</a></li> <li><a href="._secondquant-bs028.html">29</a></li> <li><a href="._secondquant-bs029.html">30</a></li> <li><a href="._secondquant-bs030.html">31</a></li> <li><a href="._secondquant-bs031.html">32</a></li> <li><a href="._secondquant-bs032.html">33</a></li> <li><a href="._secondquant-bs033.html">34</a></li> <li><a href="">...</a></li> <li><a href="._secondquant-bs097.html">98</a></li> <li><a href="._secondquant-bs025.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
tabs_html/Elizabeth_Cotten-Freight_Train.html
andraugust/andraugust.github.io
<!DOCTYPE html> <html lang="en"> <head> <style> div { white-space:nowrap; } </style> <meta charset="UTF-8"> <title>Elizabeth Cotten - Freight Train</title> </head> <body> <h1>Elizabeth Cotten</h1> <h2>Freight Train</h2> <div style="font-size:18px;"> <pre> <br>5 3 2 1 -2 5 4<br><br>5 4 3 2 1 5 3<br><br>3 4 3 2 1 2 1 <br><br>1 2 3 1 -2 2 1<br><br> </pre> </div> </body> </html>
R-Portable-Mac/library/CVST/html/00Index.html
ColumbusCollaboratory/electron-quick-start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>R: Fast Cross-Validation via Sequential Testing</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <h1> Fast Cross-Validation via Sequential Testing <img class="toplogo" src="../../../doc/html/Rlogo.svg" alt="[R logo]" /> </h1> <hr/> <div style="text-align: center;"> <a href="../../../doc/html/packages.html"><img class="arrow" src="../../../doc/html/left.jpg" alt="[Up]" /></a> <a href="../../../doc/html/index.html"><img class="arrow" src="../../../doc/html/up.jpg" alt="[Top]" /></a> </div><h2>Documentation for package &lsquo;CVST&rsquo; version 0.2-1</h2> <ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li> </ul> <h2>Help Pages</h2> <table width="100%"> <tr><td style="width: 25%;"><a href="CVST-package.html">CVST-package</a></td> <td>Fast Cross-Validation via Sequential Testing</td></tr> <tr><td style="width: 25%;"><a href="noisyDonoho.html">blocks</a></td> <td>Generate Donoho's Toy Data Sets</td></tr> <tr><td style="width: 25%;"><a href="noisyDonoho.html">bumps</a></td> <td>Generate Donoho's Toy Data Sets</td></tr> <tr><td style="width: 25%;"><a href="cochranq.test.html">cochranq.test</a></td> <td>Cochran's Q Test with Permutation</td></tr> <tr><td style="width: 25%;"><a href="constructCVSTModel.html">constructCVSTModel</a></td> <td>Setup for a CVST Run.</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">constructData</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="constructLearner.html">constructKlogRegLearner</a></td> <td>Construction of Specific Learners for CVST</td></tr> <tr><td style="width: 25%;"><a href="constructLearner.html">constructKRRLearner</a></td> <td>Construction of Specific Learners for CVST</td></tr> <tr><td style="width: 25%;"><a href="constructLearner.html">constructLearner</a></td> <td>Construction of Specific Learners for CVST</td></tr> <tr><td style="width: 25%;"><a href="constructParams.html">constructParams</a></td> <td>Construct a Grid of Parameters</td></tr> <tr><td style="width: 25%;"><a href="constructSequentialTest.html">constructSequentialTest</a></td> <td>Construct and Handle Sequential Tests.</td></tr> <tr><td style="width: 25%;"><a href="constructLearner.html">constructSVMLearner</a></td> <td>Construction of Specific Learners for CVST</td></tr> <tr><td style="width: 25%;"><a href="constructLearner.html">constructSVRLearner</a></td> <td>Construction of Specific Learners for CVST</td></tr> <tr><td style="width: 25%;"><a href="CV.html">CV</a></td> <td>Perform a k-fold Cross-validation</td></tr> <tr><td style="width: 25%;"><a href="CVST-package.html">CVST</a></td> <td>Fast Cross-Validation via Sequential Testing</td></tr> <tr><td style="width: 25%;"><a href="noisyDonoho.html">doppler</a></td> <td>Generate Donoho's Toy Data Sets</td></tr> <tr><td style="width: 25%;"><a href="fastCV.html">fastCV</a></td> <td>The Fast Cross-Validation via Sequential Testing (CVST) Procedure</td></tr> <tr><td style="width: 25%;"><a href="constructSequentialTest.html">getCVSTTest</a></td> <td>Construct and Handle Sequential Tests.</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">getN</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">getSubset</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">getX</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="noisyDonoho.html">heavisine</a></td> <td>Generate Donoho's Toy Data Sets</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">isClassification</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">isRegression</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="noisyDonoho.html">noisyDonoho</a></td> <td>Generate Donoho's Toy Data Sets</td></tr> <tr><td style="width: 25%;"><a href="noisySine.html">noisySinc</a></td> <td>Regression and Classification Toy Data Set</td></tr> <tr><td style="width: 25%;"><a href="noisySine.html">noisySine</a></td> <td>Regression and Classification Toy Data Set</td></tr> <tr><td style="width: 25%;"><a href="constructSequentialTest.html">plotSequence</a></td> <td>Construct and Handle Sequential Tests.</td></tr> <tr><td style="width: 25%;"><a href="constructData.html">shuffleData</a></td> <td>Construction and Handling of 'CVST.data' Objects</td></tr> <tr><td style="width: 25%;"><a href="constructSequentialTest.html">testSequence</a></td> <td>Construct and Handle Sequential Tests.</td></tr> </table> </body></html>
public/1455195369162/1/index.css
m-mitsuhide/amatelus
#jthree { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } #loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url( "https://mitsuhide.jthird.net/share/jThird/img/loading.gif" ) no-repeat center; background-color: #000; opacity: 0.7; } body > audio { position: fixed; bottom: 20px; width: 60%; left: 20%; }
_includes/date.html
peferron/peferron.github.io
{{ include.date | date: "%B" }} {% assign d = include.date | date: "%-d" %}{% case d %}{% when '1' or '21' or '31' %}{{ d }}st{% when '2' or '22' %}{{ d }}nd{% when '3' or '23' %}{{ d }}rd{% else %}{{ d }}th{% endcase %}, {{ include.date | date: "%Y" }}
deprecated/doc/style.css
creativecommons/mp
h5 { font-weight: bold; } h5:hover { color: blue; text-decoration: underline; } h5:before { content: "\25b6\00a0"; }
data/president/n703002400000000/20160116122217/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 彰化縣 田尾鄉得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">4,153</td> <td class="tdAlignRight">29.1725</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">8,201</td> <td class="tdAlignRight">57.6075</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,882</td> <td class="tdAlignRight">13.2200</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;25/25&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:21:12 +0800" title="Sat, 16 Jan 2016 20:21:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20:21:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
data/president/n704001000000000/20160116113744/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 南投縣 竹山鎮得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">8,202</td> <td class="tdAlignRight">29.1254</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">16,376</td> <td class="tdAlignRight">58.1513</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">3,583</td> <td class="tdAlignRight">12.7233</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;52/53&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:36:12 +0800" title="Sat, 16 Jan 2016 19:36:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:36:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
Jaime/clase1/ejemplo4.html
rasmurillo/team3-angular
<!DOCTYPE html> <html lang="en" ng-app="app"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="angular.min.js"></script> <script src="ejemplo4.js"></script> </head> <body ng-controller="MainController"> <p>Texto efecto MAY: {{texto | uppercase }}</p> <p>Texto efecto MIN: {{texto | lowercase }}</p> <p>Numero efecto : {{ numero| number:2}}</p> <p>Precio : {{ precio | currency}}</p> <p>Fecha : {{ fecha | date:'dd/MM/yyyy'}}</p> <p>Fecha corta 1: {{ fecha | date:'short'}}</p> <p>Fecha corta 2: {{ fecha | date:'shortDate'}}</p> <p>Texto efecto personalizado: {{texto | reverse:true }}</p> </body> </html>
resources/public/index.html
QuentinDuval/triboard
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="app"></div> <script src="js/compiled/triboard.js" type="text/javascript"></script> </body> </html>
sdk/GUID-B56AD058-8946-357D-AA86-D46BC1E0C417.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxFile" /> <meta name="DC.Title" content="graphicdrawer.cpp" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-B56AD058-8946-357D-AA86-D46BC1E0C417" /> <title> graphicdrawer.cpp </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-B56AD058-8946-357D-AA86-D46BC1E0C417"> <a name="GUID-B56AD058-8946-357D-AA86-D46BC1E0C417"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> graphicdrawer.cpp File Reference </h1> <div class="nested1" id="GUID-A13F9A6B-2DD7-3E9B-828D-7B80CC43041C"> <a name="GUID-A13F9A6B-2DD7-3E9B-828D-7B80CC43041C"> <!-- --> </a> <h2 class="topictitle2"> Panic(TWsGraphicDrawerPanic) </h2> <table class="signature"> <tr> <td> GLDEF_C void </td> <td> Panic </td> <td> ( </td> <td> <a href="GUID-89B4CB9C-03DA-3DD6-AE90-A43A304A3832.html"> TWsGraphicDrawerPanic </a> </td> <td> aPanic </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-89B4CB9C-03DA-3DD6-AE90-A43A304A3832.html"> TWsGraphicDrawerPanic </a> aPanic </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-7FC7D8EE-B0F1-3859-B1A8-785F06C119AE"> <a name="GUID-7FC7D8EE-B0F1-3859-B1A8-785F06C119AE"> <!-- --> </a> <h2 class="topictitle2"> NONSHARABLE_STRUCT(CWsGraphicDrawer::CPimpl) </h2> <table class="signature"> <tr> <td> NONSHARABLE_STRUCT </td> <td> ( </td> <td> CWsGraphicDrawer::CPimpl </td> <td> </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> CWsGraphicDrawer::CPimpl </td> <td> </td> </tr> </table> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
doc/api/cc/mallet/grmm/types/class-use/Variable.html
burrsettles/mallet
<!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_37) on Wed Jan 23 11:08:00 EST 2013 --> <TITLE> Uses of Class cc.mallet.grmm.types.Variable (Mallet 2 API) </TITLE> <META NAME="date" CONTENT="2013-01-23"> <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 cc.mallet.grmm.types.Variable (Mallet 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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types"><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?cc/mallet/grmm/types//class-useVariable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Variable.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>cc.mallet.grmm.types.Variable</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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#cc.mallet.grmm.inference"><B>cc.mallet.grmm.inference</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#cc.mallet.grmm.inference.gbp"><B>cc.mallet.grmm.inference.gbp</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#cc.mallet.grmm.learning"><B>cc.mallet.grmm.learning</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#cc.mallet.grmm.types"><B>cc.mallet.grmm.types</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#cc.mallet.grmm.util"><B>cc.mallet.grmm.util</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="cc.mallet.grmm.inference"><!-- --></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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A> in <A HREF="../../../../../cc/mallet/grmm/inference/package-summary.html">cc.mallet.grmm.inference</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="../../../../../cc/mallet/grmm/inference/package-summary.html">cc.mallet.grmm.inference</A> that return <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>JunctionTreeInferencer.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/JunctionTreeInferencer.html#pickVertexToRemove(org._3pq.jgrapht.UndirectedGraph, java.util.ArrayList)">pickVertexToRemove</A></B>(org._3pq.jgrapht.UndirectedGraph&nbsp;mdl, java.util.ArrayList&nbsp;lst)</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="../../../../../cc/mallet/grmm/inference/package-summary.html">cc.mallet.grmm.inference</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/VarSet.html" title="interface in cc.mallet.grmm.types">VarSet</A></CODE></FONT></TD> <TD><CODE><B>JunctionTree.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/JunctionTree.html#findCluster(cc.mallet.grmm.types.Variable[])">findCluster</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a cluster in the tree that contains exactly the given variables, or null if no such cluster exists.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/VarSet.html" title="interface in cc.mallet.grmm.types">VarSet</A></CODE></FONT></TD> <TD><CODE><B>JunctionTree.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/JunctionTree.html#findParentCluster(cc.mallet.grmm.types.Variable)">findParentCluster</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a cluster in the tree that contains var.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>MessageArray.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/MessageArray.html#get(cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable)">get</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>MessageArray.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/MessageArray.html#get(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor)">get</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;to)</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;int</CODE></FONT></TD> <TD><CODE><B>MessageArray.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/MessageArray.html#getIndex(cc.mallet.grmm.types.Variable)">getIndex</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to)</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;double</CODE></FONT></TD> <TD><CODE><B>Utils.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/Utils.html#localMagnetization(cc.mallet.grmm.inference.Inferencer, cc.mallet.grmm.types.Variable)">localMagnetization</A></B>(<A HREF="../../../../../cc/mallet/grmm/inference/Inferencer.html" title="interface in cc.mallet.grmm.inference">Inferencer</A>&nbsp;inferencer, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>VariableElimination.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/VariableElimination.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>SamplingInferencer.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/SamplingInferencer.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>JunctionTreeInferencer.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/JunctionTreeInferencer.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>JunctionTree.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/JunctionTree.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>Inferencer.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/Inferencer.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the computed marginal of a given variable.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>BruteForceInferencer.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/BruteForceInferencer.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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>abstract &nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractInferencer.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractInferencer.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;variable)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractBeliefPropagation.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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>MessageArray.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/MessageArray.html#put(cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor)">put</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;msg)</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>MessageArray.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/MessageArray.html#put(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Factor)">put</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;to, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;msg)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>TRP.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/TRP.html#query(cc.mallet.grmm.types.DirectedModel, cc.mallet.grmm.types.Variable)">query</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/DirectedModel.html" title="class in cc.mallet.grmm.types">DirectedModel</A>&nbsp;m, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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="../../../../../cc/mallet/grmm/types/TableFactor.html" title="class in cc.mallet.grmm.types">TableFactor</A></CODE></FONT></TD> <TD><CODE><B>RandomGraphs.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/RandomGraphs.html#randomNodePotential(java.util.Random, cc.mallet.grmm.types.Variable)">randomNodePotential</A></B>(java.util.Random&nbsp;r, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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>AbstractBeliefPropagation.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to)</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>AbstractBeliefPropagation.MessageStrategy.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.MessageStrategy.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to)</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>AbstractBeliefPropagation.SumProductMessageStrategy.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.SumProductMessageStrategy.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to)</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>AbstractBeliefPropagation.MaxProductMessageStrategy.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.MaxProductMessageStrategy.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;to)</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>AbstractBeliefPropagation.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;to)</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>AbstractBeliefPropagation.MessageStrategy.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.MessageStrategy.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;to)</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>AbstractBeliefPropagation.SumProductMessageStrategy.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.SumProductMessageStrategy.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;to)</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>AbstractBeliefPropagation.MaxProductMessageStrategy.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/AbstractBeliefPropagation.MaxProductMessageStrategy.html#sendMessage(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Factor)">sendMessage</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;mdl, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;from, <A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;to)</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;int[]</CODE></FONT></TD> <TD><CODE><B>Utils.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/Utils.html#toSizesArray(cc.mallet.grmm.types.Variable[])">toSizesArray</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>VariableElimination.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/VariableElimination.html#unnormalizedMarginal(cc.mallet.grmm.types.FactorGraph, cc.mallet.grmm.types.Variable)">unnormalizedMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html" title="class in cc.mallet.grmm.types">FactorGraph</A>&nbsp;model, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;query)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The bulk of the variable-elimination algorithm.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="cc.mallet.grmm.inference.gbp"><!-- --></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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A> in <A HREF="../../../../../cc/mallet/grmm/inference/gbp/package-summary.html">cc.mallet.grmm.inference.gbp</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="../../../../../cc/mallet/grmm/inference/gbp/package-summary.html">cc.mallet.grmm.inference.gbp</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>ParentChildGBP.</B><B><A HREF="../../../../../cc/mallet/grmm/inference/gbp/ParentChildGBP.html#lookupMarginal(cc.mallet.grmm.types.Variable)">lookupMarginal</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;variable)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="cc.mallet.grmm.learning"><!-- --></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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A> in <A HREF="../../../../../cc/mallet/grmm/learning/package-summary.html">cc.mallet.grmm.learning</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="../../../../../cc/mallet/grmm/learning/package-summary.html">cc.mallet.grmm.learning</A> that return <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>ACRF.UnrolledGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledGraph.html#get(int)">get</A></B>(int&nbsp;idx)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>ACRF.UnrolledGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledGraph.html#varOfIndex(int, int)">varOfIndex</A></B>(int&nbsp;t, int&nbsp;j)</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="../../../../../cc/mallet/grmm/learning/package-summary.html">cc.mallet.grmm.learning</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</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>ACRF.UnrolledGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledGraph.html#getIndex(cc.mallet.grmm.types.Variable)">getIndex</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;int</CODE></FONT></TD> <TD><CODE><B>ACRF.UnrolledGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledGraph.html#observedValue(cc.mallet.grmm.types.Variable)">observedValue</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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>ACRF.UnrolledGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledGraph.html#setObserved(cc.mallet.grmm.types.Variable, int)">setObserved</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, int&nbsp;outcome)</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">Constructors in <A HREF="../../../../../cc/mallet/grmm/learning/package-summary.html">cc.mallet.grmm.learning</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledVarSet.html#ACRF.UnrolledVarSet(cc.mallet.grmm.learning.ACRF.UnrolledGraph, cc.mallet.grmm.learning.ACRF.Template, cc.mallet.grmm.types.Variable[], cc.mallet.types.FeatureVector)">ACRF.UnrolledVarSet</A></B>(<A HREF="../../../../../cc/mallet/grmm/learning/ACRF.UnrolledGraph.html" title="class in cc.mallet.grmm.learning">ACRF.UnrolledGraph</A>&nbsp;graph, <A HREF="../../../../../cc/mallet/grmm/learning/ACRF.Template.html" title="class in cc.mallet.grmm.learning">ACRF.Template</A>&nbsp;tmpl, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, <A HREF="../../../../../cc/mallet/types/FeatureVector.html" title="class in cc.mallet.types">FeatureVector</A>&nbsp;fv)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="cc.mallet.grmm.types"><!-- --></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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A> in <A HREF="../../../../../cc/mallet/grmm/types/package-summary.html">cc.mallet.grmm.types</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="../../../../../cc/mallet/grmm/types/package-summary.html">cc.mallet.grmm.types</A> that return <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>Factors.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factors.html#computeVars(cc.mallet.grmm.types.Factor)">computeVars</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;result)</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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>Factors.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factors.html#continuousVarsOf(cc.mallet.grmm.types.Factor)">continuousVarsOf</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;fg)</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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>Factors.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factors.html#discreteVarsOf(cc.mallet.grmm.types.Factor)">discreteVarsOf</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;fg)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#findVariable(java.lang.String)">findVariable</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Searches this model for a variable with a given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#findVariable(java.lang.String)">findVariable</A></B>(java.lang.String&nbsp;name)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>VarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/VarSet.html#get(int)">get</A></B>(int&nbsp;idx)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the variable in this clique at index idx.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>UnmodifiableVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/UnmodifiableVarSet.html#get(int)">get</A></B>(int&nbsp;idx)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>Universe.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Universe.html#get(int)">get</A></B>(int&nbsp;idx)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>ListVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/ListVarSet.html#get(int)">get</A></B>(int&nbsp;idx)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>HashVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/HashVarSet.html#get(int)">get</A></B>(int&nbsp;idx)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#get(int)">get</A></B>(int&nbsp;index)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a variable from this model with a given index.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>BitVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/BitVarSet.html#get(int)">get</A></B>(int&nbsp;idx)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>UndirectedGrid.</B><B><A HREF="../../../../../cc/mallet/grmm/types/UndirectedGrid.html#get(int, int)">get</A></B>(int&nbsp;x, int&nbsp;y)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#getChild()">getChild</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#getVariable(int)">getVariable</A></B>(int&nbsp;i)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#getVariable(int)">getVariable</A></B>(int&nbsp;i)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#getVariable(int)">getVariable</A></B>(int&nbsp;i)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getVariable(int)">getVariable</A></B>(int&nbsp;i)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#getVariable(int)">getVariable</A></B>(int&nbsp;i)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#getVariable(int)">getVariable</A></B>(int&nbsp;i)</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getVars()">getVars</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all variables which are assigned to.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>VarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/VarSet.html#toVariableArray()">toVariableArray</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the variables in this clique as an array, that should not be modified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>UnmodifiableVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/UnmodifiableVarSet.html#toVariableArray()">toVariableArray</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>ListVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/ListVarSet.html#toVariableArray()">toVariableArray</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>HashVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/HashVarSet.html#toVariableArray()">toVariableArray</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;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]</CODE></FONT></TD> <TD><CODE><B>BitVarSet.</B><B><A HREF="../../../../../cc/mallet/grmm/types/BitVarSet.html#toVariableArray()">toVariableArray</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="../../../../../cc/mallet/grmm/types/package-summary.html">cc.mallet.grmm.types</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</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>Universe.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Universe.html#add(cc.mallet.grmm.types.Variable)">add</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#addFactor(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, double[])">addFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var2, double[]&nbsp;probs)</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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#addRow(cc.mallet.grmm.types.Variable[], double[])">addRow</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, double[]&nbsp;values)</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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#addRow(cc.mallet.grmm.types.Variable[], int[])">addRow</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, int[]&nbsp;values)</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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#addRow(cc.mallet.grmm.types.Variable[], java.lang.Object[])">addRow</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, java.lang.Object[]&nbsp;values)</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.util.List</CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#allFactorsContaining(cc.mallet.grmm.types.Variable)">allFactorsContaining</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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.util.List</CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#allFactorsOf(cc.mallet.grmm.types.Variable)">allFactorsOf</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of all factors in the graph whose domain is exactly the specified var.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#containsVar(cc.mallet.grmm.types.Variable)">containsVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v1)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether this variable is part of the model.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#containsVar(cc.mallet.grmm.types.Variable)">containsVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the potential is over the given variable.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#containsVar(cc.mallet.grmm.types.Variable)">containsVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;boolean</CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#containsVar(cc.mallet.grmm.types.Variable)">containsVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this assignment specifies a value for <tt>var</tt></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#containsVar(cc.mallet.grmm.types.Variable)">containsVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true iff this potential is over the given variable</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#containsVar(cc.mallet.grmm.types.Variable)">containsVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html" title="class in cc.mallet.grmm.types">AbstractTableFactor</A></CODE></FONT></TD> <TD><CODE><B>TableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#createBlankSubset(cc.mallet.grmm.types.Variable[])">createBlankSubset</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html" title="class in cc.mallet.grmm.types">AbstractTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#createBlankSubset(cc.mallet.grmm.types.Variable[])">createBlankSubset</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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 abstract &nbsp;<A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html" title="class in cc.mallet.grmm.types">AbstractTableFactor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#createBlankSubset(cc.mallet.grmm.types.Variable[])">createBlankSubset</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#extractMax(cc.mallet.grmm.types.Variable)">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#extractMax(cc.mallet.grmm.types.Variable)">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a potential phi over the given variables obtained by taking phi (x) = max_[all v that contain x] this.prob (x)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#extractMax(cc.mallet.grmm.types.Variable)">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#extractMax(cc.mallet.grmm.types.Variable)">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#extractMax(cc.mallet.grmm.types.Variable)">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#extractMax(cc.mallet.grmm.types.Variable[])">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#extractMax(cc.mallet.grmm.types.Variable[])">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a potential phi over the given variables obtained by taking phi (x) = max_[all v that contain x] this.prob (x)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#extractMax(cc.mallet.grmm.types.Variable[])">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#extractMax(cc.mallet.grmm.types.Variable[])">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#extractMax(cc.mallet.grmm.types.Variable[])">extractMax</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#factorOf(cc.mallet.grmm.types.Variable)">factorOf</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factor for a given node.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#factorOf(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable)">factorOf</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the factor defined over a given pair of variables.</TD> </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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#get(int, cc.mallet.grmm.types.Variable)">get</A></B>(int&nbsp;ridx, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of var in this assigment.</TD> </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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#get(cc.mallet.grmm.types.Variable)">get</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/VarSet.html" title="interface in cc.mallet.grmm.types">VarSet</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#getAdjacentVertices(cc.mallet.grmm.types.Variable)">getAdjacentVertices</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all variables that are adjacent to a given variable in this graph---that is, the set of all variables that share a factor with this one.</TD> </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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getColumnInt(cc.mallet.grmm.types.Variable)">getColumnInt</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;x1)</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;<A HREF="../../../../../cc/mallet/grmm/types/CPT.html" title="class in cc.mallet.grmm.types">CPT</A></CODE></FONT></TD> <TD><CODE><B>DirectedModel.</B><B><A HREF="../../../../../cc/mallet/grmm/types/DirectedModel.html#getCptofVar(cc.mallet.grmm.types.Variable)">getCptofVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;node)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the conditional distribution <tt>P ( node | Parents (node) )</tt></TD> </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>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#getDegree(cc.mallet.grmm.types.Variable)">getDegree</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the degree of a given variable in this factor graph, that is, the number of factors in which the variable is an argument.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getDouble(int, cc.mallet.grmm.types.Variable)">getDouble</A></B>(int&nbsp;ridx, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of var in this assigment.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getDouble(cc.mallet.grmm.types.Variable)">getDouble</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;int</CODE></FONT></TD> <TD><CODE><B>Universe.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Universe.html#getIndex(cc.mallet.grmm.types.Variable)">getIndex</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;int</CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#getIndex(cc.mallet.grmm.types.Variable)">getIndex</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a unique numeric index for a variable in this model.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getObject(int, cc.mallet.grmm.types.Variable)">getObject</A></B>(int&nbsp;ri, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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.Object</CODE></FONT></TD> <TD><CODE><B>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#getObject(cc.mallet.grmm.types.Variable)">getObject</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;boolean</CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#isAdjacent(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable)">isAdjacent</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether two variables are adjacent in the model's graph.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>UndirectedModel.</B><B><A HREF="../../../../../cc/mallet/grmm/types/UndirectedModel.html#isConnected(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable)">isConnected</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v2)</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="../../../../../cc/mallet/grmm/types/LogTableFactor.html" title="class in cc.mallet.grmm.types">LogTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#makeFromLogMatrix(cc.mallet.grmm.types.Variable[], cc.mallet.types.Matrix)">makeFromLogMatrix</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, <A HREF="../../../../../cc/mallet/types/Matrix.html" title="interface in cc.mallet.types">Matrix</A>&nbsp;values)</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="../../../../../cc/mallet/grmm/types/LogTableFactor.html" title="class in cc.mallet.grmm.types">LogTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#makeFromLogValues(cc.mallet.grmm.types.Variable[], double[])">makeFromLogValues</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, double[]&nbsp;vals)</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="../../../../../cc/mallet/grmm/types/LogTableFactor.html" title="class in cc.mallet.grmm.types">LogTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#makeFromLogValues(cc.mallet.grmm.types.Variable, double[])">makeFromLogValues</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v, double[]&nbsp;vals)</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="../../../../../cc/mallet/grmm/types/LogTableFactor.html" title="class in cc.mallet.grmm.types">LogTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#makeFromMatrix(cc.mallet.grmm.types.Variable[], cc.mallet.types.SparseMatrixn)">makeFromMatrix</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, <A HREF="../../../../../cc/mallet/types/SparseMatrixn.html" title="class in cc.mallet.types">SparseMatrixn</A>&nbsp;values)</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="../../../../../cc/mallet/grmm/types/LogTableFactor.html" title="class in cc.mallet.grmm.types">LogTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#makeFromValues(cc.mallet.grmm.types.Variable[], double[])">makeFromValues</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, double[]&nbsp;vals)</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="../../../../../cc/mallet/grmm/types/LogTableFactor.html" title="class in cc.mallet.grmm.types">LogTableFactor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#makeFromValues(cc.mallet.grmm.types.Variable, double[])">makeFromValues</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double[]&nbsp;vals2)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#marginalize(cc.mallet.grmm.types.Variable)">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#marginalize(cc.mallet.grmm.types.Variable)">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the marginal of this distribution over one variable.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#marginalize(cc.mallet.grmm.types.Variable)">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#marginalize(cc.mallet.grmm.types.Variable)">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#marginalize(cc.mallet.grmm.types.Variable)">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#marginalize(cc.mallet.grmm.types.Variable[])">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#marginalize(cc.mallet.grmm.types.Variable[])">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the marginal of this distribution over the given variables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#marginalize(cc.mallet.grmm.types.Variable[])">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#marginalize(cc.mallet.grmm.types.Variable[])">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the marginal of this distribution over the given variables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#marginalize(cc.mallet.grmm.types.Variable[])">marginalize</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#marginalizeOut(cc.mallet.grmm.types.Variable)">marginalizeOut</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>Factor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factor.html#marginalizeOut(cc.mallet.grmm.types.Variable)">marginalizeOut</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the marginal distribution attained by summing out the given variable.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>CPT.</B><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#marginalizeOut(cc.mallet.grmm.types.Variable)">marginalizeOut</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#marginalizeOut(cc.mallet.grmm.types.Variable)">marginalizeOut</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractFactor.html#marginalizeOut(cc.mallet.grmm.types.Variable)">marginalizeOut</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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="../../../../../cc/mallet/grmm/types/CPT.html" title="class in cc.mallet.grmm.types">CPT</A></CODE></FONT></TD> <TD><CODE><B>Factors.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Factors.html#normalizeAsCpt(cc.mallet.grmm.types.AbstractTableFactor, cc.mallet.grmm.types.Variable)">normalizeAsCpt</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html" title="class in cc.mallet.grmm.types">AbstractTableFactor</A>&nbsp;ptl, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</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>FactorGraph.</B><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#remove(cc.mallet.grmm.types.Variable)">remove</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a variable from this model, along with all of its factors.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B>PottsTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/PottsTableFactor.html#secondDerivative(cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">secondDerivative</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;q, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;param, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;theta)</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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#setDouble(int, cc.mallet.grmm.types.Variable, double)">setDouble</A></B>(int&nbsp;ridx, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;value)</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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#setValue(int, cc.mallet.grmm.types.Variable, int)">setValue</A></B>(int&nbsp;ridx, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, int&nbsp;value)</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>Assignment.</B><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#setValue(cc.mallet.grmm.types.Variable, int)">setValue</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, int&nbsp;value)</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="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>TableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#slice_general(cc.mallet.grmm.types.Variable[], cc.mallet.grmm.types.Assignment)">slice_general</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#slice_general(cc.mallet.grmm.types.Variable[], cc.mallet.grmm.types.Assignment)">slice_general</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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 abstract &nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#slice_general(cc.mallet.grmm.types.Variable[], cc.mallet.grmm.types.Assignment)">slice_general</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>TableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#slice_onevar(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">slice_onevar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new potential from another by restricting it to a given assignment.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#slice_onevar(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">slice_onevar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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 abstract &nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#slice_onevar(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">slice_onevar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>TableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#slice_twovar(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">slice_twovar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v2, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>LogTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#slice_twovar(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">slice_twovar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v2, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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 abstract &nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A></CODE></FONT></TD> <TD><CODE><B>AbstractTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#slice_twovar(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">slice_twovar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;v2, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;observed)</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;double</CODE></FONT></TD> <TD><CODE><B>PottsTableFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/PottsTableFactor.html#sumGradLog(cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">sumGradLog</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;q, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;param, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;theta)</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;double</CODE></FONT></TD> <TD><CODE><B>ParameterizedFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/ParameterizedFactor.html#sumGradLog(cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">sumGradLog</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;q, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;param, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;assn)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the expected derivative of the log factor value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B>BinaryUnaryFactor.</B><B><A HREF="../../../../../cc/mallet/grmm/types/BinaryUnaryFactor.html#sumGradLog(cc.mallet.grmm.types.Factor, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Assignment)">sumGradLog</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Factor.html" title="interface in cc.mallet.grmm.types">Factor</A>&nbsp;q, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;param, <A HREF="../../../../../cc/mallet/grmm/types/Assignment.html" title="class in cc.mallet.grmm.types">Assignment</A>&nbsp;paramAssn)</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">Constructors in <A HREF="../../../../../cc/mallet/grmm/types/package-summary.html">cc.mallet.grmm.types</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#AbstractTableFactor(cc.mallet.grmm.types.Variable)">AbstractTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an identity potential over the given variable.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#AbstractTableFactor(cc.mallet.grmm.types.Variable[])">AbstractTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an identity potential with the given variables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#AbstractTableFactor(cc.mallet.grmm.types.Variable[], double[])">AbstractTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars, double[]&nbsp;probs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a potential with the given variables and the given probabilities.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#AbstractTableFactor(cc.mallet.grmm.types.Variable[], cc.mallet.types.Matrix)">AbstractTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars, <A HREF="../../../../../cc/mallet/types/Matrix.html" title="interface in cc.mallet.types">Matrix</A>&nbsp;probsIn)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a potential with the given variables and the given probabilities.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/AbstractTableFactor.html#AbstractTableFactor(cc.mallet.grmm.types.Variable, double[])">AbstractTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double[]&nbsp;values)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#Assignment(cc.mallet.grmm.types.Variable[], double[])">Assignment</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, double[]&nbsp;outcomes)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an assignemnt for the given variables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#Assignment(cc.mallet.grmm.types.Variable[], int[])">Assignment</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars, int[]&nbsp;outcomes)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an assignemnt for the given variables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#Assignment(cc.mallet.grmm.types.Variable, double)">Assignment</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;outcome)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/Assignment.html#Assignment(cc.mallet.grmm.types.Variable, int)">Assignment</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, int&nbsp;outcome)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/BetaFactor.html#BetaFactor(cc.mallet.grmm.types.Variable, double, double)">BetaFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;alpha, double&nbsp;beta)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/BetaFactor.html#BetaFactor(cc.mallet.grmm.types.Variable, double, double, double, double)">BetaFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;alpha, double&nbsp;beta, double&nbsp;min, double&nbsp;max)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/BinaryUnaryFactor.html#BinaryUnaryFactor(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable)">BinaryUnaryFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;theta1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;theta2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/BoltzmannPairFactor.html#BoltzmannPairFactor(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, double)">BoltzmannPairFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;x1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;x2, double&nbsp;sigma)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/BoltzmannUnaryFactor.html#BoltzmannUnaryFactor(cc.mallet.grmm.types.Variable, double)">BoltzmannUnaryFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;theta)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/CPT.html#CPT(cc.mallet.grmm.types.DiscreteFactor, cc.mallet.grmm.types.Variable)">CPT</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/DiscreteFactor.html" title="interface in cc.mallet.grmm.types">DiscreteFactor</A>&nbsp;subFactor, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;child)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/DirectedModel.html#DirectedModel(cc.mallet.grmm.types.Variable[])">DirectedModel</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/FactorGraph.html#FactorGraph(cc.mallet.grmm.types.Variable[])">FactorGraph</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a model with the variables given.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/HashVarSet.html#HashVarSet(cc.mallet.grmm.types.Variable[])">HashVarSet</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#LogTableFactor(cc.mallet.grmm.types.Variable)">LogTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/LogTableFactor.html#LogTableFactor(cc.mallet.grmm.types.Variable[])">LogTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/PottsTableFactor.html#PottsTableFactor(cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable, cc.mallet.grmm.types.Variable)">PottsTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;x1, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;x2, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;alpha)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/PottsTableFactor.html#PottsTableFactor(cc.mallet.grmm.types.VarSet, cc.mallet.grmm.types.Variable)">PottsTableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/VarSet.html" title="interface in cc.mallet.grmm.types">VarSet</A>&nbsp;xs, <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;alpha)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#TableFactor(cc.mallet.grmm.types.Variable)">TableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#TableFactor(cc.mallet.grmm.types.Variable[])">TableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#TableFactor(cc.mallet.grmm.types.Variable[], double[])">TableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars, double[]&nbsp;probs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#TableFactor(cc.mallet.grmm.types.Variable[], cc.mallet.types.Matrix)">TableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;allVars, <A HREF="../../../../../cc/mallet/types/Matrix.html" title="interface in cc.mallet.types">Matrix</A>&nbsp;probsIn)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/TableFactor.html#TableFactor(cc.mallet.grmm.types.Variable, double[])">TableFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double[]&nbsp;values)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/UndirectedModel.html#UndirectedModel(cc.mallet.grmm.types.Variable[])">UndirectedModel</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>[]&nbsp;vars)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/UniformFactor.html#UniformFactor(cc.mallet.grmm.types.Variable, double, double)">UniformFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;min, double&nbsp;max)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/UniformFactor.html#UniformFactor(cc.mallet.grmm.types.Variable, double, double, double)">UniformFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;min, double&nbsp;max, double&nbsp;val)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../cc/mallet/grmm/types/UniNormalFactor.html#UniNormalFactor(cc.mallet.grmm.types.Variable, double, double)">UniNormalFactor</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var, double&nbsp;mean, double&nbsp;variance)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="cc.mallet.grmm.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"> Uses of <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A> in <A HREF="../../../../../cc/mallet/grmm/util/package-summary.html">cc.mallet.grmm.util</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="../../../../../cc/mallet/grmm/util/package-summary.html">cc.mallet.grmm.util</A> that return <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></CODE></FONT></TD> <TD><CODE><B>LabelsAssignment.</B><B><A HREF="../../../../../cc/mallet/grmm/util/LabelsAssignment.html#varOfIndex(int, int)">varOfIndex</A></B>(int&nbsp;t, int&nbsp;j)</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="../../../../../cc/mallet/grmm/util/package-summary.html">cc.mallet.grmm.util</A> with parameters of type <A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../cc/mallet/types/Label.html" title="class in cc.mallet.types">Label</A></CODE></FONT></TD> <TD><CODE><B>LabelsAssignment.</B><B><A HREF="../../../../../cc/mallet/grmm/util/LabelsAssignment.html#labelOfVar(cc.mallet.grmm.types.Variable)">labelOfVar</A></B>(<A HREF="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types">Variable</A>&nbsp;var)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../../cc/mallet/grmm/types/Variable.html" title="class in cc.mallet.grmm.types"><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?cc/mallet/grmm/types//class-useVariable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Variable.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>
pdk/GUID-B2C8B2DE-5147-323E-9B72-84EB09260259.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxFile"/> <meta name="DC.Title" content="mpxfindinmusicshop.h"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-B2C8B2DE-5147-323E-9B72-84EB09260259"/> <title>mpxfindinmusicshop.h</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-B2C8B2DE-5147-323E-9B72-84EB09260259"><a name="GUID-B2C8B2DE-5147-323E-9B72-84EB09260259"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2437142 id2552970 id2552974 id2553050 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">mpxfindinmusicshop.h File Reference</h1> <div class="nested1" id="GUID-71F766BC-62E7-3B09-9374-18F0176E0C69"><a name="GUID-71F766BC-62E7-3B09-9374-18F0176E0C69"><!-- --></a> <h2 class="topictitle2">const TUid KSchemeHandlerDefinitionUid</h2> <table class="signature"><tr><td>const <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html">TUid</a></td><td>KSchemeHandlerDefinitionUid</td></tr></table><div class="section"></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
AndroidSpineServer/doc/spine/datamodel/ServiceMessage.html
t2health/BSPAN---Bluetooth-Sensor-Processing-for-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_18) on Fri Dec 23 08:30:00 PST 2011 --> <TITLE> ServiceMessage </TITLE> <META NAME="date" CONTENT="2011-12-23"> <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="ServiceMessage"; } } </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/ServiceMessage.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="../../spine/datamodel/Sensor.html" title="class in spine.datamodel"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../spine/datamodel/ShimmerData.html" title="class in spine.datamodel"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?spine/datamodel/ServiceMessage.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ServiceMessage.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"> spine.datamodel</FONT> <BR> Class ServiceMessage</H2> <PRE> java.lang.Object <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>spine.datamodel.ServiceMessage</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, <A HREF="../../spine/datamodel/functions/SpineObject.html" title="interface in spine.datamodel.functions">SpineObject</A></DD> </DL> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../spine/datamodel/serviceMessages/ServiceAckMessage.html" title="class in spine.datamodel.serviceMessages">ServiceAckMessage</A>, <A HREF="../../spine/datamodel/serviceMessages/ServiceErrorMessage.html" title="class in spine.datamodel.serviceMessages">ServiceErrorMessage</A>, <A HREF="../../spine/datamodel/serviceMessages/ServiceInfoMessage.html" title="class in spine.datamodel.serviceMessages">ServiceInfoMessage</A>, <A HREF="../../spine/datamodel/serviceMessages/ServiceNotSpecifiedMessage.html" title="class in spine.datamodel.serviceMessages">ServiceNotSpecifiedMessage</A>, <A HREF="../../spine/datamodel/serviceMessages/ServiceWarningMessage.html" title="class in spine.datamodel.serviceMessages">ServiceWarningMessage</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>ServiceMessage</B><DT>extends java.lang.Object<DT>implements <A HREF="../../spine/datamodel/functions/SpineObject.html" title="interface in spine.datamodel.functions">SpineObject</A></DL> </PRE> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../serialized-form.html#spine.datamodel.ServiceMessage">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>protected &nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#messageDetail">messageDetail</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;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#messageType">messageType</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="../../spine/datamodel/Node.html" title="class in spine.datamodel">Node</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#node">node</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;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#nodeID">nodeID</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="../../spine/datamodel/ServiceMessage.html#ServiceMessage()">ServiceMessage</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor of a ServiceMessage object.</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;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#getMessageDetail()">getMessageDetail</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter method for the message detail attribute</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#getMessageType()">getMessageType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter method for the message type attribute</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../spine/datamodel/Node.html" title="class in spine.datamodel">Node</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#getNode()">getNode</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getter method of the node issuing this service message</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../spine/datamodel/ServiceMessage.html#parse()">parse</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Currently, does nothing!</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="../../spine/datamodel/ServiceMessage.html#setMessageDetail(byte)">setMessageDetail</A></B>(byte&nbsp;messageDetail)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTERNAL FRAMEWORK USE ONLY</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="../../spine/datamodel/ServiceMessage.html#setMessageType(byte)">setMessageType</A></B>(byte&nbsp;messageType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTERNAL FRAMEWORK USE ONLY</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="../../spine/datamodel/ServiceMessage.html#setNode(spine.datamodel.Node)">setNode</A></B>(<A HREF="../../spine/datamodel/Node.html" title="class in spine.datamodel">Node</A>&nbsp;node)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTERNAL FRAMEWORK USE ONLY</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="../../spine/datamodel/ServiceMessage.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of the ServiceMessage object.</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="node"><!-- --></A><H3> node</H3> <PRE> protected <A HREF="../../spine/datamodel/Node.html" title="class in spine.datamodel">Node</A> <B>node</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="nodeID"><!-- --></A><H3> nodeID</H3> <PRE> protected int <B>nodeID</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="messageType"><!-- --></A><H3> messageType</H3> <PRE> protected byte <B>messageType</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="messageDetail"><!-- --></A><H3> messageDetail</H3> <PRE> protected byte <B>messageDetail</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="ServiceMessage()"><!-- --></A><H3> ServiceMessage</H3> <PRE> public <B>ServiceMessage</B>()</PRE> <DL> <DD>Default constructor of a ServiceMessage object. <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="getMessageType()"><!-- --></A><H3> getMessageType</H3> <PRE> public byte <B>getMessageType</B>()</PRE> <DL> <DD>Getter method for the message type attribute <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the message type code</DL> </DD> </DL> <HR> <A NAME="getMessageDetail()"><!-- --></A><H3> getMessageDetail</H3> <PRE> public byte <B>getMessageDetail</B>()</PRE> <DL> <DD>Getter method for the message detail attribute <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the message detail code</DL> </DD> </DL> <HR> <A NAME="setMessageDetail(byte)"><!-- --></A><H3> setMessageDetail</H3> <PRE> public void <B>setMessageDetail</B>(byte&nbsp;messageDetail)</PRE> <DL> <DD>INTERNAL FRAMEWORK USE ONLY <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setMessageType(byte)"><!-- --></A><H3> setMessageType</H3> <PRE> public void <B>setMessageType</B>(byte&nbsp;messageType)</PRE> <DL> <DD>INTERNAL FRAMEWORK USE ONLY <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setNode(spine.datamodel.Node)"><!-- --></A><H3> setNode</H3> <PRE> public void <B>setNode</B>(<A HREF="../../spine/datamodel/Node.html" title="class in spine.datamodel">Node</A>&nbsp;node)</PRE> <DL> <DD>INTERNAL FRAMEWORK USE ONLY <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getNode()"><!-- --></A><H3> getNode</H3> <PRE> public <A HREF="../../spine/datamodel/Node.html" title="class in spine.datamodel">Node</A> <B>getNode</B>()</PRE> <DL> <DD>Getter method of the node issuing this service message <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the Node issuing this service message</DL> </DD> </DL> <HR> <A NAME="parse()"><!-- --></A><H3> parse</H3> <PRE> protected java.lang.String <B>parse</B>()</PRE> <DL> <DD>Currently, does nothing! <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public java.lang.String <B>toString</B>()</PRE> <DL> <DD>Returns a string representation of the ServiceMessage object. <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>a string representation of this ServiceMessage</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/ServiceMessage.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="../../spine/datamodel/Sensor.html" title="class in spine.datamodel"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../spine/datamodel/ShimmerData.html" title="class in spine.datamodel"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?spine/datamodel/ServiceMessage.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ServiceMessage.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>
sdk/GUID-234E31B2-D83C-3073-BAEB-714EEEAED50E.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxFile" /> <meta name="DC.Title" content="SyncMLNotifierMain.cpp" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-234E31B2-D83C-3073-BAEB-714EEEAED50E" /> <title> SyncMLNotifierMain.cpp </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-234E31B2-D83C-3073-BAEB-714EEEAED50E"> <a name="GUID-234E31B2-D83C-3073-BAEB-714EEEAED50E"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> SyncMLNotifierMain.cpp File Reference </h1> <div class="nested1" id="GUID-8F10D862-D478-31EC-9378-A84BE4CD28AF"> <a name="GUID-8F10D862-D478-31EC-9378-A84BE4CD28AF"> <!-- --> </a> <h2 class="topictitle2"> CleanupArray(TAny *) </h2> <table class="signature"> <tr> <td> LOCAL_C void </td> <td> CleanupArray </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TAny </a> * </td> <td> aArray </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TAny </a> * aArray </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-B0C2D408-20D5-3B31-9573-E6F5F01EC07C"> <a name="GUID-B0C2D408-20D5-3B31-9573-E6F5F01EC07C"> <!-- --> </a> <h2 class="topictitle2"> CreateSmlNotifiersL() </h2> <table class="signature"> <tr> <td> LOCAL_C <a href="GUID-FCE7D958-96AA-346D-8D22-0EF24B9DB7CC.html"> CArrayPtrFlat </a> &lt; <a href="GUID-DE445C4B-22EF-3A1F-8A69-57CB703BFAD0.html"> MEikSrvNotifierBase2 </a> &gt; * </td> <td> CreateSmlNotifiersL </td> <td> ( </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-B1FB05C3-62C4-34EC-A5E9-C04F282A9092"> <a name="GUID-B1FB05C3-62C4-34EC-A5E9-C04F282A9092"> <!-- --> </a> <h2 class="topictitle2"> NotifierArray() </h2> <table class="signature"> <tr> <td> EXPORT_C <a href="GUID-BA67B47E-4874-3089-AB4E-ABB2CF25E647.html"> CArrayPtr </a> &lt; <a href="GUID-DE445C4B-22EF-3A1F-8A69-57CB703BFAD0.html"> MEikSrvNotifierBase2 </a> &gt; * </td> <td> NotifierArray </td> <td> ( </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="CDSAPublicKey" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A" /> <title> CDSAPublicKey </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A"> <a name="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2624990 id2625365 id2625370 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> CDSAPublicKey Class Reference </h1> <table class="signature"> <tr> <td> class CDSAPublicKey : public CDSAParameters </td> </tr> </table> <div class="section"> <div> <p> Representation of a DSA public key. </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CDSAPublicKey <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </li> </ul> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-D9328CDB-4067-3ACF-9583-FF975B079263"> ~CDSAPublicKey </a> (void) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> * </td> <td> <a href="#GUID-194A8F7A-28A1-3BF9-8A2E-2EB1696C033C"> NewL </a> ( <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> * </td> <td> <a href="#GUID-BD5582E6-FFF9-3485-B59E-1AF24C8AAA8E"> NewLC </a> ( <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C const <a href="GUID-E3D3C429-EA8C-34C1-9D1D-9062BC3D4F16.html"> TInteger </a> &amp; </td> <td> <a href="#GUID-7C1EE521-AAE8-3040-B92C-7B5D570601E5"> Y </a> (void) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Protected Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-F5C2FE68-BEBA-3B9C-B2E1-D7CED9B67197"> CDSAPublicKey </a> ( <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;, <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> </td> <td> <a href="#GUID-D0A8B11A-8C77-3C2F-B0EA-1073FEA55B85"> CDSAPublicKey </a> (void) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Private Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-585EC9C8-A058-39FD-B8DD-89C3E250C5F0"> CDSAPublicKey </a> (const <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp; </td> <td> <a href="#GUID-AAE6B924-0684-3304-9DEF-527282E7AEC7"> operator= </a> (const <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp;) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Delete(CBase *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Extension_(TUint,TAny *&amp;,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave,TUint) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::~CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::CDSAParameters(RInteger &amp;,RInteger &amp;,RInteger &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::CDSAParameters(void) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::G(void)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::GeneratePrimesL(const TDesC8 &amp;,TUint &amp;,RInteger &amp;,TUint,RInteger &amp;,TBool) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::NewL(RInteger &amp;,RInteger &amp;,RInteger &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::P(void)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::Q(void)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::ValidPrimeLength(TUint) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::ValidatePrimesL(const CDSAPrimeCertificate &amp;)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::~CDSAParameters(void) </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Protected Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> </td> <td> <a href="#GUID-4E059200-C2F6-3C48-84AE-EACADCBC34E5"> iY </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Attributes </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::iG </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::iP </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-76994822-5482-3055-9AF3-82A67845EB68.html"> CDSAParameters::iQ </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-F5C2FE68-BEBA-3B9C-B2E1-D7CED9B67197"> <a name="GUID-F5C2FE68-BEBA-3B9C-B2E1-D7CED9B67197"> <!-- --> </a> <h2 class="topictitle2"> CDSAPublicKey(RInteger &amp;, RInteger &amp;, RInteger &amp;, RInteger &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> CDSAPublicKey </td> <td> ( </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aP, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aQ, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aG, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aY </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [protected] </td> </tr> </table> <div class="section"> <div> <p> Constructor </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aP </td> <td> The DSA parameter, p (the prime) </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aQ </td> <td> The DSA parameter, q (the subprime) </td> </tr> <tr> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aG </td> <td> The DSA parameter, g (the base) </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aY </td> <td> The DSA parameter, y (the public key) </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-D0A8B11A-8C77-3C2F-B0EA-1073FEA55B85"> <a name="GUID-D0A8B11A-8C77-3C2F-B0EA-1073FEA55B85"> <!-- --> </a> <h2 class="topictitle2"> CDSAPublicKey(void) </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> CDSAPublicKey </td> <td> ( </td> <td> void </td> <td> </td> <td> ) </td> <td> [protected] </td> </tr> </table> <div class="section"> <div> <p> Default constructor </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> void </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-585EC9C8-A058-39FD-B8DD-89C3E250C5F0"> <a name="GUID-585EC9C8-A058-39FD-B8DD-89C3E250C5F0"> <!-- --> </a> <h2 class="topictitle2"> CDSAPublicKey(const CDSAPublicKey &amp;) </h2> <table class="signature"> <tr> <td> CDSAPublicKey </td> <td> ( </td> <td> const <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp; </td> <td> </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp; </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-D9328CDB-4067-3ACF-9583-FF975B079263"> <a name="GUID-D9328CDB-4067-3ACF-9583-FF975B079263"> <!-- --> </a> <h2 class="topictitle2"> ~CDSAPublicKey(void) </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> ~CDSAPublicKey </td> <td> ( </td> <td> void </td> <td> </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <p> Destructor </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> void </td> <td> </td> </tr> </table> </div> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-194A8F7A-28A1-3BF9-8A2E-2EB1696C033C"> <a name="GUID-194A8F7A-28A1-3BF9-8A2E-2EB1696C033C"> <!-- --> </a> <h2 class="topictitle2"> NewL(RInteger &amp;, RInteger &amp;, RInteger &amp;, RInteger &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> * </td> <td> NewL </td> <td> ( </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aP, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aQ, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aG, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aY </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [static] </td> </tr> </table> <div class="section"> <div> <p> Creates a new DSA public key object from a specified primes, base, and public key. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aP </td> <td> The DSA parameter, p (the prime) </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aQ </td> <td> The DSA parameter, q (the subprime) </td> </tr> <tr> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aG </td> <td> The DSA parameter, g (the base) </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aY </td> <td> The DSA parameter, y (the public key) </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-BD5582E6-FFF9-3485-B59E-1AF24C8AAA8E"> <a name="GUID-BD5582E6-FFF9-3485-B59E-1AF24C8AAA8E"> <!-- --> </a> <h2 class="topictitle2"> NewLC(RInteger &amp;, RInteger &amp;, RInteger &amp;, RInteger &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> * </td> <td> NewLC </td> <td> ( </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aP, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aQ, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aG, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; </td> <td> aY </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [static] </td> </tr> </table> <div class="section"> <div> <p> Creates a new DSA public key object from a specified primes, base, and public key. </p> <p> The returned pointer is put onto the cleanup stack. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aP </td> <td> The DSA parameter, p (the prime) </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aQ </td> <td> The DSA parameter, q (the subprime) </td> </tr> <tr> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aG </td> <td> The DSA parameter, g (the base) </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> &amp; aY </td> <td> The DSA parameter, y (the public key) </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-7C1EE521-AAE8-3040-B92C-7B5D570601E5"> <a name="GUID-7C1EE521-AAE8-3040-B92C-7B5D570601E5"> <!-- --> </a> <h2 class="topictitle2"> Y(void) </h2> <table class="signature"> <tr> <td> IMPORT_C const <a href="GUID-E3D3C429-EA8C-34C1-9D1D-9062BC3D4F16.html"> TInteger </a> &amp; </td> <td> Y </td> <td> ( </td> <td> void </td> <td> </td> <td> ) </td> <td> const </td> </tr> </table> <div class="section"> <div> <p> Gets the DSA parameter, y (the public key) </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> void </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-AAE6B924-0684-3304-9DEF-527282E7AEC7"> <a name="GUID-AAE6B924-0684-3304-9DEF-527282E7AEC7"> <!-- --> </a> <h2 class="topictitle2"> operator=(const CDSAPublicKey &amp;) </h2> <table class="signature"> <tr> <td> <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp; </td> <td> operator= </td> <td> ( </td> <td> const <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp; </td> <td> </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-BBB5FEE0-368B-32D8-A30F-CFF4FACBE29A.html"> CDSAPublicKey </a> &amp; </td> <td> </td> </tr> </table> </div> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-4E059200-C2F6-3C48-84AE-EACADCBC34E5"> <a name="GUID-4E059200-C2F6-3C48-84AE-EACADCBC34E5"> <!-- --> </a> <h2 class="topictitle2"> RInteger iY </h2> <table class="signature"> <tr> <td> <a href="GUID-8C8CA735-6B76-3204-AFBF-F95496EDCD91.html"> RInteger </a> </td> <td> iY </td> <td> [protected] </td> </tr> </table> <div class="section"> <div> <p> The DSA parameter, y, which is the public key </p> <p> <tt> y = g^x mod p </tt> </p> </div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
resources/public/index.html
whacked/iap2016
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="app"></div> <script src="js/compiled/iap2016.js" type="text/javascript"></script> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/functions_0x67.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="tabs"> <ul> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_0x66.html#index_f"><span>f</span></a></li> <li class="current"><a href="functions_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> <div class="contents"> Here is a list of all documented class members with links to the class documentation for each member: <h3><a class="anchor" id="index_g">- g -</a></h3><ul> <li>GConsole() : <a class="el" href="class_c_base_menu_async.html#ac6eb076d62ec6beaee688a25d7fb4f83">CBaseMenuAsync</a> , <a class="el" href="class_c_base_menu_sync.html#a165fab2c7b65d6b1865a77f77a98f201">CBaseMenuSync</a> , <a class="el" href="class_m_exec_controller.html#ac86eecb3d6f41aa1469a455cd8f4816b">MExecController</a> </li> <li>Get() : <a class="el" href="class_t_digit.html#ac59dd51bd32a1a8f614f96093ca29937">TDigit</a> </li> <li>GetA() : <a class="el" href="class_c_e_com_calculator_app_view.html#a26b6acd4cea10ef2c8bd4724f284c6f9">CEComCalculatorAppView</a> </li> <li>GetABookFast() : <a class="el" href="class_c_book_db.html#a3f4fd01c0f549c6c564955f2faa6ee62">CBookDb</a> </li> <li>GetAddress() : <a class="el" href="class_c_shared_intermediator.html#accce976d88b563b511fee0754aac51d7">CSharedIntermediator</a> </li> <li>GetAddressHex() : <a class="el" href="class_t_bluetooth_info.html#ac49072f87f7d2b6f499538ac3c23d37f">TBluetoothInfo</a> </li> <li>GetAddressL() : <a class="el" href="class_c_s_m_s_example_app_ui.html#ae292f7b9c356d224aafa380693bbe24e">CSMSExampleAppUi</a> </li> <li>GetAllBooksL() : <a class="el" href="class_c_book_db.html#a748adb83e450c321b2c9af57eaf029e4">CBookDb</a> </li> <li>GetAnniversariesL() : <a class="el" href="class_c_calendar_a_p_iexample_engine.html#ac3b7e15f745f89b94a308ae8367efb70">CCalendarAPIexampleEngine</a> </li> <li>GetAuthorL() : <a class="el" href="class_c_d_b_m_s_editor_view.html#ac153bdf2df99a4d0caa2759892069127">CDBMSEditorView</a> </li> <li>GetB() : <a class="el" href="class_c_e_com_calculator_app_view.html#a8ade2ea0aa3f0ca7f99086ab3fc86433">CEComCalculatorAppView</a> </li> <li>GetBooksByKeyL() : <a class="el" href="class_c_book_db.html#a6b153d0c0eb9d365b1163ec1301be78e">CBookDb</a> </li> <li>GetBuf() : <a class="el" href="class_t_my_class.html#a748ac22426e7695ccfb1af1dd88c96a9">TMyClass</a> </li> <li>GetCaps() : <a class="el" href="class_d_driver1_factory.html#af6c76eec10ac39e32d1095b9b3a7ecc0">DDriver1Factory</a> </li> <li>GetConfig() : <a class="el" href="class_r_driver1.html#ac728a3fa6f4d51b284bcee48d8cc3f4a">RDriver1</a> </li> <li>GetDescriptionL() : <a class="el" href="class_c_d_b_m_s_editor_view.html#a8216c1ac1fafb20f3e14770ced04ab3d">CDBMSEditorView</a> </li> <li>GetDeviceAddress() : <a class="el" href="class_c_b_t_discoverer.html#ace1adacff37ad877f1f5a1f87f617b1c">CBTDiscoverer</a> </li> <li>GetDeviceName() : <a class="el" href="class_t_bluetooth_info.html#a617ecc3e977de7578be598e50644252e">TBluetoothInfo</a> </li> <li>GetExampleType() : <a class="el" href="class_c_i_s_v_a_p_i_base.html#a5f58d0283c6a33fc1c446c5770584700">CISVAPIBase</a> </li> <li>GetExtendedInterface() : <a class="el" href="class_c_xml_example.html#ae79e3ab9f68abb8f6f953a90e8d552ee">CXmlExample</a> </li> <li>GetFolderSMSMessageInformationL() : <a class="el" href="class_c_sms_engine.html#acd15ac630458ed527e065a211833b803">CSmsEngine</a> , <a class="el" href="class_c_s_m_s_example_mtms_engine.html#a190337cfafc2bd34b742af77e6c40a3e">CSMSExampleMtmsEngine</a> </li> <li>GetInput() : <a class="el" href="class_c_base_menu_async.html#aada4d420e51e821254a5246ae4012cb8">CBaseMenuAsync</a> </li> <li>GetItemL() : <a class="el" href="class_c_contacts_model_document.html#a408bc4fcba90731f62d3e4ce0d7da83d">CContactsModelDocument</a> </li> <li>GetMessage() : <a class="el" href="class_t_request.html#ad1bfe2a053a3d898a965a180e8a63373">TRequest</a> </li> <li>GetMessageAddressL() : <a class="el" href="class_c_s_m_s_example_mtms_engine.html#a77cafdea7482dfe45f713806ea98aff0">CSMSExampleMtmsEngine</a> </li> <li>GetMessageIds() : <a class="el" href="class_c_sms_engine.html#a6cae31610a4a889dfd00d3e53bdb8190">CSmsEngine</a> , <a class="el" href="class_c_s_m_s_example_mtms_engine.html#ab5f0023ce3f3d8d4214a43019671d9f9">CSMSExampleMtmsEngine</a> </li> <li>GetMessageIndexBodyTextL() : <a class="el" href="class_c_s_m_s_example_mtms_engine.html#aaf1586b4d36213206e5ad65915538354">CSMSExampleMtmsEngine</a> </li> <li>GetMessageL() : <a class="el" href="class_c_s_m_s_example_mtms_engine.html#a47cec0be7fbd4b7c3eeb5c568a560693">CSMSExampleMtmsEngine</a> </li> <li>GetNames() : <a class="el" href="class_c_b_t_discoverer.html#a0dc7ee9d24b57d97b6825eeaa2d08d59">CBTDiscoverer</a> </li> <li>GetNumber() : <a class="el" href="class_c_long_number.html#a5ef806e05880bcf07c0506bd36beefe0">CLongNumber</a> </li> <li>GetProgressNotification() : <a class="el" href="class_c_r_connection.html#a147d17095309f15cc007cf20271884ec">CRConnection</a> </li> <li>GetPropertiesL() : <a class="el" href="class_c_ezlib_example.html#af8c5bb49dba35b4870f4849ec1a70151">CEzlibExample</a> </li> <li>GetSelectedItem() : <a class="el" href="class_c_d_b_m_s_listbox_view.html#a0df7d5e7a352bacec3bf84e7f487d1ad">CDBMSListboxView</a> , <a class="el" href="class_c_contacts_model_container.html#a07afcb84d5b8d19acd6067c641d65cd0">CContactsModelContainer</a> </li> <li>GetSelectedItems() : <a class="el" href="class_c_markable_list_container.html#a33290384da240b832c560970c8659fa8">CMarkableListContainer</a> </li> <li>GetState() : <a class="el" href="class_c_response.html#a118506616c44d373a0a924f6fd4dea0b">CResponse</a> </li> <li>GetSyncValue() : <a class="el" href="class_c_thread_engine.html#a7f6b1665b605dcf900473bce9a9191b9">CThreadEngine</a> </li> <li>GetTelObj() : <a class="el" href="class_c_base_menu_sync.html#aaaa99c2f5c5a3a2a1758f5d0dde3f88c">CBaseMenuSync</a> , <a class="el" href="class_c_base_menu_async.html#a5791cf54d7993943f2a5b063e5cd2483">CBaseMenuAsync</a> , <a class="el" href="class_m_exec_controller.html#a679d2e36ae9e07415cbdcfb63b4c6f42">MExecController</a> </li> <li>GetText() : <a class="el" href="class_c_hello_world_basic_app_view.html#a06d9ceabab68ab2e9935b1af116b654c">CHelloWorldBasicAppView</a> </li> <li>GetTitleL() : <a class="el" href="class_c_d_b_m_s_editor_view.html#a8c13d203427fd7dd2c43429b388d23e7">CDBMSEditorView</a> </li> <li>GetTokens() : <a class="el" href="class_c_queue.html#ab4d7758aee550b3f77a800959979e9fd">CQueue</a> </li> <li>GetUserInput() : <a class="el" href="class_c_feat_mngr_example.html#a97ca8c2de0959fe9235c182a9af9a744">CFeatMngrExample</a> </li> <li>GetValues() : <a class="el" href="class_c_calendar_a_p_iexample_entry_item_list.html#a19ad7c25fc24dab3d38f031ec6401394">CCalendarAPIexampleEntryItemList</a> </li> <li>GetValuesToSet() : <a class="el" href="class_c_calendar_a_p_iexample_engine.html#abd740ea4b118933e914bd6e75f233b99">CCalendarAPIexampleEngine</a> </li> <li>GetViewBuffer() : <a class="el" href="class_c_file_forwarder.html#a6e4641a03eaf706f957e7ed7014bcec3">CFileForwarder</a> , <a class="el" href="class_m_result_viewer.html#a30d7e86bbb78ba769648736a9ee9e62d">MResultViewer</a> </li> </ul> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFNotesMaster.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.xslf.usermodel.XSLFNotesMaster (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="Uses of Class org.apache.poi.xslf.usermodel.XSLFNotesMaster (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><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">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/poi/xslf/usermodel/class-use/XSLFNotesMaster.html" target="_top">Frames</a></li> <li><a href="XSLFNotesMaster.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.poi.xslf.usermodel.XSLFNotesMaster" class="title">Uses of Class<br>org.apache.poi.xslf.usermodel.XSLFNotesMaster</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/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</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.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.xslf.usermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a> in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</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/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</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/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a></code></td> <td class="colLast"><span class="strong">XSLFNotes.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotes.html#getMasterSheet()">getMasterSheet</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">XSLFNotesMaster</a></code></td> <td class="colLast"><span class="strong">XMLSlideShow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html#getNotesMaster()">getNotesMaster</a></strong>()</code> <div class="block">Return the Notes Master, if there is one.</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/poi/xslf/usermodel/XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel">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/poi/xslf/usermodel/class-use/XSLFNotesMaster.html" target="_top">Frames</a></li> <li><a href="XSLFNotesMaster.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 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
dev-resources/public/earnings/stt.html
strohs/stock-chart
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <title>Briefing.com: Ticker Search</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <div id="DocumentHead"> <link rel="stylesheet" href="http://era.briefing.com/Common/Css/InPlayEQ/BriefingCombined/Briefing.combo.all.css?v=c201310141" type="text/css" media="screen" title="no title" charset="utf-8" /> </div> <!-- jQuery UI --> <link rel="stylesheet" href="/Common/Css/jquery/jquery-ui-1.10.0.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <!-- overrides jQuery UI styles so it needs to load after the jQuery UI --> <link rel="stylesheet" href="/Common/Css/InplayEQJSON/dialogs.css?v=c201309301" type="text/css" media="screen" title="no title" charset="utf-8" /> <div id="AllPagesHeadScriptInclude"> <!-- the only js file allowed in the head, all the others should be set in the bottom of the page using Briefing.getScripts --> <script src="/Common/Javascript/InPlayEQJSON/Briefing.js?v=j20131021" type="text/javascript" charset="utf-8"></script> </div> </head> <body> <span id="AudioSpan"></span> <table style="width:100%; text-align:center;" cellspacing="0" cellpadding="0" border="0" > <tr><td><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="10px" height="10"></td> <td valign="top" style="text-align:left;"> <div id="PageHeader"> </div> <img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="700px" height="4"> </td> <td style="text-align:left;"> <div id="Search"></div> </td> <td><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="10px" height="10"></td> </tr> <tr><td><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="10px" height="10"></td> <td colspan="2" style="width:100%;"><div id="Content"> <!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> <script language="JavaScript"> function clearViewState(){ var v = document.getElementById('__VIEWSTATE'); v.parentNode.removeChild(v); //Reset Min & Max to fix paging issue var MinId = document.getElementById('MinId'); MinId.value = 1; var MaxId = document.getElementById('MaxId'); MaxId.value = 100; var NumberOfPastMonths = document.getElementById('NumberOfPastMonths'); NumberOfPastMonths.value = 3; } </script> <title> Briefing.com Ticker Search </title></head> <body> <form name="TickerSearchForm" method="get" action="TickerSearchInPlayEq.aspx?SearchTextBox=stt&amp;PagePrefix=EQEarningsResults" id="TickerSearchForm" style="text-align: right;"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMjAxODc4NjI5NWQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFDFNlYXJjaEJ1dHRvbs24H+ml8LkhKW7/Ka7vXU8/l1Ba" /> <input name="SearchTextBox" type="text" id="SearchTextBox" style="padding: 0px; margin: 0px; width: 90px; height: 15px; font-size: xx-small; font-family: 'Trebuchet MS'; font-weight: normal; text-transform: uppercase;" value="STT" onKeyPress="return Briefing.util.submitenter (this, event, 'SearchButton')" /> <img width="8" height="5" src="/Common/Images/InPlayEQ/Global/spacer.gif" alt=""/> <input type="image" name="SearchButton" id="SearchButton" align="top" class="vspace2px" src="/Common/Images/InPlayEQ/Global/SearchBtn-green.gif" border="0" onclick="clearViewState();" language="javascript" style="height:16px;width:55px;" /> <hr class="lightGray2" style="height: 1px;"/> <input type="hidden" name="PagePrefix" id="PagePrefix" value="EQEarningsResults" /> <input type="hidden" name="NumberOfPastMonths" id="NumberOfPastMonths" value="-1" /> <input type="hidden" name="MinId" id="MinId" value="1" /> <input type="hidden" name="MaxId" id="MaxId" value="100" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBwLV2eT7BwKx0Ju9AgLR1viaCQLi2tfoBwKHk+ngCAKRnf2sBQK/ks3RBbiSVKbXEZhuPvBEVg/a+urDXXk6" /></form> <div id="ResultsDiv"><span id="sortbodytagoverride" style="display; none;"></span><table style="width:100%;text-align:left;" border="0"> <tr> <td style="width:20%;"><span class="largeFontBoldBlack">STATE STREET (STT) </span></td> <td style="width:80%;"><span class="boldText"> SECTOR: Financials</span><span class="boldText" style="padding-left:20px;"> INDUSTRY: Capital Markets</span></td> </tr> </table><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="10" height="10"><table style="width: 100%; nowrap:nowrap; min-width: 952px;" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><td colspan="3"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="700" height="0"></td></tr> <tr> <td style="width: 10px; border-style: none; border-width: 0"><IMG alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/topRowLeft.gif?v=i000000000" width="10" style="height: 22px"></td> <td class="TableTopRow" style="text-align:left;width:52%"> <div id="OnlyHighlightWordsAfterThis"></div> </td> <td class="TableTopRow" style="width:48%;text-align:right;"> <table class="innernavigationmenu" style="width: 630px;" cellspacing="0" cellpadding="0" border="0"> <tr style="text-align: center;"> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchInPlay" style="width:14%"><a class="rtopmenuLink SearchInPlay" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?SearchTextBox=STT"> LIVE IN PLAY</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchUpDown" style="width:22%"><a class="rtopmenuLink SearchUpDown" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQUpgradesDowngrades&amp;SearchTextBox=STT"> UPGRADES/DOWNGRADES</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchEarningsResult" style="width:11%"><a class="rtopmenuLink SearchEarningsResult" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQEarningsResults&amp;SearchTextBox=STT"> EARNINGS</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchGuidance" style="width:11%"><a class="rtopmenuLink SearchGuidance" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQEarningsGuidance&amp;SearchTextBox=STT"> GUIDANCE</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchEventConf" style="width:8%"><a class="rtopmenuLink SearchEventConf" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQEventConferenceCalendar&amp;SearchTextBox=STT"> EVENTS</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchIPO" style="width:6%"><a class="rtopmenuLink SearchIPO" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQIPOCalendar&amp;SearchTextBox=STT"> IPO</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchSameStoreSales" style="width:18%"><a class="rtopmenuLink SearchSameStoreSales" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQSameStoreSales&amp;SearchTextBox=STT"> SAME STORE SALES</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> <td class="rtopmenu SearchSplits" style="width:7%"><a class="rtopmenuLink SearchSplits" href="/GeneralContent/InPlayEQ/Active/TickerSearch/TickerSearchInPlayEq.aspx?PagePrefix=EQSplitsCalendar&amp;SearchTextBox=STT"> SPLITS</a></td> <td class="rtopmenu" style="width: 2px"><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/MenuDivider.gif?v=i000000000" width="2" height="22"></td> </tr> </table> </td> <td style="width: 10px; border-style: none; border-width: 0"><IMG alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/topRowRight.gif?v=i000000000" width="10" style="height: 22px"></td> </tr> </tbody> </table> <table class="contentBorder search-results" cellspacing="0" cellPadding="0" style="width:100%" border="1"> <tr> <td class="darkGray"> <div id="searchDateRange" class="search-header-btn" style="display:inline;">DATE RANGE <img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/BlueDownArrow.gif?v=i000000000" alt="" width="9" height="9"></div> </td> </tr> <tr class="goldRowBold"> <td colspan="3" class="mainTitleBold" style="text-align:left;">FUTURE EVENTS</td> </tr><tr class="boldTextTopRowGold"> <td> <table cellSpacing="0" cellPadding="0" style="width:100%"> <tr class="boldTextTopRowGold"> <td class="mainTitleBold" style="width:12%;"> <div class="margin-left">Date</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:12%;"> <div class="margin-left">Page</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:66%;"> <div class="margin-left">Event</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="text-align:center"> Add Event </td> </tr> <tr class="rD"> <td nowrap valign="Top" style="font-weight:normal"> <div class="margin-left">24-Jan-14</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td valign="Top" style="font-weight:normal"> <div class="margin-left">Calls</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td valign="Top" style="font-weight:normal"> <div class="margin-left">Earnings Conference Call: (888)391-4233 on Jan 24 2014 9:30AM</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td style="text-align:center" class="calendarColumn"> </td> </tr> <tr class="rL"> <td nowrap valign="Top" style="font-weight:normal"> <div class="margin-left">24-Jan-14</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td valign="Top" style="font-weight:normal"> <div class="margin-left">Earnings</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td valign="Top" style="font-weight:normal"> <div class="margin-left">Next earnings release: Jan 24 before market, confirmed. Capital IQ estimate: 1.20</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td style="text-align:center" class="calendarColumn"> <img class="AddEvents" src="/Common/Images/InPlayEQ/EarningsEvents/icon-AddEvent.gif" alt="Add Events" AddEventCal="/GeneralContent/InPlayEQ/Active/EventConferenceCalendar/CalendarEvent.aspx?EventName=State%20Street%20(STT)%20Next%20earnings%20release%3B%20Jan%2024%20before%20market%2C%20confirmed.&amp;StartDate=01/24/2014&amp;Timezone=EST&amp;AllDayEvent=True&amp;CalType=MSOutLookCalendar" style="cursor:pointer;"><a class="EventCal" style="display:none" href="#"></a></td> </tr> </table> </td> </tr> </table> <table cellSpacing="0" cellPadding="0" style="width:100%"><tr> <td> <table class="contentBorder search-results" cellspacing="0" cellpadding="0" style="width:100%"><thead> <tr class="goldRowBold"> <td class="mainTitleBold" colSpan="25" style="text-align:left;">EARNINGS RESULTS</td> </tr> <tr class="boldTextTopRowGold"> <td class="sortable defaultsort mainTitleBold" style="width:7%; text-indent: 10px;">Date</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:7%;line-height:18px;">Fiscal<br>End</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:7%;line-height:18px;">Fiscal<br>Qtr</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:7%;">Time</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="sortable mainTitleBold" style="width:8%;">Surprise</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:8%;">Actual</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:12%;" nowrap="true">Consensus</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:12%;">1 Year Ago</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:12%;line-height:18px;">Actual Revenue</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:12%;line-height:18px;">Rev Consensus</td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td class="mainTitleBold" style="width:12%;line-height:18px;">Year to Year Revenue</td> </tr> </thead> <tr class="rD"> <td> <div class="margin-left">22-Oct-13</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201309</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.19</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.19</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.99</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2469</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2516.15</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3.4 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">19-Jul-13</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201306</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.06</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.24</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.18</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2580</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2536.82</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.9 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">19-Apr-13</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201303</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.96</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.84</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2470</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2487.67</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2.0 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">18-Jan-13</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201212</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.11</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2463</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2372.07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">7.0 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">16-Oct-12</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201209</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.99</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.96</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.96</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2348</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2382.84</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-2.7 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">17-Jul-12</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201206</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.98</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.96</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2426</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2430.39</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-2.6 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">17-Apr-12</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201203</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-0.03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.84</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.87</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.88</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2403</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2334.07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3.1 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">18-Jan-12</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201112</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-0.01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.94</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.87</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2286</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2393.07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">11.9 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">18-Oct-11</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201109</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.96</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.89</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.86</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2413.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2388.51</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">12.0 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">19-Jul-11</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201106</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-0.01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.96</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.97</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2491</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2381.38</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">8.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">19-Apr-11</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201103</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.88</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.75</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2330</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">10.1 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">19-Jan-11</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201012</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.87</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2281</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">9.6 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">19-Oct-10</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201009</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.86</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.05</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2154</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-3.7 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">20-Jul-10</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201006</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2304</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">8.6 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">20-Apr-10</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">201003</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.75</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2116</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.4 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">20-Jan-10</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200912</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.18</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2280</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-14.7 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">20-Oct-09</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200909</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.05</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.24</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2236</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-19.3 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">21-Jul-09</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200906</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.39</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2153</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-20.3 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">21-Apr-09</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200903</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.39</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2002</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-22.3 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">20-Jan-09</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200812</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.18</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.38</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2641.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">5.8 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">15-Oct-08</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200809</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.24</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.15</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2536</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">12.4 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">15-Jul-08</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200806</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.39</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2672</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">39.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">15-Apr-08</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200803</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.39</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2577.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.0 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">15-Jan-08</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200712</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.38</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.86</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2479.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">52.8 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">16-Oct-07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200709</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.15</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.80</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2240.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">47.9 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">17-Jul-07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200706</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1921.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">16.4 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">17-Apr-07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200703</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.84</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1696.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">11.4 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">17-Jan-07</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200612</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.86</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.74</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1622.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">7.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">17-Oct-06</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200609</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.80</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.75</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1515.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-8.2 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">18-Jul-06</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200606</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.66</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1651</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">8.4 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">18-Apr-06</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200603</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.84</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.67</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1523</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">16.4 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">18-Jan-06</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200512</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.74</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.57</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1416.0</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">11.4 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">18-Oct-05</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200509</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.75</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.55</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1388.00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2.0 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">19-Jul-05</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200506</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.66</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.68</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1361.00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">19-Apr-05</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200503</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.67</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.67</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1308</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2.9 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">18-Jan-05</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200412</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.60 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.71 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1271. </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-15.6 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">12-Oct-04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200409</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.55 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.66 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1174 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.3 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">13-Jul-04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200406</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.68 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.52 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1287. </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-0.9 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">13-Apr-04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200403</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.67 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.43 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1230 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">21.2 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">13-Jan-04</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200312</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.71 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.56 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1173. </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">23.2 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">14-Oct-03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200309</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.66 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.56 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1126.00 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">17.8 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">15-Jul-03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200306</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.52 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.54 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1082.00 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">6.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">15-Apr-03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200303</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.46 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.52 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1020. </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.0 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">10-Jan-03</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200212</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.56 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.52 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">976.0 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-4.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">15-Oct-02</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200209</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.56 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.51 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">972. </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">-1.3 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">16-Jul-02</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200206</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.54 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.50 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1018.0 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3.0 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">16-Apr-02</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200203</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.54 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.47 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">996. </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4.5 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">16-Jan-02</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200112</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.52 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.45 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1009.0 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">12.9 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">17-Oct-01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200109</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.51 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.46 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">997.00 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">10.2 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">17-Jul-01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200106</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.50 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.45 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">982 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">10.8 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">17-Apr-01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200103</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.93 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.92 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">946 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1.7 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">17-Jan-01</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200012</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.90 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.73 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">894.0 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">9.0 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">18-Oct-00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200009</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.91 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.77 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">149.839 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">19.3 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">19-Jul-00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200006</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">2</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.90 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.75 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">886.0 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">14.6 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">18-Apr-00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">200003</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.92 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.74 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">149.651 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">23.5 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">18-Jan-00</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">199912</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">4</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.73 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.68 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">1032 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">42.1 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">19-Oct-99</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">199909</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">3</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.77 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.68 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">571 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">11.7 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">14-Apr-98</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.64 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.53 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">21.7 % </div> </td> </tr> <tr class="rD"> <td> <div class="margin-left">15-Oct-97</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.62 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.45 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">30.2 % </div> </td> </tr> <tr class="rL"> <td> <div class="margin-left">16-Jul-97</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">Before</div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.57 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">0.44 </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"></div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center"> -- </div> </td> <td class="VerticalRowDotted" style="width:1px;"><img src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="1"></td> <td> <div class="margin-center">n/a % </div> </td> </tr> </table> </td> </tr> </table> <div id="BottomGrayCap" style="width:100%;"> <TABLE style="width:100%" cellpadding="0" cellspacing="0"> <TR> <TD valign="top" style="text-align: left; background-image: url('http://epic.briefing.com/Common/Images/InPlayEQ/Global/bottom_capMid.gif?v=i000000000'); border-left-width:0px; border-right-width:0px" colspan="13"><IMG alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/bottom_capLeft.gif?v=i000000000" width="20" height="9" align="top"></TD> <TD valign="top" style="text-align: right; background-image: url('http://epic.briefing.com/Common/Images/InPlayEQ/Global/bottom_capMid.gif?v=i000000000')"><IMG alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/bottom_capRight.gif?v=i000000000" width="20" height="9" align="top"></TD> </TR> </TABLE><IMG src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="10" height="10"></div> <table border="0" cellpadding="0" cellspacing="0" width="100%" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:www.briefing.com"> <tr class="rE"><td height="1"> <table border="0" cellpadding="0" cellspacing="0"><tr valign="top"><td></td></tr></table> </td> </tr> </table> <table style="text-align:left;width:100%;"><tr><td class="smallTextblack"> Consensus EPS and Revenue Estimates provided by Capital IQ, a Standard &amp; Poor's business. </td></tr></table> <div style="display: none;" id="searchvalue" searchText="stt" months="-1" contentLevel="BRF_IN"></div> <!-- EQTickerSearchEarningsCalendarContent -7074 --> </div> </body> </html> </div></td> <td><img alt="" src="http://epic.briefing.com/Common/Images/InPlayEQ/Global/spacer.gif?v=i000000000" width="10px" height="10"></td> </tr> </table> <div hasState="false" id="PageInfo" pageid="-9031" saveStatePageId="" printPageId="" pagename="EqTickerSearchAspx" style="display:none;"></div> <table id="addQuickLinksHere" style="display : none;"></table> <div id="BottomInclude"></div> <div id="ExtraBottomInclude"> <script type="text/javascript"> Briefing.execAfterDependencies('init_innermenu', [], ['menu'], true, (function() { Briefing.Menu.initializeInnerNav(); Briefing.register('init_innermenu', Briefing.Menu); })); </script> </div> <div id="SearchBottomInclude"></div> <div class="yui-skin-sam"> <div id="TrialTipPanel" style="visibility:hidden"> <div class="hd">Tip of the Day</div> <div class="bd" style="padding: 0px;" ></div> </div> </div> <!-- jQuery --> <script type="text/javascript" charset="utf8" src="/Common/Javascript/jquery/jquery-1.8.2.min.js"></script> <script type="text/javascript" charset="utf8" src="/Common/Javascript/jquery/jquery-ui-1.10.0.js"></script> <!-- YUI --> <script src="/Common/Javascript/2.5.2/combo/combo.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" language="JavaScript" src="/Common/Javascript/TrialTips/TrialTip.js?v=j20131021" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.config.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.user.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.PageUpdates.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.util.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.common.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Tools.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Menu.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Search.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.DataSource.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Alerts.Fire.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Alerts.Match.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Alerts.Audio.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <script src="/Common/Javascript/InPlayEQJSON/Briefing.Alerts.Visual.js?v=j20131021" type="text/javascript" charset="utf-8"></script> <!-- Start PageTracking Fragment --> <div id="PageTrackingDcsTags"> <script type="text/javascript" language="JavaScript" src="/Common/Javascript/PageTracking/PageTracking.js"></script> </div> <!-- End PageTracking Fragment --> <div id="guidance.overlay" style="position: absolute; top: 0px; left: 0px; visibility:hidden"> <div class="bd" /> </div> <!-- hidden divs for dialog boxes --> <div id="alertDialog" style="display: none"></div> <div id="audioDiv" style="display: none"></div> </body> </html> <script type="text/javascript" src="http://tcr.tynt.com/javascripts/Tracer.js?user=bE9by4aK0r4jhOadbi-bpO"></script><!-- 01/21/14 12:33:36 P-9031 S24 -->
sdk/GUID-807D1B70-6E54-3DD6-8B1D-522D31619248.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="TReadNumberOfSupportedIACCompleteEvent" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-807D1B70-6E54-3DD6-8B1D-522D31619248" /> <title> TReadNumberOfSupportedIACCompleteEvent </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-807D1B70-6E54-3DD6-8B1D-522D31619248"> <a name="GUID-807D1B70-6E54-3DD6-8B1D-522D31619248"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2858862 id2860162 id2860211 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> TReadNumberOfSupportedIACCompleteEvent Class Reference </h1> <table class="signature"> <tr> <td> class TReadNumberOfSupportedIACCompleteEvent : public THCICommandCompleteEvent </td> </tr> </table> <div class="section"> <div> <p> This class represents command completion event for the ReadNumberOfSupportedIAC HCI command </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> TReadNumberOfSupportedIACCompleteEvent <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase </a> </li> </ul> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-8B37EA8D-9C57-3BEA-A848-877C2A03FADA"> TReadNumberOfSupportedIACCompleteEvent </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> </td> <td> <a href="#GUID-8B5AB41E-C072-30D9-9781-67B53E2BD85E"> TReadNumberOfSupportedIACCompleteEvent </a> ( THCIErrorCode , <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> , <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> , <a href="GUID-445B19E5-E2EE-32E2-8D6C-C7D6A9B3C507.html"> TDes8 </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-807D1B70-6E54-3DD6-8B1D-522D31619248.html"> TReadNumberOfSupportedIACCompleteEvent </a> &amp; </td> <td> <a href="#GUID-98120151-2D99-3185-B825-DDB0413A6959"> Cast </a> (const <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> </td> <td> <a href="#GUID-78EC2E55-9A62-31BA-A17A-815C9CCC5C73"> NumSupportIAC </a> () </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::CommandOpcode()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::NumHCICommandPackets()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::THCICommandCompleteEvent(TUint8,TUint8,THCIOpcode,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::THCICommandCompleteEvent(const TDesC8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsBluetoothDeviceName(TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsConnectionHandle(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsConnectionHandle(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsDevAddr(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsDevAddr(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsLinkKey(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsLinkKey(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsNullTerminatedString(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsSimplePairingHash(TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsSimplePairingRandomizer(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsString(TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTInt8(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTInt8(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint16(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint16(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint32(TInt,TInt,TInt,TUint8)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint32(TInt,TUint8)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint64(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint64(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint8(TInt)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::AsTUint8(TInt,TInt,TInt)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::CreateAndSendEvent(const TDesC8 &amp;,MHCICommandEventObserver &amp;,MHCIDataEventObserver &amp;,TAny *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::ErrorCode()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::EventCode()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutConnectionHandle(THCIConnectionHandle,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutDevAddr(const TBTDevAddr &amp;,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutEventCode(THCIEventCode,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutLinkKey(const TBTLinkKey,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutPaddedString(const TDesC8 &amp;,TInt,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutSimplePairingHash(const TBluetoothSimplePairingHash &amp;,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutSimplePairingRandomizer(const TBluetoothSimplePairingRandomizer &amp;,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutString(const TDesC8 &amp;,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutTInt8(TInt8,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutTUint16(TUint16,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutTUint32(TUint32,TUint8,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutTUint64(TUint64,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::PutTUint8(TUint8,TDes8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::THCIEventBase(THCIEventCode,TUint8,TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::THCIEventBase(const TDesC8 &amp;) </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Attributes </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::KCommandCompleteCommonFieldsLength </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::KCommandOpcodeLength </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-BED036A0-0641-31D5-BEA8-20E7F2F0E611.html"> THCICommandCompleteEvent::KNumHCICommandPacketsLength </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::KEventCodeLength </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::KEventCodeOffset </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::KEventCommonFieldsLength </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::KTotalParameterLengthLength </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::KTotalParameterLengthOffset </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::iErrorCode </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase::iEventData </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-8B37EA8D-9C57-3BEA-A848-877C2A03FADA"> <a name="GUID-8B37EA8D-9C57-3BEA-A848-877C2A03FADA"> <!-- --> </a> <h2 class="topictitle2"> TReadNumberOfSupportedIACCompleteEvent(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> TReadNumberOfSupportedIACCompleteEvent </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aEventData </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aEventData </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-8B5AB41E-C072-30D9-9781-67B53E2BD85E"> <a name="GUID-8B5AB41E-C072-30D9-9781-67B53E2BD85E"> <!-- --> </a> <h2 class="topictitle2"> TReadNumberOfSupportedIACCompleteEvent(THCIErrorCode, TUint8, TUint8, TDes8 &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> TReadNumberOfSupportedIACCompleteEvent </td> <td> ( </td> <td> THCIErrorCode </td> <td> aStatus, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> </td> <td> aNumHCICommandPackets, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> </td> <td> aNumSupportIAC, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-445B19E5-E2EE-32E2-8D6C-C7D6A9B3C507.html"> TDes8 </a> &amp; </td> <td> aEventData </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> THCIErrorCode aStatus </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> aNumHCICommandPackets </td> <td> </td> </tr> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> aNumSupportIAC </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-445B19E5-E2EE-32E2-8D6C-C7D6A9B3C507.html"> TDes8 </a> &amp; aEventData </td> <td> </td> </tr> </table> </div> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-98120151-2D99-3185-B825-DDB0413A6959"> <a name="GUID-98120151-2D99-3185-B825-DDB0413A6959"> <!-- --> </a> <h2 class="topictitle2"> Cast(const THCIEventBase &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-807D1B70-6E54-3DD6-8B1D-522D31619248.html"> TReadNumberOfSupportedIACCompleteEvent </a> &amp; </td> <td> Cast </td> <td> ( </td> <td> const <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase </a> &amp; </td> <td> aEvent </td> <td> ) </td> <td> [static] </td> </tr> </table> <div class="section"> <div> <p> Casts a base event type to this specific class type </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-A2D25F7E-7AE5-30EB-8DCD-7E116E98D66A.html"> THCIEventBase </a> &amp; aEvent </td> <td> An instance of the HCI event data base class to be cast. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-78EC2E55-9A62-31BA-A17A-815C9CCC5C73"> <a name="GUID-78EC2E55-9A62-31BA-A17A-815C9CCC5C73"> <!-- --> </a> <h2 class="topictitle2"> NumSupportIAC() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TUint8 </a> </td> <td> NumSupportIAC </td> <td> ( </td> <td> ) </td> <td> const </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
doc/com/runescape/revised/content/achievement/Difficulty.html
RodriguesJ/Atem
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Jun 12 19:17:50 EDT 2014 --> <title>Difficulty</title> <meta name="date" content="2014-06-12"> <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="Difficulty"; } //--> </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/Difficulty.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="../../../../../com/runescape/revised/content/achievement/ColorType.html" title="enum in com.runescape.revised.content.achievement"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/runescape/revised/content/achievement/Requirement.html" title="class in com.runescape.revised.content.achievement"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/runescape/revised/content/achievement/Difficulty.html" target="_top">Frames</a></li> <li><a href="Difficulty.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="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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">com.runescape.revised.content.achievement</div> <h2 title="Enum Difficulty" class="title">Enum Difficulty</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a>&gt;</li> <li> <ul class="inheritance"> <li>com.runescape.revised.content.achievement.Difficulty</li> </ul> </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.Comparable&lt;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a>&gt;</dd> </dl> <hr> <br> <pre>public enum <span class="strong">Difficulty</span> extends java.lang.Enum&lt;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a>&gt;</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#BEGINNER">BEGINNER</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#EASY">EASY</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#ELITE">ELITE</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#HARD">HARD</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#MEDIUM">MEDIUM</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="../../../../../com/runescape/revised/content/achievement/ColorType.html" title="enum in com.runescape.revised.content.achievement">ColorType</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#getColorType()">getColorType</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#getMessage()">getMessage</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#setColorType(com.runescape.revised.content.achievement.ColorType)">setColorType</a></strong>(<a href="../../../../../com/runescape/revised/content/achievement/ColorType.html" title="enum in com.runescape.revised.content.achievement">ColorType</a>&nbsp;colorType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</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>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="BEGINNER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BEGINNER</h4> <pre>public static final&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a> BEGINNER</pre> </li> </ul> <a name="EASY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EASY</h4> <pre>public static final&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a> EASY</pre> </li> </ul> <a name="MEDIUM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MEDIUM</h4> <pre>public static final&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a> MEDIUM</pre> </li> </ul> <a name="HARD"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>HARD</h4> <pre>public static final&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a> HARD</pre> </li> </ul> <a name="ELITE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ELITE</h4> <pre>public static final&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a> ELITE</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Difficulty c : Difficulty.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/Difficulty.html" title="enum in com.runescape.revised.content.achievement">Difficulty</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> <a name="getMessage()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMessage</h4> <pre>public abstract&nbsp;java.lang.String&nbsp;getMessage()</pre> </li> </ul> <a name="setColorType(com.runescape.revised.content.achievement.ColorType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setColorType</h4> <pre>public&nbsp;void&nbsp;setColorType(<a href="../../../../../com/runescape/revised/content/achievement/ColorType.html" title="enum in com.runescape.revised.content.achievement">ColorType</a>&nbsp;colorType)</pre> </li> </ul> <a name="getColorType()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getColorType</h4> <pre>public&nbsp;<a href="../../../../../com/runescape/revised/content/achievement/ColorType.html" title="enum in com.runescape.revised.content.achievement">ColorType</a>&nbsp;getColorType()</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><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/Difficulty.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="../../../../../com/runescape/revised/content/achievement/ColorType.html" title="enum in com.runescape.revised.content.achievement"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/runescape/revised/content/achievement/Requirement.html" title="class in com.runescape.revised.content.achievement"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/runescape/revised/content/achievement/Difficulty.html" target="_top">Frames</a></li> <li><a href="Difficulty.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="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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>
WebRoot/css/admin/multipleChoice.css
hua0721/skjs
/*单选美化*/ .mc { padding: 0; width: 90px; height: 35px; border: 1px solid #999; border-radius: 5px; position: relative; overflow: hidden; cursor: pointer; margin-left: 10px; } .on { margin: 0; padding: 0; position: absolute; left: 0; top: 0; background: #0A0; width: 50px; height: 35px; z-index: 8; color: #FFF; text-align: center; line-height: 35px; font-size: 15px; } .control { margin: 0; position: absolute; right: 0; top: 0; background: #FFF; width: 40px; height: 35px; z-index: 10; } .off { margin: 0; position: absolute; left: 90px; top: 0; background: #B2B2B2; width: 50px; height: 35px; z-index: 8; color: #FFF; text-align: center; line-height: 35px; font-size: 15px; } }
skins/monobook/Opera7Fixes.css
waltz/openurban
/* small tweaks for opera seven */ #p-cactions { margin-top: .1em; } #p-cactions li a { top: 2px; } #bodyContent a.external { background: url(external.png) center right no-repeat; padding-right: 13px; } .rtl #bodyContent a.external { background-image: url(external-rtl.png); padding-right: 13px; } .rtl a.feedlink { background-position: right; padding-right: 0; padding-left: 16px; }
filesource/fsource_FrameworkOnFramework_form_librariesfofformheaderfiltersearchable.php.html
asika32764/Joomla-CMS-API-Document
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>File Source for filtersearchable.php</title> <link rel="stylesheet" href="../media/stylesheet.css" /> </head> <body> <h1>Source for file filtersearchable.php</h1> <p>Documentation is available at <a href="../FrameworkOnFramework/form/_libraries---fof---form---header---filtersearchable.php.html">filtersearchable.php</a></p> <div class="src-code"> <div class="src-code"><ol><li><div class="src-line"><a name="a1"></a><span class="src-php">&lt;?php</span></div></li> <li><div class="src-line"><a name="a2"></a><span class="src-doc">/**</span></div></li> <li><div class="src-line"><a name="a3"></a><span class="src-doc">&nbsp;*&nbsp;</span><span class="src-doc-coretag">@package</span><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;FrameworkOnFramework</span></div></li> <li><div class="src-line"><a name="a4"></a><span class="src-doc">&nbsp;*&nbsp;</span><span class="src-doc-coretag">@subpackage</span><span class="src-doc">&nbsp;form</span></div></li> <li><div class="src-line"><a name="a5"></a><span class="src-doc">&nbsp;*&nbsp;</span><span class="src-doc-coretag">@copyright</span><span class="src-doc">&nbsp;&nbsp;Copyright&nbsp;(C)&nbsp;2010&nbsp;-&nbsp;2012&nbsp;Akeeba&nbsp;Ltd.&nbsp;All&nbsp;rights&nbsp;reserved.</span></div></li> <li><div class="src-line"><a name="a6"></a><span class="src-doc">&nbsp;*&nbsp;</span><span class="src-doc-coretag">@license</span><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;GNU&nbsp;General&nbsp;Public&nbsp;License&nbsp;version&nbsp;2&nbsp;or&nbsp;later;&nbsp;see&nbsp;LICENSE.txt</span></div></li> <li><div class="src-line"><a name="a7"></a><span class="src-doc">&nbsp;*/</span></div></li> <li><div class="src-line"><a name="a8"></a><span class="src-comm">//&nbsp;Protect&nbsp;from&nbsp;unauthorized&nbsp;access</span></div></li> <li><div class="src-line"><a name="a9"></a><a href="http://www.php.net/defined">defined</a><span class="src-sym">(</span><span class="src-str">'_JEXEC'</span><span class="src-sym">)&nbsp;</span><span class="src-key">or&nbsp;</span><span class="src-key">die</span><span class="src-sym">;</span></div></li> <li><div class="src-line"><a name="a10"></a>&nbsp;</div></li> <li><div class="src-line"><a name="a11"></a><span class="src-doc">/**</span></div></li> <li><div class="src-line"><a name="a12"></a><span class="src-doc">&nbsp;*&nbsp;Generic&nbsp;filter,&nbsp;text&nbsp;box&nbsp;entry&nbsp;with&nbsp;optional&nbsp;buttons</span></div></li> <li><div class="src-line"><a name="a13"></a><span class="src-doc">&nbsp;*</span></div></li> <li><div class="src-line"><a name="a14"></a><span class="src-doc">&nbsp;*&nbsp;</span><span class="src-doc-coretag">@package</span><span class="src-doc">&nbsp;&nbsp;FrameworkOnFramework</span></div></li> <li><div class="src-line"><a name="a15"></a><span class="src-doc">&nbsp;*&nbsp;</span><span class="src-doc-coretag">@since</span><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;2.0</span></div></li> <li><div class="src-line"><a name="a16"></a><span class="src-doc">&nbsp;*/</span></div></li> <li><div class="src-line"><a name="a17"></a><span class="src-key">class&nbsp;</span><a href="../FrameworkOnFramework/form/FOFFormHeaderFiltersearchable.html">FOFFormHeaderFiltersearchable</a>&nbsp;<span class="src-key">extends&nbsp;</span><a href="../FrameworkOnFramework/form/FOFFormHeaderFieldsearchable.html">FOFFormHeaderFieldsearchable</a></div></li> <li><div class="src-line"><a name="a18"></a><span class="src-sym">{</span></div></li> <li><div class="src-line"><a name="a19"></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-doc">/**</span></div></li> <li><div class="src-line"><a name="a20"></a><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;Get&nbsp;the&nbsp;header</span></div></li> <li><div class="src-line"><a name="a21"></a><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*</span></div></li> <li><div class="src-line"><a name="a22"></a><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;</span><span class="src-doc-coretag">@return&nbsp;</span><span class="src-doc">&nbsp;</span><span class="src-doc-type">string&nbsp;</span><span class="src-doc">&nbsp;The&nbsp;header&nbsp;HTML</span></div></li> <li><div class="src-line"><a name="a23"></a><span class="src-doc">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*/</span></div></li> <li><div class="src-line"><a name="a24"></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-key">protected&nbsp;</span><span class="src-key">function&nbsp;</span><a href="../FrameworkOnFramework/form/FOFFormHeaderFiltersearchable.html#methodgetHeader">getHeader</a><span class="src-sym">(</span><span class="src-sym">)</span></div></li> <li><div class="src-line"><a name="a25"></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-sym">{</span></div></li> <li><div class="src-line"><a name="a26"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-key">return&nbsp;</span><span class="src-str">''</span><span class="src-sym">;</span></div></li> <li><div class="src-line"><a name="a27"></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="src-sym">}</span></div></li> <li><div class="src-line"><a name="a28"></a><span class="src-sym">}</span></div></li> </ol></div> </div> <p class="notes" id="credit"> Documentation generated on Tue, 19 Nov 2013 15:03:21 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a> </p> </body> </html>
jomres/templates/jquery_ui/frontend/list_properties.html
parksandwildlife/parkstay
<patTemplate:tmpl name="pageoutput" unusedvars="strip"> {JOMRES_POPUPURL_GLOBALVAR} {HEADER} <patTemplate:tmpl name="property_details" unusedvars="strip"> <table width="100%" class="ui-widget-content ui-corner-all jomres_property_list_propertywrapper" id="{UID}" border="0"> <tr class="ui-state-default"> <td colspan="4" width="100%" class="property-header" valign="middle"> <div class="half-column float-left align-left">{PROPERTY_TYPE}</div> <div class="half-column float-right align-right compare-properties"> <div class="compare-add float-right align-center">{_JOMRES_COMPARE} <input type="checkbox" name="compare" value="{UID}" autocomplete="off"/> </div> <div class="shortlist-add float-right align-center"><a href="javascript:void(0);" id="shortlist_{UID}" onclick="shortlist('{UID}')">{SHORTLIST}</a> </div> </div> </td> </tr> <tr> <td valign="top" align="center"> <div class="property-image"><a href="javascript: module_popup('{RANDOM_IDENTIFIER}',{UID});"><img src="{IMAGETHUMB}" alt="property_image"/></a></div> </td> <td valign="middle" align="left" width="100%"> <div class="property-title"><a href="{MOREINFORMATIONLINK}">{PROPERTYNAME}</a>&nbsp;{STARS} {SUPERIOR}</div> <div><em>{PROP_TOWN}, {PROP_REGION}, {PROP_COUNTRY}</em></div> <div class="jomres_message property-desc">{LASTMINUTE}</div> </td> <td valign="top"> <div class="ui-state-highlight ui-corner-all price-wrapper" align="center"> <div class="prices-from">{PRICE_PRE_TEXT}</div> <div class="big-price">{PRICE_PRICE}</div> <div class="prices-period">{PRICE_POST_TEXT}</div> </div> </td> <td class="fg-toolbar fg-buttonset plist-buttons" valign="top" align="right"> <a href="{LINK}" class=" ui-state-default ui-corner-all plist-button ui-helper-hidden">{BOOKTHIS_TEXT}</a> <a href="{MOREINFORMATIONLINK}" class=" ui-state-default ui-corner-all plist-button ui-helper-hidden">{MOREINFORMATION}</a> <a href="javascript:void(0);" onclick="quick_info({UID});" class=" ui-state-default ui-corner-all plist-button-last ui-helper-hidden">{_JOMRES_QUICK_INFO}</a> </td> </tr> <tr> <td colspan="4" width="100%"> <div id="effect{UID}" class="quick-info ui-helper-hidden"> <div class="ui-widget-content ui-corner-all quick-info-left float-left"> <div><strong>{_JOMRES_FRONT_ROOMTYPES}</strong></div> <div>{ROOMTYPES}</div> <div style="clear:both;"></div> <div><strong>{_JOMRES_COM_MR_VRCT_ROOM_HEADER_FEATURES}</strong></div> <div>{FEATURELIST}</div> <div style="clear:both;"></div> <div><strong>{_JOMRES_AGENT}</strong></div> <div>{AGENT_LINK}</div> </div> <div class="ui-widget-content ui-corner-all quick-info-right float-right"> <!-- <div><strong>{_JOMRES_REVIEWS}</strong></div>--> <div class="property-desc">{PROPERTYDESC}</div> <a href="javascript:void(0);" onclick="toggle_review_div({UID},'{JS_SAFE_PROPERTYNAME}');">{_JOMRES_REVIEWS_CLICKTOSHOW}</a> <div>{_JOMRES_REVIEWS_TOTAL_VOTES} {NUMBER_OF_REVIEWS}</div> <div>{_JOMRES_REVIEWS_AVERAGE_RATING}{AVERAGE_RATING}</div> <div class="{LASTBOOKING_STYLE}">{LASTBOOKED}</div> </div> </div> </td> </tr> </table> <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-draggable ui-resizable ui-helper-hidden" id="property_reviews{UID}"> <img src="{LIVESITE}/jomres/images/ajax_animation/broken_circle.gif" alt="ajax_animation_image"/> </div> <div id='module_{RANDOM_IDENTIFIER}_popup' style="display:none" title="{PROPERTYNAME}"><img src="{LIVESITE}/jomres/images/ajax_animation/broken_circle.gif" alt="ajax_animation_image"/></div> </patTemplate:tmpl> <patTemplate:comment>{HEADER}</patTemplate:comment> </patTemplate:tmpl>
help/japanese/elxis.menus.content_section.html
wbread/Elxis-2009.3_aphrodite_rev2681
<!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" lang="ja" xml:lang="ja"> <head> <title>メニューアイテムのタイプ: テーブル - コンテンツセクション</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link href="css/help.css" rel="stylesheet" type="text/css" /> <meta name="copyright" content="(c) 2006-2008 elxis.org" /> <meta name="license" content="http://www.gnu.org/copyleft/gpl.html gnu/gpl" /> </head> <body> <div class="container"> <div class="helpdiv"> <h1>メニューアイテムのタイプ:<br />テーブル - コンテンツセクション</h1> <p>この画面は「テーブル - コンテンツセクション」の新しいメニューアイテムを追加します。このタイプのメニューアイテムはリンクのフォームのセクションに属するカテゴリを提供します。コンテンツアイテムを見るためのカテゴリタイトルをクリックできます。コンテンツアイテムは一覧に表示されます。</p> <p>このメニューアイテムタイプのパラメータ数を定義でき、カテゴリリンクに表示される数のコントロールを定義できます。</p> <p>&nbsp;</p> <h3 class="toolbar">ツールバーアイコン</h3> <p><strong>戻る</strong>: プレビュー画面へ戻り、作成する新しいメニューアイテムのタイプを選択します。</p> <p><strong>保存</strong>: 変更を保存して前の画面へ戻ります。</p> <p><strong>適用</strong>: 変更を保存してこの画面を維持します。</p> <p><strong>キャンセル</strong>: 新しいメニューアイテムの作成を中止します。メニューアイテムを編集中の場合変更は破棄されます。</p> <p><strong>ヘルプ</strong>: このヘルプ画面です。</p> <p>&nbsp;</p> <h3 class="borders">詳細</h3> <p><strong>名前</strong>: これはこのサイトに表示されるメニューアイテム名です。</p> <p><strong>セクション</strong>: カテゴリと記事を表示したい場所からセクションを選択します。</p> <p><strong>URL</strong>: このメニューアイテムへのURLを表示します。この読込のみのフィールドはメニューアイテムを保存した跡にのみ表示されます。</p> <p><strong>親アイテム</strong>: この新しいメニューアイテムの親として既存のメニューアイテムを選択します。この方法では階層構造を作成します。</p> <p><strong>並び順</strong>: このメニューアイテムを表示したい順番を選択します。新しいメニューアイテムを保存した後にのみ利用可能です。新しいメニューアイテムはデフォルトで最後の場所になります。</p> <p><strong>言語</strong>: このメニューアイテムが利用可能な場所の言語を選択します。「全て」を選択すると全ての言語で閲覧可能になります。</p> <p><strong>アクセスレベル</strong>: このメニューアイテムを閲覧するためにユーザが属すべきユーザグループを選択します。</p> <p><strong>公開済み</strong>: このサイトでメニューアイテムを利用可能にするには「はい」を選択します。隠すには「いいえ」を選択します。</p> <p>&nbsp;</p> <h3 class="borders">パラメータ</h3> <p><strong>メニュー画像</strong>: お望みならメニューアイテムの隣に小さな画像を表示できます。ドロップダウンリストからこの画像を選択します。<strong>注</strong>: この画像を見るためにはメニューモジュールの「メニューアイコンの表示」パラメータを「はい」に設定しなければなりません。</p> <p><strong>メニュー画像のみ使用</strong>: 「はい」にこのパラメータを設定するとメニュー名の代わりにメニューアイテムはメニュー画像のみを使用します。</p> <p><strong>セクションのタイトル</strong>: お望みなら「はい」を選択してセクションのタイトルを表示します。</p> <p><strong>ページクラスの接尾語(Page Class Suffix)</strong>: このページにカスタマイズされたスタイルを設定することができます。ここで入力する接尾語はこのページのCSSクラスとして自動的に追加されるので、テンプレートのCSSのスタイルシートに定義をしておかなければなりません。例として、「-test」と入力したなら(「」を除いて)、二つの追加クラスに次のように定義をしなければなりません: 「contentpaneopen-test」、「contentheading-test」</p> <p><strong>戻るボタン</strong>: 「戻る」のテキストリンクがページの下部に表示されるかどうかをコントロールします。「戻る」のリンクをクリックするとユーザは前のページへ戻ります。ドロップダウンの一覧には3つのオプションがあります:</p> <ul> <li>「全体で使用する」 - 全体設定に基づいて戻るリンクを表示か非表示にします。</li> <li>「隠す」 - 全体設定を無視して戻るリンクを隠します。</li> <li>「表示する」 - 全体設定を無視して戻るリンクを表示します。</li> </ul> <p><strong>並び順</strong>: アイテムを表示したい順番を選択します。</p> <p><strong>カテゴリリスト - セクション</strong>: このパラメータは利用可能なカテゴリの一覧がセクションで閲覧可能かどうかをコントロールします。「隠す」(お勧めしません)を選択するとセクションの説明だけ見ることができます。その操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = 「いいえ」又は「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEO Pro」 - 常に閲覧可能です。</li> </ul> <p><strong>説明</strong>: 推奨されません。カテゴリの説明は常に閲覧可能です。(カテゴリの説明テキストが閲覧可能かどうかを選択します。)</p> <p><strong>説明画像</strong>: 推奨されません。カテゴリの説明テキストにあるmosImagesは常に表示されません。通常配置された画像のみ閲覧可能です。</p> <p><strong>カテゴリ一覧 - カテゴリ</strong>: このパラメータはカテゴリをクリックしてコンテンツアイテムを見ているときに利用可能なカテゴリの一覧が閲覧できるかコントロールします。この操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = 「いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に隠れます。</li> </ul> <p><strong>空のカテゴリ</strong>: 推奨されません。効果は何もありません。空のカテゴリは常に表示されません。</p> <p><strong># カテゴリアイテム数</strong>: カテゴリタイトルの隣にあるコンテンツアイテム数を表示したいなら選択します。この操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>カテゴリ説明</strong>: それぞれのカテゴリリンクの説明文を表示したいなら選択をします。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>日付形式</strong>: 表示したい日付の形式を選択します。空白にすると言語ファイルから形式を読み込みます。形式はPHPのstrftime関数のパラメータに基づきます。利用可能なパラメータの詳細な情報については<a href="http://jp.php.net/manual/ja/function.strftime.php">strftime関数</a>を訪れてください。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = 「いいえ」または「SEOベーシック」 - 日付形式の効果です。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 効果はありません。</li> </ul> <p><strong>日付欄</strong>: カテゴリのコンテンツを表示するときコンテンツアイテムの中に日付を表示するか隠すかします。全体設定か部分的に使用することができます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>作者欄</strong>: カテゴリのコンテンツを表示するときコンテンツアイテムの中に作者を表示するか隠すかします。全体設定か部分的に使用することができます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>ヒット数欄</strong>: カテゴリのコンテンツを表示するときコンテンツアイテムの中にヒット数を表示するか隠すかします。全体設定か部分的に使用することができます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>テーブルヘッダ(Table Headings)</strong>: 推奨されません。効果はありません。</p> <p><strong>ナビゲーションバー</strong>: 通常テーブルの下にナビゲーションバーがあります。これを表示するかどうか選択することができます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。(1ページごとに5つのアイテム)</li> </ul> <p><strong>並び順の選択</strong>: このオプションを選択すると訪問者のテーブルの列の並び順のオプションを与えることができます。全ての利用可能なオプションのテーブル上でドロップダウンリストが表示されます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>表示選択</strong>: ページごとのアイテム数をユーザが変更できるようにします。ドロップダウンリストは有効可能なオプションで表示されます。次のパラメータから初期値を設定できます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 閲覧できません。</li> </ul> <p><strong>表示数</strong>: このメニューアイテムのページごとの初期アイテムの値を選択します。</p> <p><strong>フィルタ</strong>: テーブルの上のフィルタフィールドを表示するためのオプションです。ユーザは表示されるコンテンツアイテムをフィルタするために単語を入力できます。操作は全体設定の「検索エンジンに優しいURL」に依存します。</p> <ul> <li>検索エンジンに優しいURL = いいえ」または「SEOベーシック」 - 期待したように動作します。</li> <li>検索エンジンに優しいURL = 「SEOプロ」 - 常に閲覧可能です。</li> </ul> <p><strong>フィルタフィールド</strong>: フィルタを適用したいならフィールドを選択します。</p> <p>&nbsp;</p> </div> </div> </body> </html>
parcour.html
fredtoulouse/ScoreCard
<!DOCTYPE html> <html> <head> <title>Golf Score Card</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" /> <meta name="description" content="Score Card" /> <meta name="author" content="FBM" /> <link rel="stylesheet" href="css/jquery.mobile-1.3.min.css" /> <link rel="stylesheet" href="themes/golf.min.css" /> <link rel="stylesheet" href="css/neuf.css" /> <script src="ext/jquery-1.8.3.min.js"></script> <script src="js/sc.js"></script> </head> <body> <div data-role="page" id="parcour"> <div data-role="header" data-position="fixed"> <h1 class="translate">msg_neuf_info</h1> </div><!-- /header --> <div data-role="content"> <div data-role="fieldcontain"> <label for="list_parcours_link_hidden" class="select">GOLF</label> <a href="list_parcours.html" name="list_parcours_link" id="list_parcours_link" data-role="button" data-mini="true" data-theme="c" data-icon="arrow-d" data-iconpos="right" > <div id="golf_name">GOLF</div></a> </div> <div data-role="fieldcontain" id="golf_name_field"> <label for="golf_name_input" class="select"><div class="translate">msg_golf_name</div></label> <input type="text" id="golf_name_input" name="golf_name_input" value="" data-mini="true" /> </div> <div data-role="fieldcontain"> <label for="golf_name_note" class="select"><div class="translate">msg_golf_note</div></label> <input type="text" id="golf_name_note" name="golf_name_note" value="" data-mini="true" /> </div> <div data-role="fieldcontain"> <fieldset data-role="controlgroup" data-type="horizontal"> <legend>Date de Parcours :</legend> <label for="select-choice-day"><div class="translate">msg_day</div></label> <select name="select-choice-day" id="select-choice-day" data-mini="true"> <option class="translate" disabled>msg_day</option> <option value="01">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> <!-- etc. --> </select> <label for="select-choice-month"><div class="translate">msg_mon</div></label> <select name="select-choice-month" id="select-choice-month" data-mini="true"> <option class="translate" disabled>msg_mon</option> <option value="01" class="translate">msg_M01</option> <option value="02" class="translate">msg_M02</option> <option value="03" class="translate">msg_M03</option> <option value="04" class="translate">msg_M04</option> <option value="05" class="translate">msg_M05</option> <option value="06" class="translate">msg_M06</option> <option value="07" class="translate">msg_M07</option> <option value="08" class="translate">msg_M08</option> <option value="09" class="translate">msg_M09</option> <option value="10" class="translate">msg_M10</option> <option value="11" class="translate">msg_M11</option> <option value="12" class="translate">msg_M12</option> </select> <label for="select-choice-year" ><div class="translate">msg_ann</div></label> <select name="select-choice-year" id="select-choice-year" data-mini="true"> <!-- <option class="translate">msg_ann</option>--> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> <option value="2020">2020</option> <option value="2021">2021</option> <option value="2022">2022</option> <option value="2023">2023</option> <option value="2024">2024</option> <option value="2025">2025</option> <option value="2026">2026</option> <option value="2027">2027</option> <option value="2028">2028</option> <option value="2029">2029</option> <option value="2030">2030</option> <!-- etc. --> </select> </fieldset> </div> <div data-role="fieldcontain"> <label for="select-choice-wheater" class="select"><div class="translate">msg_climat</div></label> <select name="select-choice-wheater" id="select-choice-wheater" data-mini="true"> <option value="msg_sun" class="translate">msg_sun</option> <option value="msg_rainy" class="translate">msg_rainy</option> <option value="msg_fog" class="translate">msg_fog</option> <option value="msg_cloudy" class="translate">msg_cloudy</option> <option value="msg_hazy" class="translate">msg_hazy</option> <option value="msg_mcloudy" class="translate">msg_mcloudy</option> <option value="msg_pcrain" class="translate">msg_pcrain</option> <option value="msg_thunder" class="translate">msg_thunder</option> <option value="msg_wind" class="translate">msg_wind</option> </select> </div> <a href="neuf.html" name="neuf" id="neuf_link" data-role="button" data-icon="arrow-r" data-iconpos="right" data-transition="slide" data-theme="e" data-prefetch > <div class="translate">msg_launch_game</div> </a> </div> </div> </body> </html>
docs/toc-geo.StateSet-module.html
lobobabysaurus/PointDetector
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>StateSet</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <h1 class="toc">Module StateSet</h1> <hr /> <h2 class="toc">Classes</h2> <a target="mainFrame" href="geo.StateSet.StateSet-class.html" >StateSet</a><br /> <h2 class="toc">Variables</h2> <a target="mainFrame" href="geo.StateSet-module.html#__package__" >__package__</a><br /><hr /> <span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
liblinphone-sdk/new_apple-darwin/share/doc/ortp-0.22.0/html/ortp-config-win32_8h_source.html
PlayboyThailand/PlayboyPhone
<!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.3.1"/> <title>oRTP: /Users/jehanmonnier/workspaces/workspace-iphone-port/linphone-iphone/submodules/linphone/oRTP/src/ortp-config-win32.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">oRTP &#160;<span id="projectnumber">0.22.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_9e51036813d6151dfecc72d5fa7c02b3.html">Users</a></li><li class="navelem"><a class="el" href="dir_0086a5bc28c2c80fdd65429b30ec7201.html">jehanmonnier</a></li><li class="navelem"><a class="el" href="dir_b858f17e34ed058634411ab8c7d24549.html">workspaces</a></li><li class="navelem"><a class="el" href="dir_0b63d9ddac5e0eae8010f03443fa7c42.html">workspace-iphone-port</a></li><li class="navelem"><a class="el" href="dir_70e119ec7732bd017bc188a7129d48ee.html">linphone-iphone</a></li><li class="navelem"><a class="el" href="dir_cf4c98acb38bffd48d5ffefce9055b2c.html">submodules</a></li><li class="navelem"><a class="el" href="dir_b04f89f5a7f8ec29a0b9160f0e142536.html">linphone</a></li><li class="navelem"><a class="el" href="dir_868997901fe332c5ff1ebd4a06734a1f.html">oRTP</a></li><li class="navelem"><a class="el" href="dir_7559c465e4c3d013b6e747e2a6ffd6d9.html">src</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">ortp-config-win32.h</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> The oRTP library is an RTP (Realtime Transport Protocol - rfc1889) stack.</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> This library is free software; you can redistribute it and/or</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> modify it under the terms of the GNU Lesser General Public</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> License as published by the Free Software Foundation; either</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> version 2.1 of the License, or (at your option) any later version.</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> This library is distributed in the hope that it will be useful,</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> Lesser General Public License for more details.</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> You should have received a copy of the GNU Lesser General Public</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> License along with this library; if not, write to the Free Software</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">*/</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">/* ortp-config-win32.h. Generated manually... */</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define ORTP_VERSION &quot;0.8.2&quot;</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define ORTP_MAJOR_VERSION 0</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define ORTP_MINOR_VERSION 8</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define ORTP_MICRO_VERSION 2</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define ORTP_EXTRA_VERSION</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">/* define the debug mode */</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#define RTP_DEBUG 1</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment">/* enables SO_REUSEADDR socket option in the rtp_session_set_local_addr() function */</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#define SO_REUSE_ADDR 1</span></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Sep 2 2013 11:14:42 for oRTP by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
public_html/html/usuarioActivo.html
salvacam/localizacionjs
<!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Localizacion JS</title> <script src="js/vendor/alertify.js"></script> <link rel="stylesheet" href="css/marketing.css"> <link rel="shortcut icon" href="../img/favicon.png"> s </head> <body> <header class="header"> <a class="pure-menu-heading" href="inicio" id="logoInicio"> <img src="img/logo.png" id="logo" alt="logo" /><span id="titulo">Localizaci&oacute;nJS </span> </a> <div id ="enlaces"> <a href="inicio" class="pure-menu-heading pure-menu-link ">INICIO</a> <a href="dispositivo" class="pure-menu-heading pure-menu-link dosLineas">VINCULAR <br class="salto"/>DISPOSITIVOS</a> <a href="admin" class="pure-menu-heading pure-menu-link dosLineas">PANEL DE <br class="salto"/>ADMINISTRACI&Oacute;N</a> </div> </header> <div class="content"> <br/> <br/> <h3>El correo ya esta activo acceda al Panel de Administraci&oacute;n o empieza a usar un dispositivo</h3> <br/> <br/> </div> <footer class="footer l-box is-center"> <div class="contenido"> <div class="left"> <a href="https://github.com/salvacam/localizacionjs" target="_blank" id="git"> <span><i>C&oacute;digo</i></span> </a> <a href="http://salvacam.x10.mx/pi/app.apk" id="apk"> <span><i>App Android</i></span> </a> <a href="http://salvacam.x10.mx/pi/app.xap" id="xap"> <span><i>App Windows Phone</i></span> </a> </div> <div class="right"> <a href="http://salvacam.x10.mx/pi/Doc_.pdf" target="_blank" id="pdf"> <span><i>Documentaci&oacute;n</i></span> </a> <a href="http://slides.com/salvacam/localizacionjs/" target="_blank" id="prezi"> <span><i>Presentaci&oacute;n</i></span> </a> </div> <div class="center"> Proyecto Integrado Desarrollo de Aplicaciones Web 2015 <br/>Aplicación Web en Tiempo Real <br/>Salvador Camacho Soto </div> </div> </footer> </body> <script> </script> </html>
doc/html/qbasictimer.html
Distrotech/PyQt-x11
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html><head><title>QBasicTimer Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm } a:link { color: #004faf; text-decoration: none } a:visited { color: #672967; text-decoration: none } td.postheader { font-family: sans-serif } tr.address { font-family: sans-serif } body { background: #ffffff; color: black; } </style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QBasicTimer Class Reference<br /><sup><sup>[<a href="qtcore.html">QtCore</a> module]</sup></sup></h1><p>The QBasicTimer class provides timer events for objects. <a href="#details">More...</a></p> <h3>Methods</h3><ul><li><div class="fn" /><b><a href="qbasictimer.html#QBasicTimer">__init__</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qbasictimer.html#QBasicTimer-2">__init__</a></b> (<i>self</i>, QBasicTimer)</li><li><div class="fn" />bool <b><a href="qbasictimer.html#isActive">isActive</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qbasictimer.html#start">start</a></b> (<i>self</i>, int&#160;<i>msec</i>, QObject&#160;<i>obj</i>)</li><li><div class="fn" /><b><a href="qbasictimer.html#stop">stop</a></b> (<i>self</i>)</li><li><div class="fn" />int <b><a href="qbasictimer.html#timerId">timerId</a></b> (<i>self</i>)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QBasicTimer class provides timer events for objects.</p> <p>This is a fast, lightweight, and low-level class used by Qt internally. We recommend using the higher-level <a href="qtimer.html">QTimer</a> class rather than this class if you want to use timers in your applications. Note that this timer is a repeating timer that will send subsequent timer events unless the <a href="qbasictimer.html#stop">stop</a>() function is called.</p> <p>To use this class, create a QBasicTimer, and call its <a href="qbasictimer.html#start">start</a>() function with a timeout interval and with a pointer to a <a href="qobject.html">QObject</a> subclass. When the timer times out it will send a timer event to the <a href="qobject.html">QObject</a> subclass. The timer can be stopped at any time using <a href="qbasictimer.html#stop">stop</a>(). <a href="qbasictimer.html#isActive">isActive</a>() returns true for a timer that is running; i.e. it has been started, has not reached the timeout time, and has not been stopped. The timer's ID can be retrieved using <a href="qbasictimer.html#timerId">timerId</a>().</p> <p>The <a href="widgets-wiggly.html">Wiggly</a> example uses QBasicTimer to repaint a widget at regular intervals.</p> <hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QBasicTimer" />QBasicTimer.__init__ (<i>self</i>)</h3><p>Contructs a basic timer.</p> <p><b>See also</b> <a href="qbasictimer.html#start">start</a>().</p> <h3 class="fn"><a name="QBasicTimer-2" />QBasicTimer.__init__ (<i>self</i>, <a href="qbasictimer.html">QBasicTimer</a>)</h3><h3 class="fn"><a name="isActive" />bool QBasicTimer.isActive (<i>self</i>)</h3><p>Returns true if the timer is running and has not been stopped; otherwise returns false.</p> <p><b>See also</b> <a href="qbasictimer.html#start">start</a>() and <a href="qbasictimer.html#stop">stop</a>().</p> <h3 class="fn"><a name="start" />QBasicTimer.start (<i>self</i>, int&#160;<i>msec</i>, <a href="qobject.html">QObject</a>&#160;<i>obj</i>)</h3><p>Starts (or restarts) the timer with a <i>msec</i> milliseconds timeout.</p> <p>The given <i>object</i> will receive timer events.</p> <p><b>See also</b> <a href="qbasictimer.html#stop">stop</a>(), <a href="qbasictimer.html#isActive">isActive</a>(), and <a href="qobject.html#timerEvent">QObject.timerEvent</a>().</p> <h3 class="fn"><a name="stop" />QBasicTimer.stop (<i>self</i>)</h3><p>Stops the timer.</p> <p><b>See also</b> <a href="qbasictimer.html#start">start</a>() and <a href="qbasictimer.html#isActive">isActive</a>().</p> <h3 class="fn"><a name="timerId" />int QBasicTimer.timerId (<i>self</i>)</h3><p>Returns the timer's ID.</p> <p><b>See also</b> <a href="qtimerevent.html#timerId">QTimerEvent.timerId</a>().</p> <address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.10.3 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2012</td><td align="right" width="25%">Qt&#160;4.8.5</td></tr></table></div></address></body></html>
lib/richfaces/doc/javadoc/org/richfaces/fragment/status/package-summary.html
Jacksson/mywmsnb
<!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_65) on Thu Oct 23 20:37:08 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.richfaces.fragment.status (RichFaces Distribution Assembler 4.5.0.Final API)</title> <meta name="date" content="2014-10-23"> <meta name="keywords" content="org.richfaces.fragment.status package"> <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.richfaces.fragment.status (RichFaces Distribution Assembler 4.5.0.Final 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="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/richfaces/fragment/select/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/richfaces/fragment/switchable/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/richfaces/fragment/status/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.richfaces.fragment.status</h1> </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/richfaces/fragment/status/Status.html" title="interface in org.richfaces.fragment.status">Status</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/richfaces/fragment/status/RichFacesStatus.html" title="class in org.richfaces.fragment.status">RichFacesStatus</a></td> <td class="colLast">&nbsp;</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/richfaces/fragment/status/Status.StatusState.html" title="enum in org.richfaces.fragment.status">Status.StatusState</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><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="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/richfaces/fragment/select/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/richfaces/fragment/switchable/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/richfaces/fragment/status/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>Copyright &#169; 2014 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All Rights Reserved.</small></p> </body> </html>
skin/theme/hatena-black/hatena-black.css
osssv/osssv-helloworld-wiki
@charset "euc-jp"; /* Title: ¤Ï¤Æ¤Ê¥À¥¤¥¢¥ê¡¼ Author: hatena Access: info@hatena.ne.jp License: GPL Comment: ¤Ï¤Æ¤Ê¥À¥¤¥¢¥ê¡¼¤Î¥Æ¡¼¥Þ */ /* Copyright (c) 2005 Takuji Ikeda, Junya Kondo, Hatena Co.,Ltd. */ a,a:link{color:#FFFFFF;} a:visited{color:#CCCCCC;} /* ¤Ï¤Æ¤ÊÆÈ¼«³ÈÄ¥¥¯¥é¥¹ */ a.keyword { color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #d0d0d0; } a.okeyword { color: #FFFFFF; text-decoration: none; border-bottom: 1px dashed #d0d0d0; } span.highlight { color: black; background-color: yellow; } img.photo { float: right; margin: 10px; border: 0; } img.hatena-fotolife { border: 1px solid #606060; } img.asin, img.barcode { border: 0; } h3 span.timestamp { font-weight: normal; font-size: 80%; } table.furigana { } ul.hatena_photo li { display: inline; } img.hatena_photo { border: 0px; } div.ad { margin: 0% 5% 0% 5%; padding: 4px; text-align: left; } img.aws { padding: 3px; margin-right: 2px; } a.aws img { border: 1px solid white; } a.aws:hover img { filter:none; background-color: #ffcc66; border-bottom: 1px solid #ffcc66; } div.recentitem_diary { margin: 2% 5% 0 6%; font-size: 10pt; } div.hatena-body { position: relative; width: auto; _width: 100%; top: 0; left: 0; } div.hatena-module { margin: 0; padding: 0; width: 100%; } div.hatena-modulebody ul, ul.hatena_antenna, ul.hatena_section, ul.hatena_groupantenna, ul.hatena_keyword, ul.hatena_hotkeyword, ul.hatena_hoturl, ul.hatena_hotasin { display: block; font-size: 80%; list-style-type: none; margin: 0; padding: 0; } div.hatena-modulebody dl { display: block; font-size: 80%; margin: 0; padding: 0; } div.hatena-modulebody dd { margin-left: 0; margin-bottom: 0.2em; } ul.hatena-photo li { display: inline; } ul.hatena-photo img { border: none; padding: 1px; } form.hatena-searchform { padding: 0; margin: 0; } div.hatena-profile { font-size: 80%; } div.hatena-profile p { margin: 0; padding: 0; } div.hatena-profile p.hatena-profile-image { text-align: center; } div.hatena-profile p.hatena-profile-image img { border: 0; } table.hatena-question-detail { width: 500px; font-size:90%; } table.hatena-question-detail th { text-align: left; } td.hatena-question-detail-label { width: 200px; } td.hatena-question-detail-value { width: 300px; } img.hatena-question-image { border: 0; } img.hatena-profile-image { border: 0; } div.hatena-clock { text-align: center; } /* ÆÈ¼«³ÈÄ¥¤ª¤ï¤ê */ body { color: #ffffff; background-color: #000000; margin: 0px; padding: 0px; } div.adminmenu { font-size: 90%; margin: 2% 5% 0% 0%; text-align: right } span.adminmenu {} div.calendar { font-size: 90%; margin: 1% 5% 0 5%; padding: 1%; text-align: left; } .headline { font-size: 90%; margin: 0% 10% 0% 10%; padding: 2%; text-align: left; background-color: #ffee99; } div.intro{ margin-top: 2%; margin-right: 5%; margin-bottom: 2%; margin-left: 5%; } div.day { margin: 0% 5% 0% 5%; padding: 4px; } td.main div.day div.body{ _width: auto; } div.section { margin-top: 2%; margin-bottom: 2% } h3 { font-size: 120%; font-weight: bold; margin-top: 2%; margin-bottom: 0.1% } h5 { font-size: 100%; margin: 0.5em 0 0 0.7em; } div.day span.canchor { color: black; } div.day p { margin-bottom: 0.5%; margin-top: 0.5%; text-indent: 1em } div.section p { padding-top: 0.2%; padding-bottom: 0.2%; } div.comment { font-size: 90%; line-height: 1.5; } div.comment p { margin-left: 0em! important; text-indent: 0em } div.refererlist { font-size: 90%; margin: 0px; padding: 0px; width: auto; _width: 100%; } hr {} hr.sep { display: none } .sfooter {} div.footer { color: #cccccc; margin: 5px; font-size: 80%; text-align: center; } div.footer a { color: #cccccc; } div.form { font-size: 90%; line-height: 1.5; margin: 1% 5% 1% 5%; padding: 1%; text-align: center; } div.form form { width: 100%; } input.select { text-indent: 0em ! important; } p.message { color: red; background-color: #ffffff; font-size: 100%; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; text-align: center; } div.body dl { margin-left: 2em; } div.body dt { font-weight: bold; margin-bottom: 0.2em; } div.body dd { margin-left: 1em; margin-bottom: 0.5em; } div.section blockquote p { margin-left: 0em; text-indent: 0em } em { font-style: italic; } strong { font-weight: bold } .hide { color: #000000; background-color: #ffffff } /* calendar2 */ table.calendar { font-size: 0.8em; line-height: 100%; background-color: transparent; margin: 0; } table.calendar td { margin: 0; padding: 1px 2px 0px 2px; text-align: right; } table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month { text-align: center; } table.calendar td.calendar-sunday { color: red; } table.calendar td.calendar-saturday { color: blue; } td.calendar-day img { width: 15px; height: 15px; border: 0; } /* ¥Ä¥Ã¥³¥ß¾ÊάÈÇËÜʸ */ div.commentshort { margin-bottom: 10px; } span.commentator { } div.commentshort p { margin: 0.2em 0 0.2em 0; line-height: 1.2em; } /* ¥Ä¥Ã¥³¥ßËÜÂÎ */ div.commentbody { margin: 0.5em; line-height: 1.2em; } /* ¥Ä¥Ã¥³¥ß¤·¤¿¿Í¤Î¾ðÊó */ div.commentator { line-height: 1.5em; font-weight: bold; } /* ¥Ä¥Ã¥³¥ßËÜʸ */ div.commentbody p { margin: 0.5em; } /* ¥Õ¥©¡¼¥à¤ÎÀßÄê */ div.form form { margin: 0em; } div.field { display: inline; margin-right: 2em; } div.textarea { display: block; vertical-align: top; text-align: center; } form.comment textarea { width: 40em; height: 3em; } div.button { display: block; } /* ¹¹¿·¥Õ¥©¡¼¥à */ form.update { padding-top: 0.5em; padding-bottom: 0.5em; } form.update input, form.update textarea, form.commentstat input { background-color: #ffffff; color: #06040F; } form.update span.field { display: inline; margin-left: 0em; margin-right: 0.5em; } form.update div.field.title { display: block; margin-top: 1em; } form.update div.field.title input { margin-left: 0.5em; } form.update div.textarea { display: block; margin-top: 1em; text-align: center; } form.update textarea { display: block; margin-bottom: 1em; width: 35em; height: 15em; margin-left: auto; margin-right: auto; } form.update span.checkbox.hidediary { margin-left: 1em; } div.day.update div.comment { text-align: center; } div.comment form{ margin-top: 0em; } td.sidebar { width: 120px; padding: 10px 0px 0px 0px; vertical-align: top; } td.main { width: 100%; padding: 0px; vertical-align: top; } div.main { margin-left: 18%; } div.sidebar { position: absolute; top: 0px; left: 0px; width: 15%; margin-left: 5%; } /* recent_list, title_list */ div.recentsubtitles { font-size: 10pt; margin-top: 0px; margin-bottom: 1em; margin-left: 0em; line-height: 110%; } div.hatena-asin-detail { margin: 10px; padding-left: 10px; } div.hatena-asin-detail p { text-indent: 0em ! important; line-height: 150%; } div.hatena-asin-detail ul { list-style-type: none; margin: 0; margin-top: 10px; padding: 0; } img.hatena-asin-detail-image { float: left; border: 0; } div.hatena-asin-detail-info { margin-left: 10px; float: left; word-break: break-all; } p.hatena-asin-detail-title { font-weight: bold; } div.hatena-asin-detail-foot { clear: left; } td.furigana { border: #B5B5B5 1px solid; text-align: center; padding: 5px; } h4.hatena-module, div.hatena-moduletitle { margin: 1em 0 0.3em 0; padding: 0; font-size: 80%; text-align: center; font-weight: normal; border-color: #B5B5B5; border-style: solid; border-width: 0px 0px 1px 0px; } h1 { text-align: left; font-size: 16pt; font-weight: bold; border-bottom: 1px dotted #B5B5B5; margin-top: 10px; margin-bottom: 10px; margin-left: 5%; margin-right: 5%; padding: 4px 4px 4px 4px; } h2 { font-size: 100%; background-color: #999999; padding: 3px 0px 2px 10px; margin: 5px 0 0 0; width: auto; _width: 100%; } h2 span.date { color: #000000; font-size: 100%; font-style: normal; margin-left: 2px; margin-right: 2px; } h2 span.title { color: #000000; font-size: 100%; font-style: normal } div.body { /*font-size: 90%;*/ border: #999999 1px solid; margin-top: 0px; margin-bottom: 0px; padding: 3px 10px 3px 10px; line-height: 1.5; width: auto; _width: 100%; } h4 { font-size: 100%; font-weight: bold; margin: 0.6em 10% 0 0.4em; border-left: 5px solid #B5B5B5; border-bottom: 1px solid #B5B5B5; padding: 0px 0.5em 0.1em 0.5em; } div.day span.sanchor { color: #B5B5B5; } div.referer { font-size: 90%; border-top: #B5B5B5 1px solid; border-bottom: #B5B5B5 1px solid; text-align: right; line-height: 1.5; } div.refererlist ul { background-color: #333333; padding: 5px; margin: 0; list-style-type: circle; list-style-position: inside; } div.refererlist ul ul { background-color: #333333; padding: 0; margin: 0 0 0 5%; list-style-type: disc; list-style-position: inside; } div.caption { margin: 8px 0 0 0; border-bottom: #B5B5B5 1px solid; } input.field { color: #06040F; background-color: #ffffff; border: 1px solid #B5B5B5; text-indent: 0em ! important; } textarea { font-size: 90%; color: #06040F; background-color: #ffffff; border: 1px solid #B5B5B5; height: 30em; width: 50em; } pre { background-color: #333333; padding: 8px; } div.body blockquote { color: #FFFFFF; background-color: #000000; border: #B5B5B5 1px solid; margin: 1% 2%; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; } p.recentitem { padding: 1px; font-size: 10pt; text-align: center; margin-top: 0px; margin-bottom: 2px; border-color: #B5B5B5; border-style: solid; border-width: 0px 0px 1px 0px; } div.section p.sectionfooter { font-size: 90%; text-align: right; margin-top: 1em; } /* ¥Æ¡¼¥Ö¥ëµ­Ë¡ */ div.day table{ margin:10px; } div.day table tr th{ font-size:90%; padding:3px; background:#666; border-bottom:1px solid gray; } div.day table tr td{ font-size:90%; padding:3px; } div.day table.plaintable{ margin:0px; } div.day table.plaintable tr td{ padding:0px; font-size:100%; } div.day table.plaintable tr th{ padding:0px; background:none; border:none; font-size:100%; }
doc/html/ch01sec2.html
VisualIdeation/vis5d--1.3.1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Vis5D Documentation on the Web</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="Vis5D Documentation" HREF="book1.html"><LINK REL="UP" TITLE="Overview of Vis5D" HREF="ch01.html"><LINK REL="PREVIOUS" TITLE="Overview of Vis5D" HREF="ch01.html"><LINK REL="NEXT" TITLE="System Requirements and Installation" HREF="ch02.html"><META http-equiv="Content-Type" content="text/html; charset="></HEAD ><BODY CLASS="SECT1" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >Vis5D Documentation</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="ch01.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" >Chapter 1. Overview of Vis5D</TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="ch02.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="CH01SEC2" >Vis5D Documentation on the Web</A ></H1 ><P >The <A HREF="http://www.ssec.wisc.edu/~billh/vis5d.html" TARGET="_top" > Vis5D Home Page </A > and <A HREF="http://vis5d.sourceforge.net/" TARGET="_top" >Vis5d+ Home Page</A > are available on the World Wide Web. You can also find <A HREF="http://vis5d.sourceforge.net/doc/" TARGET="_top" >this manual</A > online.</P ><P > The Vis5d page links to <A HREF="http://www.ssec.wisc.edu/~billh/view5d.html" TARGET="_top" > another Web document </A > that describes how to use Vis5D files as a World Wide Web medium for exchanging model output. A second document describes the <A HREF="http://www.ssec.wisc.edu/~billh/api52.html" TARGET="_top" > Vis5D API </A > (Application Programmer Interface), intended to help system developers use Vis5D as a visualization subsystem of other systems. Finally, there is a document describing the Vis5D <A HREF="http://www.ssec.wisc.edu/~billh/script52.html" TARGET="_top" > Tcl scripting interface.</A ></P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="ch01.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="book1.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="ch02.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Overview of Vis5D</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="ch01.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >System Requirements and Installation</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
giac/giac-1.2.3/doc/en/cascmd_en/cascmd_en192.html
hiplayer/giac
<!DOCTYPE html> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="generator" content="hevea 2.29+5 of 2017-05-18"> <link rel="stylesheet" type="text/css" href="cascmd_en.css"> <title>Factorization : collect</title> </head> <body > <a href="cascmd_en191.html"><img src="previous_motif.gif" alt="Previous"></a> <a href="index.html"><img src="contents_motif.gif" alt="Up"></a> <a href="cascmd_en193.html"><img src="next_motif.gif" alt="Next"></a> <hr> <h3 id="sec235" class="subsection">2.24.12  Factorization : <span style="font-family:monospace">collect</span></h3> <p><a id="hevea_default368"></a> <span style="font-family:monospace">collect</span> takes as argument a polynomial or a list of polynomials and optionally an algebraic extension like <span style="font-family:monospace">sqrt(n)</span> (for &#X221A;<span style="text-decoration:overline"><span style="font-style:italic">n</span></span>).<br> <span style="font-family:monospace">collect</span> factorizes the polynomial (or the polynomials in the list) on the field of its coefficient (for example &#X211A;) or on the smallest extension containing the optional second argument (e.g. &#X211A;[&#X221A;<span style="text-decoration:overline"><span style="font-style:italic">n</span></span>]). In complex mode, the field is complexified.<br> <span style="font-weight:bold">Examples</span> : </p><ul class="itemize"><li class="li-itemize"> Factorize <span style="font-style:italic">x</span><sup>2</sup>&#X2212;4 over the integers, input : <div class="center"><span style="font-family:monospace">collect(x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2-4)</span></div> Output in real mode : <div class="center"><span style="font-family:monospace">(x-2)*(x+2)</span></div> </li><li class="li-itemize">Factorize <span style="font-style:italic">x</span><sup>2</sup>+4 over the integers, input : <div class="center"><span style="font-family:monospace">collect(x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2+4)</span></div> Output in real mode : <div class="center"><span style="font-family:monospace">x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2+4</span></div> Output in complex mode : <div class="center"><span style="font-family:monospace">(x+2*i)*(x-2*i)</span></div> </li><li class="li-itemize">Factorize <span style="font-style:italic">x</span><sup>2</sup>&#X2212;2 over the integers, input : <div class="center"><span style="font-family:monospace">collect(x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2-2)</span></div> Output in real mode : <div class="center"><span style="font-family:monospace">x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2-2</span></div> But if you input : <div class="center"><span style="font-family:monospace">collect(sqrt(2)*(x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2-2))</span></div> Output : <div class="center"><span style="font-family:monospace">sqrt(2)*(x-sqrt(2))*(x+sqrt(2))</span></div> </li><li class="li-itemize">Factorize over the integers : <table class="display dcenter"><tr style="vertical-align:middle"><td class="dcell"><span style="font-style:italic">x</span><sup>3</sup>&#X2212;2<span style="font-style:italic">x</span><sup>2</sup>+1  and  <span style="font-style:italic">x</span><sup>2</sup>&#X2212;<span style="font-style:italic">x</span></td></tr> </table> Input : <div class="center"><span style="font-family:monospace">collect([x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">3-2*x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2+1,x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2-x])</span></div> Output : <div class="center"><span style="font-family:monospace">[(x-1)*(x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2-x-1),x*(x-1)]</span></div> But, input : <div class="center"><span style="font-family:monospace">collect((x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">3-2*x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2+1)*sqrt(5))</span></div> Output : <div class="center"><span style="font-family:monospace">((19*sqrt(5)-10)*((sqrt(5)+15)*x+7*sqrt(5)-5)* ((sqrt(5)+25)*x-13*sqrt(5)-15)*(x-1))/6820</span></div> Or, input : <div class="center"><span style="font-family:monospace">collect(x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">3-2*x</span><code><span style="font-family:monospace">^</span></code><span style="font-family:monospace">2+1,sqrt(5))</span></div> Output : <div class="center"><span style="font-family:monospace">((2*sqrt(5)-19)*((sqrt(5)+25)*x-</span><br> <span style="font-family:monospace">13*sqrt(5)-15)*(-x+1)*((sqrt(5)+15)*x+7*sqrt(5)-5))/6820</span> </div> </li></ul> <hr> <a href="cascmd_en191.html"><img src="previous_motif.gif" alt="Previous"></a> <a href="index.html"><img src="contents_motif.gif" alt="Up"></a> <a href="cascmd_en193.html"><img src="next_motif.gif" alt="Next"></a> </body> </html>
unipar-cianorte/tads/interfaces/css/script/exemplo1.html
chiquitto/MaterialAulas2014
<!DOCTYPE html> <html> <head> <title>Minha primeira página com CSS</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/exemplo1.css"> </head> <body> <h1 class="tit1">Minha primeira página web</h1> <h2 class="tit1">O que é isso?</h2> <p>Uma página simples feita usando HTML. <strong>Só pra mostrar pra todo mundo o que eu aprendi.</strong> Agora eu sei que HTML é simples e fácil. Qualquer um pode aprender.</p> <h2 id="h2verde">Pra quê isso?</h2> <ul> <li>Pra aprender HTML</li> <li>Pra exibir <ol> <li>Pro meu chefe</li> <li class="tit1">Pros meus amigos</li> <li>Pro meu gato</li> <li>Pro pequeno pato falante na minha cabeça</li> </ol> </li> <li>Porque eu me apaixonei pelo meu computador e quero dar a ele um pouco de amor HTML.</li> </ul> <h3>Uma tabela qualquer</h3> <table> <tr> <td>Linha 1, célula 1</td> <td>Linha 1, célula 2</td> <td>Linha 1, célula 3</td> </tr> <tr> <td>Linha 2, célula 1</td> <td>Linha 2, célula 2</td> <td>Linha 2, célula 3</td> </tr> <tr> <td>Linha 3, célula 1</td> <td>Linha 3, célula 2</td> <td>Linha 3, célula 3</td> </tr> <tr> <td>Linha 4, célula 1</td> <td>Linha 4, célula 2</td> <td>Linha 4, célula 3</td> </tr> </table> <h3>Um formulário qualquer</h3> <p><strong>Nota:</strong> Parece o máximo, mas não faz absolutamente nada.</p> <form action="algumscript.php" method="post"> <p>Nome: <input type="text" name="nome" value="Seu nome" /></p> <p>Comentários: <textarea rows="10" cols="20" name="comentarios">Seus comentários</textarea></p> <p>Você é: <input type="radio" name="vocee" value="homem" />Homem <input type="radio" name="vocee" value="mulher" />Mulher</p> <input type="submit" value="Enviar"/> <input type="reset" value="Limpar"/> </form> </body> </html>
Joomla-Administrator/com_contact/_administrator---components---com_contact---views---contact---tmpl---edit_associations.php.html
asika32764/Joomla-CMS-API-Document
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page edit_associations.php</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <script src="../../media/lib/classTree.js"></script> <script language="javascript" type="text/javascript"> var imgPlus = new Image(); var imgMinus = new Image(); imgPlus.src = "../../media/images/plus.png"; imgMinus.src = "../../media/images/minus.png"; function showNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgMinus.src; oTable.style.display = "block"; } function hideNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgPlus.src; oTable.style.display = "none"; } function nodeIsVisible(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); break; } return (oTable && oTable.style.display == "block"); } function toggleNodeVisibility(Node){ if (nodeIsVisible(Node)){ hideNode(Node); }else{ showNode(Node); } } </script> </head> <body> <div class="page-body"> <h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/administrator/components/com_contact/views/contact/tmpl/edit_associations.php</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">copyright:</span> Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.</li> <li><span class="field">filesource:</span> <a href="../../filesource/fsource_Joomla-Administrator_com_contact_administratorcomponentscom_contactviewscontacttmpledit_associations.php.html">Source Code for this file</a></li> <li><span class="field">license:</span> GNU</li> </ul> </div> </div> <p class="notes" id="credit"> Documentation generated on Tue, 19 Nov 2013 15:02:18 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a> </p> </div></body> </html>
html/de/d15/hh__generics_2ee__sub_types_wild_cards_2_person_8java_source.html
kainagel/teach-oop
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>My Project: Person.java Source File</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "../../search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="../../index.html"><span>Main&#160;Page</span></a></li> <li><a href="../../namespaces.html"><span>Packages</span></a></li> <li><a href="../../annotated.html"><span>Classes</span></a></li> <li class="current"><a href="../../files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="../../search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="../../files.html"><span>File&#160;List</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>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>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="../../dir_3eefa1ddf1222a994a4685f6a0e321c8.html">hh_generics</a></li><li class="navelem"><a class="el" href="../../dir_b94e63fe1fa6630845e7d1e854257e17.html">ee_subTypesWildCards</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">hh_generics/ee_subTypesWildCards/Person.java</div> </div> </div><!--header--> <div class="contents"> <a href="../../de/d15/hh__generics_2ee__sub_types_wild_cards_2_person_8java.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">package </span>hh_generics.ee_subTypesWildCards;</div> <div class="line"><a name="l00002"></a><span class="lineno"><a class="line" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html"> 2</a></span>&#160;<span class="keyword">class </span><a class="code" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html">Person</a> {</div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; <span class="keyword">private</span> String name_ ;</div> <div class="line"><a name="l00004"></a><span class="lineno"><a class="line" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a7bbdc02bab7de4d6443ea0289a47d166"> 4</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a7bbdc02bab7de4d6443ea0289a47d166">setName</a> ( String tmp ) {</div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; name_ = tmp ;</div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; }</div> <div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a3eecb73cca255412a02c1460a6a9c120"> 7</a></span>&#160; <span class="keyword">public</span> String <a class="code" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a3eecb73cca255412a02c1460a6a9c120">getName</a> ( ) {</div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; <span class="keywordflow">return</span> name_ ;</div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; }</div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div> <div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a12cd38f5e18bceb7b4cdd056bd441e9a"> 12</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a12cd38f5e18bceb7b4cdd056bd441e9a">update</a>() {</div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; System.out.println ( <span class="stringliteral">&quot;calling the Person update function&quot;</span> ) ;</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; }</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;}</div> <div class="ttc" id="classhh__generics_1_1ee__sub_types_wild_cards_1_1_person_html_a3eecb73cca255412a02c1460a6a9c120"><div class="ttname"><a href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a3eecb73cca255412a02c1460a6a9c120">hh_generics.ee_subTypesWildCards.Person.getName</a></div><div class="ttdeci">String getName()</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d15/hh__generics_2ee__sub_types_wild_cards_2_person_8java_source.html#l00007">hh_generics/ee_subTypesWildCards/Person.java:7</a></div></div> <div class="ttc" id="classhh__generics_1_1ee__sub_types_wild_cards_1_1_person_html_a12cd38f5e18bceb7b4cdd056bd441e9a"><div class="ttname"><a href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a12cd38f5e18bceb7b4cdd056bd441e9a">hh_generics.ee_subTypesWildCards.Person.update</a></div><div class="ttdeci">void update()</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d15/hh__generics_2ee__sub_types_wild_cards_2_person_8java_source.html#l00012">hh_generics/ee_subTypesWildCards/Person.java:12</a></div></div> <div class="ttc" id="classhh__generics_1_1ee__sub_types_wild_cards_1_1_person_html_a7bbdc02bab7de4d6443ea0289a47d166"><div class="ttname"><a href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html#a7bbdc02bab7de4d6443ea0289a47d166">hh_generics.ee_subTypesWildCards.Person.setName</a></div><div class="ttdeci">void setName(String tmp)</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d15/hh__generics_2ee__sub_types_wild_cards_2_person_8java_source.html#l00004">hh_generics/ee_subTypesWildCards/Person.java:4</a></div></div> <div class="ttc" id="classhh__generics_1_1ee__sub_types_wild_cards_1_1_person_html"><div class="ttname"><a href="../../dc/d80/classhh__generics_1_1ee__sub_types_wild_cards_1_1_person.html">hh_generics.ee_subTypesWildCards.Person</a></div><div class="ttdef"><b>Definition:</b> <a href="../../de/d15/hh__generics_2ee__sub_types_wild_cards_2_person_8java_source.html#l00002">hh_generics/ee_subTypesWildCards/Person.java:2</a></div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Dec 6 2016 10:08:52 for My Project by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.7 </small></address> </body> </html>
lib/docs/apidocs/org/apache/poi/ddf/class-use/EscherClientDataRecord.html
setu9760/Jade_project_repo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ru"> <head> <title>Uses of Class org.apache.poi.ddf.EscherClientDataRecord (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="Uses of Class org.apache.poi.ddf.EscherClientDataRecord (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><a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">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/poi/ddf/class-use/EscherClientDataRecord.html" target="_top">Frames</a></li> <li><a href="EscherClientDataRecord.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.poi.ddf.EscherClientDataRecord" class="title">Uses of Class<br>org.apache.poi.ddf.EscherClientDataRecord</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/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">EscherClientDataRecord</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.poi.hslf.model">org.apache.poi.hslf.model</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.hslf.model"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">EscherClientDataRecord</a> in <a href="../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>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/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">EscherClientDataRecord</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="../../../../../org/apache/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">EscherClientDataRecord</a></code></td> <td class="colLast"><span class="strong">SimpleShape.</span><code><strong><a href="../../../../../org/apache/poi/hslf/model/SimpleShape.html#_clientData">_clientData</a></strong></code>&nbsp;</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/poi/ddf/EscherClientDataRecord.html" title="class in org.apache.poi.ddf">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/poi/ddf/class-use/EscherClientDataRecord.html" target="_top">Frames</a></li> <li><a href="EscherClientDataRecord.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 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
a/zhishiku/hyzx/2014/1103/627.html
chuing/Push
<!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> <meta name="description" content="广州谱式达人力资源服务有限公司。拥有多年工商注册-户口办理手续-户口手续办理-广州社保-广州公积金-人事代理-代理招聘-财税服务-ICP办理-商标注册-商标设计-专利业务-版权业务等经验,专业、免费为用户提供企业一条龙服务,广州户口,广州社保,广州公积金知识产权,内资注册,外资注册,专利版权等业务代办,办理请认准广州谱式达人力资源服务有限公司。" /> <meta name="keywords" content="广州谱式达,广州谱式达人力资源服务有限公司,工商注册,知识产权,办理户口手续,户口手续办理,广州户口手续办理,社保办理,公积金办理,代办工商财税,广州商标注册,企业服务,代理招聘" /> <link rel="stylesheet" type="text/css" href="/templets/css/a.css"> <link rel="stylesheet" type="text/css" href="/templets/css/style.css"/> <link rel="stylesheet" type="text/css" href="/templets/css/global.css"/> <script type="text/javascript" src="/templets/js/jquery.js"></script> </head> <body> <div id="head"> <div id="body"> <div class="logo"><img src="/img/logo.png" alt="广州谱式达"/> <div class="logotel"> <div id="nav"> <ul class="c"> <li><a href="/">首页</a></li> <li><a href="/a/psd/" rel="12">关于我们</A></li> <li><a href="/a/rcfw/" rel="61">人才服务</a></li> <li><a href="/a/zscq/" rel="62">知识产权</a></li> <li><a href="/a/qyfw/" rel="60">工商财税</a></li> <li><a href="/a/zhishiku/" rel="81">晓·资讯</a></li> <li><a href="/a/lxwm/" rel="64">联系我们</a></li> </ul> </div> </div> </div> </div> <SCRIPT type=text/javascript> $(function(){ var _p = window.location.pathname; $("#nav .c a").each(function(){ var _h=$(this).attr("href"); $(this).removeClass("sele"); if((_p.indexOf(_h)!=-1 && _h!="/") || _p==_h){$(this).addClass("sele");} }); }); </SCRIPT> </div> <div id="focusBar"> <a href="javascript:void(0)" class="arrL" onClick="prePage()"></a> <a href="javascript:void(0)" class="arrR" onClick="nextPage()"></a> <ul class="mypng"> <li id="f_slider1" style="background:url(/templets/default/images/gsmmadbg.jpg) no-repeat center center; display:block;"> <div class="focusL"></div> <div class="focusR"><a href="/a/jt/gszx.html" target="_blank"><img src="/templets/default/images/gsmmad.png" width="1900" height="279" alt="公司注销-公司转让" /></a></div> </li> <li id="f_slider2" style="background:url(/templets/default/images/sbzcadbg.jpg) no-repeat center center; display:none;"> <div class="focusL"></div> <div class="focusR"><a href="/a/jt/sbzc.html" target="_blank"><img src="/templets/default/images/sbzcad.png" width="1920" height="279" alt="广州商标注册代理"/></a></div> </li> <li id="f_slider3" style="background:url(/templets/default/images/zlbqadbg.jpg) no-repeat center center; display:none;"> <div class="focusL"></div> <div class="focusR"><a href="/a/zscq/" target="_blank"><img src="/templets/default/images/zlbqad.png" width="1920" height="279" alt="广州知识产权代办"/></a></div> </li> </ul> <div class="adnum"></div> </div> <script src="/templets/js/jquery.easing.1.3.js"></script> <script src="/templets/js/hcad.js"></script> <div class="wapper_02"> <div class="new_box"> <div class="news_main"> <div class="news_menu"> <h2>>信息中心</h2> <div class="info_ul"> <ul> <li><a href='/a/zhishiku/cjwt/'>常见问题</a></li> <li><a href='/a/zhishiku/hyzx/' class='thisclass'>行业资讯</a></li> <li><a href='/a/zhishiku/zzfg/'>政治法规</a></li> <li><a href='/a/zhishiku/zlbg/'>资料表格</a></li> </ul> </div> <div class="img_list"> <a href="/a/rcfw/rsdl"><img src="/templets/images/bui_img2.png" alt="办理户口" width="210" /></a> </div> <div class="n_list"> <div class="list_title">户口社保<span><a href="/a/rcfw/rsdl" title="更多...">更多>></a>&nbsp;&nbsp;</span></div> <ul> <li><a href="/a/rcfw/rsdl/2014/1117/699.html">广州市各区社保局地址</a></li> <li><a href="/a/rcfw/rsdl/2014/1105/651.html">单位社保挂靠</a></li> <li><a href="/a/rcfw/rsdl/2014/1105/650.html">单位社保注销</a></li> <li><a href="/a/rcfw/rsdl/2014/1105/649.html">个人信息变更</a></li> <li><a href="/a/rcfw/rsdl/2014/1105/648.html">个人社保挂靠</a></li> <li><a href="/a/rcfw/rsdl/2014/1105/644.html">应届毕业生可办理暂缓就</a></li> </ul> </div> <div class="n_list"> <div class="list_title">工商财税<span><a href="/a/qyfw" title="更多...">更多>></a>&nbsp;&nbsp;</span></div> <ul> <li><a href="/a/qyfw/nzzc/2014/1127/720.html">广州公司营业单位开业登</a></li> <li><a href="/a/qyfw/nzzc/2014/1127/719.html">广州公司营业单位注销登</a></li> <li><a href="/a/qyfw/gsfw/2014/1127/718.html">广州公司出资方式变更登</a></li> <li><a href="/a/qyfw/nzzc/2014/1121/713.html">营业执照的补办程序</a></li> <li><a href="/a/qyfw/nzzc/2014/1120/710.html">个人独资企业设立资料</a></li> <li><a href="/a/qyfw/gsfw/2014/1120/709.html">进出口权申请</a></li> </ul> </div> <div class="n_list"> <div class="list_title">知识库<span><a href="/a/zhishiku" title="更多...">更多>></a>&nbsp;&nbsp;</span></div> <ul> <li><a href="/a/zhishiku/cjwt/2014/1204/745.html">2014年广州积分入户入围</a></li> <li><a href="/a/zhishiku/hyzx/2014/1204/744.html">2015年深圳积分入户政策变</a></li> <li><a href="/a/zhishiku/hyzx/2014/1204/742.html">8、社会医疗保险缴费月数</a></li> <li><a href="/a/zhishiku/hyzx/2014/1204/741.html">8、社会医疗保险缴费月数</a></li> <li><a href="/a/zhishiku/hyzx/2014/1204/740.html">7、社会医疗保险缴费月数</a></li> <li><a href="/a/zhishiku/hyzx/2014/1204/739.html">7、社会医疗保险缴费月数</a></li> </ul> </div> <div class="n_list"> <div class="list_title">常见问题<span><a href="/a/zhishiku/cjwt" title="更多...">更多>></a>&nbsp;&nbsp;</span></div> <ul> </ul> </div> </div> <div class="news_list"> <div class="postion"><span>您当前的位置:</span> <a href='/'>广州谱式达</a> > <a href='/a/zhishiku/'>晓·资讯</a> > <a href='/a/zhishiku/hyzx/'>行业资讯</a> > </div> <div class="article"> <h1>杨铁军会见丹麦专利商标局局长一行</h1> <div class="info"> 发布于:<span>2014-11-03 09:27:13</span>&nbsp;&nbsp;&nbsp;&nbsp;点击:<span><script src="/plus/count.php?view=yes&aid=627&mid=1" type='text/javascript' language="javascript"></script>次</span> </div> <div class="neirong"><div> <span style="font-size:14px;">10月24日,中国国家知识产权局副局长杨铁军在京会见丹麦专利商标局局长康叶波一行。双方就专利审查高速路项目(PPH)、欧洲专利体系改革、两局未来合作等共同关注的知识产权领域相关问题深入交换了意见。</span></div> <div> <span style="font-size:14px;">杨铁军表示,中国国家知识产权局与丹麦专利商标局多年来保持着良好的合作关系,两局早在2006年就签署了双边会谈纪要,双方在知识产权立法、专利审查、专利文献、信息服务和国际合作等方面开展了一系列合作。两局还从2013年1月1日起,启动了专利审查高速路试点工作,共同为中丹两国的创新者和专利用户创造了高效、便捷的知识产权环境。他希望,在双方的共同努力下,推动两局的合作迈上新的台阶。</span></div> <div> <span style="font-size:14px;">康叶波对中国在知识产权工作方面所取得的成绩表示赞赏。他表示,丹方一向重视两局之间的合作关系,双方专利审查高速路试点工作的开展,有助于中国企业迅速进入欧洲市场。他希望通过双方的努力,进一步保持和发展两局的良好合作关系,为两国的企业提供更加优质的服务。</span></div> <div> <span style="font-size:14px;">据悉,今年前9个月,中国国家知识产权局受理丹麦申请人来华提交的发明专利申请620件,同比增长2.6%。</span></div> <div> &nbsp;</div> </div> <div class="tagrr">本文关键词: <a href='/tags.php?/%E5%85%AC%E5%8F%B8%E6%B3%A8%E5%86%8C/'>公司注册</a>| <a href='/tags.php?/%E5%95%86%E6%A0%87%E8%AE%BE%E8%AE%A1/'>商标设计</a>| <a href='/tags.php?/%E5%95%86%E6%A0%87%E8%BD%AC%E8%AE%A9/'>商标转让</a>| <a href='/tags.php?/%E5%95%86%E6%A0%87%E5%8F%98%E6%9B%B4/'>商标变更</a>| <a href='/tags.php?/%E8%B4%A2%E7%A8%8E%E4%BB%A3%E7%90%86/'>财税代理</a>| </div> </div> <div class="xian03"></div> <div class="page_list"> <div class="last"><span></span>上一篇:<a href='/a/zhishiku/hyzx/2014/1103/626.html'>“双十一”前天猫京东掀商标口水战</a> </div> <div class="next"><span></span>下一篇:<a href='/a/zhishiku/hyzx/2014/1103/628.html'>3D打印机,打出知识产权新问题</a> </div> </div> <div class="xian03"></div> <div class="xg_article"> <h2>[相关阅读]</h2> <ul> <table width='100%' border='0' cellspacing='0' cellpadding='0'> <tr> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1204/744.html'>2015年深圳积分入户政策变化</a> </li> </td> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1204/743.html'>6、社会医疗保险缴费月数:90-9</a> </li> </td> </tr> <tr> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1204/741.html'>8、社会医疗保险缴费月数:84个月</a> </li> </td> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1204/740.html'>7、社会医疗保险缴费月数:85-8</a> </li> </td> </tr> <tr> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1201/737.html'>6、社会医疗保险缴费月数:90-9</a> </li> </td> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1128/729.html'>3、社会医疗保险缴费月数:120-</a> </li> </td> </tr> <tr> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1128/727.html'>2、社会医疗保险缴费月数:130-</a> </li> </td> <td width='50%'> <li> <a href='/a/zhishiku/hyzx/2014/1127/723.html'>广州住房公积金贷款利率下调0.</a> </li> </td> </tr> </table> </ul> </div> <div class="return"><a href="#">返回顶部</a></div> </div> </div> </div> </div> <div style="clear:both;"></div>  <!----尾部开始-----> <div class="footer"> <ul class="foot"> <li class="f_w1"> <h1>联系我们</h1> <p> 广州谱式达人力资源服务有限公司<br> 地址: 广州市海珠区昌岗中路 166 号<br> 富盈国际大厦 807室<br> 热线 : 4006-020-308<br> 电话 : 020-34479170<br> Email: <a href="mailto:36908589@qq.com">36908589@qq.com</a> </p> </li> <li class="f_w2"> <h1>&nbsp;</h1> <p> “谱式达”EAP服务中心<br> 地址 : 广州海珠区珠江帝景克莱公寓A座2604室<br> Email:908927417@qq.com </p> </li> <li class="f_w3"> <h1>&nbsp;</h1> <div class="share"> <!-- Baidu Button BEGIN --> <div id="bdshare" class="bdshare_t bds_tools_32 get-codes-bdshare"><div class="bdsharebuttonbox"><a class="bds_more" href="#" data-cmd="more"></a><a class="bds_qzone" title="分享到QQ空间" href="#" data-cmd="qzone"></a><a class="bds_tsina" title="分享到新浪微博" href="#" data-cmd="tsina"></a><a class="bds_tqq" title="分享到腾讯微博" href="#" data-cmd="tqq"></a><a class="bds_renren" title="分享到人人网" href="#" data-cmd="renren"></a><a class="bds_weixin" title="分享到微信" href="#" data-cmd="weixin"></a><a class="bds_fx" title="分享到飞信" href="#" data-cmd="fx"></a><a class="bds_bdhome" title="分享到百度新首页" href="#" data-cmd="bdhome"></a></div> <script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"32"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script></div> <!-- Baidu Button END --> </div> <p> Copyright © 2015 谱式达 all rights reserved. <br> 版权所有:广州谱式达人力资源服务有限公司<br> 粤ICP备1503025-1 </p> </li> </ul> </div> <!----尾部结束-----> <div class="psdkf"> <div class="psdl"> <a style="display: none" id="psdpanel_show" class="btnopen" title="查看在线客服" onclick="javascript:$('#psdpanel').animate({width: 'show', opacity: 'show'}, 'normal',function(){ $('#psdpanel').show();});$('#psdpanel_show').attr('style','display:none');$('#psdpanel_hide').attr('style','display:block');" href="javascript:void(0);">展开</a> <a id="psdpanel_hide" class="btnctn" title="关闭在线客服" onclick="javascript:$('#psdpanel').animate({width: 'hide', opacity: 'hide'}, 'normal',function(){$('#psdpanel').hide();});$('#psdpanel_show').attr('style','display:block');$('#psdpanel_hide').attr('style','display:none');" href="javascript:void(0);">收缩</a> </div> <div id="psdpanel" class="psdtr"> <div class="p_top"></div> <div class="p_main"> <ul> <li class="kf_t">达&middot;服务</li> <li><a class="icobd webMsg" href="javascript:void(0);" title="在线咨询-广州谱式达">商桥咨询</a></li> <li><a class="icoqq group1" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3160963951&site=qq&menu=yes" title="在线咨询-入户难,广州谱式达为你解决!">户口/社保</a></li> <li><a class="icoqq group2" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3079510171&site=qq&menu=yes" title="在线咨询-广州户口社保问题为您解答!">户口/社保</a></li> <li><a class="icoqq group3" href="http://wpa.qq.com/msgrd?v=3&uin=3160963951&site=qq&menu=yes" title="在线咨询-DM派单业务问题为您解答!">派单咨询</a></li> <li class="bot"><a class="icoqq group4" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3079510171&site=qq&menu=yes" title="在线咨询-资深业务经理问题为您解答!">咨询经理</a></li> </ul> <ul class="push114"> <li class="push114_c"><a href="/" target="_blank">谱式达官网</a></li> </ul> <ul class="psdtel"> <li class="psdtel_c"><span class="icotel">4006-020-308</span></li> </ul> </div> </div> </div> <script type="text/javascript" src="/js/webmsg.js"></script> <span> <script type="text/javascript">var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9359da697d59255f1b44e8f39e24cb08' type='text/javascript'%3E%3C/script%3E")) </script> </span> </body> </html>
_layouts/default.html
forceprojets/forceprojets.github.io
<!DOCTYPE html> <html lang="fr"> <head> {% include head.html %} </head> <body> <div class="container"> <header class="default"> {% include header.html %} </header> <div> {{ content }} </div> {% include footer.html %} </div><!-- /.container --> {% include scripts.html %} </body> </html>
docs/pp_parsetext-code.html
ppenteado/pp_lib
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Generated by IDLdoc 3.6.1 on Wed Mar 7 17:09:06 2018 --> <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"/> <title>pp_parsetext.pro (Documentation for pp_lib)</title> <style type="text/css" media="all"> /* setup page */ body { font-family: Helvetica, sans-serif; font-size: 12pt; margin: 0; padding: 0; } div.content { padding: 1em; } p { line-height: 1.4; } td p { padding-bottom: 0.5em; } img { border: 0; } /* link styles */ a { text-decoration: none; } a:link, a:visited { color: #0000FF; } a:hover, a:focus { background: yellow; border-bottom: 1emx dotted #303099; } /* dir-overview styles */ dt.filename { margin-top: 0.5em; } dl.file_listing { margin-left: 1em; } /* titles */ h1, h2, h3, h4 { font-weight:normal; color: #871E31; margin-top: 1.5em; } h4 { margin-bottom: 0.25em; } .center { margin-left: auto; margin-right: auto; } .small { font-family: Verdana, Helvetica, sans-serif; font-size: 90%; } .smaller { font-family: Verdana, Helvetica, sans-serif; font-size: 80%; } .smallest { font-family: Verdana, Helvetica, sans-serif; font-size: 70%; } h1.basename { margin-top: 0; margin-bottom: 0; } h1.basename span.file-attributes { font-size: 70%; margin-left: 3em; color: #384806; } h2.directory { font-size: 90%; margin-bottom: 0; } h2.routine-name { margin-top: 0; margin-bottom: 0; } p.categories { color: #384806; margin-top: 0; } span.file_attribute { float: right; color: #384806; margin: 0 0 1em 3em; } div#file_comments { margin-top: 1em; } div.routine-details { border: 1px dotted #C0C0C0; margin-top: 1em; padding: 1em; } span.routine-attributes { font-size: 70%; margin-left: 3em; color: #384806; } div.details dt { color: #871E31; margin-left: 2em; } div.details dt span { color: #384806; margin-left: 2em; } div.details dd { margin: 0.5em 2em 1em 4em; } a.top { font-family: Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #5070ff; text-transform: uppercase; float: right; margin-left: 1em; } /* comments */ .pre { white-space: pre; } /* code styles */ code { font-family: Monaco, "Courier New", Courier, monospace; font-size: 95%; } code.listing { white-space: pre; display: block; margin: 0.75em 0 0.75em 0; padding: 0 3em 0 1em; line-height: 1.4em; } code.source { white-space: pre; display: block; } code.source span.comments { color: #408080; } .syntax { margin-top: 1em; margin-left: 1.5em; text-indent: -1.5em; } .var { font-style: italic; } .argument { } /* white-space: nowrap; does not work in Safari (and sometimes not even in Firefox) */ dl.routine-summary dt { margin-bottom: 0.25em; } dl.routine-summary dd { margin-bottom: 0.5em; margin-left: 2em; } ul.inherited-method-summary { padding-left: 0em; margin-left: 0em; } /* general styles */ ul li { list-style-type: none; } table { empty-cells: show; } thead { color: #871E31; } dd { margin-bottom: 0.35em; } input, textarea { background: #F3F6ED; border: #E1D6C6 1px solid; padding: 2px 1em 2px 0.5em; } input.text { background: #FFFFC0; } div.note { margin: 1em 2em 1em 2em; background: #EFEFEF; border: 1px #A0A0A0 dotted; padding: 0 1em 0 1em; } p.indent { margin-left: 2em; } /* An attribute table is a vertical list of name-value pairs. */ table.box { background: #EFEFEF; border: 1px #A0A0A0 dotted; padding-top: 0.75em; padding-bottom: 0.75em; } table.attribute { padding-left: 0.75em; padding-right: 0.75em; } table td { vertical-align: top; } table.attribute p { margin: 0; } table td.name { font-style: normal; padding-right: 1.5em; } ul.fieldslist { padding-top: 0; color: #909090; } ul.fieldslist li { margin-bottom: 0.25em; } span.fieldname { color: #000000; } dl.attribute dt { color: #990000; } /* header/navbar styles */ div.header { padding: 2em 2em 0 2em; background: #9E9D7B; border-bottom: 2px #262626 solid; } div.header h1 { color: white; margin:0; font-weight: normal; } div.header h2 { color: white; margin-top: 0; margin-bottom: 1em; font-weight: normal; font-style: italic; font-size: 100%; } table.navbar { background: #CCC097; margin: 0; padding: 0; border-bottom: 1px #262626 dotted; width: 100%; } table.navbar td { padding: 4px 0.5em 3px 0.5em; white-space: nowrap; vertical-align: top; } table.navbar td.flexible { width: 100%; text-align: right; padding-right: 1em; white-space: nowrap; } table.navbar td.selected { background: #262626; } table.navbar td.selected, table.navbar td.selected a { color: white; } table.navbar a:hover, table.navbar a:focus { background: inherit; border-bottom: 1px solid #303099; } p.localnavbar { text-align: right; margin: 0.2em 1em 0.2em 0.2em; padding: 0; } /* CSS graphics styles */ div.box { margin-left: 0.25em; display: inline-block; width: 0.9em; height: 0.9em; vertical-align: -1px; } .red { background-color: #A00; } .orange { background-color: #F40; } .green { background-color: #480; } /* index styles */ span.index_type { margin-left: 1em; } dl.index_listing dd { margin-bottom: 0.5em; margin-left: 2em; } dl.index_listing dd p { margin-top: 0.2em; margin-bottom: 0em; } /* search styles */ fieldset { border: #ddd 1px solid; padding: 1em; margin-top: 3em; } legend { color: #871E31; font-size: 120%; } label { white-space: nowrap; } p.description { margin: 2em 2em 1em 2em; } form table td.name { vertical-align: middle; } /* footer styles */ div.footer { padding: 0.5em 1em 0.5em 1em; background: #EFEFEF; border-top: 1px #A0A0A0 dotted; } div.footer table { width: 100%; } div.footer td.right { text-align: right; } </style> <style type="text/css" media="print"> p.localnavbar { display: none; } div.header { background: white; } div.header h1 { color: black; } div.header h2 { color: black; } </style> <script type="text/javascript"> function setTitle() { parent.document.title="pp_parsetext.pro (Documentation for pp_lib)"; } </script> </head> <body onload="setTitle();" id="root"> <div class="content"> <code class="source"><span class="comments">; docformat = 'rst'</span> <span class="comments">;+</span> <span class="comments">; :Author: Paulo Penteado (http://www.ppenteado.net), Mar/2015</span> <span class="comments">;-</span> <span class="comments">;+</span> <span class="comments">; :Description:</span> <span class="comments">; Parses table data in a text file (or text array) as an array, with multiple options to specify different</span> <span class="comments">; file formats and processing to be applied to the file. The output can be a string array or an</span> <span class="comments">; array of structures.</span> <span class="comments">;</span> <span class="comments">; :Params:</span> <span class="comments">; file: in, required</span> <span class="comments">; A string with the file name to read. If `buffer` is set, this should be a string</span> <span class="comments">; array, where each element correponds to what would be a file line.</span> <span class="comments">;</span> <span class="comments">; :Keywords:</span> <span class="comments">; header: out, optional</span> <span class="comments">; The header line(s) from the text file, unparsed. The number of header lines</span> <span class="comments">; is set by `nheader`.</span> <span class="comments">; lines: out, optional</span> <span class="comments">; A string array, with one element per line in the input file.</span> <span class="comments">; splitlines: out, optional</span> <span class="comments">; A list where each element is a string array corresponding to one line of the</span> <span class="comments">; input file. Each element in the array is one column from that file line.</span> <span class="comments">; as_struct: in, optional, default=0</span> <span class="comments">; If set, the output is an array of structures, one structure per input line.</span> <span class="comments">; fieldnames: in, out, optional</span> <span class="comments">; The names for the structure fields returned when `as_struct` is set.</span> <span class="comments">; If this is not given, field names are taken from the last line of the file header</span> <span class="comments">; types: in, out, optional</span> <span class="comments">; A hash containing type specifications for each of the structure fields to be created</span> <span class="comments">; when `as_struct` is set. If not given, it will be determined by guessing from the</span> <span class="comments">; file's column contents.</span> <span class="comments">; trim: in, optional, default=2</span> <span class="comments">; Determines the type of leading/trailing trimming to be applied to the file lines. It is</span> <span class="comments">; passed to strtrim, which is applied to all file lines.</span> <span class="comments">; spacedelimited: in, optional, default=0</span> <span class="comments">; If set, the columns are assumed to be separated by any positive number of blank</span> <span class="comments">; spaces. If not set, the columns are assumed to be fixed length, equal to the</span> <span class="comments">; lengths used in the header line.</span> <span class="comments">; skipblank: in, optional, default=0</span> <span class="comments">; If set, blank lines in the file are skipped.</span> <span class="comments">; delimiter: in, optional</span> <span class="comments">; The character(s) used as column delimiter in the file (the columns are split</span> <span class="comments">; with strplit). If not given, the input columns are assumed to be separated by blank space.</span> <span class="comments">; stripquotes: in, optional, default=0</span> <span class="comments">; If set, table elements enclosed in quotes will have the quotes removed.</span> <span class="comments">; isinteger: out, optional</span> <span class="comments">; If provided, will return a list, with one element per column of the file. Each element</span> <span class="comments">; is an array that informs whether the corresponding column element in the input is an integer.</span> <span class="comments">; Most often used for debugging and finding anomalous values in the input. </span> <span class="comments">; isfloat: out, optional</span> <span class="comments">; If provided, will return a list, with one element per column of the file. Each element</span> <span class="comments">; is an array that informs whether the corresponding column element in the input is a float.</span> <span class="comments">; Most often used for debugging and finding anomalous values in the input.</span> <span class="comments">; missingint: in, optional</span> <span class="comments">; If provided, any missing values in columns with integers will be filled with this value.</span> <span class="comments">; missingfloat: in,optional</span> <span class="comments">; If provided, any missing values in columns with floats will be filled with this value.</span> <span class="comments">; blank: in, optional</span> <span class="comments">; Passed to `pp_isnumber`. If set, blank strings are considered valid numbers.</span> <span class="comments">; buffer: in,optional, default=0</span> <span class="comments">; If set, the first argument (`file`) is taken as a string array of the file contents,</span> <span class="comments">; instead of a file name to be read.</span> <span class="comments">; nheader: in, optional, default=1</span> <span class="comments">; The number of header lines contained in the file. If `as_struct` is set and</span> <span class="comments">; field names are not provided, the last line on the header is used to determine</span> <span class="comments">; column names.</span> <span class="comments">; </span> <span class="comments">;</span> <span class="comments">; :Examples:</span> <span class="comments">;</span> <span class="comments">; Read some example files provided with IDL, as structures::</span> <span class="comments">;</span> <span class="comments">; file=filepath('ascii.txt',subdirectory=['examples','data'])</span> <span class="comments">; a=pp_parsetext(file,/skipblank,nheader=4,header=header,delimiter=',',$</span> <span class="comments">; /as_struct,fieldnames=['lon','lat','el','temp','dew','speed','dir'])</span> <span class="comments">; help,a</span> <span class="comments">; ;A STRUCT = -> &lt;Anonymous> Array[15]</span> <span class="comments">; ;help,a[0]</span> <span class="comments">; ;** Structure &lt;4023e918>, 7 tags, length=56, data length=56, refs=2:</span> <span class="comments">; ;LON DOUBLE -156.95000</span> <span class="comments">; ;LAT DOUBLE 20.783300</span> <span class="comments">; ;EL LONG64 399</span> <span class="comments">; ;TEMP LONG64 68</span> <span class="comments">; ;DEW LONG64 64</span> <span class="comments">; ;SPEED LONG64 10</span> <span class="comments">; ;DIR LONG64 60</span> <span class="comments">; print,header</span> <span class="comments">; ;This file contains ASCII format weather data in a comma delimited table with comments prefaced by the "%" character. The columns represent:</span> <span class="comments">; ;Longitude, latitude, elevation (in feet), temperature (in degrees F), dew point (in degrees F), wind speed (knots), wind direction (degrees)</span> <span class="comments">;</span> <span class="comments">; :Requires: `pp_isnumber`, `pp_readtxt`</span> <span class="comments">;</span> <span class="comments">; :Todo:</span> <span class="comments">; Expand documentation, with more examples. This function has received many options</span> <span class="comments">; to be capable of parsing different kinds of text files I encounter, which means</span> <span class="comments">; its options make for a large variety of possibilities in file formats.</span> <span class="comments">;</span> <span class="comments">;</span> <span class="comments">; :Author: Paulo Penteado (http://www.ppenteado.net), Mar/2015</span> <span class="comments">;</span> <a id="pp_parsetext:source"></a>function pp_parsetext,file,header=header,lines=lines,splitlines=liness,as_struct=as_struct,$ fieldnames=fieldnames,types=types,trim=trim,spacedelimited=spacedelimited,skipblank=skipblank,$ delimiter=delimiter,stripquotes=stripquotes,isinteger=isinteger,isfloat=isfloat,$ missingint=missingint,missingfloat=missingfloat,blank=blank,buffer=buffer,nheader=nheader compile_opt idl2,logical_predicate trim=n_elements(trim) ? trim : 2 spacedelimited=keyword_set(spacedelimited) stripquotes=keyword_set(stripquotes) replaceints=n_elements(missingint) replacefloats=n_elements(missingfloat) blank=keyword_set(blank) buffer=keyword_set(buffer) delimiter=n_elements(delimiter) ? delimiter : !null if buffer then lines=file else lines=pp_readtxt(file) if keyword_set(skipblank) then begin lines=lines[where(strtrim(lines,2) ne '',/null)] endif <span class="comments">;header=lines[0]</span> <span class="comments">;lines=lines[1:-1]</span> nheader=n_elements(nheader) ? nheader : 1L header=nheader ? lines[0:nheader-1] : !null if header eq !null then begin ncol=n_elements(strsplit(lines[0],/extract)) header='field_'+strtrim(sindgen(ncol)) endif lines=lines[nheader:-1] s=n_elements(delimiter) ? strsplit(header[-1],delimiter) : strsplit(header[-1]) e=[s[1:-1],max(strlen(lines))] l=e-s fn=n_elements(delimiter) ? strsplit(header[-1],delimiter,/extract) : strsplit(header[-1],/extract) liness=spacedelimited ? transpose((strsplit(lines,/extract)).toarray()) : ( n_elements(delimiter) ? transpose((strsplit(lines,delimiter,/extract)).toarray()) : strmid(lines,s,l)) if stripquotes then begin w=where(stregex(liness,'"(.*)"',/boolean),count) if count then liness[w]=(stregex(liness[w],'"(.*)"',/subexpr,/extract))[-1,*] w=where(stregex(fn,'"(.*)"',/boolean),count) if count then fn[w]=(stregex(fn[w],'"(.*)"',/subexpr,/extract))[-1,*] endif <span class="comments">;fieldnames=idl_validname(fn,/convert_all)</span> fieldnames=n_elements(fieldnames) ? idl_validname(fieldnames,/convert_all) : idl_validname(fn,/convert_all) if trim then liness=strtrim(liness,trim) isinteger=arg_present(isinteger) ? list() : !null isfloat=arg_present(isfloat) ? list() : !null if keyword_set(as_struct) then begin ret={} typeh=n_elements(types) ? types[*] : hash() foreach field,fieldnames,ifield do begin if ~typeh.haskey(field) then begin tmpi=reform(pp_isnumber(liness[ifield,*],/integer,blank=(blank or replaceints))) if replaceints then begin wi=where(liness[ifield,*] eq '',counti) liness[ifield,wi]=missingint endif if isinteger ne !null then isinteger.add,tmpi isint=array_equal(minmax(tmpi),[1,1]) tmpf=reform(pp_isnumber(liness[ifield,*],/nan,/infinity,blank=(blank or replacefloats))) if replacefloats then begin wf=where(liness[ifield,*] eq '',countf) liness[ifield,wf]=missingfloat endif if isfloat ne !null then isfloat.add,tmpf isdouble=array_equal(minmax(tmpf),[1,1]) case 1 of isint: typeh[field]=0LL isdouble: typeh[field]=0d0 else: typeh[field]='' endcase endif ret=create_struct(ret,field,typeh[field]) endforeach ret=replicate(ret,n_elements(lines)) foreach field,fieldnames,ifield do begin ret.(ifield)=reform(liness[ifield,*]) endforeach endif else ret=liness return,ret end </code> </div> </body> </html>
assets/vendor/fontello/css/fontello-ie7.css
edravis/rundos
[class^="icon-"], [class*=" icon-"] { font-family: 'fontello'; font-style: normal; font-weight: normal; /* fix buttons height */ line-height: 1em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ } .icon-gplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); } .icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); } .icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); } .icon-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); } .icon-github-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
doc/html/dc/dde/classtops_1_1UniformGCModel.html
topsframework/topsframework.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>ToPS: tops::UniformGCModel Class Reference</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">ToPS </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.8.0 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="../../index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="../../annotated.html"><span>Classes</span></a></li> <li><a href="../../files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="../../annotated.html"><span>Class&#160;List</span></a></li> <li><a href="../../hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="../../functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>tops</b> </li> <li class="navelem"><a class="el" href="classtops_1_1UniformGCModel.html">UniformGCModel</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="classtops_1_1UniformGCModel.html#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">tops::UniformGCModel Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>This class is the Target Model. <a href="classtops_1_1UniformGCModel.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="../../d1/d32/UniformGCModel_8hpp_source.html">UniformGCModel.hpp</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for tops::UniformGCModel:</div> <div class="dyncontent"> <div class="center"> <img src="classtops_1_1UniformGCModel.png" usemap="#tops::UniformGCModel_map" alt=""/> <map id="tops::UniformGCModel_map" name="tops::UniformGCModel_map"> <area href="../../d4/d17/classtops_1_1ProbabilisticModel.html" title="This is an abstract class representing a generative probabilistic model." alt="tops::ProbabilisticModel" shape="rect" coords="0,0,145,24"/> </map> </div></div> <p><a href="../../d6/d68/classtops_1_1UniformGCModel-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a34ef875bbaa0850672e34a40cfce4ce8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a34ef875bbaa0850672e34a40cfce4ce8"></a> virtual std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtops_1_1UniformGCModel.html#a34ef875bbaa0850672e34a40cfce4ce8">model_name</a> () const </td></tr> <tr class="memdesc:a34ef875bbaa0850672e34a40cfce4ce8"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns the model name <br/></td></tr> <tr class="memitem:a41f697782f3e50e6a0499fe71b96d434"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a41f697782f3e50e6a0499fe71b96d434"></a> virtual double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtops_1_1UniformGCModel.html#a41f697782f3e50e6a0499fe71b96d434">evaluate</a> (const Sequence &amp;s, unsigned int begin, unsigned int end) const </td></tr> <tr class="memdesc:a41f697782f3e50e6a0499fe71b96d434"><td class="mdescLeft">&#160;</td><td class="mdescRight">Calculates the sequence likelihood given this model. <br/></td></tr> <tr class="memitem:a622a00460e47df080124f90da73a3bf1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a622a00460e47df080124f90da73a3bf1"></a> virtual std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtops_1_1UniformGCModel.html#a622a00460e47df080124f90da73a3bf1">str</a> () const </td></tr> <tr class="memdesc:a622a00460e47df080124f90da73a3bf1"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns the string representation of the model <br/></td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>This class is the Target Model. </p> <p>Definition at line <a class="el" href="../../d1/d32/UniformGCModel_8hpp_source.html#l00041">41</a> of file <a class="el" href="../../d1/d32/UniformGCModel_8hpp_source.html">UniformGCModel.hpp</a>.</p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="../../d1/d32/UniformGCModel_8hpp_source.html">UniformGCModel.hpp</a></li> </ul> </div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated on Thu Jun 28 2012 14:40:28 for ToPS by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.0 </small></address> </body> </html>
tags.html
rohit-gupta/rohit-gupta.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Rohit's Blog - Tags</title> <link rel="stylesheet" href="/theme/css/main.css" /> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="index" class="home"> <a href="https://github.com/rohit-gupta"> <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /> </a> <header id="banner" class="body"> <h1><a href="/">Rohit's Blog </a></h1> <nav><ul> <li><a href="/category/projects.html">Projects</a></li> <li><a href="/category/thesis.html">Thesis</a></li> </ul></nav> </header><!-- /#banner --> <section id="content" class="body"> <h1>Tags for Rohit's Blog</h1> <ul> <li><a href="/tag/deep-learning.html">Deep Learning</a> (2)</li> <li><a href="/tag/projects.html">Projects</a> (1)</li> <li><a href="/tag/tutorial.html">Tutorial</a> (1)</li> </ul> </section> <section id="extras" class="body"> <div class="blogroll"> <h2>links</h2> <ul> <li><a href="https://www.cse.iitk.ac.in/users/sigml/">SIGML IIT Kanpur</a></li> <li><a href="https://www.cse.iitk.ac.in/users/vision/">Computer Vision @ CSE IIT Kanpur</a></li> <li><a href="https://keras.io/">Keras</a></li> <li><a href="https://www.linuxmint.com/">Linux Mint</a></li> </ul> </div><!-- /.blogroll --> <div class="social"> <h2>social</h2> <ul> <li><a href="https://twitter.com/rohitguptahpf">@rohitguptahpf</a></li> <li><a href="https://github.com/rohit-gupta">rohit-gupta</a></li> </ul> </div><!-- /.social --> </section><!-- /#extras --> <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. </address><!-- /#about --> <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> </footer><!-- /#contentinfo --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-106959306-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> var disqus_shortname = 'rohit-gupta-github-com'; (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = 'https://' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> </body> </html>
docs/l_help/index.html
waddella/loon
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>loon</title> <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} div.column{display: inline-block; vertical-align: top; width: 50%;} </style> <link rel="stylesheet" href="style.css" /> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> <meta name="description" content="Interactive Statistical Data Visualization Toolkit for R and Tcl"/> <meta name="keywords" content="data visualization,interactive,R,Tcl,scatterplot,histogram,linking,loon"/> </head> <body> <div id="title"> Loon: An Interactive Statistical Visualization Toolkit </div> <div id="nav"> <ul> <li id="home"><a href="index.html">Home</a></li> <li id="install"><a href="install.html">Install</a></li> <li id="ui"><a href="UI.html">UI</a></li> <li id="learn"><a href="learn_R_intro.html">Learn</a></li> <li id="gallery"><a href="gallery.html">Gallery</a></li> <!-- <li id="videos"><a href="videos.html">Videos</a></li> --> <!-- <li id="commands"><a href="commands.html">Commands</a></li> --> <!-- <li id="manual"><a href="manual_Tcl.html">Manual</a></li> --> <!-- <li id="develop"><a href="develop_setup.html">Develop</a></li> --> </ul> </div> <header id="title-block-header"> <h1 class="title">loon - interactive data visualization</h1> </header> <script type="text/javascript"> document.getElementById("home").className += " selected"; </script> <h1 id="introduction">Introduction</h1> <p><code>loon</code> is a toolkit for interactive data visualization and exploration. Currently, <code>loon</code> is embedded in <code>R</code> and <code>Tcl</code>.</p> <ul> <li><p>To issue a bug report use the <a href="https://github.com/great-northern-diver/loon/issues">github issue tracker</a>.</p></li> <li><p>You can fork <code>loon</code> <a href="https://github.com/great-northern-diver/loon">on github</a>.</p></li> </ul> <h1 id="installation">Installation</h1> <ul> <li><p>For <code>R</code> see the <a href="install.html">installation section</a>.</p></li> <li><p>For <code>Tcl</code> see the <a href="https://github.com/great-northern-diver/loon/tree/master/Tcl">github Readme</a>.</p></li> </ul> <h1 id="statistical-displays">Statistical Displays</h1> <p>Currently we provide an interactive display for histograms, scatterplots, serialaxes plots (i.e. star glyphs or parallel coordinates) and navigation graphs.</p> <h1 id="user-interface">User Interface</h1> <p>The user interface of <code>loon</code> has two elements: the <em>display</em> and the <em>inspector</em>.</p> <figure> <img src="images/loon_preview.png" title="loon screenshot with inspector and scatterplot display." alt="" /><figcaption>loon screenshot. Left: Inspector and Right: Scatterplot display.</figcaption> </figure> <p>The inspector lays out most of the functionality of the display. Displays support further actions via mouse gestures and modifier keys.</p> <h1 id="point-glyph-types">Point Glyph Types</h1> <p>Points in scatterplot can be displayed with different glyphs. <code>loon</code> distinguishes between primitive and non-primitive glyphs. The primitive glyphs are available in all scatterplots whereas the non-primitive ones need to be added to a scatterplot before they can be used. <a href="learn_R_display_plot.html#glyphs">Read more.</a></p> <p><img src="images/point_glyph_types.png" title="loon point glyph types" /></p> <h1 id="zoom-and-pan">Zoom and Pan</h1> <p><img src="images/pan_zoom.png" title="Zoom and Pan" /></p> <p>When zooming and panning the plot region gets shown in relation to all data on the worldview in the inspector.</p> <h1 id="linked-displays">Linked Displays</h1> <figure> <img src="images/linking.jpg" title="Linking" alt="" /><figcaption>Selecting points in one display will also select them in all linked displays.</figcaption> </figure> <p>Multiple displays can be linked such that the linked points share their color, size, selected and active states.</p> <div class="floatleft"> <p><img src="images/adhoc_linking.png" title="Adhoc Linking" /></p> </div> <p>Scatterplot displays can be linked ad-hoc with the inspector by changing the <em>Linking Group</em> of the scatterplot displays to be the same. <code>loon</code> will always suggest a linking group that has no display associated to it. The linking group <code>none</code> keeps the display unlinked.</p> <p>Displays with different numbers of points can be linked too. The only linking constraint is that a point can be linked with no more than one point on another display.</p> <h1 id="selection">Selection</h1> <p><code>loon</code> provides multiple interactive selection tools.</p> <div class="floatleft"> <p><img src="images/select_click.png" title="Click Select" /></p> </div> <p><strong>Click Select:</strong> individual points can be selected or deselected by simply clicking with the mouse cursor on them.</p> <div style="clear:both;margin-bottom:10px"> </div> <div class="floatleft"> <p><img src="images/select_sweep.png" title="Sweep Select" /></p> </div> <p><strong>Sweep Select:</strong> a sweep selection selects all points below a rectangular area which is defined by a left-click drag gesture. That is, the upper left corner of the sweep rectangle is at the location of the left-button press, and the lower right corner is at the current cursor location while the left button is pressed.</p> <div style="clear:both;margin-bottom:10px"> </div> <div class="floatleft"> <p><img src="images/select_brush.png" title="Brush Select" /></p> </div> <p><strong>Brush Select:</strong> a brush selection also selects all points below a rectangular area. However, in contrast to the sweep selection, the rectangular brush area has a fixed size and a left-button press moves the lower right corner to the current mouse location, and a left-click dragging gesture moves the brush area along the mouse pointer.</p> <div style="clear:both;margin-bottom:10px"> </div> <p>Additionally, we provide selection by point color and via the command line.</p> <h1 id="modify">Modify</h1> <p>The state of the selected points can be modified with the tools and actions in the <em>Modify</em> panel of the inspector. The following <em>Modify</em> panel is from the scatterplot inspector.</p> <div class="floatleft" style="margin-right: 20px"> <p><img src="images/modify.png" title="Brush Select" /></p> </div> <ul> <li>Point color</li> <li>Active: whether a points are displayed or not. Reactivate will activate all points.</li> <li>Point position: points can be temporarily relocated on the scatterplot display. The tools in the <em>move</em> row align, distribute, grid-arrange, jitter and reset the temporary location of the selected points.</li> <li>Point glyph types</li> <li>Size: we provide relative and absolute resizing. Relative resizing will change the size of the selected points by +1 or -1. Absoute resizing will take the smalles point size in the selection and set all selected points to +1 or -1 of the smallest size.</li> </ul> <div style="clear:both;margin-bottom:10px"> </div> <h1 id="move-points">Move Points</h1> <p>On the scatterplot display selected points can be temporarily moved to a new location.</p> <p><img src="images/move.jpg" title="Interactively Move Points" /></p> <h1 id="command-line-control">Command Line Control</h1> <p>Displays can be completely controlled via the command line. The <code>R</code> API is discussed in <a href="learn_R_intro.html">learn R section</a>. It is similar to the <code>tcltk</code> package API. For example, in <code>R</code> for a plot with handle <code>p</code> once can query a plot state as follows</p> <pre><code># Query State p[&#39;selected&#39;] l_cget(p, &#39;selected&#39;) # Modify State(s) p[&#39;selected&#39;] &lt;- TRUE l_configure(p, zoomX=2, zoomY=3, selected=FALSE)</code></pre> <p>The <code>Tcl</code> API follows the <code>Tk</code> widget convention and provides a <code>cget</code> and <code>configure</code> widget function to query and modify plot states. The following code demonstrates this where the variable <code>p</code> holds the widget path name:</p> <pre><code>$p cget -x $p configure -zoomX 2 -zoomY 3 -selected FALSE</code></pre> <h1 id="event-bindings">Event Bindings</h1> <p><code>loon</code>’s event bindings provide the facility to have custom code (i.e. callbacks) evaluated at specific events. We support a number of different event types which, for example, include such changes in point color, zoom, selection, moving the mouse cursor over a visual element and window resizing.</p> <pre><code>$p bind state add {zoom pan} { puts &quot;Zoomed or Panned&quot; }</code></pre> <p>or in <code>R</code></p> <pre><code>l_bind_state(p, c(&#39;zoom&#39;, &#39;pan&#39;), function() {cat(&#39;Zoomed or Panned&#39;)})</code></pre> <p>We provide various binding types. <a href="learn_R_bind.html">Read more</a>.</p> <h1 id="layers">Layers</h1> <p>The histogram, scatterplot and graph displays support layering of lines, polygons, text, rectangles and more. For example, the following picture shows a scatterplot of international airports with map information layered underneath the scatterplot points. The data is from the <a href="http://naturalearthdata.com/">naturalearth project</a>.</p> <p><img src="images/gallery/naturalearth_world.png" /></p> <p>Layers can be arranged with <code>loon</code>’s layers inspector.</p> <p><img src="images/layers.png" title="loon Layers" /></p> </body> </html>
core/modules/quickedit/css/quickedit.theme.css
kbielawiec/intern_supersport
/** * @file * Styling for Quick Edit module. */ /** * Editable. */ .quickedit-field.quickedit-editable, .quickedit-field .quickedit-editable { box-shadow: 0 0 0 2px #74b7ff; } /** * Highlighted (hovered) editable. */ .quickedit-field.quickedit-highlighted, .quickedit-form.quickedit-highlighted, .quickedit-field .quickedit-highlighted { box-shadow: 0 0 0 1px #74b7ff, 0 0 0 2px #007fff; } .quickedit-field.quickedit-changed, .quickedit-form.quickedit-changed, .quickedit-field .quickedit-changed { box-shadow: 0 0 0 1px #fec17e, 0 0 0 2px #f7870a; } .quickedit-editing.quickedit-validation-error, .quickedit-form.quickedit-validation-error { box-shadow: 0 0 0px 1px #ee8b74, 0 0 0 2px #fa2209; } .quickedit-editing.quickedit-editor-is-popup { box-shadow: none; } .quickedit-form .form-item .error { border: 1px solid #eea0a0; } /** * Default form styling overrides. */ .quickedit-form form { padding: 0.5em; } .quickedit-form .form-item { margin: 0; } .quickedit-form .form-wrapper { margin: .5em; } /** * Animations. */ .quickedit-animate-invisible { opacity: 0; } .quickedit-animate-default { -webkit-transition: all .4s ease; transition: all .4s ease; } .quickedit-animate-slow { -webkit-transition: all .6s ease; transition: all .6s ease; } .quickedit-animate-delay-veryfast { -webkit-transition-delay: .05s; transition-delay: .05s; } .quickedit-animate-delay-fast { -webkit-transition-delay: .2s; transition-delay: .2s; } .quickedit-animate-disable-width { -webkit-transition: width 0s; transition: width 0s; } .quickedit-animate-only-visibility { -webkit-transition: opacity .2s ease; transition: opacity .2s ease; } /** * In-place editors that don't use a popup. */ .quickedit-validation-errors .messages.error { box-shadow: 0 0 1px 1px red, 0 0 3px 3px rgba(153, 153, 153, .5); background-color: white; } /** * Styling specific to the 'form' in-place editor. */ .quickedit-form { box-shadow: 0 0 30px 4px #4f4f4f; background-color: white; } /** * Toolbars. */ .quickedit-toolbar-container { font-family: 'Source Sans Pro','Lucida Grande', sans-serif; padding-bottom: 7px; padding-top: 7px; -webkit-transition: all 1s; transition: all 1s; } .quickedit-toolbar-container > .quickedit-toolbar-content { background-image: -webkit-linear-gradient(top, #fff, #e4e4e4); background-image: linear-gradient(to bottom, #fff, #e4e4e4); box-sizing: border-box; color: black; padding: 0.1667em; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 2; } .quickedit-toolbar-container > .quickedit-toolbar-pointer { background-color: #e4e4e4; bottom: 2px; box-shadow: 0 0 0 1px #818181, 0px 0px 0 4px rgba(150, 150, 150, 0.5); display: block; height: 16px; left: 18px; /* LTR */ position: absolute; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); width: 16px; z-index: 1; } [dir="rtl"] .quickedit-toolbar-container > .quickedit-toolbar-pointer { left: auto; right: 18px; } .quickedit-toolbar-container.quickedit-toolbar-pointer-top > .quickedit-toolbar-pointer { bottom: auto; top: 2px; } .quickedit-toolbar-container > .quickedit-toolbar-lining { bottom: 7px; box-shadow: 0 0 0 1px #818181, 0px 3px 0px 1px rgba(150, 150, 150, 0.5); display: block; left: 0; position: absolute; right: 0; top: 7px; z-index: 0; } .quickedit-toolbar-label { font-style: italic; overflow: hidden; padding: 0.333em 0.4em; text-overflow: ellipsis; white-space: nowrap; } .quickedit-toolbar-label .field:after { content: ' → '; /* LTR */ } [dir="rtl"] .quickedit-toolbar-label .field:after { content: ' ← '; } /* The toolbar; these are not necessarily visible. */ .quickedit-toolbar { font-family: 'Droid sans', 'Lucida Grande', sans-serif; } .quickedit-toolbar-entity { padding: 0.1667em 0.2em; } /** * Info toolgroup. */ .quickedit-toolbar-fullwidth { width: 100%; } .quickedit-toolgroup.wysiwyg-floated { float: right; /* LTR */ } [dir="rtl"] .quickedit-toolgroup.wysiwyg-floated { float: left; } .quickedit-toolgroup.wysiwyg-main { clear: both; width: 100%; padding-left: 0; /* LTR */ } [dir="rtl"] .quickedit-toolgroup.wysiwyg-main { padding-left: 0; padding-right: 0; } /** * Buttons. */ .quickedit-button { background-color: #e4e4e4; border: 1px solid #d2d2d2; color: #5a5a5a; cursor: pointer; display: inline-block; margin: 0; opacity: 1; padding: 0.345em; -webkit-transition: opacity .1s ease; transition: opacity .1s ease; } .quickedit-button[aria-hidden="true"] { visibility: hidden; opacity: 0; } .quickedit-button + .quickedit-button { margin-left: 0.2em; /* LTR */ } [dir="rtl"] .quickedit-button + .quickedit-button { margin-left: auto; margin-right: 0.25em; } /* Button with icons. */ .quickedit-button:hover, .quickedit-button:active { background-color: #c8c8c8; border: 1px solid #a0a0a0; color: #2e2e2e; } .quickedit-toolbar-container .quickedit-button.action-cancel { background-color: transparent; border: 1px solid transparent; } .quickedit-button.action-save { color: white; background-color: #50a0e9; background-image: -webkit-linear-gradient(top, #50a0e9, #4481dc); background-image: linear-gradient(to bottom, #50a0e9, #4481dc); border: 1px solid transparent; } .quickedit-button.action-save:hover, .quickedit-button.action-save:active { border: 1px solid #a0a0a0; } .quickedit-button.action-saving, .quickedit-button.action-saving:hover, .quickedit-button.action-saving:active { background-color: #e4e4e4; background-image: none; border-color: #d2d2d2; color: #5a5a5a; }
datasets/java/slavery/docs/src-html/corgis/slavery/domain/Representative.html
RealTimeWeb/datasets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">001</span>package corgis.slavery.domain;<a name="line.1"></a> <span class="sourceLineNo">002</span><a name="line.2"></a> <span class="sourceLineNo">003</span>import java.util.List;<a name="line.3"></a> <span class="sourceLineNo">004</span>import java.util.ArrayList;<a name="line.4"></a> <span class="sourceLineNo">005</span>import java.util.Arrays;<a name="line.5"></a> <span class="sourceLineNo">006</span>import java.util.HashMap;<a name="line.6"></a> <span class="sourceLineNo">007</span>import java.util.Iterator;<a name="line.7"></a> <span class="sourceLineNo">008</span>import java.util.Map;<a name="line.8"></a> <span class="sourceLineNo">009</span><a name="line.9"></a> <span class="sourceLineNo">010</span>import org.json.simple.JSONArray;<a name="line.10"></a> <span class="sourceLineNo">011</span>import org.json.simple.JSONObject;<a name="line.11"></a> <span class="sourceLineNo">012</span><a name="line.12"></a> <span class="sourceLineNo">013</span><a name="line.13"></a> <span class="sourceLineNo">014</span>/**<a name="line.14"></a> <span class="sourceLineNo">015</span> * <a name="line.15"></a> <span class="sourceLineNo">016</span> */<a name="line.16"></a> <span class="sourceLineNo">017</span>public class Representative {<a name="line.17"></a> <span class="sourceLineNo">018</span> <a name="line.18"></a> <span class="sourceLineNo">019</span> private String name;<a name="line.19"></a> <span class="sourceLineNo">020</span> private String relationshipToBuyer;<a name="line.20"></a> <span class="sourceLineNo">021</span> <a name="line.21"></a> <span class="sourceLineNo">022</span> <a name="line.22"></a> <span class="sourceLineNo">023</span> /*<a name="line.23"></a> <span class="sourceLineNo">024</span> * @return <a name="line.24"></a> <span class="sourceLineNo">025</span> */<a name="line.25"></a> <span class="sourceLineNo">026</span> public String getName() {<a name="line.26"></a> <span class="sourceLineNo">027</span> return this.name;<a name="line.27"></a> <span class="sourceLineNo">028</span> }<a name="line.28"></a> <span class="sourceLineNo">029</span> <a name="line.29"></a> <span class="sourceLineNo">030</span> <a name="line.30"></a> <span class="sourceLineNo">031</span> <a name="line.31"></a> <span class="sourceLineNo">032</span> /*<a name="line.32"></a> <span class="sourceLineNo">033</span> * @return <a name="line.33"></a> <span class="sourceLineNo">034</span> */<a name="line.34"></a> <span class="sourceLineNo">035</span> public String getRelationshipToBuyer() {<a name="line.35"></a> <span class="sourceLineNo">036</span> return this.relationshipToBuyer;<a name="line.36"></a> <span class="sourceLineNo">037</span> }<a name="line.37"></a> <span class="sourceLineNo">038</span> <a name="line.38"></a> <span class="sourceLineNo">039</span> <a name="line.39"></a> <span class="sourceLineNo">040</span> <a name="line.40"></a> <span class="sourceLineNo">041</span> <a name="line.41"></a> <span class="sourceLineNo">042</span> /**<a name="line.42"></a> <span class="sourceLineNo">043</span> * Creates a string based representation of this Representative.<a name="line.43"></a> <span class="sourceLineNo">044</span> <a name="line.44"></a> <span class="sourceLineNo">045</span> * @return String<a name="line.45"></a> <span class="sourceLineNo">046</span> */<a name="line.46"></a> <span class="sourceLineNo">047</span> public String toString() {<a name="line.47"></a> <span class="sourceLineNo">048</span> return "Representative[" +name+", "+relationshipToBuyer+"]";<a name="line.48"></a> <span class="sourceLineNo">049</span> }<a name="line.49"></a> <span class="sourceLineNo">050</span> <a name="line.50"></a> <span class="sourceLineNo">051</span> /**<a name="line.51"></a> <span class="sourceLineNo">052</span> * Internal constructor to create a Representative from a representation.<a name="line.52"></a> <span class="sourceLineNo">053</span> * @param json_data The raw json data that will be parsed.<a name="line.53"></a> <span class="sourceLineNo">054</span> */<a name="line.54"></a> <span class="sourceLineNo">055</span> public Representative(JSONObject json_data) {<a name="line.55"></a> <span class="sourceLineNo">056</span> try {// name<a name="line.56"></a> <span class="sourceLineNo">057</span> this.name = (String)json_data.get("name");// relationship to buyer<a name="line.57"></a> <span class="sourceLineNo">058</span> this.relationshipToBuyer = (String)json_data.get("relationship to buyer");<a name="line.58"></a> <span class="sourceLineNo">059</span> } catch (NullPointerException e) {<a name="line.59"></a> <span class="sourceLineNo">060</span> System.err.println("Could not convert the response to a Representative; a field was missing.");<a name="line.60"></a> <span class="sourceLineNo">061</span> e.printStackTrace();<a name="line.61"></a> <span class="sourceLineNo">062</span> } catch (ClassCastException e) {<a name="line.62"></a> <span class="sourceLineNo">063</span> System.err.println("Could not convert the response to a Representative; a field had the wrong structure.");<a name="line.63"></a> <span class="sourceLineNo">064</span> e.printStackTrace();<a name="line.64"></a> <span class="sourceLineNo">065</span> }<a name="line.65"></a> <span class="sourceLineNo">066</span> } <a name="line.66"></a> <span class="sourceLineNo">067</span>}<a name="line.67"></a> </pre> </div> </body> </html>
haik-contents/js/tmpl/plugin_cols3.html
toiee/haik
<div class="row"> <form action="" class="form-horizontal"> <div class="row"><div class="col-sm-10 col-sm-offset-1"> <label class="checkbox inline"><input type="checkbox" name="template" value="1" checked> 詳細な見本を挿入</label> </div></div> </form> <hr> <div class="container-fluid previewarea"></div> </div>
templates/bootstrap3/boxes/box_categories.html
shophelfer/shophelfer.com-shop
{config_load file="$language/lang_$language.conf" section="boxes"} <div class="well"> <h6 class="h4">{#heading_categories#}</h6> <ul class="nav nav-pills nav-stacked"> {$BOX_CONTENT} </ul> </div>
PTACOCOMET/Plantillas/BaseRegistroyAcceso.html
kemoran/PTACOCOMET
{% load staticfiles %} <!DOCTYPE html> <html lang="es-sv"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> SISTEMA DE GESTIÓN DE TURNOS ACOCOMET DE R.L. </title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.5 --> <link rel="stylesheet" href="{% static 'AdminLTE/bootstrap/css/bootstrap.min.css' %}"> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="{% static 'AdminLTE/dist/css/AdminLTE.min.css' %}"> <!-- iCheck --> <link rel="stylesheet" href="{% static 'AdminLTE/plugins/iCheck/square/blue.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/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Mas estílos CSS --> {% block CSS %} {% endblock %} </head> <body class="hold-transition login-page"> {{STATIC_URL}} {% block Contenido %} {% endblock %} <!-- jQuery 2.1.4 --> <script src="{% static 'AdminLTE/plugins/jQuery/jQuery-2.1.4.min.js' %}"></script> <!-- Bootstrap 3.3.5 --> <script src="{% static 'AdminLTE/bootstrap/js/bootstrap.min.js' %}"></script> <!-- iCheck --> <script src="{% static 'AdminLTE/plugins/iCheck/icheck.min.js' %}"></script> <script> $(function () { $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', increaseArea: '20%' // optional }); }); </script> <!-- Más libreriasJS --> {% block JSli %} {% endblock %} {% block JS %} {% endblock %} </body> </html>
doc/com/attributestudios/minecraft/installer/class-use/Settings.html
CenturionFox/forgefox-mp-install
<!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_65) on Tue Aug 19 11:56:15 EDT 2014 --> <title>Uses of Class com.attributestudios.minecraft.installer.Settings</title> <meta name="date" content="2014-08-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 com.attributestudios.minecraft.installer.Settings"; } //--> </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="../../../../../com/attributestudios/minecraft/installer/Settings.html" title="class in com.attributestudios.minecraft.installer">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/attributestudios/minecraft/installer/class-use/Settings.html" target="_top">Frames</a></li> <li><a href="Settings.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 com.attributestudios.minecraft.installer.Settings" class="title">Uses of Class<br>com.attributestudios.minecraft.installer.Settings</h2> </div> <div class="classUseContainer">No usage of com.attributestudios.minecraft.installer.Settings</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="../../../../../com/attributestudios/minecraft/installer/Settings.html" title="class in com.attributestudios.minecraft.installer">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/attributestudios/minecraft/installer/class-use/Settings.html" target="_top">Frames</a></li> <li><a href="Settings.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>
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost/intrusive/bs_set_base_hook.html
charlesDGY/coflo
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template bs_set_base_hook</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hook_hpp" title="Header &lt;boost/intrusive/bs_set_hook.hpp&gt;"> <link rel="prev" href="make_bs_set_base_hook.html" title="Struct template make_bs_set_base_hook"> <link rel="next" href="make_bs_set_member_hook.html" title="Struct template make_bs_set_member_hook"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="make_bs_set_base_hook.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hook_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="make_bs_set_member_hook.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.intrusive.bs_set_base_hook"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template bs_set_base_hook</span></h2> <p>boost::intrusive::bs_set_base_hook</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hook_hpp" title="Header &lt;boost/intrusive/bs_set_hook.hpp&gt;">boost/intrusive/bs_set_hook.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// <a class="link" href="bs_set_base_hook.html#boost.intrusive.bs_set_base_hookconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="bs_set_base_hook.html#id1156070-bb"><span class="identifier">bs_set_base_hook</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <a class="link" href="bs_set_base_hook.html#id1156100-bb"><span class="identifier">bs_set_base_hook</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> bs_set_base_hook&amp; <a class="link" href="bs_set_base_hook.html#id1156154-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <a class="link" href="bs_set_base_hook.html#id1156193-bb"><span class="special">~</span><span class="identifier">bs_set_base_hook</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="bs_set_base_hook.html#id1155946-bb">public member functions</a></span> <span class="keyword">void</span> <a class="link" href="bs_set_base_hook.html#id1155950-bb"><span class="identifier">swap_nodes</span></a><span class="special">(</span><a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="bs_set_base_hook.html#id1155987-bb"><span class="identifier">is_linked</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set_base_hook.html#id1156036-bb"><span class="identifier">unlink</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id2004847"></a><h2>Description</h2> <p>Derive a class from <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> in order to store objects in in a bs_set/bs_multiset. <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> holds the data necessary to maintain the bs_set/bs_multiset and provides an appropriate <a class="link" href="value_traits.html" title="Struct template value_traits">value_traits</a> class for bs_set/bs_multiset.</p> <p>The hook admits the following options: <code class="computeroutput">tag&lt;&gt;</code>, <code class="computeroutput">void_pointer&lt;&gt;</code>, <code class="computeroutput">link_mode&lt;&gt;</code>.</p> <p><code class="computeroutput">tag&lt;&gt;</code> defines a tag to identify the node. The same tag value can be used in different classes, but if a class is derived from more than one <code class="computeroutput"><a class="link" href="list_base_hook.html" title="Class template list_base_hook">list_base_hook</a></code>, then each <code class="computeroutput"><a class="link" href="list_base_hook.html" title="Class template list_base_hook">list_base_hook</a></code> needs its unique tag.</p> <p><code class="computeroutput">void_pointer&lt;&gt;</code> is the pointer type that will be used internally in the hook and the the container configured to use this hook.</p> <p><code class="computeroutput">link_mode&lt;&gt;</code> will specify the linking mode of the hook (<code class="computeroutput">normal_link</code>, <code class="computeroutput">auto_unlink</code> or <code class="computeroutput">safe_link</code>). </p> <div class="refsect2"> <a name="id2004965"></a><h3> <a name="boost.intrusive.bs_set_base_hookconstruct-copy-destruct"></a><code class="computeroutput">bs_set_base_hook</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><a name="id1156070-bb"></a><span class="identifier">bs_set_base_hook</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: If <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> is <code class="computeroutput">auto_unlink</code> or <code class="computeroutput">safe_link</code> initializes the node to an unlinked state.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id1156100-bb"></a><span class="identifier">bs_set_base_hook</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: If <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> is <code class="computeroutput">auto_unlink</code> or <code class="computeroutput">safe_link</code> initializes the node to an unlinked state. The argument is ignored.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Rationale</strong></span>: Providing a copy-constructor makes classes using the hook STL-compliant without forcing the user to do some additional work. <code class="computeroutput">swap</code> can be used to emulate move-semantics. </p> </li> <li class="listitem"> <pre class="literallayout">bs_set_base_hook&amp; <a name="id1156154-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Empty function. The argument is ignored.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Rationale</strong></span>: Providing an assignment operator makes classes using the hook STL-compliant without forcing the user to do some additional work. <code class="computeroutput">swap</code> can be used to emulate move-semantics. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id1156193-bb"></a><span class="special">~</span><span class="identifier">bs_set_base_hook</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: If <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> is <code class="computeroutput">normal_link</code>, the destructor does nothing (ie. no code is generated). If <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> is <code class="computeroutput">safe_link</code> and the object is stored in a set an assertion is raised. If <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> is <code class="computeroutput">auto_unlink</code> and <code class="computeroutput">is_linked()</code> is true, the node is unlinked.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id2005338"></a><h3> <a name="id1155946-bb"></a><code class="computeroutput">bs_set_base_hook</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id1155950-bb"></a><span class="identifier">swap_nodes</span><span class="special">(</span><a class="link" href="bs_set_base_hook.html" title="Class template bs_set_base_hook">bs_set_base_hook</a> <span class="special">&amp;</span> other<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Swapping two nodes swaps the position of the elements related to those nodes in one or two containers. That is, if the node this is part of the element e1, the node x is part of the element e2 and both elements are included in the containers s1 and s2, then after the swap-operation e1 is in s2 at the position of e2 and e2 is in s1 at the position of e1. If one element is not in a container, then after the swap-operation the other element is not in a container. Iterators to e1 and e2 related to those nodes are invalidated.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="id1155987-bb"></a><span class="identifier">is_linked</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Precondition</strong></span>: <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> must be <code class="computeroutput">safe_link</code> or <code class="computeroutput">auto_unlink</code>.</p> <p><span class="bold"><strong>Returns</strong></span>: true, if the node belongs to a container, false otherwise. This function can be used to test whether <code class="computeroutput">set::iterator_to</code> will return a valid iterator.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id1156036-bb"></a><span class="identifier">unlink</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Removes the node if it's inserted in a container. This function is only allowed if <code class="computeroutput"><a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a></code> is <code class="computeroutput">auto_unlink</code>.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005 Olaf Krzikalla<br>Copyright &#169; 2006-2010 Ion Gaztanaga<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="make_bs_set_base_hook.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hook_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="make_bs_set_member_hook.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
templates/smartmedia_category.html
ImpressCMS/impresscms-module-smartmedia
<{include file="db:smartmedia_header.html"}> <table class="category_single"> <tr> <td class="category_item"> <div align="right"><{$navbar}></div> <div class="category_title_link"><{$category.title}></div> <table> <tr> <td class="category_description"> <{if $category.image_path}> <img class="main_image" src="<{$category.image_path}>" align="left" alt="<{$category.clean_title}>" width="<{$category.main_image_width}>"/> <{/if}> <{$category.description}> <{if $category.adminLinks}> <div class="smartmedia_adminlinks"><{$category.adminLinks}></div> <{/if}> </td> </tr> </table> </td> </tr> </table> <table class="folder_list"> <tr> <{foreach item=folder from=$folders}> <td class="folder_item"> <div class="folder_title_list"><{$folder.itemlink}></div> <table> <tr> <td class="folder_summary"> <{if $folder.image_hr_path}> <a href="<{$folder.itemurl}>"><img class="list_image" src="<{$folder.image_hr_path}>" align="left" alt="<{$folder.title}>" width="<{$folder.list_image_width}>"/></a> <{/if}> <{$folder.summary}> <{if $folder.adminLinks}> <div class="smartmedia_adminlinks"><{$folder.adminLinks}></div> <{/if}> </td> </tr> </table> </td> <{if $folder.id is div by 2}> </tr> <tr> <{/if}> <{/foreach}> </tr> </table> <{if $navbarbottom==1}> <div align="right"><{$navbar}></div> <{/if}> <!--next line is to include smarttie --> <{include file='db:smarttie_links.html'}> <!--end smarttie --> <{include file='db:smartmedia_footer.html'}>
sites/all/themes/professional-responsive-theme/style.css
RichieRedizm/DownToEarth
@font-face { font-family: 'BebasNeueRegular'; font-style: normal; font-weight: normal; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); } @font-face { font-family: 'YanoneKaffeesatzRegular'; font-style: normal; font-weight: normal; src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot'); src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg'); } 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; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } /* Clear Floated Elements */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clear:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } * html .clear { height: 1%; } /* Style HTML Tags */ body { font-family: Tahoma, Georgia, Arial, sans-serif; line-height: 1.5em; /* background: url(images/breadcrumb_bg.png) repeat-x #EBEFF0;*/ background: #e7e4d5; background-position-y: 116px; /* color: #515F5C;*/ color: #3c3c3c; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.62em; } a { /* color: #00B1EC;*/ color: #333; text-decoration: none; } a:hover { color: #6c6c6c; } h1, h2, h3, h4, h5, h6 { font-family: 'BebasNeueRegular'; margin-bottom: 6px; line-height: 125%; } h1 { font-size: 32px; } h2 { font-size: 24px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 15px; } h6 { font-size: 14px; } p { margin-bottom: 18px; } table { border-collapse: collapse; border-spacing: 0; margin-bottom: 15px; width: 100%; } th, tr, td { vertical-align: middle; } .sticky-header th, .sticky-table th { border-bottom: 3px solid #ccc; padding-right: 1em; text-align: left; } table { background: #ececec; border: 1px solid #bbbbbb; } th { background: #dbdbdb; padding: 5px 4px; text-shadow: 1px 1px #fff; border-right: 1px solid #c8c7c7; color: #333; } td { background: #ebebeb; color: #747474; text-align: left; padding-left: 4px; border-right: 1px solid #c8c7c7; border-bottom: 1px solid #c8c7c7; } code { background: #d8d8d8; text-shadow: 1px 1px #fff; border: 1px solid #bbbbbb; display: block; padding: 7px; margin: 5px 0; border-radius: 7px; } mark { background-color: #fdfc9b; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } hr { border: none; border-top: #EEE 1px solid; } dt { font-weight: bold; margin-bottom: 24px; } dd { margin-left: 30px; margin-bottom: 24px; } ul { list-style-type: disc; margin-left: 15px; margin-bottom: 12px; } ul ul { list-style-type: square; margin-bottom: 0; } ul ul ul { list-style-type: circle; } ol { list-style-type: decimal; margin-left: 30px; margin-bottom: 24px; } ol ol { list-style: upper-alpha; margin-bottom: 0 } ol ol ol { list-style: lower-roman; } ol ol ol ol { list-style: lower-alpha; } abbr, acronym { border-bottom: #999 1px dotted; cursor: help; } big { font-size: 1.3em; } cite, em { font-style: italic; } ins { background-color: #fdfc9b; text-decoration: none; } pre { background: #d8d8d8; text-shadow: 1px 1px #fff; border: 1px solid #bbbbbb; padding: 7px; margin: 5px 0; border-radius: 7px; } blockquote, q { quotes: none; border: 1px solid #bbbbbb; background: #d8d8d8 url(images/quote.png) no-repeat; padding: 10px 5px 5px 47px; text-shadow: 1px 1px #fff; margin: 5px 0; border-radius: 7px; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } strong { font-weight: bold; } sup, sub { height: 0; line-height: 1; vertical-align: baseline; position: relative; font-size: 10px; } sup { bottom: 1ex; } sub { top: .5ex; } img, video { width: 100%; max-width: 100%; height: auto; } video { display: block; } audio { max-width: 100%; } .content a img { padding: 5px; box-shadow: 0 0 3px #EEE; background: #FFF; border: #EEE 1px solid; } .content a:hover img { background: #F0F0F0; } /* Theme Design, Layout and Typography */ /*#header_wrapper { background: url(images/kara_header.png); position: relative; margin: 0 auto; }*/ #header { max-width: 1000px; margin: 0 auto; display: none; } .menu_wrapper { /* background: rgb(0, 55, 65);*/ /* background: #624423; */ /* background: #333;*/ /* border-bottom: 1px solid #FFF; border-top: 1px solid #FFF;*/ padding: 22px; } .menu_wrapper_background { /* background: url(images/downtoearth-logo2.png) no-repeat 18% 5px;*/ height: 150px; margin-bottom: -140px; } .menu_wrapper_background img { width: 120px; position: absolute; z-index: 99; margin-top: 7px; margin-left: 9%; } .menu_background { background-color: #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; height: 100px; } #logo { float: left; margin: 15px 10px; } #site-title a, #site-description { /* color:#A8E5F8;*/ color: #333; font-weight: 300; } #site-title, #site-description { float: left; } #site-title { margin: 40px 0; font-size: 28px; font-weight: bold; } #site-title a { float: left; } #site-description { color: #E7E7E7; margin: 0; float: left; clear: both; font-size: 12px; line-height: 100%; } #main-menu { max-width: 1000px; margin: 0 auto; padding-left: 15%; /* filter: Alpha(opacity=88); opacity: 0.88;*/ } #main-menu ul { float: left; padding: 0; margin: 0; list-style: none; font-size: 13px; /* text-shadow: 1px 1px 3px #8e7b64;*/ } #main-menu li { background: url(images/nav-border.png) no-repeat right 0; position: relative; float: left; padding: 0; margin: 0; font-family: 'BebasNeueRegular'; font-size: 18px; /*filter: Alpha(opacity=88); opacity: 0.88;*/ } #main-menu ul li:first-child { padding-left: 0; } #main-menu a { display: block; /* color: #999;*/ color: #fff; text-align: center; padding: 10px 20px; text-decoration: none; text-transform: uppercase; font-size: 20px; background: transparent none; } #main-menu a:hover, #main-menu li > a.active, #main-menu .expanded.active-trail a.active-trail { text-decoration: none; /* background: rgb(0, 129, 153);*/ color: #eee; /* background: #8e7b64;*/ /* color: rgb(0, 55, 65);*/ } .drop-down-toggle { position: absolute; top: 7px; right: 16px; display: none; width: 20px; height: 20px; border-radius: 15px; background: #333; background: -moz-linear-gradient(#333,#444); background: -webkit-linear-gradient(#333,#444); background: -o-linear-gradient(#333,#444); background: -ms-linear-gradient(#333,#444); background: linear-gradient(#333,#444); border: #aaa 3px solid; } .drop-down-arrow { display: block; width: 0; height: 0; margin: 8px 0 0 5px; border-top: 5px solid #aaa; border-left: transparent 5px solid; border-right: transparent 5px solid; } #main-menu li li { float: none; min-width: 190px; padding: 0; margin: 0; box-shadow: 3px 4px 10px #222; } #main-menu li li a { color: #eee; min-width: 150px; margin: 0; background: #000; filter: Alpha(opacity=90); opacity: 0.9; border-top: 1px solid #444; font-size: 18px; text-align: left; overflow: hidden; padding: 6% 11% } #main-menu li li:first-child > a { border-top: none; } #main-menu li li a:hover { background: #000; filter: Alpha(opacity=100); opacity: 1; color: #eee; } #main-menu li ul { display: none; position: absolute; z-index: 9999; min-width: 190px; height: auto; padding: 25px; margin: 0; margin-left: -25px; } #main-menu li ul ul { margin: -52px 0 0 168px !important; } #main-menu li:hover > ul, #main-menu li li:hover > ul, #main-menu li li li:hover > ul { display: block; } #main-menu .nav-toggle { display: none; } #main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed { list-style: none; } #main-menu ul.menu li { margin: 0; z-index: 99; } #main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf { margin: 0; padding: 0; } .front #container { margin-top: 1.5%; } #container { margin: 2.76% auto; max-width: 1000px; } #slider { background: transparent; position: relative; box-shadow: none; overflow: visible; } .nivo-caption { background: #333; font-family: Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 22px; padding: 20px; } .slider-wrapper #slider { position: relative; overflow: hidden; -moz-box-shadow: 0px 0px 26px #999; -webkit-box-shadow: 0px 0px 26px #999; border: 5px solid rgb(0, 112, 133); box-shadow: 0px 0px 26px #999; margin: 0 auto; overflow: hidden; position: relative; z-index: 1; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .theme-default .nivo-controlNav { padding: 20px 0 0 0; } #slider a:active { outline: none; } .slides, .flex-control-nav { margin: 0; padding: 0; list-style: none; } .slides { width: 100%; overflow: hidden; } #slider .slides > li { display: none; position: relative; margin: 0; } #slider .slides li:first-child { display: list-item; } .flex-pauseplay span { text-transform: capitalize; } .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .flex-control-nav { position: absolute; right: 4%; bottom: 7.3%; text-align: center; } .flex-control-nav li { display: inline-block; margin: 0 0 0 15px; } .flex-control-nav li:first-child { margin: 0; } .flex-control-nav li a { display: block; width: 24px; height: 24px; box-shadow: 0 0 3px #999; cursor: pointer; background: #e9e9e9; color: #333; font-weight: bold; line-height: 24px; } .flex-control-nav li a.active, .flex-control-nav li a:hover { background: #fff; } #slider .post { padding: 1.83%; margin: 0; box-shadow: none; background: none; } #slider .entry-container { float: right; max-width: 50%; } #slider .slide-image { max-width: 49%; padding: 0.47%; background: #E9E9E9; } #slider .entry-header, #slider .entry-summary { margin-left: 5%; } #slider .entry-title { margin-left: 0; margin-bottom: 15px; } .content-sidebar-wrap { float: left; width: 100%; } .content-sidebar-wrap #content { display: inline; margin-bottom: 2.7%; float: right; width: 100%; } #sidebar-first { color: #888; float: left; } #sidebar-second { color: #888; float: right; } /* 3 columns */ body.two-sidebars .content-sidebar-wrap { width: 80%; } body.two-sidebars #content { width: 75%; } body.two-sidebars #sidebar-first { width: 24%; } body.two-sidebars #sidebar-second { width: 19%; } /* 2 columns: sidebar-first */ body.sidebar-first .content-sidebar-wrap { width: 100%; } body.sidebar-first #content { width: 80%; } body.sidebar-first #sidebar-first { width: 19%; } /* 2 columns: sidebar-second */ body.sidebar-second .content-sidebar-wrap { width: 80%; } body.sidebar-second #content { width: 100%; } body.sidebar-second #sidebar-second { width: 19%; } #post-content { padding: 0 20px; } .breadcrumb { margin: 0 20px; padding-top: 10px; margin-bottom: 10px; border-bottom: #fff 1px solid; } #head, #content, #sidebar-second, #sidebar-first { margin-top: 10px; } .node { margin: 20px 0; } .node h2.title, .page-title { color: #333; font-size: 24px; } .page-node .page-title { margin-top: -100px; margin-bottom: 97px; color: #fff; font-size: 34px; text-shadow: 1px 1px 4px #000; } .node h2.title a { color: #333; } .block { margin-bottom: 1%; } .block > h2 { border-bottom: 1px solid #CCC; color: #555; font-family: 'BebasNeueRegular'; font-size: 22px; font-weight: normal; margin: 5px 0px; padding: 0px 0px 4px 0px; text-transform: uppercase; } .theme-default .nivo-directionNav a { background: url("images/arrows.png") no-repeat; } .theme-default a.nivo-nextNav { background-position: -30px 0; } #footer-area .block > h2 { /* color: rgb(0, 134, 160);*/ color: #bca284; margin-bottom: 10px; text-transform: uppercase; border: 0; } #footer-area ul.menu li a.active { color: #ddd; } .region-front-welcome { background: url("images/hr.png") top center no-repeat; padding-top: 2%; margin-top: 3%; } .region-front-welcome h2 { margin-bottom: 10px; font-size: 16px; text-transform: uppercase; } /*.submitted { -moz-border-radius: 4px; -webkit-border-radius: 4px; background: #E9E9E9; border: 1px solid #DDD; border-radius: 4px; clear: both; color: #383838; display: block; margin-bottom: 5px; padding: 4px 9px; }*/ .submitted { display: none; } .links { color: #333; margin-top: 10px; font-size: 14px; } ul.links { margin: 0; } .links li a { -moz-border-radius: 4px; -webkit-border-radius: 4px; /* background: #0593C7;*/ border-radius: 4px; /* color: #FFF;*/ /* color: #6c6c6c; */ background: #7c7c7c; color: #ded8cd; font-weight: normal; padding: 4px 8px; display: inline-block; margin-bottom: 1px; } .links li a:hover { background: #6c6c6c; color: #eee; } /*-------------------------------------------* /* Fix CKEditor style /*-------------------------------------------*/ table.cke_editor { background: transparent; border: 0; } table.cke_editor td { background: transparent; padding: 0; border: 0; } /*-------------------------------------------* /* Poll, Buttons, Form /*-------------------------------------------*/ .poll .vote-form .choices .title { font-size: 14px; font-weight: normal; line-height: 2; } .poll .vote-form .choices { margin: 0; } .form-submit { cursor: pointer; margin: 5px; } input.form-checkbox, input.form-radio { vertical-align: baseline; } .form-text { padding: 4px 5px; } /*-------------------------------------------* /* Menus and item lists /*-------------------------------------------*/ .item-list ul { margin: 0; padding: 0 0 0 1.5385em; } .item-list ul li { margin: 0; padding: 0; } ul.menu li { margin: 0; padding: 0; } ul.inline { clear: both; } ul.inline li { margin: 0; padding: 0; } /*-------------------------------------------* /* Admin Tabs /*-------------------------------------------*/ .tabs-wrapper { border-bottom: 1px solid #b7b7b7; margin: 0 0 5px 0; } ul.primary { border: none; margin: 0; padding: 0; } ul.primary li a { background: none; border: none; display: block; float: left; line-height: 1.5385em; margin: 0; padding: 0 1em; border-radius: 4px 4px 0 0; margin-right: 5px; } ul.primary li a:hover, ul.primary li a.active { background: #666; border: none; color: #fff; } ul.primary li a:hover { background: #888; text-decoration: none; } ul.secondary { background: #666; border-bottom: none; clear: both; margin: 0; padding: 0; } ul.secondary li { border-right: none; } ul.secondary li a, ul.secondary li a:link { border: none; color: #ccc; display: block; float: left; line-height: 1.5385em; padding: 0 1em; } ul.secondary li a:hover, ul.secondary li a.active { background: #888; color: #fff; text-decoration: none; } ul.secondary a.active { border-bottom: none; } /*-------------------------------------------* /* Tabs and Tags /*-------------------------------------------*/ .field-name-field-tags { margin: 0 0 10px 0; } .field-name-field-tags a { display: inline-block; background: url(images/tag.png) no-repeat; padding: 0px 8px 0 16px; height: 22px; text-shadow: 1px 1px #fff; border-radius: 2px; font-size: 12px; } .field-name-field-tags .field-item { margin: 0 1em 0 0; } .field-name-field-tags div { display: inline; } /*-------------------------------------------* /* Profile /*-------------------------------------------*/ .profile { margin: 1.5385em 0; } .profile dd { margin-bottom: 1.5385em; } .profile h3 { border: none; } .profile dt { margin-bottom: 0; } .password-parent { width: 36em; } /*-------------------------------------------* /* Navigation /*-------------------------------------------*/ .item-list .pager li { background: #cfcfcf; border-radius: 3px; margin-right: 4px; text-shadow: 1px 1px #fff; } /*-------------------------------------------* /* Forum /*-------------------------------------------*/ .field-name-taxonomy-forums div { display: inline; margin-top: 4px; } .field-name-taxonomy-forums .field-items { } #forum .title { font-size: 16px; } #forum .submitted { font-size: 12px; font-family: Lucida Grande, Verdana, Arial, sans-serif; background: transparent; padding: 0; } #forum .container { background: #a1a1a1; color: #fff; } #forum .container a { color: #333; font-weight: bold; } #forum div.indent { margin-left: 2px; } .forum-starter-picture { float: left; padding: 4px; border: 1px solid #d9d9d9; margin: 5px 7px 5px 0; } #forum th { background: #434343; text-shadow: none; color: #fff; } #forum th a { color: #fff; } #forum td.forum .icon, #forum .icon div { background: url(images/no-new-posts.png) no-repeat; width: 35px; height: 35px; } #forum .name a { font-size: 16px; } /* Images */ img { outline: 0; } img.scale-with-grid { max-width: 100%; height: auto; } /* Comments */ .comment h2.title { margin-bottom: 1em; } .comment div.user-picture img { margin-left: 0; } .comment { margin-bottom: 20px; display: table; vertical-align: top; } .comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; } .comment .attribution img { margin: 0; border: 1px solid #d3d7d9; } .comment .attribution .username { white-space: nowrap; } .comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; } .comment .comment-submitted .comment-time { font-size: 0.586em; } .comment .comment-submitted .comment-permalink { font-size: 0.586em; text-transform: lowercase; } .comment .content { font-size: 0.929em; line-height: 1.6; } .comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent; border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; } .comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1pxsolid #d3d7d9; } .comment .indented { margin-left: 40px; } .comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; } .comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; } /* -------------- Form Elements ------------- */ fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px; padding: 0 0 10px; position: relative; top: 12px; -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .fieldset-wrapper { margin-top: 25px; } .node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; } .filter-wrapper { top: 0; padding: 1em 0 0.2em; -khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .filter-help a { font-size: 0.857em; padding: 2px 20px 0; } .filter-wrapper .form-item label { margin-right: 10px; } .filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; } .filter-guidelines { padding: 0 1.5em 0 0.5em; } fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em; left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%; -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } fieldset .fieldset-wrapper { padding: 0 10px; } fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; } input { margin: 2px 0; padding: 4px; } input, textarea { font-size: 0.929em; } textarea { line-height: 1.5; } textarea.form-textarea, select.form-select { padding: 4px; } input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; } .password-suggestions ul li { margin-left: 1.2em; } .form-item { margin-bottom: 1em; margin-top: 2px; } .form-item label { font-size: 0.929em; } .form-type-radio label, .form-type-checkbox label { margin-left: 4px; } .form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; } .form-actions { padding-top: 10px; } /* Form Buttons */ button, input[type="submit"], input[type="reset"], input[type="button"] { background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3)); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); filter: progid : DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3'); border: 1px solid #dbdbdb; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white; color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight: bold; padding: 8px 1em 9px 1em; } button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2)); background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%); filter: progid : DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2'); -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white; cursor: pointer; } #block-search-form { padding-bottom: 7px; overflow: hidden; } #block-search-form .content { margin-top: 0; } #search-form input#edit-keys, #block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; } #search-block-form input.form-submit, #search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer; text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; } #search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus, #search-form input.form-submit:hover, #search-form input.form-submit:focus { background-position: center bottom; } #search-block-form .form-actions { float: left; padding: 0; } #search-block-form .form-actions input { margin: 1px 0; } #search-form .form-item-keys label { display: block; } ol.search-results { padding-left: 0; } .search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; } .search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; } .search-results .search-snippet-info { padding-left: 0; } #top-area { clear: both; } #top-area { position: relative; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-bottom: 0; } #top-area .block { margin: 0; } #top-area .block p { margin: 0; } #top-area .column { float: left; width: 28.6%; margin: 1.8% 0; padding: .5% 2.2%; border-radius: 3px; } #top-area .column:first-child { margin-left: 0; } #top-area .column:last-child { border: 0; } #top-area .column-title { color: #e0e0e0; } #top-area li { border-bottom: #555 1px dashed; } #footer { clear: both; color: rgb(34, 34, 34); /* background: #f8fff0;*/ border-top: 1px solid #c9b7a2; } #footer a { color: #006694; } #footer_wrapper { max-width: 1000px; margin: 0 auto; } #footer-area { position: relative; padding: 1.76% 1.52% 0 1.76%; color: #999; } #footer-area .column { color: rgb(78, 75, 75); float: left; /* width: 30.8%;*/ width: 100%; margin: 0 0 1.9% 3.8%; } #footer-area .column:first-child { margin-left: 0; } #footer-area .column-title { color: #e0e0e0; } #copyright { clear: both; padding: 0 0px; line-height: 40px; } .copyright { float: left; max-width: 728px; } .credits { float: right; max-width: 370px; margin-right: 12px; text-align: right; } #copyright p { margin: 0; } .footer_credit { /* background: #bca284;*/ background: #000; opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; border-top: 1px solid #fff; color: #fff; font-family: Arial; overflow: auto; padding: 10px 0px; } .footer_inner_credit { max-width: 1000px; margin: 0 auto; } /* homepage specific changes */ .front .page-title { display: none; } /* views css */ .page-tours .views-row { border-bottom: 1px solid #fff; position: relative; display: block; overflow: hidden; } /* node tab gallery images */ .page-node .field-name-field-tour-gallery .field-item { width: 220px; float: left; margin: 8px; } .field-group-htabs-wrapper .horizontal-tabs fieldset.horizontal-tabs-pane, .field-group-htabs-wrapper fieldset .fieldset-wrapper { padding: 0; } /*slideshows Tour node specific*/ .view-gallery-images { margin-bottom: 100px; } .view-gallery-images, .view-gallery-images div { position: relative; left: 0; right: 0; max-width: 100% !important; width: 100% !important; } /*.view-gallery-images, .view-gallery-images div, .view-gallery-images img { min-height: 400px; }*/ .region-slideshow { height: 740px; overflow: hidden; margin: -160px 0 0 0; position: relative; z-index: -1; } /* views custom changes */ .item-list ul li { list-style: none; } /* * mini break options page */ .mini_break_view_content, .chooseoption-wrap { min-width: 500px; } .chooseoption { float: left; width: 36%; background: #000; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; color: #fff; text-align: center; font-weight: 600; font-size: 28px; margin: 4% 2%; padding: 41px; border: gray 1px dotted; } .chooseoption.nextstep, .chooseoption.byactivity { background: #000; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; } .chooseoption.nextstep { margin-top: 70px; } .chooseoption:hover { background: #000 !important; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; /* color: gray; */ border: gray 1px dotted; } .view-mini-breaks #edit-actions, #webform-component-your-details, #webform-component-mini-break-details, #webform-component-select-activity { display: none; clear: both; } #edit-submitted-select-activity .form-type-checkbox, #edit-submitted-minibreak-activity-type .form-item { width: 32%; margin: 0; padding: 0; float: left; height: 120px; } #edit-submitted-minibreak-activity-type { margin-bottom: 150px; } #webform-component-select-activity { width: 100%; margin-left: 9%; padding: 50px 0; } #webform-component-select-activity .form-item-submitted-select-activity-Adventure { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } #webform-component-select-activity .form-item-submitted-select-activity-Riding { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } #webform-component-select-activity .form-item-submitted-select-activity-Diving-and-Snorkelling { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } #webform-component-select-activity .form-item-submitted-select-activity-Trekking-and-Hiking { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } #webform-component-select-activity .form-item-submitted-select-activity-Relaxing { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } #webform-component-select-activity .form-item-submitted-select-activity-History-and-Culture { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } /*.form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-4 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-12 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-8 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-9 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-10 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-11 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-5 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-13 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-7 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-6 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-14 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; } .form-item.form-type-checkbox.form-item-submitted-minibreak-activity-type-tid-3 { background: url(images/symbols/canyoning.png) no-repeat 0px 22px; }*/ #webform-client-form-22 .form-type-radio label, #webform-client-form-22 .form-type-checkbox label { padding-left: 20px; padding-bottom: 87px; margin-left: -20px; padding-right: 20px; } /* mini break teasers */ .view-mini-breaks .views-row { padding: 10px 20px 10px 10px; } .view-mini-breaks .views-field.views-field-title a { font-size: 18px; font-weight: bold; } .view-mini-breaks h3 { padding: 10px 0; border-bottom: #9c9c9c 1px dashed; } /* form specific stuff */ #edit-submitted-your-details-email { max-width: 286px; } .horizontal-tabs ul.horizontal-tabs-list { background: #bca284; } .horizontal-tabs ul.horizontal-tabs-list li { background: #bca284; border-right: 1px solid #ccc; } .horizontal-tabs ul.horizontal-tabs-list li a:hover, .horizontal-tabs ul.horizontal-tabs-list li.selected, .horizontal-tabs ul.horizontal-tabs-list li.selected a{ background-color: #8e7b64; color: #000; /* padding: 0;*/ } fieldset legend { background: transparent; background-color: transparent; /*border: 1px solid #ccc;*/ } fieldset { background: transparent; } /* add to cart form*/ .form-item.form-type-textfield.form-item-quantity { float: left; margin: 0px 20px 0px 0px; } #block-views-test-tour-dates-block .views-row { clear: both; margin-top: 20px; } #block-views-test-tour-dates-block .form-submit { margin: 20px; } /* accordion list tour outline */ #block-views-schedule-accordion-block { margin: 6% 0; } .field-name-field-outline-heading .field-items { padding: 10px 33px; font-weight: bold; } .field-collection-view { padding: 0; } .view-schedule-accordion .ui-accordion .ui-accordion-header, .view-schedule-accordion .ui-state-default, .view-schedule-accordion .ui-widget-content .ui-state-default, .view-schedule-accordion .ui-widget-header .ui-state-default { background: #000; opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; padding: 4px; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #dec7ad; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-accordion, .ui-accordion-header a:hover { color: #fff; } /* slider views accordion */ .view-slider-accordion .ui-accordion a img { padding: 0px; box-shadow: none; background: transparent; border: none; } .view-slider-accordion .ui-accordion-icons .ui-accordion-header { overflow: hidden; } .view-slider-accordion .ui-accordion-icons .ui-accordion-header a { padding: 0; } .view-slider-accordion .views-accordion-header { max-height: 60px; } .view-slider-accordion .ui-accordion .ui-accordion-content { padding: 0; overflow: hidden; } .views-field.views-field-body { /* padding: 244px 0px 0px;*/ padding: 25% 0px 0px; position: relative; z-index: 0; } .views-field.views-field-body a { color: #fff; padding: 244px 0px 0px; } .views-field.views-field-body .field-content { padding: 10px; background: #8e7b64; color: #fff; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6; */ } .views-field.views-field-body .field-content p { margin: 0; } .views-field.views-field-field-slider-image { z-index: -1; } .view-slider-accordion .ui-accordion .ui-accordion-content img { margin-top: -61px; position: absolute; z-index: 9; } .view-slider-accordion .accordion-title-teaser { position: relative; color: #fff; font-size: 20px; padding: 17px 40px; max-width: 100%; /* transition: background-color 0.5s ease;*/ /* background-color: rgba(0, 0, 0, 0.7); */ background: -webkit-linear-gradient(bottom, #000, transparent); background: linear-gradient(to bottom, #000, transparent); background-color: rgba(0,0,0,0.5); text-shadow: 1px 1px 2px #333; text-transform: uppercase; z-index: 9; } .view-slider-accordion .ui-state-active .accordion-title-teaser { background: none; } .view-slider-accordion .accordion-title-image img { margin: -61px 0px 0px; /* filter: grayscale(100%); /* Current draft standard -webkit-filter: grayscale(100%); /* New WebKit -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE filter: gray; /* IE -webkit-filter: grayscale(1); /* Old WebKit */ } .view-slider-accordion .ui-state-active .accordion-title-image img { /* filter: none; -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); -webkit-filter: grayscale(0); */ } /* all accordion views css overrides */ .ui-accordion .ui-accordion-content-active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: transparent; } /* TOUR OUTLINE PAGE PPICS*/ .views-field-field-outline-image ul { padding: 0; } .views-field-field-outline-image ul li, .view-display-id-block_1 .view-content div { max-width: 210px; width: 30%; float: left; padding-right: 12px; } .content a img { padding: 2px; box-shadow: 0 0 3px #EEE; background: #FFF; border: #EEE 1px solid; } #block-views-gallery-images-block { margin-bottom: -82px; } .info_icons { margin-bottom:40px; z-index: 99; padding-top: 10px; min-height: 60px; width: 100%; position: absolute; left: 0; right: 0; margin-top: -165px; } .activity_symbol { text-align: right; } .info_icons .difficulty_level { /* background: #fff;*/ padding: 1px; width: 10%; min-width: 76px; max-width: 120px; max-height: 46px; margin-left: 1%; float: left; color: #fff; background: #29292b; } .info_icons .difficulty_level h5 { margin-left: 3px; margin-bottom: 0; } .difficulty_icon { max-width: 110px; min-width: 50px; max-height: 27px; } .symbol_icons { min-width: 30px; max-width: 50px; margin-right: 1%; width: 6%; } .info_icons_teaser { width: 30%; float: right; margin-top: 37px; } .info_icons_teaser .symbol_icons { width: 30%; } .info_icons_teaser .difficulty_level { /* margin-top: 61px; */ } .info_icons_teaser .activity_symbol { text-align: left; } .field.field-name-body.field-type-text-with-summary.field-label-hidden { clear: both; } .front .field.field-name-body { position: absolute; font-size: 16px; font-weight: bold; margin-top: -170px; background: #fff; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; padding: 20px 20px 10px 20px; max-width: 920px; width: 91.6%; /* margin: 0 auto;*/ text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; /* future proofing */ -khtml-border-radius: 10px; /* for old Konqueror browsers */ } .front .field.field-name-body .field-items { color: #000; } .page-tours .views-row article { display: inline-block; width: 66%; } .loginbuttons a { color: #a5a5a4; text-transform: uppercase; } .loginbuttons a:hover { color: #ccc; } .loginbuttons { position: absolute; right: 17%; margin-top: 30px; z-index: 99; } /*#user-login-form a { color: #999; } #user-login-form .form-item { float: left; margin-right: 4px; }*/
application/views/standings/encounter-details.html
tfowler4/RiftProgress
<div class="col-xs-3"> <div class="panel panel-default"> <div class="panel-heading"> <div class="panel-title"> <span class="h4">Encounter Details</span> </div> </div> <table class="table table-bordered table-condensed"> <tbody> <tr> <th>Name</th> <td><?php echo $encounterDetails['name']; ?></td> </tr> <tr> <th>Dungeon</th> <td><?php echo $encounterDetails['dungeon_name']; ?></td> </tr> <tr> <th>Tier</th> <td><?php echo $encounterDetails['tier_name'] . ' (' . $encounterDetails['tier_abbreviation'] . ')'; ?></td> </tr> <tr> <th>Raid Size</th> <td><?php echo $encounterDetails['num_of_players']; ?></td> </tr> <tr> <th>Release Date</th> <td><?php echo $encounterDetails['release_date']; ?></td> </tr> <tr> <th>EU Time Diff</th> <td><?php echo convertToDiffDaysHoursMins( $encounterDetails['eu_diff']*60 ); ?></td> </tr> <tr> <th>WW Clears</th> <td><?php echo $encounterDetails['num_of_world_clears']; ?></td> </tr> <tr> <th>NA Clears</th> <td><?php echo $encounterDetails['num_of_na_clears']; ?></td> </tr> <tr> <th>EU Clears</th> <td><?php echo $encounterDetails['num_of_eu_clears']; ?></td> </tr> <tr> <th>First Kill</th> <td> <?php $guild = $encounterDetails['first_guild_clear']; ?> <?php if ( $guild != 'N/A' ) { ?> <a href="<?php echo SITE_URL . 'guilds/profile/' . $guild['guild_id'] . '/' . urlencode($guild['name']); ?>" class="<?php echo strtolower($guild['faction']); ?>"> <span class="flag-icon flag-icon-<?php echo strtolower($guild['country_abbreviation'])?>"></span> <?php echo $guild['name']; ?> </a> <?php } else { ?> N/A <?php } ?> </td> </tr> <tr> <th>Recent Kill</th> <td> <?php $guild = $encounterDetails['recent_guild_clear']; ?> <?php if ( $guild != 'N/A' ) { ?> <a href="<?php echo SITE_URL . 'guilds/profile/' . $guild['guild_id'] . '/' . urlencode($guild['name']); ?>" class="<?php echo strtolower($guild['faction']); ?>" class="<?php echo strtolower($guild['faction']); ?>"> <span class="flag-icon flag-icon-<?php echo strtolower($guild['country_abbreviation'])?>"></span> <?php echo $guild['name']; ?> </a> <?php } else { ?> N/A <?php } ?> </td> </tr> </tbody> </table> <div class="panel-footer"> <select class="form-control selectpicker" id="dungeon-encounter-picker" title="Select Encounter"> <?php foreach( $encounters as $encounter ) { ?> <option data-dungeon="<?php echo urlencode($encounter['dungeon_name']); ?>" value="<?php echo urlencode($encounter['name']); ?>"><?php echo $encounter['name']; ?></option> <?php } ?> </select> </div> </div> </div>
wordpress/tags/3.4.2/dist/readme.html
wpsvse/wpse-language-packs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>WordPress &#8250; &quot;L&auml;s mig&quot;-dokumentation</title> <link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" /> </head> <body> <h1 id="logo"> <a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a> <br /> Version 3.4.2 (Svensk) </h1> <h1>N&aring;gra ord att b&ouml;rja med</h1> <p>V&auml;lkommen. WordPress &auml;r ett v&auml;ldigt speciellt projekt f&ouml;r mig. Varje utvecklare och medarbetare deltar med n&aring;got unikt till mixen, och tillsammans skapar vi n&aring;got vackert som jag &auml;r stolt att vara en del av. Tusentals timmar har g&aring;tt &aring;t till WordPress, och vi &auml;r h&auml;ngivna f&ouml;r att g&ouml;ra det b&auml;ttre f&ouml;r varje dag. Tack f&ouml;r att du g&ouml;r det till en del av din v&auml;rld.</p> <p style="text-align: right;">&#8212; Matt Mullenweg</p> <h1>Vad inneb&auml;r den svenska versionen?</h1> <p>F&ouml;r att underl&auml;tta f&ouml;r alla svenska anv&auml;ndare s&aring; skapar vi p&aring; <a href="http://wpsv.se">WordPress Sverige</a> en svensk version av WordPress-paketet. Detta inneb&auml;r att WordPress &auml;r konfigurerat med de svenska spr&aring;kfilerna (adminpanel p&aring; svenska), temat Twenty Ten &auml;r &ouml;versatt till svenska och installationsinstruktionerna &auml;r p&aring; svenska. Man &auml;r v&auml;lkommen att delta med f&ouml;rslag p&aring; &auml;ndringar osv. f&ouml;r de svenska spr&aring;kfilerna i WP-Support Sveriges <a href="http://wp-support.se/forum/">forum</a> eller i v&aring;r <a href="http://wp-support.se/forum/tracker.php">trac</a>.</p> <p>De svenska paketen kan hittas p&aring; <a href="http://wpsv.se">WordPress Sverige</a> och p&aring; <a href="http://sv.wordpress.org">sv.wordpress.org</a>.</p> <p style="text-align: right;">&#8212; Mattias Tengblad, WordPress Sverige</p> <h1>Installation: Den ber&ouml;mda 5-minutersinstallationen</h1> <ol> <li>Packa upp paketet i en tom mapp och ladda upp allt till servern.</li> <li>G&aring; till &lt;url-till-din-installation&gt;<span class="file"><a href="wp-admin/install.php">/wp-admin/install.php</a></span> i din webbl&auml;sare. Fyll i dina uppgifter och klicka dig vidare. Detta b&ouml;r skapa en <code>wp-config.php</code>-fil med inst&auml;llningar f&ouml;r databasanslutningen. <ol> <li>Om det av n&aring;gon anledning inte skulle fungera, oroa dig inte. Det fungerar inte p&aring; alla webbhotell. Öppna filen <code>wp-config-sample.php</code> med en textredigerare s&aring; som t.ex WordPad eller liknande och fyll sedan i dina databasuppgifter.</li> <li>Spara filen som <code>wp-config.php</code> och ladda upp den.</li> <li>G&aring; till &lt;url-till-din-installation&gt;/<span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> i din webbl&auml;sare.</li> </ol> Om det uppst&aring;r problem, dubbelkolla din <span class="file"><code>wp-config.php</code></span> fil s&aring; att alla uppgifter st&auml;mmer. F&ouml;rs&ouml;k sedan igen. Om det fortfarande uppst&aring;r problem s&aring; kan du bes&ouml;ka <a href="http://wp-support.se">WP-Support Sverige</a> f&ouml;r att f&aring; svensk support. Alternativt bes&ouml;k den officiella webbplatsen och dess <a href="http://wordpress.org/support/">support forum</a>.</li> <li>N&auml;r din konfigurationsfil har skapats s&aring; kommer installeraren att skapa de databastabeller som kr&auml;vs. Om du f&aring;r felmeddelanden, dubbelkolla uppgifterna i din <code>wp-config.php</code> och f&ouml;rs&ouml;k igen. Har du fortfarande problem s&aring; kan du med s&aring; mycket information som m&ouml;jligt om felet bes&ouml;ka det officiella <a href="http://wordpress.org/support/" title="WordPress support">supportforumet</a> (engleska) eller <a href="http://wp-support.se">WP-Support Sverige</a> f&ouml;r att f&aring; hj&auml;lp.</li> <li><strong>Om du inte angivit n&aring;got l&ouml;senord, notera l&ouml;senordet som visas vid installationen.</strong> Angav du inget s&aring; &auml;r ditt anv&auml;ndarnamn <code>admin</code>.</li> <li> Installationen b&ouml;r sedan skicka dig till <a href="wp-login.php">inloggningssidan</a>. Logga in med det anv&auml;ndarnamn och l&ouml;senord du angav vid installationen. Om ett l&ouml;senord genererades automatiskt s&aring; kan du klicka p&aring; 'Profil' f&ouml;r att &auml;ndra l&ouml;senordet.</li> </ol> <h1>Uppdatering</h1> <h2>Automatisk uppdatering</h2> <p>Om du uppdaterar fr&aring;n 2.7 eller senare s&aring; kan du anv&auml;nda den automatiska uppdateringen:</p> <ol> <li>G&aring; till &lt;url-till-din-installation&gt;/<span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> i din webbl&auml;sarein och f&ouml;lj instruktionerna.</li> <li>Ville du ha mer att g&ouml;ra kanske? Men det var allt!</li> </ol> <h2>Manuell uppdatering</h2> <ol> <li>Innan du uppdaterar f&ouml;rs&auml;kra dig om att du har tagit backup av filer du modifierat s&aring; som t.ex <code>index.php</code>, teman och andra filer.</li> <li>Radera dina gamla WordPress-filer och spara de du modifierat.</li> <li>Ladda upp de nya filerna p&aring; servern (f&ouml;rslagsvis via FTP).</li> <li>G&aring; till &lt;url-till-din-installation&gt;<span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a> i din webbl&auml;sare.</span></li> <li>Ville du ha mer att g&ouml;ra kanske? Men det var allt!</li> </ol> <h2>Ändringar f&ouml;r temamallar</h2> <p>Om du har modifierat dina temamallar s&aring; kan du beh&ouml;va genomf&ouml;ra &auml;ndringar mellan huvudversioner av WordPress.</p> <h1>Migrering fr&aring;n andra system</h1> <p>WordPress kan <a href="http://codex.wordpress.org/Importing_Content">importera fr&aring;n ett flertal olika system</a>. Innan du kan anv&auml;nda WordPress <a href="wp-admin/import.php" title="Importera till WordPress">verktyg f&ouml;r att importera inneh&aring;ll</a> s&aring; beh&ouml;ver du installera WordPress som beskrivet ovan.</p> <h1>Systemkrav</h1> <ul> <li><a href="http://php.net/">PHP</a> version <strong>5.2.4</strong> eller senare.</li> <li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.0</strong> eller senare.</li> </ul> <h2>Systemrekommendationer</h2> <ul> <li>Apache modulen <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a>.</li> <li>En l&auml;nk till <a href="http://wordpress.org/">http://wordpress.org</a> p&aring; din webbplats.</li> </ul> <h1>Onlineresurser</h1> <p>Om du har fr&aring;gor om n&aring;got som inte tagits upp i detta dokument s&aring; kan du ta del av n&aring;gon av alla de WordPress resurser som finns att tillg&aring; online:</p> <dl> <dt><a href="http://codex.wordpress.org/">WP-Support Sverige </a></dt> <dd>En portal f&ouml;r oss svenska WordPress-anv&auml;ndare. WP-Support tillhandah&aring;ller bl.a. den officiella svenska spr&aring;kfilen. H&auml;r hittar du &auml;ven &ouml;vers&auml;ttningar till m&aring;nga till&auml;gg och teman. Bes&ouml;k forumet f&ouml;r support.</dd> <dt><a href="http://codex.wordpress.org/">WordPress Codex</a> (engelska)</dt> <dd>Codex &auml;r den officiella dokumentationen f&ouml;r allt vad WordPress inneb&auml;r.</dd> <dt><a href="http://wordpress.org/news/">The WordPress Blog</a> (engelska)</dt> <dd>Detta &auml;r bloggen d&auml;r alla nyheter om WordPress utveckling postas. Som standard s&aring; finns detta fl&ouml;de med i WordPress adminpanel.</dd> <dt><a href="http://planet.wordpress.org/">WordPress Planet</a> (engelska)</dt> <dd> WordPress Planet &auml;r en nyhetsportal f&ouml;r inl&auml;gg om WordPress runt om p&aring; webben.</dd> <dt><a href="http://wordpress.org/support/">WordPress Support Forum</a> (engelska)</dt> <dd>Det officiella supportforumet f&ouml;r WordPress.</dd> <dt><a href="http://codex.wordpress.org/IRC">WordPress IRC-kanal</a> (engelska)</dt> <dd>Till sist s&aring; finns det &auml;ven en chat f&ouml;r oss som anv&auml;nder WordPress. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd> </dl> <h1><abbr title="eXtensible Markup Language">XML</abbr>-<abbr title="Remote Procedure Call">RPC</abbr> och Atom-gr&auml;nssnitt</h1> <p>Du kan posta inneh&aring;ll i din WordPressblogg med verktyg som <a href="http://download.live.com/writer">Windows Live Writer</a>, <a href="http://illuminex.com/ecto/">Ecto</a>, <a href="http://bloggar.com/">w.bloggar</a>, <a href="http://radio.userland.com/">Radio Userland</a> (vilket betyder att du kan anv&auml;nda Radio's email-to-blog funktion), <a href="http://www.newzcrawler.com/">NewzCrawler</a>, och andra verktyg som har st&ouml;d f&ouml;r blogg <abbr title="application programming interface">API</abbr>s! :) Du kan l&auml;sa mer om <a href="http://codex.wordpress.org/XML-RPC_Support"><abbr>XML</abbr>-<abbr>RPC</abbr> st&ouml;d i Codex</a>.</p> <h1>Inl&auml;gg via E-post</h1> <p>Du kan posta inl&auml;gg fr&aring;n en e-postklient! F&ouml;r att konfigurera detta g&aring; till Inst&auml;llningar-&gt;Skriva och ange inst&auml;llningar f&ouml;r ditt hemliga <abbr title="Post Office Protocol version 3">POP3</abbr>-konto. Sedan beh&ouml;ver du st&auml;lla in <code>wp-mail.php</code> att k&ouml;ras periodvis f&ouml;r att kolla inkorgen efter nya inl&auml;gg. Detta kan du g&ouml;ra genom att anv&auml;nda &quot;<a href="http://en.wikipedia.org/wiki/Cron">Cron</a>-jobs&quot;, eller om ditt webbhotell inte till&aring;ter det s&aring; kan du kolla in de olika sid&ouml;vervakningstj&auml;nsterna som finns f&ouml;r att l&aring;ta dem kolla din <code>wp-mail.php</code> <abbr title="Uniform Resource Locator">URL</abbr>.</p> <p>Att post inl&auml;gg &auml;r enkelt: Alla mail skickade till adressen du angett kommer att postas i din blogg, med &auml;mne som titel. Det &auml;r med andra ord bra att h&aring;lla e-postadressen hemlig. WP-mail raderar automatiskt mail som har postas fr&aring;n inkorgen.</p> <h1>Anv&auml;ndarroller</h1> <p>Vi introducerade ett v&auml;ldigt flexibelt rollsystem i version 2.0. Du kan <a href="http://codex.wordpress.org/Roles_and_Capabilities">l&auml;sa allt om anv&auml;ndarroller och dess egenskaper i Codex</a>.</p> <h1>Slutord</h1> <ul> <li>Om du har n&aring;gra f&ouml;rslag, idéer, kommentarer eller om du (g&auml;sp!) hittat en bugg, bes&ouml;k det officiella <a href="http://wordpress.org/support/">supportforumet</a> (engelska).</li> <li>WordPress har ett robust <abbr title="application programming interface">API</abbr> f&ouml;r till&auml;gg som g&ouml;r utveckling av kodbasen v&auml;ldigt enkel. Om du &auml;r en utvecklare som &auml;r intresserad av att anv&auml;nda detta, bes&ouml;k <a href="http://codex.wordpress.org/Plugin_API"> dokumentation f&ouml;r till&auml;gg i Codex</a>. Du b&ouml;r inte modifiera huvudfilerna f&ouml;r WordPress.</li> </ul> <h1>Dela med dig av k&auml;rleken!</h1> <p>WordPress har ingen marknadskampanj f&ouml;r miljoner eller stora sponsorer, men vi har n&aring;got &auml;nnu b&auml;ttre&#8212;dig. Om du gillar WordPress fundera p&aring; att tipsa en v&auml;n, hj&auml;lp n&aring;gon mindre kunnig att installera WordPress eller skriv en artikel om oss.</p> <p>WordPress &auml;r den officiella forts&auml;ttningen av <a href="http://cafelog.com/">b2/cafélog</a>, som skapades av Michel V. Utveckling har fortsatts av <a href="http://wordpress.org/about/">WordPress-utvecklarna</a>. Om du vill st&ouml;dja WordPress, fundera p&aring; att g&ouml;ra en <a href="http://wordpress.org/donate/">donering</a>.</p> <h1>Licens</h1> <p>WordPress &auml;r fri programvara som sl&auml;pps under licensen <abbr title="GNU General Public License">GPL</abbr> version 2 eller (enligt eget tycke) n&aring;gon senare version. Se <a href="license.txt">license.txt</a> <em>(P&aring; svenska <a href="licens-sv_SE.txt">licens-sv_SE.txt</a>)</em>.</p> </body> </html>
pswot-nodered-projects/public_html/pswot-tdb-input-node.html
nailtonvieira/cloudsemanticwot
<script type="text/javascript"> RED.nodes.registerType('tdb store in',{ category: 'PSWoT', color: '#F5D0A9', defaults: { name: {value:""}, location: {value:""}, typedevice: {value:""} }, inputs:1, outputs:0, icon: "db.png", label: function() { return this.name||"tdb store"; } }); </script> <script type="text/x-red" data-template-name="tdb store in"> <div class="form-row"> <label for="node-input-name"><i class="icon-tag"></i> Name</label> <input type="text" id="node-input-name" placeholder="Name"> </div> <div class="form-row"> <label for="node-input-location"><i class="fa fa-anchor"></i> <a target="_blank" href="http://www.geonames.org/maps/google_-12.971_-38.511.html">Location</a></label> <input title="Enter the name of location or the Geonames link." type="text" id="node-input-location" placeholder="Location"> </div> <div class="form-row"> <label for="node-input-typedevice"> <i class="fa fa-plug"></i> <span>Device</span></label> <select title="Select the device type that you want to discover." id="node-input-typedevice" style="width:73%"> <option value="temperature">Temperature</option> <option value="humidity">Humidity</option> </select> </div> </script> <script type="text/x-red" data-help-name="tdb store in"> <p>A simple node that converts the message payloads into all lower-case characters</p> </script>
wp-content/themes/kabbo/rtl.css
ibreaker14/CECS300-Final-Project
/* Theme Name: KABBO Theme URI: http://d5creation.com/theme/kabbo/ Author: D5 Creation Author URI: http://d5creation.com/ Description: What is your Purpose? Business? Personal Blog? Portfolio Site? Image Gallery? Family Site? HTML 5 and CSS3 powered KABBO Theme is the right choice for you. Customizable Background and other options will give the WordPress Driven Site an attractive look. KABBO is super elegant and Professional Theme which will expand you widely. The Slider will show the featured images and contents of posts automatically. Front Page, Right and Footer Sidebar will be usable for showing the Widgets and Plugins items. Full Wide page can be used for showing showcase or other pages. KABBO Extend has come with exciting Post Options, Theme Options and Extra Functionalities with more than 100 Theme Options. D5 Creation's Support will be with you, Always! Version: 1.4 Tags: gray, light, black, blue, white, two-columns, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, threaded-comments, sticky-post, rtl-language-support, front-page-post-form, full-width-template, theme-options License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html KABBO WordPress Theme, Copyright 2013: D5 Creation (www.d5creation.com) KABBO is distributed under the terms of the GNU GPL Text Domain: kabbo */ /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ caption, th, td { text-align: right; } /* =WordPress Core and Addition -------------------------------------------------------------- */ .alignnone, #content .alignnone, #content-full .alignnone, div .alignnone { margin: 5px 0 20px 20px; } .alignleft, #content .alignleft, #content-full .alignleft, div .alignleft { float:left; margin: 5px 20px 20px 0; } .alignright, #content .alignright, #content-full .alignright, div .alignright { float:right; margin: 5px 0 20px 20px; } a img.alignleft { float:left; margin: 5px 20px 20px 0; } a img.alignnone { margin: 5px 0 20px 20px; } a img.alignright { float:right; margin: 5px 0 20px 20px; } a img.aligncenter { margin-right: auto; margin-left: auto; } .wp-caption.alignnone { margin: 5px 0 20px 20px; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } /* =Structure ----------------------------------------------- */ body { background: url("images/back.jpg") repeat fixed right top / 100% auto #1c9afe; } #top-menu-container input#s { background: url("images/search.png") no-repeat scroll left 50% #777777; left: 30px; right: auto; } #top-menu-container input#s:hover { padding: 5px 10px 5px 25px; } img.site-logo, h1.site-title { float: right; } .site-des { margin: 20px 330px 0 0; } #content { border-left: 260px solid #0093C9; float: right; margin: 0 0 0 -300px; padding: 0 0 0 50px; border-right: none; } #left-sidebar { float: left; margin: -30px 0 0 -30px; } #social { float: left; } .gplus-link, .li-link, .feed-link { float: right; } /* Common Elements ------------------------------------------------------------- */ ol, ul { padding: 0 20px 10px 0; } address { text-align: left; } /* Menu Elements ------------------------------------------------------------- */ .m-menu { float: right; } .m-menu li { float: right; } .m-menu a { padding: 20px 0 55px 25px; } /* IE6 */ .m-menu ul li:hover > ul { right: 189px; left: auto; } /* Sub-menu */ .m-menu ul { right: -20px; background: -webkit-gradient(linear,right bottom,right top,color-stop(0, #111),color-stop(1, #444)); left: auto; } .m-menu ul ul { right: 250px; left: auto; } .m-menu ul a { text-align:right; } /* IE6 */ /* IE7 */ .m-menu ul a:hover { background: -webkit-gradient(linear, right top, right bottom, from(#04acec), to(#0186ba)); } .m-menu ul li:first-child > a:after { right: 30px; border-right: 5px solid transparent; border-left: 5px solid transparent; left: auto; } .m-menu ul ul li:first-child a:after { right: -8px; border-right: 0; border-left: 8px solid #444; left: auto; } .m-menu ul ul li:first-child a:hover:after { border-left-color: #04acec; } /* Clear floated elements */ /* IE6 */ /* IE7 */ /* Wedget Elements ------------------------------------------------------------- */ #left-sidebar .widget { float: left; } #left-sidebar .widget li { padding: 5px 17px 5px 0; } .footer-widget1, .footer-widget2, .footer-widget3, .footer-widget4 { float:right; background: url("images/wline.png") no-repeat scroll right top transparent; } .footer-widget1 { padding: 0px 0 0 20px; } .footer-widget4 { padding: 0px 20px 0 0px; } #footer-sidebar .widget li { padding: 3px 17px 3px 0; } /* Design Elements ------------------------------------------------------------- */ button, input[type="reset"], input[type="button"], input[type="submit"] { background: url("images/btn.png") repeat-x scroll left top #28b7eb; } input[type="text"], textarea, input#s, input[type="password"] { border-right:1px solid #999999; border-left:1px solid #FFFFFF; } .post.sticky, .sticky { background: url("images/sticky.png") no-repeat scroll left top #F2F2F2; } .page-link { float: left; text-align: left; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ .featured-box-first { float:right; } .featured-box { margin-right: 49.5px; float:right; margin-left: auto; } blockquote:before, q:before { margin-left:.20em; margin-right: auto; } blockquote:after, q:after { margin-right:.20em; margin-left: auto; } #customers-comment blockquote { border-right:10px solid #3ab6ea; border-left:10px solid #3ab6ea; } #container .attachment-thumbnail, #container .attachment-category-thumb { float: right; margin: 5px 0 10px 15px; } h1.page-title, h1.arc-post-title { text-align: right; } h2.post-title, h2.comments, h3#reply-title, h2.post-title-color { text-align: right; } .read-more { background: url("images/go.png") no-repeat scroll left center transparent; padding: 5px 0 5px 30px; } .floatright { float: right; text-align:right; } .floatleft { float: left; text-align:left; } #page-nav .alignleft { text-align:left; background: url("images/go.png") no-repeat scroll left center transparent; padding: 0 0 0 30px; } #page-nav .alignright { text-align:right; background: url("images/back.png") no-repeat scroll right center transparent; padding: 0 30px 0 0; } #commentsbox .commentlist { margin: 0 -25px 0 0; } #commentsbox img.avatar { left: -5px; right: auto; } #commentsbox ul.children { padding: 5px 20px 0 0; }
narani/one-page/index.html
ssiegal1/ShopTheBoardwalk
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Narani - Minimal small business</title> <!-- Bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- custom css --> <link href="css/style.css" rel="stylesheet" type="text/css" media="screen"> <!-- font awesome for icons --> <link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet"> <!-- animated css --> <link href="css/animate.css" rel="stylesheet" type="text/css" media="screen"> <!--owl carousel css--> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css" media="screen"> <link href="css/owl.theme.css" rel="stylesheet" type="text/css" media="screen"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body data-spy="scroll" data-offset="80"> <!--navigation --> <!-- Static navbar --> <div class="navbar navbar-default navbar-fixed-top trans-before" role="navigation"> <div class="container"> <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">Narani <span>One Page</span></a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="#about">About</a></li> <li><a href="#services">Services</a></li> <li><a href="#portfolio">Work</a></li> <li><a href="#team">Team</a></li> <li><a href="#price">Price</a></li> <li><a href="#news">News</a></li> <li><a href="#contact">Contact</a></li> </ul> </div><!--/.nav-collapse --> </div> </div><!--.navbar-default--> <div class="one-page-static-wrap parallax" data-stellar-background-ratio="0.5"> <div class="container"> <div class="static-text"> <h1>We are creative Agency</h1> </div> </div> </div><!--static wrapper--> <section id="about" class="padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">About Us</h3> <span class="center-line"></span> <p>Shortly About us</p> </div> </div> </div><!--center heading row--> <div class="row"> <div class="col-md-7"> <p class="wow animated fadeInLeft"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum </p> </div> <div class="col-md-5"> <div class="skills-wrapper wow animated fadeInRight animated animated" data-wow-delay="0.2s"> <h3 class="heading-progress">Web Design <span class="pull-right">88%</span></h3> <div class="progress"> <div class="progress-bar" style="width: 88%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="88" role="progressbar"> </div> </div> <h3 class="heading-progress">Web Development <span class="pull-right">78%</span></h3> <div class="progress"> <div class="progress-bar" style="width: 78%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="78" role="progressbar"> </div> </div> <h3 class="heading-progress">Marketing <span class="pull-right">82%</span></h3> <div class="progress"> <div class="progress-bar" style="width: 82%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="82" role="progressbar"> </div> </div> </div><!--skills--> </div> </div> </div><!--intro and skills--> <div class="divide30"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h3 class="heading">Some Facts</h3> </div> </div> <div class="divide40"></div> <div class="row"> <div class="col-md-3 margin20 facts-in"> <h3><i class="fa fa-image"></i><span class="counter">6858</span></h3> <h4>Projects Complete</h4> </div><!--facts in--> <div class="col-md-3 margin20 facts-in"> <h3><i class="fa fa-users"></i><span class="counter">685</span></h3> <h4>Happy Customers</h4> </div><!--facts in--> <div class="col-md-3 margin20 facts-in"> <h3><i class="fa fa-clock-o"></i><span class="counter">6000</span></h3> <h4>Hours Work </h4> </div><!--facts in--> <div class="col-md-3 margin20 facts-in"> <h3><i class="fa fa-coffee"></i><span class="counter">2500</span></h3> <h4>Cups of tea</h4> </div><!--facts in--> </div> </div> </section> <section class="parallax process-rounded" data-stellar-background-ratio="0.5"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h3>Our Process</h3> </div> </div> <div class="row"> <div class="col-md-3 margin20"> <div class="process-box wow animated fadeInUp"> <i class="fa fa-lightbulb-o"></i> <h4>Create Ideas</h4> </div><!--process box--> </div><!--process col--> <div class="col-md-3 margin20"> <div class="process-box wow animated fadeInUp"> <i class="fa fa-pencil"></i> <h4>Built Design</h4> </div><!--process box--> </div><!--process col--> <div class="col-md-3 margin20"> <div class="process-box wow animated fadeInUp"> <i class="fa fa-bars"></i> <h4>Develop Website</h4> </div><!--process box--> </div><!--process col--> <div class="col-md-3 margin20"> <div class="process-box wow animated fadeInUp"> <i class="fa fa-plane"></i> <h4>Project Launch</h4> </div><!--process box--> </div><!--process col--> </div> </div> </section><!--process rounded--> <!--about us end here--> <section id="services" class="padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">Our Services</h3> <span class="center-line"></span> <p>What We Do</p> </div> </div> </div><!--center heading row--> <div class="row"> <div class="col-md-4 margin20"> <div class="service-box wow animated fadeInLeft"> <h4><i class="fa fa-desktop"></i> Responsive Design</h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> </div><!--service box--> </div><!--service-col--> <div class="col-md-4 margin20"> <div class="service-box wow animated fadeInLeft"> <h4><i class="fa fa-image"></i> Parallax Background</h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> </div><!--service box--> </div><!--service-col--> <div class="col-md-4 margin20"> <div class="service-box wow animated fadeInLeft"> <h4><i class="fa fa-keyboard-o"></i> Easy to Customize </h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> </div><!--service box--> </div><!--service-col--> </div><!--row--> <div class="divide40"></div> <div class="row"> <div class="col-md-4 margin20"> <div class="service-box wow animated fadeInLeft"> <h4><i class="fa fa-thumbs-o-up"></i> 24/7 Dedicated Support</h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> </div><!--service box--> </div><!--service-col--> <div class="col-md-4 margin20"> <div class="service-box wow animated fadeInLeft"> <h4><i class="fa fa-flag"></i> Font Awesome Icons</h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> </div><!--service box--> </div><!--service-col--> <div class="col-md-4 margin20"> <div class="service-box wow animated fadeInLeft"> <h4><i class="fa fa-text-height"></i> Google Fonts </h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> </div><!--service box--> </div><!--service-col--> </div> </div><!--services --> </section><!--services --> <section id="portfolio" class="padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">Recent Work</h3> <span class="center-line"></span> <p>Lorem ipsum dollor sit Amet</p> </div> </div> </div><!--center heading row--> <div class="row"> <div class="col-md-12"> <div id="work-carousel" class="owl-carousel owl-spaced"> <div> <a href="#"> <div class="item-img-wrap "> <img src="img/work-1.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--work link--> <div class="work-desc"> <i class="fa fa-twitter"></i> <h5><a href="#">Project Name</a></h5> </div><!--work desc--> </div><!--owl item--> <div> <a href="#"> <div class="item-img-wrap"> <img src="img/work-2.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--work link--> <div class="work-desc"> <i class="fa fa-twitter"></i> <h5><a href="#">Project Name</a></h5> </div><!--work desc--> </div><!--owl item--> <div> <a href="#"> <div class="item-img-wrap"> <img src="img/work-3.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--work link--> <div class="work-desc"> <i class="fa fa-twitter"></i> <h5><a href="#">Project Name</a></h5> </div><!--work desc--> </div><!--owl item--> <div> <a href="#"> <div class="item-img-wrap"> <img src="img/work-5.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--work link--> <div class="work-desc"> <i class="fa fa-twitter"></i> <h5><a href="#">Project Name</a></h5> </div><!--work desc--> </div><!--owl item--> <div> <a href="#"> <div class="item-img-wrap"> <img src="img/work-6.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--work link--> <div class="work-desc"> <i class="fa fa-twitter"></i> <h5><a href="#">Project Name</a></h5> </div><!--work desc--> </div><!--owl item--> <div> <a href="#"> <div class="item-img-wrap"> <img src="img/work-7.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--work link--> <div class="work-desc"> <i class="fa fa-twitter"></i> <h5><a href="#">Project Name</a></h5> </div><!--work desc--> </div><!--owl item--> </div> </div> </div><!--row--> </div><!--container--> </section><!--#work--> <section class="testimonials parallax" data-stellar-background-ratio="0.5"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <div id="testi-carousel" class="owl-carousel owl-spaced"> <div> <h4> <i class="fa fa-quote-left"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc vehicula lacinia. </h4> <p>-Rakesh sharma</p> </div><!--testimonials item like paragraph--> <div> <h4> <i class="fa fa-quote-left"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc vehicula lacinia. </h4> <p>-Rakesh sharma</p> </div><!--testimonials item like paragraph--> <div> <h4> <i class="fa fa-quote-left"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc vehicula lacinia. </h4> <p>-Rakesh sharma</p> </div><!--testimonials item like paragraph--> </div> </div> </div> </div> </section><!--testimonials--> <section id="team" class=" padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">Our Team</h3> <span class="center-line"></span> <p>Lorem ipsum dollor sit Amet</p> </div> </div> </div> <div class="row"> <div class="col-md-3 margin30"> <div class="default-wrap wow animated fadeInUp"> <div class="img"> <img src="img/team-1.jpg" class="img-responsive" alt=""> </div><!--person image--> <div class="description"> <h4>July rayan</h4> <span>manager</span> </div><!--desrciption--> <div class="hover-desc"> <h4>I am Narani</h4> <p> Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. </p> <ul class="list-inline social-1"> <li><a href="#"><i class="fa fa-facebook" data-toggle="tooltip" title="" data-original-title="Facebook" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-twitter" data-toggle="tooltip" title="" data-original-title="Twitter" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-google-plus" data-toggle="tooltip" title="" data-original-title="Google pluse" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-pinterest" data-toggle="tooltip" title="" data-original-title="Pinterest" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-dribbble" data-toggle="tooltip" title="" data-original-title="Dribbble" data-placement="top"></i></a></li> </ul> </div> </div><!--default-wrap--> </div><!--team col--> <div class="col-md-3 margin30"> <div class="default-wrap wow animated fadeInDown"> <div class="img"> <img src="img/team-2.jpg" class="img-responsive" alt=""> </div><!--person image--> <div class="description"> <h4>July rayan</h4> <span>manager</span> </div><!--desrciption--> <div class="hover-desc"> <h4>I am Narani</h4> <p> Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. </p> <ul class="list-inline social-1"> <li><a href="#"><i class="fa fa-facebook" data-toggle="tooltip" title="" data-original-title="Facebook" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-twitter" data-toggle="tooltip" title="" data-original-title="Twitter" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-google-plus" data-toggle="tooltip" title="" data-original-title="Google pluse" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-pinterest" data-toggle="tooltip" title="" data-original-title="Pinterest" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-dribbble" data-toggle="tooltip" title="" data-original-title="Dribbble" data-placement="top"></i></a></li> </ul> </div> </div><!--default-wrap--> </div><!--team col--> <div class="col-md-3 margin30"> <div class="default-wrap wow animated fadeInRight"> <div class="img"> <img src="img/team-3.jpg" class="img-responsive" alt=""> </div><!--person image--> <div class="description"> <h4>July rayan</h4> <span>manager</span> </div><!--desrciption--> <div class="hover-desc"> <h4>I am Narani</h4> <p> Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. </p> <ul class="list-inline social-1"> <li><a href="#"><i class="fa fa-facebook" data-toggle="tooltip" title="" data-original-title="Facebook" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-twitter" data-toggle="tooltip" title="" data-original-title="Twitter" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-google-plus" data-toggle="tooltip" title="" data-original-title="Google pluse" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-pinterest" data-toggle="tooltip" title="" data-original-title="Pinterest" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-dribbble" data-toggle="tooltip" title="" data-original-title="Dribbble" data-placement="top"></i></a></li> </ul> </div> </div><!--default-wrap--> </div><!--team col--> <div class="col-md-3 margin30"> <div class="default-wrap wow animated fadeInRight"> <div class="img"> <img src="img/team-4.jpg" class="img-responsive" alt=""> </div><!--person image--> <div class="description"> <h4>July rayan</h4> <span>manager</span> </div><!--desrciption--> <div class="hover-desc"> <h4>I am Narani</h4> <p> Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. </p> <ul class="list-inline social-1"> <li><a href="#"><i class="fa fa-facebook" data-toggle="tooltip" title="" data-original-title="Facebook" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-twitter" data-toggle="tooltip" title="" data-original-title="Twitter" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-google-plus" data-toggle="tooltip" title="" data-original-title="Google pluse" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-pinterest" data-toggle="tooltip" title="" data-original-title="Pinterest" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-dribbble" data-toggle="tooltip" title="" data-original-title="Dribbble" data-placement="top"></i></a></li> </ul> </div> </div><!--default-wrap--> </div><!--team col--> </div><!--row--> </div> </section><!--#team--> <section id="price" class="padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">Our Pricing</h3> <span class="center-line"></span> <p>Lorem ipsum dollor sit Amet</p> </div> </div> </div> <div class="row"> <div class="col-md-4 margin20"> <div class="naran-pricing wow animated fadeInUp animated"> <div class="narani-price-title"> <h2><sup>$</sup>19<sub>/mo</sub></h2> <h3>Basic</h3> </div> <div class="narani-price-content"> <p>5 Email Accounts</p> <p>10 GB Storage</p> <p>Full Support</p> <p>5 Team Member</p> </div> <div class="naran-pricing-btn"> <a href="#" class="btn border-black">Buy Now</a> </div> </div><!--narani-pricing--> </div><!--pricing col--> <div class="col-md-4 margin20"> <div class="naran-pricing wow animated fadeInUp animated"> <div class="narani-price-title popular-title"> <h2><sup>$</sup>29<sub>/mo</sub></h2> <h3>Pro</h3> <span class="popular-tag">Popular</span> </div> <div class="narani-price-content"> <p>100 Email Accounts</p> <p>100 GB Storage</p> <p>Full Support</p> <p>15 Team Member</p> </div> <div class="naran-pricing-btn"> <a href="#" class="btn btn-theme-bg btn-lg">Buy Now</a> </div> </div><!--narani-pricing--> </div><!--pricing col--> <div class="col-md-4 margin20"> <div class="naran-pricing wow animated fadeInUp animated"> <div class="narani-price-title"> <h2><sup>$</sup>49<sub>/mo</sub></h2> <h3>Business</h3> </div> <div class="narani-price-content"> <p>150 Email Accounts</p> <p>200 GB Storage</p> <p>Full Support</p> <p>25 Team Member</p> </div> <div class="naran-pricing-btn"> <a href="#" class="btn border-black">Buy Now</a> </div> </div><!--narani-pricing--> </div><!--pricing col--> </div> </div> </section><!--#price--> <section id="news" class="padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">Latest from Blog</h3> <span class="center-line"></span> <p>Lorem ipsum dollor sit Amet</p> </div> </div> </div><!--center header--> <div class="row"> <div class="col-md-4 margin20"> <div class="post-wrap wow animated fadeInLeft animated"> <a href="#"> <div class="item-img-wrap"> <img src="img/work-7.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--post link--> <div class="post-desc"> <h4><a href="#">Lorem ipsum dollor Sit amet</a></h4> <p> Quisque ligulas ipsum, euismod atras vulputate <span class="text-color">iltricies</span> etri elit. Lorem ipsum dolor sit amet, consectetur. </p> <p><a href="#">Read More...</a></p> </div><!--post-desc--> </div><!-- post wrap--> </div> <div class="col-md-4 margin20"> <div class="post-wrap wow animated fadeInLeft animated"> <a href="#"> <div class="item-img-wrap"> <img src="img/work-5.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--post link--> <div class="post-desc"> <h4><a href="#">Lorem ipsum dollor Sit amet</a></h4> <p> Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. <span class="text-color">Lorem ipsum dolor</span> sit amet, consectetur. </p> <p><a href="#">Read More...</a></p> </div><!--post-desc--> </div><!-- post wrap--> </div> <div class="col-md-4 margin20"> <div class="post-wrap wow animated fadeInLeft animated"> <a href="#"> <div class="item-img-wrap"> <img src="img/work-8.png" class="img-responsive" alt="workimg"> <div class="item-img-overlay"> <span></span> </div> </div> </a><!--post link--> <div class="post-desc"> <h4><a href="#">Lorem ipsum dollor Sit amet</a></h4> <p> Quisque ligulas ipsum, <span class="text-bg">euismod atras</span> vulputate iltricies etri elit. Lorem ipsum dolor sit amet, consectetur. </p> <p><a href="#">Read More...</a></p> </div><!--post-desc--> </div><!-- post wrap--> </div> </div> </div> </section><!--#news--> <section id="contact" class="padding-80"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="center-header"> <h3 class="center-heading">Contact us</h3> <span class="center-line"></span> <p>Lorem ipsum dollor sit Amet</p> </div> </div> </div><!--center header--> <div class="row"> <div class="col-md-7 margin30"> <h3 class="heading">Get In Touch</h3> <div class="contact-form"> <form role="form"> <div class="form-group"> <label for="name">Name</label> <input type="text" class="form-control" id="name"> </div> <div class="form-group"> <label for="mail">Email</label> <input type="email" class="form-control" id="mail" required=""> </div> <div class="form-group"> <label for="message">Message</label> <textarea class="form-control" rows="6" id="message" required=""></textarea> </div> <button type="submit" class="btn btn-theme-bg">Send Message</button> </form><!--form--> </div><!--contact-form--> </div> <div class="col-md-5"> <h3 class="heading">Address Info</h3> <p> Duis nisl est, porta eu augue et, tempor congue mauris. Praesent a ligula in urna consectetur rhoncus. </p> <ul class="address-info list-unstyled"> <li><i class="fa fa-home"></i> Vaishali nagar, Jaipur, 302012</li> <li><i class="fa fa-phone"></i> +91 123456789</li> <li><i class="fa fa-envelope"></i> <a href="#">support@designmylife.com</a></li> <li><i class="fa fa-print"></i> 1234567595 9449</li> <li><i class="fa fa-clock-o"></i>Monday - Friday : 9:30pm - 5:30pm</li> </ul> </div> </div><!--contact detail--> </div> </section><!--#contact--> <section id="contact-text" class="padding-80 parallax" data-stellar-background-ratio="0.5"> <div class="container text-center text-uppercase"> <h1>We are waiting to hear from you </h1> </div> </section><!--contact text--> <!--gmap--> <div id="map-canvas" style="width:100%;height: 400px;"></div> <footer id="footer"> <div class="container"> <div class="row"> <div class="col-md-3 margin30"> <div class="footer-col"> <h3 class="heading">About us</h3> <p> Duis nisl est, porta eu augue et, tempor congue mauris. Praesent a ligula in urna consectetur rhoncus. </p> <ul class="address-info list-unstyled"> <li><i class="fa fa-home"></i> Vaishali nagar, Jaipur, 302012</li> <li><i class="fa fa-phone"></i> +91 123456789</li> <li><i class="fa fa-envelope"></i> <a href="#">support@designmylife.com</a></li> </ul> </div> </div> <div class="col-md-3 margin30"> <div class="footer-col"> <h3 class="heading">Recent Post</h3> <ul class="list-unstyled popular-post"> <li> <div class="popular-img"> <a href="#"> <img src="img/work-6.png" class="img-responsive" alt=""></a> </div> <div class="popular-desc"> <h5> <a href="#">blog post image</a></h5> <h6>31st july 2014</h6> </div> </li> <li> <div class="popular-img"> <a href="#"> <img src="img/work-2.png" class="img-responsive" alt=""></a> </div> <div class="popular-desc"> <h5> <a href="#">blog post image</a></h5> <h6>31st july 2014</h6> </div> </li> <li> <div class="popular-img"> <a href="#"> <img src="img/work-5.png" class="img-responsive" alt=""></a> </div> <div class="popular-desc"> <h5> <a href="#">blog post image</a></h5> <h6>31st july 2014</h6> </div> </li> </ul><!--latest post--> </div> </div><!--footer col--> <div class="col-md-3 margin30"> <div class="footer-col"> <h3 class="heading">Elsewhere</h3> <ul class="list-inline social-1"> <li><a href="#"><i class="fa fa-facebook" data-toggle="tooltip" title="" data-original-title="Facebook" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-twitter" data-toggle="tooltip" title="" data-original-title="Twitter" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-google-plus" data-toggle="tooltip" title="" data-original-title="Google pluse" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-pinterest" data-toggle="tooltip" title="" data-original-title="Pinterest" data-placement="top"></i></a></li> <li><a href="#"><i class="fa fa-dribbble" data-toggle="tooltip" title="" data-original-title="Dribbble" data-placement="top"></i></a></li> </ul> </div> <div class="divide30"></div> <div class="footer-col"> <h3 class="heading">Newsletter</h3> <p> Duis nisl est, porta eu augue et, tempor congue mauris. </p> <form class="newsletter-form" role="form"> <div class="input-group"> <label class="sr-only" for="subscribe-email">Email address</label> <input type="email" class="form-control" id="subscribe-email" placeholder="Enter your email"> <span class="input-group-btn"> <button type="submit" class="btn btn-theme-bg btn-lg">OK</button> </span> </div> </form> </div> </div><!--footer col--> <div class="col-md-3 margin30"> <div class="footer-col"> <h3 class="heading">Recent Work</h3> <div class=" footer-work"> <a href="#"> <img src="img/work-1.png" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-2.png" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-10.jpg" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-4.jpg" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-5.png" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-6.png" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-7.png" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-8.png" class="img-responsive" alt=""> </a> <a href="#"> <img src="img/work-9.png" class="img-responsive" alt=""> </a> </div> </div><!--footer col--> </div> </div><!--row--> <div class="row"> <div class="col-md-12"> <div class="footer-btm"> <span>&copy; Copyright 2014. Theme by Design_mylife</span> </div> </div> </div><!--footer btm--> </div> </footer><!--footer end--> <!--scripts and plugins --> <!--must need plugin jquery--> <script src="js/jquery.min.js"></script> <!--bootstrap js plugin--> <script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <!--easing plugin for smooth scroll--> <script src="js/jquery.easing.1.3.min.js" type="text/javascript"></script> <!--easing plugin for nice scroll scroll--> <script src="js/jquery.nicescroll.min.js" type="text/javascript"></script> <!--parallax background plugin--> <script src="js/jquery.stellar.min.js" type="text/javascript"></script> <!--digit countdown plugin--> <script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script> <!--digit countdown plugin--> <script src="js/jquery.counterup.min.js" type="text/javascript"></script> <!--on scroll animation--> <script src="js/wow.min.js" type="text/javascript"></script> <!--owl carousel slider--> <script src="js/owl.carousel.min.js" type="text/javascript"></script> <!--customizable plugin edit according to your needs--> <script src="js/custom.js" type="text/javascript"></script> <!--gmap js--> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true"></script> <script type="text/javascript"> var myLatlng; var map; var marker; function initialize() { myLatlng = new google.maps.LatLng(37.397802, -121.890288); var mapOptions = { zoom: 13, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, scrollwheel: false, draggable: false }; map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var contentString = '<p style="line-height: 20px;"><strong>Narani Template</strong></p><p>Vailshali, Narani City, 302012</p>'; var infowindow = new google.maps.InfoWindow({ content: contentString }); marker = new google.maps.Marker({ position: myLatlng, map: map, title: 'Marker' }); google.maps.event.addListener(marker, 'click', function() { infowindow.open(map, marker); }); } google.maps.event.addDomListener(window, 'load', initialize); </script> </body> </html>
webapps/qooxdoo-0.6.5-sdk/frontend/application/sample/source/html/example/Menu_1.html
technosaurus/samba4-GPL2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>qooxdoo &raquo; Demo &raquo; Sample</title> <link type="text/css" rel="stylesheet" href="../../css/layout.css"/> <!--[if IE]> <link type="text/css" rel="stylesheet" href="../../css/layout_ie.css"/> <![endif]--> <script type="text/javascript" src="../../script/sample.js"></script> </head> <body> <script type="text/javascript" src="../../script/layout.js"></script> <div id="demoDescription"> <p>qx.ui.menu.Menu Implementation.</p> <p>Added qx.client.Command support tests.</p> </div> <script type="text/javascript"> qx.core.Init.getInstance().defineMain(function() { var d = qx.ui.core.ClientDocument.getInstance(); var q1 = new qx.client.Command("Ctrl+Z"); q1.addEventListener("execute", function(e) { alert("Undo"); }); var q2 = new qx.client.Command("Ctrl+Y"); q2.addEventListener("execute", function(e) { alert("Redo"); }); var q3 = new qx.client.Command("Ctrl+X"); q3.addEventListener("execute", function(e) { alert("Cut"); }); var q4 = new qx.client.Command("Ctrl+C"); q4.addEventListener("execute", function(e) { alert("Copy"); }); var q5 = new qx.client.Command("Ctrl+V"); q5.addEventListener("execute", function(e) { alert("Paste"); }); var q6 = new qx.client.Command("Del"); q6.addEventListener("execute", function(e) { alert("Delete"); }); var q7 = new qx.client.Command("Ctrl+A"); q7.addEventListener("execute", function(e) { alert("Select All"); }); var q8 = new qx.client.Command("Ctrl+F"); q8.addEventListener("execute", function(e) { alert("Search"); }); var q9 = new qx.client.Command("Ctrl+G"); q9.addEventListener("execute", function(e) { alert("Search Again"); }); var q10 = new qx.client.Command(); q10.addEventListener("execute", function(e) { alert("Syntax Highlighting"); }); var q11 = new qx.client.Command("Esc"); q11.addEventListener("execute", function(e) { alert("Escape"); }); var q12 = new qx.client.Command("Space"); q12.addEventListener("execute", function(e) { alert("Space"); }); var m2 = new qx.ui.menu.Menu; var mb2_01 = new qx.ui.menu.Button("New Window"); var mb2_02 = new qx.ui.menu.Button("Overlapping"); var mb2_03 = new qx.ui.menu.Button("Split Vertical"); var mb2_04 = new qx.ui.menu.Button("Split Horizontal"); var mb2_05 = new qx.ui.menu.Button("Next Window"); var mb2_06 = new qx.ui.menu.Button("Previous Window"); m2.add(mb2_01, mb2_02, mb2_03, mb2_04, mb2_05, mb2_06); var m3 = new qx.ui.menu.Menu; var mb3_01 = new qx.ui.menu.Button("Tahoma, 11pt"); var mb3_02 = new qx.ui.menu.Button("Tahoma, 12pt"); var mb3_03 = new qx.ui.menu.Button("Tahoma, 13pt"); var mb3_04 = new qx.ui.menu.Button("Tahoma, 14pt"); var mb3_05 = new qx.ui.menu.Button("Tahoma, 15pt"); m3.add(mb3_01, mb3_02, mb3_03, mb3_04, mb3_05); var m1 = new qx.ui.menu.Menu; var mb1_01 = new qx.ui.menu.Button("View/Lists", null, q12); var mb1_02 = new qx.ui.menu.Button("Syntax Highlighting", null, q10); var ms1 = new qx.ui.menu.Separator(); var mb1_03 = new qx.ui.menu.Button("Window Font", null, q11); var mb1_04 = new qx.ui.menu.Button("Printer Font", null, null, m3); var ms2 = new qx.ui.menu.Separator(); var mb1_05 = new qx.ui.menu.Button("Undo", null, q1); var mb1_06 = new qx.ui.menu.Button("Redo", null, q2); var ms3 = new qx.ui.menu.Separator(); var mb1_07 = new qx.ui.menu.Button("Cut", "icon/16/actions/edit-cut.png", q3); var mb1_08 = new qx.ui.menu.Button("Copy", "icon/16/actions/edit-copy.png", q4); var mb1_09 = new qx.ui.menu.Button("Paste", "icon/16/actions/edit-paste.png", q5); var mb1_10 = new qx.ui.menu.Button("Delete", "icon/16/actions/edit-delete.png", q6); var mb1_11 = new qx.ui.menu.Button("Select All", null, q7); var ms4 = new qx.ui.menu.Separator(); var mb1_12 = new qx.ui.menu.Button("Search", null, q8); var mb1_13 = new qx.ui.menu.Button("Search Again", null, q9); var ms5 = new qx.ui.menu.Separator(); var mb1_14 = new qx.ui.menu.Button("View", null, null, m2); var mb1_15 = new qx.ui.menu.Button("Editor Settings..."); var mb1_16 = new qx.ui.menu.Button("Editor Plugins"); var mb1_17 = new qx.ui.menu.Button("Framework Settings"); m1.add(mb1_01, mb1_02, ms1, mb1_03, mb1_04, ms2, mb1_05, mb1_06, ms3, mb1_07, mb1_08, mb1_09, mb1_10, mb1_11, ms4, mb1_12, mb1_13, ms5, mb1_14, mb1_15, mb1_16, mb1_17); d.add(m1, m2, m3); var w1 = new qx.ui.form.Button("Open"); w1.setTop(48); w1.setLeft(20); w1.addEventListener("click", function(e) { if (m1.isSeeable()) { m1.hide(); } else { var el = this.getElement(); m1.setLeft(qx.html.Location.getPageBoxLeft(el)); m1.setTop(qx.html.Location.getPageBoxBottom(el)); m1.show(); }; e.setPropagationStopped(true); }); w1.addEventListener("mousedown", function(e) { e.setPropagationStopped(true); }); d.add(w1); // Icon Themes qx.manager.object.ImageManager.getInstance().createThemeList(d, 180, 48); // Color Themes qx.manager.object.ColorManager.getInstance().createThemeList(d, 380, 48); }); </script> </body> </html>
boost/libs/spirit/doc/html/spirit/karma/tutorials/quick_start.html
geodynamics/gale
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Quick Start</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.0"> <link rel="home" href="../../../index.html" title="Spirit 2.5"> <link rel="up" href="../tutorials.html" title="Tutorials"> <link rel="prev" href="../tutorials.html" title="Tutorials"> <link rel="next" href="warming_up.html" title="Warming up"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../tutorials.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorials.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="warming_up.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="spirit.karma.tutorials.quick_start"></a><a class="link" href="quick_start.html" title="Quick Start">Quick Start</a> </h4></div></div></div> <a name="spirit.karma.tutorials.quick_start.spirit_karma___what_s_that_"></a><h6> <a name="spirit.karma.tutorials.quick_start.spirit_karma___what_s_that_-heading"></a> <a class="link" href="quick_start.html#spirit.karma.tutorials.quick_start.spirit_karma___what_s_that_">Spirit.Karma - what's that?</a> </h6> <p> Throughout the description of <span class="emphasis"><em>Spirit.Karma</em></span> we will try to align ourselves very much with the documentation for <span class="emphasis"><em>Spirit.Qi</em></span>. The reasons are many fold: </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <span class="emphasis"><em>Spirit.Karma</em></span> is the counterpart to <span class="emphasis"><em>Spirit.Qi</em></span>. Some people say it's the Yin to <span class="emphasis"><em>Spirit.Qi</em></span>'s Yang. <span class="emphasis"><em>Spirit.Karma</em></span> is generating byte sequences from internal data structures as <span class="emphasis"><em>Spirit.Qi</em></span> is parsing byte sequences into those (very same) internal data structures. </li> <li class="listitem"> Both libraries have an almost identical structure, very similar semantics, and are both built using identical tools. Both libraries implement a language casting the specifics of their domain (parsing and generating) into a simple interface. </li> </ul></div> <p> Why should you use a generator library for such a simple thing as output generation? Programmers have been using <code class="computeroutput"><span class="identifier">printf</span></code>, <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">stream</span></code> formatting, or <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">format</span></code> for quite some time. The answer is - yes, for simple output formatting tasks those familiar tools might be a quick solution. But experience shows: as soon as the formatting requirements are becoming more complex output generation is getting more and more challenging in terms of readability, maintainability, and flexibility of the code. Last, but not least, it turns out that code using <span class="emphasis"><em>Spirit.Karma</em></span> runs much faster than equivalent code using either of the 'straight' methods mentioned above (see here for some numbers: <a class="link" href="../performance_measurements/numeric_performance.html" title="Performance of Numeric Generators">Performance of Numeric Generators</a>) </p> <p> You might argue that more complex tasks require more complex tools. But this turns out not to be the case! The whole Spirit library is designed to be simple to use, while being scalable from trivial to very complicated applications. </p> <p> In terms of development simplicity and ease in deployment, the same is true for <span class="emphasis"><em>Spirit.Karma</em></span> as has been described elsewhere in this documentation for <span class="emphasis"><em>Spirit.Qi</em></span>: the entire library consists of only header files, with no libraries to link against or build. Just put the spirit distribution in your include path, compile and run. Code size? Very tight, essentially comparable to hand written code. </p> <p> The <span class="emphasis"><em>Spirit.Karma</em></span> tutorials are built in a walk through style, starting with elementary things growing step by step in complexity. And again: keep in mind output generation is the exact opposite of parsing. Everything you already learnt about parsing using <span class="emphasis"><em>Spirit.Qi</em></span> is applicable to generating formatted output using <span class="emphasis"><em>Spirit.Karma</em></span>. All you have to do is to look at <span class="emphasis"><em>Spirit.Karma</em></span> as being a mirror image of <span class="emphasis"><em>Spirit.Qi</em></span>. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2011 Joel de Guzman, Hartmut Kaiser<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../tutorials.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorials.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="warming_up.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
myodd/boost/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/coordinate__cast_8hpp.html
FFMG/myoddweb.piger
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Geometry (aka GGL, Generic Geometry Library)</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <table cellpadding="2" width="100%"> <tbody> <tr> <td valign="top"> <img alt="Boost.Geometry" src="images/ggl-logo-big.png" height="80" width="200"> &nbsp;&nbsp; </td> <td valign="top" align="right"> <a href="http://www.boost.org"> <img alt="Boost C++ Libraries" src="images/accepted_by_boost.png" height="80" width="230" border="0"> </a> </td> </tr> </tbody> </table> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_75b82e7e4a5feb05200b9ad7adf06257.html">home</a></li><li class="navelem"><a class="el" href="dir_bacb04149764cbf6394e26ac332ca39a.html">travis</a></li><li class="navelem"><a class="el" href="dir_658dffd2684749c363737148727fc8b1.html">build</a></li><li class="navelem"><a class="el" href="dir_025ae08e78d6f4efebb0a56ce250a736.html">boostorg</a></li><li class="navelem"><a class="el" href="dir_b82d0a402713c1965e63885170196de6.html">boost</a></li><li class="navelem"><a class="el" href="dir_a3f3934fe93618c2e6f3527095116c07.html">boost</a></li><li class="navelem"><a class="el" href="dir_1db53b2a0b4206971f8a07039331107d.html">geometry</a></li><li class="navelem"><a class="el" href="dir_f55ac20fb3e3255e57c57139f4ea1870.html">util</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">coordinate_cast.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceboost"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry.html">boost::geometry</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <hr size="1"> <table width="100%"> <tbody> <tr> <td align="left"><small> <p>April 2, 2011</p> </small></td> <td align="right"> <small> Copyright &copy; 2007-2011 Barend Gehrels, Amsterdam, the Netherlands<br> Copyright &copy; 2008-2011 Bruno Lalande, Paris, France<br> Copyright &copy; 2009-2010 Mateusz Loskot, London, UK<br> </small> </td> </tr> </tbody> </table> <address style="text-align: right;"><small> Documentation is generated by&nbsp;<a href="http://www.doxygen.org/index.html">Doxygen</a> </small></address> </body> </html>
javadoc/org/grouplens/lenskit/transform/truncate/NoOpTruncator.html
ac0872/CTRecommenderLab
<!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 May 06 14:21:42 CDT 2015 --> <title>NoOpTruncator (LensKit 2.2)</title> <meta name="date" content="2015-05-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="NoOpTruncator (LensKit 2.2)"; } } catch(err) { } //--> var methods = {"i0":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>Prev&nbsp;Class</li> <li><a href="../../../../../org/grouplens/lenskit/transform/truncate/ThresholdTruncator.html" title="class in org.grouplens.lenskit.transform.truncate"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/grouplens/lenskit/transform/truncate/NoOpTruncator.html" target="_top">Frames</a></li> <li><a href="NoOpTruncator.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"> <div class="subTitle">org.grouplens.lenskit.transform.truncate</div> <h2 title="Class NoOpTruncator" class="title">Class NoOpTruncator</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.grouplens.lenskit.transform.truncate.NoOpTruncator</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, <a href="../../../../../org/grouplens/lenskit/transform/truncate/VectorTruncator.html" title="interface in org.grouplens.lenskit.transform.truncate">VectorTruncator</a></dd> </dl> <hr> <br> <pre><a href="../../../../../org/grouplens/lenskit/core/Shareable.html" title="annotation in org.grouplens.lenskit.core">@Shareable</a> public class <span class="typeNameLabel">NoOpTruncator</span> extends java.lang.Object implements <a href="../../../../../org/grouplens/lenskit/transform/truncate/VectorTruncator.html" title="interface in org.grouplens.lenskit.transform.truncate">VectorTruncator</a>, java.io.Serializable</pre> <div class="block">A <code>VectorTruncator</code> that does not actually perform any truncation. Any input vector is left unchanged.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../serialized-form.html#org.grouplens.lenskit.transform.truncate.NoOpTruncator">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="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/grouplens/lenskit/transform/truncate/NoOpTruncator.html#NoOpTruncator--">NoOpTruncator</a></span>()</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="../../../../../org/grouplens/lenskit/transform/truncate/NoOpTruncator.html#truncate-org.grouplens.lenskit.vectors.MutableSparseVector-">truncate</a></span>(<a href="../../../../../org/grouplens/lenskit/vectors/MutableSparseVector.html" title="class in org.grouplens.lenskit.vectors">MutableSparseVector</a>&nbsp;v)</code> <div class="block">Truncate a vector, removing any entries that do not satisfy some condition.</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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NoOpTruncator--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NoOpTruncator</h4> <pre>public&nbsp;NoOpTruncator()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="truncate-org.grouplens.lenskit.vectors.MutableSparseVector-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>truncate</h4> <pre>public&nbsp;void&nbsp;truncate(<a href="../../../../../org/grouplens/lenskit/vectors/MutableSparseVector.html" title="class in org.grouplens.lenskit.vectors">MutableSparseVector</a>&nbsp;v)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/grouplens/lenskit/transform/truncate/VectorTruncator.html#truncate-org.grouplens.lenskit.vectors.MutableSparseVector-">VectorTruncator</a></code></span></div> <div class="block">Truncate a vector, removing any entries that do not satisfy some condition. The vector is modified in place, i.e. the vector argument will be modified directly.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/grouplens/lenskit/transform/truncate/VectorTruncator.html#truncate-org.grouplens.lenskit.vectors.MutableSparseVector-">truncate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/grouplens/lenskit/transform/truncate/VectorTruncator.html" title="interface in org.grouplens.lenskit.transform.truncate">VectorTruncator</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>v</code> - The vector to truncate.</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 class="aboutLanguage"><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../org/grouplens/lenskit/transform/truncate/ThresholdTruncator.html" title="class in org.grouplens.lenskit.transform.truncate"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/grouplens/lenskit/transform/truncate/NoOpTruncator.html" target="_top">Frames</a></li> <li><a href="NoOpTruncator.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>
giac/giac-1.2.3/doc/fr/cascmd_fr/cascmd_fr651.html
hiplayer/giac
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META name="GENERATOR" content="hevea 1.10"> <LINK rel="stylesheet" type="text/css" href="cascmd_fr.css"> <TITLE>Décomposition QR (compatible TI) : QR</TITLE> </HEAD> <BODY > <A HREF="cascmd_fr650.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A> <A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A> <A HREF="cascmd_fr652.html"><IMG SRC="next_motif.gif" ALT="Next"></A> <HR> <H3 CLASS="subsection"><A NAME="htoc768">6.58.3</A>  Décomposition QR (compatible TI) : <TT>QR</TT></H3><P><A NAME="@default1190"></A> <TT>QR</TT> a comme argument une matrice carrée numérique <I>A</I> d’ordre <I>n</I> et deux noms de variables : <TT>var1</TT> et <TT>var2</TT>.<BR> <TT>QR</TT> factorise numériquement cette matrice sous la forme <I>Q</I>*<I>R</I> où <I>Q</I> est une matrice orthogonale (<SUP><I>t</I></SUP><I>Q</I>*<I>Q</I>=<I>I</I>) et <I>R</I> est une matrice triangulaire supérieure.<BR> <TT>QR(A)</TT> renvoie <TT>R</TT>, met <TT>Q</TT> dans <TT>var1</TT> et met <TT>R</TT> dans <TT>var2</TT>.<BR> On a <TT>Q=A*inv(R)</TT>.<BR> On tape : </P><DIV CLASS="center"><TT>QR([[3,5],[4,5]],Q,R)</TT></DIV><P> On obtient la matrice <TT>R</TT> : </P><DIV CLASS="center"><TT>[[-5,-7],[0,-1]]</TT></DIV><HR> <A HREF="cascmd_fr650.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A> <A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A> <A HREF="cascmd_fr652.html"><IMG SRC="next_motif.gif" ALT="Next"></A> </BODY> </HTML>
build/2009500169/index.html
flowsta/mi-news-app
<!doctype html> <html lang="es"> <head> <title>Incendio en JAULÍN en ARAGON</title> <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" /> <script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js?2"></script> </head> <body> <div id="map" style="width:100%; height:400px;"></div> <h1>Incendio en JAULÍN (ARAGON)</h1> <p>El incendio que afectó al municipio de JAULÍN quemó una superficie forestal de 1283.0700} de la comarca de ZARAGOZA de la provincia de ZARAGOZA (ARAGON).</p> <p>Se inició en 2009-07-29, se controló en 2550 y se extinguió en 13430.</p> <p>La causa del incendio fue FUMADORES. En la extinción del incendio participaron 332 personas, 21 vehiculos pesados y 21 medios aereos. Hubo 0 muertos y 0 heridos.</p> <script type="text/javascript"> var map = L.map('map').setView([41.43829000, -0.94517200], 8); var mapquestLayer = new L.TileLayer('http://{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', { maxZoom: 18, attribution: 'Data, imagery and map information provided by <a href="http://open.mapquest.co.uk" target="_blank">MapQuest</a>,<a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and contributors.', subdomains: ['otile1','otile2','otile3','otile4'] }); map.addLayer(mapquestLayer); var marker = L.marker([41.43829000, -0.94517200]).addTo(map); </script> </body> </html>
app/templates/admin/add_and_edit_type.html
GuozhuHe/MyBlog
{% extends 'admin/admin_base.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block admin_content %} {% if form.name.data %} <h3>编辑类别</h3> {% else %} <h3>增加类别</h3> {% endif %} <hr> {{ wtf.quick_form(form) }} {% endblock %}
aarctest/wp-content/themes/academy/style.css
AARCprofessionals/obrs
@charset "utf-8"; /* Theme Name: Academy Theme URI: http://themextemplates.com/demo/academy License: GNU General Public License and Themeforest License License URI: http://themeforest.net/licenses/regular_extended Description: Learning Management WordPress Theme. Author: Themex Author URI: http://www.themeforest.net/user/themex/ Version: 1.8 Tags: learning, teaching, education, studying, tutoring */ /*--------------------CSS Structure------------------- 1. RESET/GLOBAL Global Styles Form Elements Misc Styles 2. CUSTOM ELEMENTS Buttons Forms Images Lists Player Substrate Tabs Toggles Tooltips Google Map 3. LAYOUT Columns Header - Dropdown Menu - Select Menu - Search Form - Login Form - Share Tooltip - Social Links Content Footer 4. PAGES Course - Preview - Listing - Plan - Certificate Lesson - Listing - Questions - Quizzes Blog - Post - Comments - Pagination Users - Profile - Experts - Testimonials 5. SLIDERS Parallax Slider Boxed Slider 5. WIDGETS 6. WOOCOMMERCE 7. RESPONSIVE STYLES 8. CSS3 EFFECTS 9. IE FIXES ------------------------------------------------*/ /* ============================== RESET/NORMALIZE =========================== */ body { position:relative; background:#fff; color:#444; letter-spacing:0; font-weight:normal; font-style:normal; font-size:13px; font-family:Open Sans, Helvetica, Arial, sans-serif; line-height:1.5; } html, body { height:100%; } a img { border:none; } a { outline:none; color:#5ea5d7; text-decoration:none; line-height:inherit; } a:focus, a:hover { color:#5ea5d7; } ::-moz-selection { background-color: #f3715d; color: #fff; } ::selection { background-color: #f3715d; color: #fff; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#444; } figure { margin:0; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin:0; padding:0; direction:ltr; } p { margin-bottom:1em; font-weight:normal; font-family:inherit; line-height:inherit; } p:last-child { margin-bottom:0; } h1+p { margin-top:-0.5em; } h1, h2, h3, h4, h5, h6 { margin:0; font-weight:normal; font-style:normal; font-family:Crete Round, Arial, Helvetica, sans-serif; line-height:1.5em; } h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:-5px 12px 0 0!important; vertical-align:middle; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color:#6f6f6f; font-size:60%; line-height:0; } h1 { margin-bottom:1em; font-size:1.5em; } h2 { margin-bottom:0.7em; font-size:1.4em; } h3 { margin-bottom:0.7em; font-size:1.3em; } h4 { margin-bottom:0.4em; font-size:1.2em; } h5 { margin-bottom:0.7em; font-size:1.15em; } h6 { margin-bottom:0.7em; font-size:1em; } hr { clear:both; margin:22px 0 21px; height:0; border:solid #ddd; border-width:1px 0 0; } em, i { font-style:italic; line-height:inherit; } strong, b { font-weight:bold; line-height:inherit; } small { font-size:80%; line-height:inherit; } code { background:#ffff99; font-weight:bold; } u, ins { text-decoration:none; } img, object, embed, iframe { max-width:100%; } img { height:auto; } object, embed { height:100%; } blockquote, blockquote p { color:#6f6f6f; line-height:1.5; } blockquote { margin:0 0 17px; padding:9px 20px 9px 19px; border-left:1px solid #ddd; } blockquote cite { display:block; color:#555555; font-size:13px; } blockquote cite a, blockquote cite a:visited { color:#555555; } abbr, acronym { border-bottom:1px solid #ddd; color:#333; text-transform:uppercase; font-size:90%; cursor:help; } abbr { text-transform:none; } table { width:100%; border:1px solid #ddd; border-spacing: 0; border-collapse: collapse; border-right-width:0; border-bottom-width:0; } thead { background-color:#eee; color:#555; font-size:1em; } th,td { padding:0.5em 10px; border:1px solid #ddd; border-top-width:0; border-left-width:0; } td, th { text-align:left; } address { color:#555; font-style:italic; font-size:1em; line-height:1.7em; } /*------------------------- Form Elements -------------------------*/ input, select, textarea { display:block; margin:0 0 1em 0; padding:0.5em 9px; width:auto; outline:none; border:1px solid #D4D4D4; background:#fff; color:#333; font-size:1em; } input[type="submit"], input[type="button"] { margin:0; border:0; background:none; } textarea { resize:none; } /*----------------------------- Misc ----------------------------*/ .clear { clear:both; } .clearfix { display:block; } .clearfix:after { display:table; clear:both; content:" "; } .left { float:left; } .right { float:right; } .text-left { text-align:left; } .text-right { text-align:right; } .text-center { text-align:center; } .hidden { display:none; } .hidden-wrap { overflow:hidden; } .visible { visibility:visible; opacity:1!important; } .highlight { background:#ffff99; } .nomargin { margin:0!important; } .fullwidth { display:block; padding:0!important; width:100%!important; height:auto; } .alignnone { margin: 0.5em 0 0 0; } .alignright { float:right; margin: 0 0 1em 20px; } .alignleft { float:left; margin: 0 20px 1em 0; } .aligncenter { display: block; margin: 0 auto 1em auto; text-align:center; } .aligncenter * { text-align:center; } .secondary { color:#777; } .bypostauthor { color:#777; font-weight:normal; } .sticky { padding-bottom:2em; border-bottom:1px dotted #ccc; } /* ========================== CUSTOM ELEMENTS ========================= */ /*----------------------------- Buttons -----------------------------*/ .aarcbtn { /* RKC */ padding: 5px 8px; border:1px solid rgba(0,0,0,0.15); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .aarcbtn a { /* RKC */ color: #fff; } .aarcbtn a:hover { /* RKC */ color: #ddd; } input[type="submit"], input[type="button"], .button { position:relative; display:inline-block; overflow:hidden; border:1px solid rgba(0,0,0,0.15); /*background:#f3715d;*/ color:#fff!important; text-shadow:0 -1px 0 rgba(0,0,0,0.17); white-space:nowrap; cursor:pointer; } div.finish-lesson a.submit-button { display: none; } a.secondary.next-lesson { display: none; } .complete { background-color: #95bbd7 !important; } .complete a { color: #fff !important; } .locked { background-color: rgba(150,20,20,0.6) !important; } a.finish-lesson { background-color: #11AB0C; } .button.secondary { background-color:#5ea5d7; } .button.disabled { background-color:#777; } .waiting { background-color: #ccc !important; cursor:progress !important; } .button.dark { border-color:rgba(0,0,0,0.2); background-color:#3d4e5b; } .button > span, input[type="submit"], input[type="button"] { padding:0.2em 10px 0.3em 10px; line-height:1.8em; } .button > span { display:block; overflow:hidden; background:url(images/bgs/button_bg.png) 0 0 repeat-x; color:#fff!important; } .button.dark > span { background:url(images/bgs/button_dark_bg.png) 0 0 repeat-x; } .button:hover > span { background-color:rgba(255,255,255,0.05); color:#fff; } .button.active > span, .button:active > span{ background:none; } .button img { position:relative; display:inline!important; margin:-2px 8px 0 0; vertical-align:middle; } .button.medium img { margin:-3px 8px 0 0; } .button.large img { margin:-4px 10px 0 0; } .button.medium > span { padding:0 12px; font-size:1.2em; line-height:2.4em; } .button.large > span { padding:0 18px; font-size:1.4em; line-height:2.4em; } p > .button:first-child { margin-top:0.5em; } .button-icon { position:relative; display:inline-block; margin:-2px 8px 0 0; width:16px; height:16px; background:url(images/icons/button_icons.png) 0 0 no-repeat; vertical-align:middle; } .button-icon.upload { width:17px; } .button-icon.help { height:17px; background-position:0 -90px; } .button-icon.register { width:13px; height:13px; background-position:0 -31px; } .button-icon.login { width:8px; height:16px; background-position:0 -73px; } .button-icon.logout { width:11px; height:13px; background-position:0 -60px; } .button-icon.save { height:15px; background-position:0 -16px; } .button-icon.check { display: none !important; height:0px !important; width:0px !important; } .button-icon.close { width:15px; background-position:-1px -124px; } .button-icon.prev { width:9px; background-position:-4px -143px; } .button-icon.next { width:9px; background-position:-3px -162px; } .button-icon.plus { width:13px; height:13px; background-position:0 -45px; } .button-icon.edit { width:15px; background-position:0 -178px; } .button-icon.facebook { background-position: 0 -195px; } /*------------------------------ Forms ----------------------------*/ .formatted-form .form-row, .formatted-form .field-wrapper { padding:0 10px; } .formatted-form .form-row, .formatted-form .field-wrapper > * { margin-left:-10px; } .formatted-form .wp-editor-wrap, .formatted-form input[type="text"], .formatted-form input[type="password"], .formatted-form .chzn-container, .formatted-form select, .formatted-form textarea { display:block; margin-bottom:1.2em; margin-left:-10px; width:100%; } .formatted-form .wp-editor-wrap, .formatted-form select { margin-left:0; } .woocommerce-checkout .form-row .chzn-container input { margin:1px 0; } .formatted-form .form-captcha img { float:left; margin:1px 18px 0 0; } .formatted-form .form-captcha input { float:left; width:55px; } .formatted-form .submit-button, .formatted-form .facebook-button { float:left; margin-right:12px; } .form-loader { display:none; float:left; margin-top:5px; width:20px; height:20px; background:url(images/loader.gif) 0 0 no-repeat; } .form-submit { margin:0; } .popup { position:fixed; top:50%; right:0; left:0; z-index:1000; display:none; width:100%; text-align:center; } .popup .popup-text { position:relative; display:inline-block; margin:-3em 0 0 0; padding:1em 20px; background:url(images/bgs/black_80_bg.png); color:#fff; } /*---------------------------------- Images ---------------------------------*/ .gallery-icon, .wp-caption, .bordered-image { position:relative; overflow:hidden; padding:3px; max-width:100%; border:1px solid #e1e1e1; background:#fff; } .gallery-icon img, .wp-caption img, .bordered-image img { display:block; width:100%; height:auto; border-width:0!important; } .gallery-item, .wp-caption { position:relative; margin-bottom:1em; } .bordered-image.thick-border { padding:5px; } .bordered-image.inner-image + p { margin-top:2em; } .gallery-item .gallery-caption, .wp-caption .wp-caption-text, .bordered-image .caption { position:absolute; right:0; bottom:0; left:0; padding:1em 15px; background:url(images/bgs/white_80_bg.png); } .gallery-item .gallery-caption { right:13px; bottom:3px; left:3px; } .gallery-item .gallery-icon { margin-right:10px; } /*----------------------------- Lists ----------------------------*/ ul, ol { margin-bottom:17px; list-style-position:inside; list-style-type:disc; line-height:1.6; } ol { list-style-type:decimal; } li > ul, li > ol { margin-top:0.5em; margin-bottom:0; } li { margin-bottom:0.5em; } ul:last-child, ol:last-child, li:last-child { margin-bottom:0; } ul.square, ul.circle, ul.disc { margin-left:17px; } ul.square { list-style-type:square; } ul.square li ul { list-style:inherit; } ul.circle { list-style-type:circle; } ul.circle li ul { list-style:inherit; } ul.disc { list-style-type:disc; } ul.disc li ul { list-style:inherit; } ul.bordered li { margin-bottom:0.6em; padding-bottom:0.6em; padding-left:0; border-bottom:1px dotted #d4d4d4; } ul.bordered li:last-child { margin-bottom:0; padding-bottom:0; border-width:0; } ul.checked li { margin-bottom:0.5em; padding-left:16px; background:url(images/bullet_1.png) 0 6px no-repeat; } ul.checked, ul.bordered, ul.styled-list, ul.no-bullet { list-style:none; } ul.styled-list li { position:relative; margin-bottom:0.6em; padding-left:22px; color:#555; } ul.styled-list li > a { color:#333; } ul.styled-list li > a:hover { color:#5ea5d7; } ul.styled-list li:before { position:absolute; top:2px; left:0; display:block; width:16px; height:16px; background:#fff; content:" "; } ul.styled-list.style-2 li:before { top:3px; background:#fff url(images/bullet_2.png) center 0 no-repeat; } ul.styled-list.style-3 li:before { background:#fff url(images/bullet_3.png) center 0 no-repeat; } ul.styled-list.style-3 li.child:before { display:none; } ul.styled-list.style-4 li { padding-left:30px; } ul.styled-list.style-4 li:before { top:-1px; width:22px; height:22px; background:#f3715d url(images/icons/attachment_icons.png) -1px -24px no-repeat; } ul.styled-list.style-4 li.audio:before { background-position:-32px -24px; } ul.styled-list.style-4 li.document:before { background-position:-60px -24px; } ul.styled-list.style-5 li:before { top:3px; background:#5ea5d7 url(images/icons/twitter_icon.png) center 0 no-repeat; } ul.woocommerce-error, .success ul, .error ul { margin-bottom:0.8em; list-style:none; } ul.woocommerce-error li, .success ul li, .error ul li { padding-left:13px; background:url(images/bullet_4.png) 0 0.6em no-repeat; } .success ul li { background-image:url(images/bullet_5.png); } /*-------------------------------Player---------------------------*/ .jp-container { display:none; overflow:hidden; margin-bottom:2em; } .jp-container:last-child { margin:0; } .jp-gui { position:relative; overflow:hidden; border:1px solid rgba(0,0,0,0.1); background-color:#3d4e5b; } .jp-interface { position: relative; display:table; overflow:hidden; width:100%; } .jp-interface .jp-controls, .jp-interface .jp-timeline, .jp-interface .jp-volume { display:table-cell; vertical-align:top; } .jp-controls { overflow:hidden; padding:1em 15px; width:34px; border-right:1px solid rgba(0,0,0,0.2); } .jp-controls a { position:relative; display:block; overflow:hidden; overflow:hidden; width:34px; height:34px; border:1px solid rgba(0,0,0,0.2); background:#3d4e5b url(images/icons/player_icons.png) -25px 4px no-repeat; text-indent:-9999px; } .jp-controls a:after { position:absolute; top:-1px; left:1px; display:block; width:32px; height:1px; content:" "; } .jp-controls a:before { position:absolute; top:0; bottom:0; display:block; width:100%; height:100%; content:" "; } .jp-pause { display: none; background-position:13px 4px!important; } .jp-timeline { padding:1em 15px; border-right:1px solid rgba(0,0,0,0.2); border-left:1px solid rgba(255,255,255,0.1); display: none; } .jp-progress { overflow:hidden; height:5px; border-bottom:1px solid rgba(255,255,255,0.15); background:url(images/bgs/black_20_bg.png); /* display: none; */ } .jp-seek-bar { width:0px; height:100%; cursor: pointer; /* display: none; */ } .jp-play-bar { width:0px; height:100%; background: #f3715d; } .jp-time-holder, .jp-title { margin-bottom:0.8em; color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.2); font-size:0.9em; } .jp-current-time, .jp-duration { display:inline; } .jp-volume { overflow:hidden; padding:1em 15px; width:95px; border-left:1px solid rgba(255,255,255,0.1); } .jp-mute, .jp-unmute { display:block; float:left; margin:-5px 0 -3px 0; width:16px; height:16px; background:url(images/icons/player_icons.png) -73px -5px no-repeat; text-indent:-9999px; } .jp-unmute { background-position:-112px -5px; } .jp-volume-bar { float:left; overflow:hidden; margin-left:7px; width:72px; height:5px; border-bottom:1px solid rgba(255,255,255,0.15); background: url(images/bgs/black_20_bg.png); cursor: pointer; } .jp-volume-bar-value { width:0px; height:100%; background: #f3715d; } .jp-jplayer-wrap { position:relative; overflow:hidden; width:100%; } .jp-video-play { position:absolute; top:0; bottom:0; overflow:hidden; width:100%; background-color:transparent; cursor:pointer; } .jp-video-play-icon { position:absolute; top:50%; left:50%; display:block; overflow:hidden; margin-top:-25px; margin-left:-25px; width: 50px; height: 50px; background: #3d4e5b url(images/icons/player_icons.png) -128px 12px no-repeat; } .jp-video-play-icon:before { position:absolute; top:0; bottom:0; display:block; width:100%; height:100%; content:" "; } .jp-jplayer { width:auto!important; height:auto!important; border:1px solid #3d4e5b; border-bottom-width:0; } .jp-no-solution, .jp-audio .jp-jplayer { position:absolute; left:-9999px; } .jp-video .jp-jplayer-wrap { position: relative; overflow: hidden; padding-top: 30px; padding-bottom: 54.5%; height: 0; } .jp-jplayer audio { width:100%!important; height:0px; } .jp-video video, .jp-video object { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; background:#000; } .jp-screen-option { display:block; float:left; overflow:hidden; width: 15px; height: 16px; background: url(images/icons/player_icons.png) -184px -4px no-repeat; } .jp-restore-screen { background-position:-219px -4px; } .jp-video-full { position:fixed; top:0; left:0; z-index:1000; width:100%; height:100%; background:#000; } .jp-video-full .jp-gui { position:absolute; right:0; bottom:0; left:0; width:100%; } .fullscreen-video .site-wrap { position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; width:100%; height:100%; } .fullscreen-video .site-header, .fullscreen-video .site-footer { display:none; } /*--------------------------- Substrate --------------------------*/ .substrate { position:absolute; top:0; right:0; bottom:0; left:0; z-index:0; overflow:hidden; width:100%; } .substrate img { display:block; width:100%; height:auto; } .featured-content .substrate:after { position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; display:block; background:url(images/bgs/substrate_bg.png); content:" "; } /*--------------------------------- Tabs -------------------------------*/ .tabs-container .tabs{ position:relative; z-index:9; margin:0; list-style:none; } .tabs-container .tabs ul { display:block; list-style:none; } .tabs-container .panes{ position:relative; z-index:0; overflow:hidden; } .tabs-container .pane:first-child { display:block; } .horizontal-tabs .tabs li{ float:left; margin:0; padding:0; background:none; background-color:#F5F5F5; color:#444; cursor:pointer; } .horizontal-tabs .tabs li h5 { margin:0; padding:6px 20px; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5; } .horizontal-tabs .tabs li:hover { background-color:#f4f4f4; } .horizontal-tabs .tabs li:first-child { border-left:1px solid #E5E5E5; } .horizontal-tabs .tabs li:first-child h5 { border-left-width:0; } .horizontal-tabs .tabs li:last-child h5{ border-right:1px solid #E5E5E5; } .horizontal-tabs .tabs li.current{ position:relative; z-index:1; margin-bottom:-5px; padding-bottom:5px; background:#fff; color:#333; } .horizontal-tabs .panes { clear:left; } .horizontal-tabs .pane { display:none; overflow:hidden; padding:1.4em 20px; border:1px solid #E5E5E5; background:#fff; } .vertical-tabs .tabs { margin-right:-1px; padding:1em 0; border-right:1px solid #E5E5E5; } .vertical-tabs .tabs li { display:block; margin:0 0 -1px 0; padding:1em 15px; border:1px solid transparent; border-bottom-style:dotted; border-bottom-color:#dcdcdc; background:none; color:#666; cursor:pointer; } .vertical-tabs .tabs li.current { margin-right:-1px; border-style:solid; border-color:#E5E5E5; border-right-color:#fff; color:#444; } .vertical-tabs .panes { padding:1em 0 1em 3.7%; border-left:1px solid #E5E5E5; } .vertical-tabs .pane { display:none; } /*---------------------------------- Toggles ----------------------------------*/ .toggles-wrap { overflow:hidden; border:1px solid #e1e1e1; } .toggle-container { border-bottom:1px dotted #d6d6d6; background:#f4f4f4; } .toggle-container:last-child { border-bottom-width:0; } .toggle-title { position:relative; display:block; padding:1em 15px 1em 49px; background:#f4f4f4; cursor:pointer; } .toggle-content { display:none; padding:1em 15px; border-top:1px dotted #d6d6d6; background:#fff; } .expanded .toggle-content { display:block; } .toggle-title:hover, .expanded .toggle-title { background:#eee; } .faq-toggle .toggle-title:before { position:absolute; top:0.85em; left:15px; display:block; width:24px; height:24px; background:#5ea5d7 url(images/icons/toggle_icons.png) 7px 6px no-repeat; color:#fff; content:" "; text-align:center; font-weight:bold; font-size:1.1em; line-height:24px; } .faq-toggle.expanded .toggle-title:before { background-position:7px -21px; } /*------------------------------ Tooltips ----------------------------*/ .tooltip { position:relative; } .tooltip-wrap { position:absolute; left:50%; z-index:1000; display:none; } .tooltip-wrap .corner { position:relative; z-index:100; margin-left:-5px; width:0; height:0; border:5px solid transparent; border-bottom-color:#fff; } .tooltip-text { float:left; margin-left:-50%; padding:1em 15px; background:#fff; color:#333; } /*------------------------------- Google Map ---------------------------*/ .google-map-container { position:relative; z-index:99; border:1px solid #ddd; background:#fff; } /* ================================ LAYOUT =========================== */ /*------------------------------ Columns ---------------------------*/ .row { margin:0 auto; padding:0 30px; width:1140px; } .row:before, .row:after { display:table; content:" "; } .row:after { clear:both; } .row .row { min-width:0; max-width:none; width:auto; } .column { position:relative; float:left; margin-right: 3.8%; min-height:1px; } .row .onecol { width: 4.85%; } .row .twocol { width: 13.45%; } .row .threecol { width: 22.05%; } .row .fourcol { width: 30.75%; } .row .fivecol { width: 39.45%; } .row .sixcol { width: 48%; } .row .sevencol { width: 56.75%; } .row .eightcol { width: 65.4%; } .row .ninecol { width: 74.05%; } .row .tencol { width: 82.7%; } .row .elevencol { width: 91.35%; } .row .twelvecol { width: 100%; } .ie .onecol { width: 4.7%;} .ie .twocol { width: 13.2%; } .ie .threecol { width: 22.05%; } .ie .fourcol { width: 30.6%; } .ie .fivecol { width: 39%; } .ie .sixcol { width: 48%; } .ie .sevencol { width: 56.75%; } .ie .eightcol { width: 61.6%; } .ie .ninecol { width: 74.05%; } .ie .tencol { width: 82%; } .ie .elevencol { width: 91.35%; } .last { margin-right: 0px!important; } /*--------------------------- Header --------------------------*/ .header-wrap { position:relative; z-index:101; background-color:#3d4e5b; color:#fff; } .site-header { padding:2em 0; border:1px solid rgba(255,255,255,0.1); border-right-width:0; border-left-width:0; } .site-header:after { bottom:-1px; } .site-logo a { color:#fff; font-size:1.5em; } .site-logo h1 { margin:0.3em 0 0 0; } /*------------------------- Dropdown Menu ------------------------*/ .header-navigation ul { margin:0.5em 0 0 0; padding:0; list-style:none; } .header-navigation ul li { position:relative; margin:0; } .header-navigation div > ul > li { float:left; padding-bottom:0.5em; } .header-navigation div > ul:after { display:table; clear:left; content:" "; } .header-navigation div > ul > li a { display:block; color:#f0f0f0; white-space:nowrap; } .header-navigation li.current-menu-item > a, .header-navigation li.hover > a, .header-navigation a:hover { color:#fff; } .header-navigation div > ul > li > a { padding:0 12px; text-shadow:0 -1px 0 rgba(0,0,0,0.15); font-size:1.1em; font-family:Crete Round, Arial, Helvetica, sans-serif; line-height:2.2em; } .header-navigation div > ul > li.current-menu-item > a { border-bottom:1px solid rgba(255,255,255,0.2); background:url(images/bgs/black_20_bg.png); } .header-navigation ul ul { position:absolute; top:2.7em; left:0; z-index:1000; display:none; margin:0; min-width:130px; border:1px solid rgba(0,0,0,0.15); border-top-color:rgba(255,255,255,0.1); border-bottom-width:0; background:#3d4e5b; } .header-navigation ul ul li { border-top:1px solid rgba(255,255,255,0.1); border-bottom:1px solid rgba(0,0,0,0.15); } .header-navigation ul ul li:first-child { border-top-width:0; } .header-navigation ul ul li a{ padding:0.4em 15px 0.6em 15px; } .header-navigation ul ul li a:hover { background:rgba(255,255,255,0.03); } .header-navigation ul ul ul { top:-1px; left:100%; } /*------------------------------ Select Menu ----------------------------*/ .select-menu { position:relative; display:none; overflow:hidden; margin:0.5em 0; border:1px solid rgba(0,0,0,0.1); background:#3d4e5b url(images/select_menu_arrows.png) right 0.9em no-repeat; } .select-menu span { display:block; padding:0.3em 12px; min-width:100px; color:#f0f0f0; text-shadow:0 -1px 0 rgba(0,0,0,0.15); font-size:1.1em; font-family:Crete Round, Arial, Helvetica, sans-serif; cursor:pointer; } .select-menu:hover span { color:#fff; } .select-menu select { position:absolute; bottom:0; left:0; margin:0; width:100%; opacity:0; cursor:pointer; } /*-------------------------- Search Form -------------------------*/ .search-form { margin:0.5em 0 0.5em 10px; border:1px solid rgba(0,0,0,0.1); background:#3d4e5b url(images/icons/search_icon.png) right 0.6em no-repeat; } .search-form form { display:block; float:right; } .search-form input{ display:block; margin:0; padding:0.5em 20px 0.4em 9px; width:1px; border-width:0; background-color:transparent; color:transparent; cursor:pointer; } .search-form input:hover { background-color:rgba(255,255,255,0.05); } .search-form input:focus { padding-right:27px; width:130px; background-color:transparent; color:#fff; cursor:text; } .mobile-search-form { display:none; margin-bottom:1em; padding:0 27px 0 9px; border:1px solid rgba(0,0,0,0.1); background:#3d4e5b url(images/icons/search_icon.png) right 0.6em no-repeat; } .mobile-search-form input { display:block; margin:0 0 0 -9px; padding:0.5em 27px 0.4em 9px; width:100%; border-width:0; background-color:transparent; color:#fff; } /*------------------------- Login Form ------------------------*/ .login-options { margin:0.5em 0; } .login-options .button { display:block; border-width:0; } .login-options .button-wrap { margin-left:10px; border:1px solid rgba(0,0,0,0.15); } .login-button .tooltip-wrap { right:0; left:auto; } .login-button .tooltip-text { margin:10px 0 0 0; border:1px solid rgba(0,0,0,0.1); background:#3d4e5b; color:#fff; } .formatted-form .facebook-button, .popup-form .facebook-button { background-color:#3f5e9e; } .facebook-button .button-icon { top:-2px; margin:0 -2px; } .popup-form .field-wrap { margin-bottom:1em; border:1px solid rgba(0,0,0,0.1); } .popup-form input{ margin:0; width:160px; border-width:0; background-color:transparent; color:#fff; } .popup-form .switch-button > span { padding-right:8px; padding-left:8px; } .popup-form .switch-button .button-icon{ top:-1px; margin:0 -2px; } .popup-form ul li { padding:0; background:none; font-size:0.9em; } .register-form { padding-right:5.5%; border-right:1px dotted #d4d4d4; } /*------------------------- Share Tooltip ------------------------*/ .share-button { margin:0.5em 0 0.5em 10px; border:1px solid rgba(0,0,0,0.15); } .share-button .button { display:block; border-width:0; } .share-button .button > span { padding:0.65em 9px 0.65em 8px; } .share-button .button-icon { display:block; } /*------------------------------ Social Links -----------------------------*/ .user-links { overflow:hidden; text-align:center; word-spacing:0; font-size:0; line-height:0; } .user-links a { display:inline-block; margin:0 0 7px 7px; width:20px; height:20px; background:#f0f0f0 url(images/icons/user_social_icons.png) 0 0 no-repeat; } .user-links a.twitter { background-position: -24px 0; } .user-links a.linkedin { background-position: -48px 0; } .user-links a.google { background-position: -72px 0; } .user-links a.tumblr { background-position: -96px 0; } .user-links a.flickr { background-position: -144px 0; } .user-links a.vimeo { background-position: -168px 0; } .user-links a.youtube { background-position: -192px 0; } .user-links a.skype { background-position: -216px 0; } .user-links a.rss { background-position: -240px 0; } .user-links a:first-child { margin-left:0; } .user-links a:hover { background-color:#5ea5d7; background-position:0 -20px; } .user-links a.twitter:hover { background-position: -24px -20px; } .user-links a.linkedin:hover { background-position: -48px -20px; } .user-links a.google:hover { background-position: -72px -20px; } .user-links a.tumblr:hover { background-position: -96px -20px; } .user-links a.myspace:hover { background-position: -120px -20px; } .user-links a.flickr:hover { background-position: -144px -20px; } .user-links a.vimeo:hover { background-position: -168px -20px; } .user-links a.youtube:hover { background-position: -192px -20px; } .user-links a.skype:hover { background-position: -216px -20px; } .user-links a.rss:hover { background-position: -240px -20px; } /*--------------------------- Content --------------------------*/ .featured-content { position:relative; overflow:hidden; background:#fff; } .featured-content:after { position:absolute; right:0; bottom:-5px; left:0; z-index:100; display:block; width:100%; height:5px; content:" "; } .featured-content h1 { margin-bottom:0.7em; font-size:2em; } .main-content { position:relative; z-index:100; padding:4em 0 8.5em 0; background:#fff; } .main-content p { color:#555; } .site-wrap { position:relative; min-height:100%; } .page-title { position:relative; z-index:2; overflow:hidden; padding:1.6em 0; color:#fff; } /*--------------------------- Footer --------------------------*/ .footer-wrap { position:absolute; right:0; bottom:0; left:0; z-index:100; width:100%; background:#3d4e5b; } .site-footer { position:relative; z-index:200; padding:1.5em 0; border-top:1px solid rgba(255,255,255,0.2); color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.2); } .site-footer:after, .site-header:after { position:absolute; right:0; left:0; display:block; width:100%; height:1px; background:#3d4e5b; content:" "; } .site-footer:after { top:-2px; } .footer-navigation ul { margin:0; padding:0; list-style:none; } .footer-navigation ul ul { display:none; } .footer-navigation li { float:left; margin:0 0 0 15px; } .footer-navigation li a { color:#f0f0f0; } .footer-navigation li a:hover { color:#fff; } /* ================================ PAGES =========================== */ /*------------------------------- Courses ------------------------------*/ .course-preview { border:1px solid #e1e1e1; background:#fff; } .courses-listing { float:left; margin-bottom:-3em; width:100%; } .courses-listing .course-preview { margin-bottom:3em; } .course-preview .course-image{ position:relative; z-index:10; padding:5px; background:#fff; } .course-preview .course-image img { display:block; width:100%; height:auto; background:#fff; } .course-price { position:absolute; top:25px; left:-5px; } .course-price .price-text { display:block; padding:0.2em 10px; min-width:38px; border:1px solid rgba(0,0,0,0.1); background-color:#5ea5d7; color:#fff; text-align:center; text-shadow:0 -1px 0 rgba(0,0,0,0.15); font-size:1.2em; } .free-course .course-price .price-text { background-color:#f3715d; } .course-price .corner-wrap { position:absolute; bottom:-4px; left:0; width:4px; height:4px; } .course-price .corner, .course-price .corner-background { width:0; height:0; border:2px solid #5ea5d7; border-bottom-color:#fff; border-left-color:#fff; } .course-price .corner-background { position:absolute; top:0; left:0; border-top-color:#000; border-right-color:#000; } .course-price .corner { position:relative; z-index:1; opacity:0.8; } .free-course .course-price .corner { border-top-color:#f3715d; border-right-color:#f3715d; } .course-preview .course-header { position:relative; z-index:9; padding:0.5em 15px 0.9em 15px; } .course-preview .course-meta { overflow:hidden; } .course-preview .course-header .author { color:#777; } .course-preview .course-footer { padding:0.7em 15px; border-top:1px solid #f0f0f0; background:#f2f2f2; } .course-preview .course-footer .course-users { padding-left:17px; background:url(images/icons/user_icon.png) 0 0.2em no-repeat; color:#777; text-shadow:0 1px 0 #fff; } .course-preview .course-rating { float:right; margin:0; } .course-rating { overflow:hidden; margin:0 auto; width:90px!important; } .course-rating img { display:block; float:left; margin:1px 0 0 2px; } .single-course .featured-content { padding:3em 0; } .course-description.widget { padding:20px; } .course-description .widget-title { margin:-21px -21px 20px -21px; } .course-description .course-header { margin-bottom:1em; } .course-description .course-header .author { color:#777; } .course-description .course-footer .button { margin:0.5em 10px 0 0; } .course-description .price-button .price, .course-description .price-button .caption { float:left; } .course-description .price-button .price { border-left:1px solid rgba(255,255,255,0.17); } .course-description .price-button .caption { border-right:1px solid rgba(0,0,0,0.07); } .free-course .price-button .price { display:none; } .free-course .price-button .caption { border-right-width:0; } .course-progress { overflow:hidden; margin-bottom:2em; width:100%; height:8px; background:#ededed; } .course-progress span { display:block; float:left; width:0; height:8px; background:#5ea5d7 url(images/bgs/progress_bg.png) 0 0 repeat-x; } .course-status { display:inline-block; margin-right:5px; padding:0 5px; border:1px solid rgba(0,0,0,0.1); background:#5ea5d7; color:#fff; text-shadow:0 -1px rgba(0,0,0,0.15); font-size:0.9em; } .user-courses-listing { display:table; overflow:hidden; width:100%; border:1px solid #e1e1e1; background:#f4f4f4; } .user-courses-listing .course-item { display:table-row; overflow:hidden; width:100%; } .user-courses-listing .course-title, .user-courses-listing .course-meta { display:table-cell; padding:1em 15px; border-bottom:1px dotted #d6d6d6; vertical-align:middle; } .user-courses-listing .course-title h4 { display:inline; } .user-courses-listing .course-item:last-child .course-title, .user-courses-listing .course-item:last-child .course-meta { border-width:0; } .user-courses-listing .course-item.started a { color:#777; } .lessons-listing .course-progress, .user-courses-listing .course-progress { margin:0.5em 0 0 0; background:#e8e8e8; } .user-courses-listing .course-meta { position:relative; z-index:1; background:#fff; } .plan-preview .plan-price, .plan-preview .plan-footer { padding:0.5em 15px; border:1px solid #e1e1e1; border-top-width:0; border-bottom-width:0; background:#f2f2f2; color:#777; text-align:center; text-shadow:0 1px 0 #fff; font-size:1.1em; } .plan-preview .plan-price { border-bottom:1px solid #f0f0f0; } .plan-preview .plan-price span { font-size:1.1em; } .plan-preview .plan-footer { padding:0.7em 15px; border-top:1px solid #f0f0f0; } .single-certificate { height:auto; text-align:center; } .certificate-error { margin:0 auto; padding:5em 20px; } .certificate-wrap { position:relative; overflow:hidden; margin:5em auto 1.5em auto; padding:3px; width:600px; border:1px solid #e1e1e1; background:#fff; } .certificate-wrap > img { display:block; width:100%; height:auto; } .certificate-text { padding:1.5em 20px; border:1px solid #eaeaea; text-align:center; } .certificate-image .certificate-text { position:absolute; top:0; right:0; bottom:0; left:0; } .course-options .button { /*float:right;*/ margin-left:10px; } .course-options .next-lesson > span { padding-right:9px; padding-left:11px; } .course-options .next-lesson { display:none; } .course-options .continue-course .button-icon.next { margin-left:8px; margin-right:0; } a.continue-course { background-color:#11AB0C; } /*---------------------------------- Lessons ----------------------------------*/ .lessons-listing { display:table; overflow:hidden; margin-bottom:3em; width:100%; border:1px solid #e1e1e1; background:#f4f4f4; } .lessons-listing .lesson-item { display:table-row; overflow:hidden; } .lessons-listing .lesson-title, .lessons-listing .lesson-attachments { display:table-cell; padding:1em 15px; border-bottom:1px dotted #d6d6d6; vertical-align:middle; } .lessons-listing .lesson-title h4 { display:inline; } .lessons-listing .lesson-item.completed .lesson-title a{ color:#777; } .lessons-listing .lesson-child .lesson-title { padding-left:30px; font-size:0.9em; } .lessons-listing .lesson-attachments { padding-bottom:0; } .lessons-listing .lesson-item:last-child .lesson-title, .lessons-listing .lesson-item:last-child .lesson-attachments { border-bottom-width:0; } .lessons-listing .lesson-attachments { position:relative; z-index:1; border-left:1px solid #e1e1e1; background:#fff; } .lessons-listing .lesson-attachments a { display:block; float:left; margin:0 15px 15px 0; width:26px; height:26px; background:#f3715d url(images/icons/attachment_icons.png) 1px 1px no-repeat; } .lesson-child .lesson-attachments a { margin:0 12px 12px 0; width:22px; height:22px; background-position:-1px -24px; } .lesson-item .lesson-attachments .audio { background-position:-29px 1px; } .lesson-item .lesson-attachments .document { background-position:-59px 1px; } .lesson-child .lesson-attachments .audio { background-position:-32px -24px; } .lesson-child .lesson-attachments .document { background-position:-60px -24px; } .lesson-options { overflow:hidden; padding-bottom:2em; } .lesson-options .button { float:right; margin-left:10px; } .lesson-options .next-lesson > span { padding-right:9px; padding-left:11px; } .lesson-options .prev-lesson > span { padding-right:11px; padding-left:9px; } .lesson-options .close-lesson > span { padding-right:8px; padding-left:8px; } /*------------------------------ Questions ------------------------------*/ .questions { clear:both; padding-top:2em; } .questions-listing { margin-bottom:3em; } .questions-listing ul { margin:0; padding:0; list-style:none; } .questions-listing ul li { display:block; margin:0; padding:0; } .questions-listing .question-title { padding:1em 15px 1em 49px; border-top:1px dotted #d6d6d6; } .questions-listing .question-replies { position:absolute; top:0.85em; left:15px; display:block; width:24px; height:24px; background:#5ea5d7; color:#fff; text-align:center; font-weight:bold; font-size:1.1em; line-height:24px; } .questions-listing li:first-child .question-title { border-width:0; } .question-content .avatar-container { position:relative; float:left; overflow:hidden; width:10%; text-align:center; } .question-content { overflow:hidden; padding:1.5em 15px; border-top:1px dotted #d6d6d6; background:#fff; } .questions-listing li ul { padding:0 15px; } .questions-listing li ul li .question-content { padding:1.5em 0; } .questions-listing li ul li { padding:0 0 0 13%; border-bottom-width:0; } .question-content .avatar-container img { display:block; width:100%; height:auto; } .question-content .question-text { float:right; width:87%; } .question-header { overflow:hidden; margin-bottom:0.4em; } .question-author, .question-time { margin:0 10px 0 0; } .question-time { color:#777; } .questions #reply-title, .questions-listing #respond #title { display:none; } .questions-listing #respond { padding:0 15px 1.5em 15px; } .questions-listing #respond form { padding-left:13%; } /*--------------------------------- Quizzes -------------------------------*/ p+.quiz-listing { margin-top:2em; } .quiz-listing .quiz-question { margin-top:1.5em; } .quiz-listing .question-title { position:relative; overflow:hidden; padding:0.5em 15px 0.5em 32px; } .quiz-listing .question-number { position:absolute; top:0.35em; left:0; display:block; width:24px; height:24px; background:#5ea5d7; color:#fff; text-align:center; font-weight:bold; font-size:1.1em; line-height:24px; } .quiz-listing ul { margin:0; padding:0; list-style:none; } .quiz-listing li { display:block; overflow:hidden; margin-top:0.5em; padding-left:32px; } .quiz-listing li input, .quiz-listing li label { display:inline; cursor:pointer; } .quiz-listing li input { display:inline-block; margin:0 5px 0 0; vertical-align:middle; } /*----------------------------- User Profile ------------------------------*/ .user-profile, .user-profile-form { display:table; width:100%; } .user-profile .user-image { display:table-cell; width:150px; vertical-align:top; } .user-profile .bordered-image { margin-bottom:1em; } .user-profile .user-image-uploader { margin-top:1em; text-align:center; } .user-profile .user-description { display:table-cell; padding-left:6.67%; vertical-align:top; } .user-profile .user-links { padding:0 5px; } .user-profile h1 { margin-bottom:0.5em; } .user-profile .signature { margin:-0.8em 0 1em 0; color:#777; } .users-listing { float:left; margin-bottom:-5%; width:100%; } .users-listing .user-image{ display:block; float:left; margin:0 6.5% 6.5% 0; width:29%; } /*------------------------------- Experts ------------------------------*/ .expert-preview { display:table; margin-bottom:2em; width:100%; } .expert-preview:last-child { margin:0; } .expert-preview .expert-meta { display:table-cell; width:109px; } .expert-preview .user-links { padding:0 4px; } .expert-preview .user-links a:nth-child(4) { margin-right:0; } .expert-preview .expert-image { margin-bottom:0.5em; } .expert-preview .expert-text { display:table-cell; padding-left:3.8%; vertical-align:top; } .expert-signature { display:block; margin-bottom:0.7em; color:#777; } /*------------------------------- Testimonials ------------------------------*/ .testimonial { display:table; margin-bottom:1.5em; width:100%; } .testimonial:last-child { margin:0; } .testimonial .testimonial-image { display:table-cell; width:87px; } .bubble-image { position:relative; overflow:hidden; width:87px; height:88px; } .bubble-image img { display:block; width:100%; height:auto; } .bubble-image .image-cover { position:absolute; top:0; left:0; } .testimonial .testimonial-text { display:table-cell; padding-left:3.8%; vertical-align:top; } .testimonial .testimonial-text p { margin-bottom:0.5em; font-style:italic; font-size:1.1em; } /*--------------------------------- Blog -------------------------------*/ .posts-listing { margin-bottom:-3em; } .posts-listing .post { margin-bottom:3em; } .post-footer { clear:both; overflow:hidden; } .post-footer .post-date, .post-footer .post-categories, .post-footer .post-author, .post-footer .post-comment-count, .post-footer .button { float:left; margin-right:10px; } .post-footer .post-categories, .post-footer .post-author, .post-footer .post-date { padding:0.4em 0; color:#777; } .post-footer .post-comment-count { margin:6px 8px 0 0; width:21px; height:20px; background:url(images/icons/comments_icon.png) 0 0 no-repeat; color:#777; text-align:center; text-shadow:0 1px 0 #fff; font-size:0.9em; line-height:17px; } .single-post .post-image { margin-bottom:2em; } .single-post .tagcloud { float:right; padding-top:0.4em; } .tagcloud a { display:block; float:left; margin:0 0 8px 8px; padding:0 15px 0 5px; border-left:1px solid rgba(0,0,0,0.05); background:url(images/bgs/tag_bg.png) right 0 no-repeat; color:#999; text-shadow:0 1px 0 #F5F5F5; font-size:0.9em!important; line-height:20px; } /*-------------------------------- Comments ----------------------------*/ .post-comments { margin-top:3em; } .post-comments .pagination { float:none; margin-bottom:2em; } .post-comments .pagination a, .post-comments .pagination span { margin-top:0; } .comments-listing { margin-bottom:2em; } .comments-listing ul { margin:0; padding:0; list-style:none; } .comments-listing li { margin-top:1.5em; padding-top:1.5em; border-top:1px dotted #d7d7d7; } .comments-listing > ul > li:first-child { margin-top:0; padding-top:0; border-top-width:0; } .comments-listing li ul { padding-left:13%; list-style:none; } .comment .avatar-container { position:relative; float:left; overflow:hidden; width:10%; } .comment .avatar-container img { display:block; width:100%; height:auto; } .comment .comment-text { float:right; width:87%; } .comment .comment-header { margin-bottom:0.4em; } .comment-author, .comment-time { margin:0 10px 0 0; } .comment-time { color:#777; } .comment-reply-link { float:left; padding-left:20px; background:url(images/icons/reply_icon.png) 0 0.35em no-repeat; color:#777; } .post-comments #reply-title { display:none; } .comments-listing #respond { padding:2em 0 0.5em 13%; } /*-------------------------------Pagination------------------------------*/ .pagination { float:left; overflow:hidden; } .pagination a, .pagination span { float:left; margin:2em 11px 0 0; height:24px; color:#888; text-align:center; font-weight:bold; font-size:1.1em; line-height:24px; } .pagination span { width:24px; border:1px solid #ddd; text-shadow:0 1px 0 #fff; } .pagination a:hover { color:#333; } .pagination a.next, .pagination a.prev { width:7px; background-image:url(images/pagination_arrows.png); background-position:0px 6px; background-repeat:no-repeat; color:transparent; } .pagination a.next { background-position:-53px 6px; } /* =========================== SLIDERS =========================== */ .themex-slider { position:relative; overflow:hidden; } .themex-slider > ul { position:relative; margin:0; padding:0; list-style:none; } .themex-slider > ul > li { position:relative; display:block; overflow:hidden; } .themex-slider > ul > li.current, .themex-slider > ul > li:first-child { z-index:1; } .themex-slider > ul > li > img, .themex-slider > ul > li > a > img { display:block; width:100%; height:auto; } .themex-slider .arrow { position:absolute; top:50%; z-index:100; margin-top:-12px; width:13px; height:23px; background:url(images/main_slider_arrows.png) -13px 0 no-repeat; cursor:pointer; } .themex-slider .arrow-left { left:24px; } .themex-slider .arrow-right { right:24px; background-position:0 0; } /*------------------------------- Parallax Slider ----------------------------*/ .parallax-slider { overflow:hidden; color:#fff; } .parallax-slider .substrate { width:130%; } .parallax-slider > ul { overflow:hidden; width:10000%; opacity:0; } .parallax-slider > ul > li { display:block; float:left; } .parallax-slider img.aligncenter, .parallax-slider img.alignnone { display:block; } /*------------------------------- Boxed Slider ----------------------------*/ .boxed-slider { position:relative; margin:4em 0; padding:5px; border:1px solid #e1e1e1; background:#fff; } .main-content .boxed-slider { margin:0 0 2em 0; } .boxed-slider > ul > li { top:0; left:0; display:none; width:100%; } .boxed-slider > ul > li:first-child { position:relative; display:block; } .boxed-slider .caption { position:absolute; right:0; bottom:0; left:0; padding:1.5em 20px; background:url(images/bgs/white_80_bg.png); } .boxed-slider .embedded-video { margin-bottom:0; } .embedded-video { position: relative; overflow: hidden; margin-bottom:2em; padding-top: 30px; padding-bottom: 54.5%; height: 0; } .embedded-video iframe, .embedded-video object, .embedded-video embed { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; background:#000; } /* ============================== WIDGETS ============================== */ .widget { position:relative; z-index:1; padding:13px 15px; border:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; background:#fff; color:#555; } .widget:after { display:block; clear:both; content:" "; } .widget-title { position:relative; overflow:hidden; margin:-14px -16px 13px -16px; padding:0.7em 15px; border:1px solid rgba(0,0,0,0.01); border-bottom-color:#3d4e5b; background-color:#3d4e5b; color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.2); } .widget-title:after { position:absolute; bottom:0; left:0; display:block; width:100%; height:1px; background:rgba(255,255,255,0.2); content:" "; } .sidebar-widget { margin-bottom:3em; } .sidebar-widget:last-child { margin:0; } .sidebar-widget ul { display:block; margin:0; list-style:none; } .sidebar-widget ul li { margin-bottom:0.6em; padding-bottom:0.6em; border-bottom:1px dotted #d4d4d4; } .sidebar-widget ul li:last-child { margin-bottom:0; padding-bottom:0; border-bottom:0; } .sidebar-widget ul li.current { font-weight:bold; } /* =========================== WOOCOMMERCE =========================== */ .main-content .page-title { display:none; } .col2-set { clear:both; } .col2-set:after { display:block; clear:both; overflow:hidden; height:0; content:" "; } .col2-set .col-1 { float:left; width:48%; } .col2-set .col-2 { float:right; width:48%; } p.myaccount_address, .my_account_orders, .woocommerce-message { margin-bottom:2em; } .woocommerce-message .button { margin-right:10px; } .single-product #tab-additional_information h2, .single-product .product_meta .sku_wrapper, .products .product .star-rating, .widget_product_search input[type="submit"], .woocommerce-checkout .form-row label, .woocommerce-checkout .submit-button-bottom, .address-edit-form label, .widget_product_search label, .quantity .plus, .quantity .minus { display:none; } .woocommerce-cart .woocommerce .button, .woocommerce.widget .button, .cart-collaterals .button, .woocommerce-message .button, .single_add_to_cart_button, .add_to_cart_button, .order-actions .button, .button.show_review_form, .product_type_variable { padding:0.2em 10px 0.2em 10px; line-height:1.8em; } /*-------------------------------- Products ------------------------------*/ .woocommerce-ordering { float:right; margin-bottom:1.5em; } .woocommerce-ordering select { padding:0; } .woocommerce-result-count { float:left; margin:0 13px 1.5em 0; font-size:1.1em; } ul.products { display:block; float:left; margin-bottom:-3em; width:100%; list-style:none; } ul.products:after { display:block; clear:left; content:" "; } ul.products li.product { position:relative; float:left; margin:0 3.8% 3em 0; width:22.05%; } ul.products li.product.first { clear:both; } ul.products li.product.last { margin-right:0; } ul.products li.product img { display:block; margin:0 auto 1em; padding:5px; width:100%; height:auto; border:1px solid #e1e1e1; background:#fff; } ul.products li.product .product-footer .price, ul.products li.product .product-footer .button { float:left; margin-right:10px; } ul.products li.product .product-footer .price { color:#777; font-weight:bold; font-size:1.1em; line-height:2em; } ul.products li.product .product-footer .added_to_cart { float:left; line-height:2em; } .single-product .images { float:left; width:30.75%; } .single-product .thumbnails .thumbnail { float:left; margin-right:3.8%; padding-top:1em; width:22.05%; } .single-product .thumbnails .thumbnail:first-child { clear:left; } .single-product .thumbnails .thumbnail:nth-child(4n) { margin-right:0; } .single-product .summary { float:right; width:65.4%; } .single-product .add_review { margin-top:1.5em; } .single-product .woocommerce_tabs, .single-product .woocommerce-tabs { clear:both; } .single-product .related { clear:both; } .single-product .sale .summary h1 { width:80%; } .single-product table.shop_attributes p, .single-product table.shop_attributes p { margin-bottom:0; } .single-product .product-tabs { clear:both; padding-top:3em; width:100%; } .single-product .related-products { margin-top:3em; } .single-product .comments-listing { margin:0; } .single-product .cart button, .single-product .cart .quantity { float:left; } .single-product .cart .quantity { margin-right:10px; } .single-product .cart { margin-top:2em; } .single-product .product_meta { clear:left; padding-top:1em; width:100%; color:#777; } .single-product .product_meta a { color:#777; } .single-product .summary h1 { margin-bottom:0.5em; } .single-product .summary .price span { color:#777; font-weight:bold; font-size:1.2em; } .variations a { display:none!important; } .variations { margin-bottom:1em; } .variation dt, .variation dd { float:left; margin-right:5px; } .variations_button { overflow:hidden; padding-top:1em; } .star-rating { width:120px; height:8px; background:#ededed; } .star-rating span { float:left; overflow:hidden; height:100%; background:#5ea5d7 url(images/bgs/progress_bg.png) 0 0 repeat-x; text-indent:-999em; } .star-rating span span { display:none; } .widget .star-rating { margin:.53em 0; width:60px; height:.618em; } p.stars { overflow:hidden; } p.stars span { position:relative; float:left; width:120px; height:8px; background:#ededed; } p.stars span a { position:absolute; top:0; left:0; float:left; overflow:hidden; padding-top:8px; width:16px; height:0; } p.stars span a:hover, p.stars span a.active, p.stars span a:focus { background:#5ea5d7 url(images/bgs/progress_bg.png) 0 0 repeat-x; } p.stars span a.star-1 { z-index:10; width:24px; } p.stars span a.star-2 { z-index:9; width:48px; } p.stars span a.star-3 { z-index:8; width:72px; } p.stars span a.star-4 { z-index:7; width:96px; } p.stars span a.star-5 { z-index:6; width:120px; } /*-------------------------------- Cart -------------------------------*/ table.cart { margin-bottom:2.5em; } table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price { position:static; } table.cart td.actions { text-align:right; } table.cart td.actions .coupon { float:left; width:50%; } table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button { display:inline-block; margin-bottom:0 !important; width:auto !important; } .cart-collaterals:after { display:block; clear:both; overflow:hidden; height:0; content:" "; } .cart-collaterals .cross-sells, .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator { width:48%; } .cart-collaterals .cross-sells, .cart-collaterals .cart_totals { float:right; } .cart-collaterals .shipping_calculator { float:left; } .cart-collaterals .cross-sells ul.products li.product { width:48%; } .cart .product-thumbnail .bordered-image { margin:0 auto; width:40px; } .cart td.product-subtotal, .cart td.product-price { color:#777; font-weight:bold; font-size:1.1em; } .variations select, .cart .product-quantity input { margin-bottom:0; } .cart .product-quantity input { width:40px; } .cart .product-name a { color:#333; } .cart .product-remove { text-align:center; font-size:1.5em; } .cart .product-remove a { color:#555; font-weight:bold; } .cart .button { margin-left:10px; } .my_account_orders .order-number, .my_account_orders .order-actions { text-align:center; } .woocommerce-checkout .shop_table, .woocommerce-checkout .payment-listing, p.myaccount_user { margin-bottom:2em; } /*------------------------------- Checkout -----------------------------*/ .order_details { padding:0; list-style:none; } .order_details li { margin-bottom:0.6em; padding:0 0 0.6em 0; border-bottom:1px dotted #d4d4d4; } .woocommerce-checkout .payment-listing .toggle-title { padding:0.7em 10px 0.7em 37px; } .payment-listing .toggle-title:before { position:absolute; top:0.85em; left:12px; display:block; width:16px; height:16px; background:#bbb url(images/bullet_6.png) center 4px no-repeat; content:" "; } .payment-listing .expanded .toggle-title:before { background-color:#5ea5d7; } .order_details li:last-child { padding-bottom:0; border-width:0; } .checkout #shiptobilling { float:right; margin:0; margin-top:0.3em; width:52%; text-align:right; } .checkout #shiptobilling input[type="checkbox"], .checkout #shiptobilling label { display:inline-block; float:none; margin:0 0 0 7px; vertical-align:middle; } .woocommerce-checkout #customer_details { margin-bottom:1.5em; } .woocommerce-checkout #order_comments { height:120px; } .woocommerce-checkout .form-row .chzn-container{ width:104%!important; } .course-checkout .form-row .chzn-container{ width:106%!important; } .woocommerce-checkout .blockOverlay { top:0; right:0; bottom:0; left:-10px; width:100%; height:100%; } .checkout_coupon .form-row { float:left; } .checkout_coupon .form-row .button { margin:1px 0 0 8px; } .woocommerce-invalid-required-field input { border-color:#E94E77; } .woocommerce-checkout .terms { padding-top:1em; } .course-checkout .terms { padding:0 0 0.5em 0; } .woocommerce-checkout .terms label { display:inline; } .woocommerce-checkout .terms input { float:left; margin:3px 5px 0 0; } /*------------------------------- Widgets -----------------------------*/ .widget ul li .count { float:right; } .widget ul li .amount { color:#777; font-weight:bold; } .widget_product_search form { display:block; padding:0 10px; } .widget_product_search input { margin:0 0 0 -10px; width:100%; } .widget ul.product_list_widget li:after { display:block; clear:both; overflow:hidden; height:0; content:" "; } .widget ul.product_list_widget li a { display:block; } .widget ul.product_list_widget li img { float:right; margin:0.2em 0 0 1em; padding:3px; width:2.3em; height:auto; border:1px solid #ededed; background:#fff; } .widget ul.product_list_widget li ins { margin-left:.618em; text-decoration:none; font-weight:bold; } .widget_woo_subscribe #connect { padding:0; border:0; background:none; } /* ========================= RESPONSIVE STYLES ======================== */ /* --------------------------- 940px-1199px --------------------------- */ @media only screen and (max-width: 1199px) and (min-width: 1000px) { .row { width:940px; } .woocommerce-checkout .form-row .chzn-container{ width:105%!important; } } /* ---------------------------- 768px-999px --------------------------- */ @media only screen and (max-width: 999px) and (min-width: 768px) { .row { width:708px; } .woocommerce-checkout .form-row .chzn-container{ width:106%!important; } } /* ------------------------------ 0-999px ---------------------------- */ @media only screen and (max-width: 999px) { .header-navigation .menu { display:none; } .header-navigation .select-menu { display:block; } .search-form input:focus { width:60px; } } /* ------------------------------ 0-767px ---------------------------- */ @media handheld, only screen and (max-width: 767px) { ul.products li.product, .row .column { margin:0 0 3em 0; width:100%; } .col2-set .col-2, .col2-set .col-1, .single-product .summary, .single-product .images { margin:0 0 2em 0; width:100%; } .col2-set .col-2 { margin-bottom:0; } .single-product .product-tabs { padding-top:0; } .row .column > .column { margin-bottom:1em; } .column.last, .courses-listing .column, .lessons-listing, .formatted-form .column{ margin-bottom:0; } .site-header .search-form, table.cart .coupon, .boxed-slider .caption, .parallax-slider .substrate, .woocommerce-checkout .submit-button-top, .footer-navigation { display:none; } .woocommerce-checkout .submit-button-bottom, .mobile-search-form { display:block; } .select-menu, .site-header .site-logo, .site-footer .copyright, .header-navigation { float:none; width:100%; } .site-header, .site-footer { text-align:center; } .header-options { display:inline-block; float:none; margin:1em 0 2px 0; } .login-options, .share-button, .search-form, .select-menu { text-align:left; } .share-button { margin-left:0; } .parallax-slider { padding-top:3em; } .parallax-slider .column { top:0!important; } .post .post-image , .course-content .course-questions { margin-bottom:1.5em; } .vertical-tabs .tabs { margin-bottom:1.5em; border-width:0; } .vertical-tabs .tabs li { margin-top:-1px; } .vertical-tabs .tabs li.current { margin-right:0; border-right:1px solid #E5E5E5; } .vertical-tabs .panes { padding:0; border-width:0; } } /* ---------------------------- 480px-767px -------------------------- */ @media handheld, only screen and (max-width: 767px) and (min-width: 480px) { .row { padding:0 15px; width:450px; } .featured-content .substrate { width:500%; } .woocommerce-checkout .form-row .chzn-container{ width:105%!important; } .course-preview { width: 50%; } } /* ---------------------------- 320px-479px -------------------------- */ @media handheld, only screen and (max-width: 479px) { .row { padding:0 15px; width:290px; } .featured-content .substrate { width:700%; } .login-button .tooltip-wrap { right:auto; left:0; } .woocommerce-ordering { width:100%; } .woocommerce-ordering select { float:left; } .woocommerce-checkout .form-row .chzn-container{ width:107%!important; } } @media print { .print-button { display:none; } } /* =========================== CSS3 EFFECTS =========================== */ textarea, input[type="submit"], input[type="button"], input[type="text"], input[type="password"], .course-preview, .course-description, .course-image, .course-preview .course-meta, .popup .popup-text, .boxed-slider, .tooltip-text, .bordered-image, .wp-caption, .gallery-icon, ul.products li.product img, .widget ul.product_list_widget li img, .content-block, .lessons-listing, .user-courses-listing, .toggles-wrap, .vertical-tabs .tabs li, .widget, .tooltip-text .field-wrap, .certificate-wrap, .jp-volume-bar, .jp-progress, .jp-controls a, .jp-controls a:before, .jp-video-play-icon, .jp-video-play-icon:before, .jp-gui, .faq-toggles , .course-progress, .course-progress span, .search-form, .mobile-search-form, .tagcloud a, .user-links a, .users-listing .user-image, .pagination span, .button, .button > span, .button-wrap, .select-menu, .star-rating, .star-rating span, p.stars span, p.stars span a, .header-navigation ul, .header-navigation div > ul > li a { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .questions-listing .question-replies, .toggle-title:before, ul.styled-list.style-4 li:before, .quiz-listing .question-number, .lesson-attachments a { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .jp-video .jp-gui { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; } .widget-title { -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .share-button, .login-options .button-wrap, .jp-controls a:after, .jp-controls a, .login-button .tooltip-text .field-wrap, .select-menu, .mobile-search-form, .search-form { -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1); -moz-box-shadow:0 1px 0 rgba(255,255,255,0.1); box-shadow:0 1px 0 rgba(255,255,255,0.1); } .header-navigation div > ul > li.current-menu-item > a { -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15) inset; -moz-box-shadow:0 1px 1px rgba(0,0,0,0.15) inset; box-shadow:0 1px 1px rgba(0,0,0,0.15) inset; } .user-links a { -webkit-box-shadow:0 0 7px rgba(0,0,0,0.17) inset; -moz-box-shadow:0 0 7px rgba(0,0,0,0.17) inset; box-shadow:0 0 7px rgba(0,0,0,0.17) inset; } .search-form input{ -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset; box-shadow:0 1px 0 rgba(255,255,255,0.1) inset; } .star-rating, p.stars span, .course-progress { -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.07) inset; -moz-box-shadow:0 2px 4px rgba(0,0,0,0.07) inset; box-shadow:0 2px 4px rgba(0,0,0,0.07) inset; } .jp-volume-bar, .jp-progress { -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.07) inset; -moz-box-shadow:0 1px 1px rgba(0,0,0,0.07) inset; box-shadow:0 1px 1px rgba(0,0,0,0.07) inset; } .login-button .tooltip-text input, .search-form input:focus { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; } .tooltip-text, .course-preview, .certificate-wrap, .widget, .bordered-image, .wp-caption, .gallery-icon, .boxed-slider, .content-block, ul.products li.product img, .header-navigation ul ul { -webkit-box-shadow:0 0 8px rgba(0,0,0,0.15); -moz-box-shadow:0 0 8px rgba(0,0,0,0.15); box-shadow:0 0 8px rgba(0,0,0,0.15); } .lessons-listing, .user-courses-listing { -webkit-box-shadow:0 0 8px rgba(0,0,0,0.07); -moz-box-shadow:0 0 8px rgba(0,0,0,0.07); box-shadow:0 0 8px rgba(0,0,0,0.07); } .toggles-wrap { -webkit-box-shadow:0 0 8px rgba(0,0,0,0.13); -moz-box-shadow:0 0 8px rgba(0,0,0,0.13); box-shadow:0 0 8px rgba(0,0,0,0.13); } .featured-content:after { -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3); -moz-box-shadow:0 0 15px rgba(0,0,0,0.3); box-shadow:0 0 15px rgba(0,0,0,0.3); } .login-button .tooltip-text, .lessons-listing .lesson-attachments, .user-courses-listing .course-meta, .plan-preview .plan-description, .course-preview .course-header { -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); } .search-form input { -webkit-transition: width 0.3s, padding 0.3s; -moz-transition: width 0.3s, padding 0.3s; -o-transition: width 0.3s, padding 0.3s; transition: width 0.3s, padding 0.3s; } .parallax-slider ul { -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; } .main-content textarea, .main-content input[type="text"], .main-content input[type="password"] { -webkit-box-shadow:0 2px 5px rgba(204,204,204,0.4) inset; -moz-box-shadow:0 2px 5px rgba(204,204,204,0.4) inset; box-shadow:0 2px 5px rgba(204,204,204,0.4) inset; } input[type="submit"], input[type="button"], .course-price .price-text, .jp-play-bar, .jp-volume-bar-value, .jp-controls a:before, .search-form input, .select-menu span, .button { background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); } .jp-interface, .widget-title, .site-header, .site-footer { background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); } .jp-video-play-icon:before, .login-button .tooltip-text { background-image: -moz-linear-gradient(top, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.07)), color-stop(100%,rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%); } .login-button .tooltip-text input, .mobile-search-form input, .search-form input:focus { background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.05))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 100%); } .pagination span { background-image: linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%); background-image: -moz-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%); background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%); background-image: -ms-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EBEBEB),color-stop(1, #FFFFFF)); } ul.products li.product img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* ============================ IE FIXES ============================ */ .ie .row, .ie .clearfix { zoom:1; }
app/static/css/style-responsive.css
berlotto/cinemark
/* Template Name: Urip Landing Page (Responsive Layout) Template URI: http://worksofwisnu.com/theme-preview/urip Description: Modern and Professional HTML Landing Page Template Author: xWisnux (Works of Wisnu) Author URI: http://worksofwisnu.com Version: 1.0 */ /** * 1.0 LARGE DEVICES (large desktops, 1200px and up) * ----------------------------------------------------------------------------- */ @media (max-width: 1440px) { /* WHAT WE DO SECTION */ #what-we-do:before { left: -4em; } #what-we-do:after { right: -4em; } } @media (max-width: 1383px) { /* FEATURETTES SECTION */ .content-tab-wrapper .nav > li > a { padding: 11px 14px; } .content-tab-wrapper .nav-tabs > li > a:hover, .content-tab-wrapper .nav-tabs > li.active > a, .content-tab-wrapper .nav-tabs > li.active > a:focus, .content-tab-wrapper .nav-tabs > li.active > a:hover { padding: 12px 15px; } } @media (max-width: 1280px) { /* WHAT WE DO SECTION */ #what-we-do:before { left: -5em; } #what-we-do:after { right: -5em; } } @media (max-width: 1208px) { /* WHAT WE DO SECTION */ #what-we-do:before, #what-we-do:after { content: ""; background: none; display: none; } } /** * 2.0 MEDIUM DEVICES (desktops, 992px and up) * ----------------------------------------------------------------------------- */ @media (max-width: 1199px) { /* BASIC STRUCTURE */ .touch .breaking, .hero-subscribe-layout #hero, .creative-layout #hero, .hero-form-layout #hero, .app-layout #hero { background-attachment: inherit !important; } /* PRICING & SECTION TABS */ .browser-mockup-wrapper .play-btn { top: 50%; } /* OUR TEAM SECTION */ .team-info { padding: 5px 10px; } .team-info h6 { margin-bottom: 10px; } .team-info small { font-size: 11px; } ul.team-social { margin-top: 4px; margin-bottom: 4px; } /* APP CAROUSEL */ .phone-frame img { top: -22%; } /* CONTACT MODAL */ .touch .contact-overlay { display: none; } .touch .contact-overlay.open { display: block; } } @media (min-width: 992px) and (max-width: 1199px) { /* BASIC STRUCTURE */ .two-blocks-col { padding: 28px 40px 0; } /* HEADER & HERO SECTION */ .hero-subscribe-wrapper form .input-group .btn-subscribe { width: 225px; } /* HOW IT WORKS SECTION */ .how-it-works-info { padding-top: 71px; padding-bottom: 71px; } /* OUR FEATURES SECTION */ .feature-title { font-size: 20px; } .side-feature-icon span[class^="icon-"] { margin-top: 7px; } /* FOOTER SUBSCRIBE */ #footer-subscribe .btn-subscribe { width: 150px; } } /** * 3.0 SMALL DEVICES (tablets, 768px and up) * ----------------------------------------------------------------------------- */ @media (max-width: 1024px) { /* BASIC STRUCTURE */ main#main-content { margin-bottom: 0 !important; box-shadow: none; } /* HEADER & HERO SECTION */ .hero-form-layout .hero-content { padding-top: 45px; } .creative-layout .hero-content h1 { font-size: 42px; } .hero-app-content-right { padding-top: 0; padding-bottom: 0; } /* OUR FEATURES SECTION */ .middle-phone-mockup { margin-top: 15vh; } /* FEATURETTES SECTION */ .content-tab-wrapper .nav > li > a { padding: 10px 8px; } .content-tab-wrapper .nav-tabs > li > a:hover { padding: 11px 9px; } .content-tab-wrapper .nav-tabs > li.active > a, .content-tab-wrapper .nav-tabs > li.active > a:focus, .content-tab-wrapper .nav-tabs > li.active > a:hover { padding: 11px 9px; } /* WHY US SECTION */ .half-phone-mockup { display: flex; } /* MAIN FOOTER SECTION */ #main-footer { position: relative; } } @media (max-width: 991px) { /* WHY US SECTION */ #why-us, #why-us-2 { text-align: center; } .half-phone-mockup { display: block; max-width: 100%; margin-bottom: 80px; } .half-phone-mockup img { max-width: 60%; } .half-phone-mockup:after { width: 100%; border: none; height: 1px; margin: 0 auto; text-align: center; background: #777; background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #777), color-stop(100%, #fff)); background: -webkit-linear-gradient(left, #fff 0%, #777 50%, #fff 100%); background: linear-gradient(to right, #fff 0%, #777 50%, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); content: ""; display: block; } .why-us-content { padding-top: 0; margin-bottom: 72px; } } @media (max-width: 979px) { /* COMPONENTS */ .attention-box h5 { font-size: 14px; } .attention-box p { margin: 0 8px; font-size: 13px; } /* HEADER & HERO SECTION */ .hero-form-layout .hero-content { padding-top: 0; margin-top: -27px; } .hero-form-layout .feature-icon { font-size: 30px; min-height: 0; align-items: inherit; } .hero-form-layout .feature-title { margin-top: 20px; } .register-form .hero-input { margin-bottom: 10px; } .register-form .submit-btn { margin-top: 20px; } .hero-app-content-left, .hero-app-content-right { text-align: center; } /* TOP CLIENT SECTION */ .client-logo h5 { padding-top: 0; } /* OUR FEATURES SECTION */ .left-features .the-feature, .app-layout #our-features { text-align: center; } .middle-phone-mockup { margin-top: 0; margin-bottom: 55px; } /* FEATURETTES SECTION */ .expandable-gallery-info { position: relative !important; width: 100% !important; background: #fff; } .two-blocks-col { padding-bottom: 73px; padding-left: 40px; padding-right: 40px; } .featurettes-quote-wrapper { height: 375px; } .featurettes-quote { padding-left: 40px; padding-right: 40px; } /* PRICING & SECTION TABS */ .large-image-mockup { margin-left: auto; margin-right: auto; display: block; } .side-feature-icon span[class^="icon-"] { margin-top: 50px; font-size: 80px; text-align: right; } .side-feature-info { margin-bottom: 14px; } } @media (min-width: 768px) and (max-width: 979px) { /* HEADER & HERO SECTION */ header { padding: 23px 0; } .hero-subscribe-wrapper form .input-group .btn-subscribe { width: 200px; } .hero-subscribe-wrapper form .input-group .btn-subscribe:before { display: none; } .app-layout .hero-content { margin-top: 80px; } .hero-app-content-left img { max-width: 35%; } .hero-app-content-right { margin-top: 30px; } /* INTRODUCTION SECTION */ #introduction:after { background-size: 300%; } /* HOW IT WORKS SECTION */ .how-it-works-title img { width: 50%; } .how-it-works-title h4, .how-it-works-info h4 { font-size: 18px; } .how-it-works-info { padding-top: 34px; padding-bottom: 34px; } .how-it-works-info p, .how-it-works-info p strong, .how-it-works-info .cta { font-size: 14px; line-height: 1.5em; } ul.how-it-works-col li:first-child .how-it-works-info:after, ul.how-it-works-col li:nth-child(2) .how-it-works-info:after { margin-top: 0; background-size: 100px; } /* OUR FEATURES SECTION */ .the-feature, .the-feature.zero-bottom { margin-bottom: 32px !important; } /* COUNTER */ .counter-title { font-size: 18px; } /* PRICING & SECTION TABS */ ul.pricing { padding: 0 5px; } ul.pricing > div.col-sm-3 { padding: 0; } ul.pricing .price { padding: 0 10px; } ul.pricing .price, .price .price-button, .price.best-value .price-button, .price.best-value:hover .price-button { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .price .price-button, .price:hover .price-button, .price:hover .price-amount, .price.best-value .price-amount, .price.best-value:hover .price-amount, .price.best-value .price-button, .price.best-value:hover .price-button { margin-right: -10px; margin-left: -10px; } .price .price-feature li { font-size: 12px; } .price .price-button { font-size: 16px; } .price .price-label { padding: 3px 6px; } /* OUR TEAM SECTION */ .the-team-wrapper { text-align: center; } ul.filter li { display: inline-block; } ul.filter li a { padding: 2px 15px; position: relative; } ul.filter li a:after { content: "\e63a"; font-family: "Icomoon"; color: #222; position: absolute; right: -12px; } ul.filter li:last-child a:after { display: none; } ul.team-social { margin-bottom: 11px; } /* CUSTOMER STORIES/LOGOS SECTION */ ul.customer-logos li { width: 33.33333333%; } /* PORTFOLIO SECTION */ ul.portfolio-list { width: 100% !important; } ul.portfolio-list li { width: 33.333333333%; } /* FOOTER SUBSCRIBE */ #footer-subscribe .btn-subscribe { width: 125px; } #footer-subscribe .btn-subscribe:before { display: none; } } /** * 4.0 EXTRA SMALL DEVICES (mobile phone, 320px and up) * ----------------------------------------------------------------------------- */ @media (max-width: 640px), (max-height: 600px) { #hero { padding: 76px 0; height: auto; } #hero .color-overlay { margin-top: -76px; margin-bottom: -76px; padding: 76px 0; } } @media (max-width: 640px) { /* BASIC STRUCTURE */ h1, h2, h3, h4, h5, h6 { line-height: 1.25em; } h1, .creative-layout .hero-content h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4, p.lead { font-size: 18px; } /* HEADER & HERO SECTION */ header { padding: 10px 0; } .the-origin-header a.logo { margin-top: 0; } .logo img { /*width: 70px;*/ } .app-layout #hero { padding: 0; } #hero .container { height: auto; } .hero-content h1 { text-shadow: 2px 2px 0 rgba(125, 116, 107, 0.75); } .hero-subscribe-wrapper { margin-top: 7px; } .hero-subscribe-wrapper form .input-group input, .hero-subscribe-wrapper form .input-group .btn-subscribe { height: 50px; font-size: 20px; } .hero-subscribe-wrapper form .input-group .btn-subscribe { width: 175px; } .hero-content a.cta { margin-top: 46px; } .hero-split-right { display: none; } .hero-form-layout #hero { text-align: center; } .hero-form-layout #hero .embed-responsive { display: none; } .hero-form-wrapper { padding: 36px 25px 33px; margin-top: 12px; background: rgba(0, 0, 34, 0.7); } .register-form .submit-btn { margin-bottom: 9px; } .hero-form-layout .hero-content { padding-top: 25px; } .animated-headline { margin-top: -18px; } .animated-words-wrapper b { white-space: normal; } .app-layout .hero-content { padding: 0; padding-bottom: 62px; } .hero-app-content-right { margin-top: 30px; } #nav-wrapper.nav-wrapper-opened { overflow: auto; } /* INTRODUCTION SECTION */ #introduction { padding-bottom: 350px } #introduction:after { bottom: auto; background-size: 300%; } /* HOW IT WORKS SECTION */ .how-it-works-col { padding: 80px 0 14px; } ul.how-it-works-col li { float: none; padding: 0; margin-bottom: 32px; } ul.how-it-works-col li:hover { background: none !important; } ul.how-it-works-col li:hover .how-it-works-title { opacity: 1; } .how-it-works-info { position: relative; visibility: visible; padding: 15px 8%; background: none; } .how-it-works-info h4 { display: none; } .how-it-works-info, .how-it-works-info p, .how-it-works-info p strong { color: #777; -webkit-transform: none; -ms-transform: none; transform: none; } .how-it-works-info h4, .how-it-works-info .cta, ul.how-it-works-col li:first-child .how-it-works-info:after, ul.how-it-works-col li:nth-child(2) .how-it-works-info:after { -webkit-transform: none; -ms-transform: none; transform: none; } ul.how-it-works-col li:first-child .how-it-works-info:after, ul.how-it-works-col li:nth-child(2) .how-it-works-info:after { display: none; } /* OUR FEATURE SECTION */ .the-feature { text-align: center; } .the-feature.zero-bottom { margin-bottom: 53px !important; } .feature-icon { font-size: 48px; } /* COUNTER */ .counter-title { margin-bottom: 68px; } /* LATEST WORK SECTION */ #latest-work { text-align: center; } img.latest-work-image { margin-top: 50px !important; } /* PRICING & SECTION TABS */ ul.pricing .price.best-value { margin-top: 36px; } .panel-heading a:after { padding: 15px; } .section-tab .nav > li > a { padding: 10px 40px; height: 40px; font-size: 14px; } .section-tab .nav > li:first-child > a { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; } .section-tab .nav > li:last-child > a { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; } .side-feature-icon span[class^="icon-"] { margin-top: 28px; } /* WHY US SECTION */ .half-phone-mockup img { max-width: 75%; } /* OUR TEAM SECTION */ .the-team-wrapper { text-align: center; } ul.filter, ul.portfolio-filter { margin-top: -4px; display: none; } ul.filter.filter-active, ul.portfolio-filter.filter-active { display: block; } ul.filter li a, ul.portfolio-filter li a { color: #777; position: relative; display: block; padding: 13px 20px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: none; color: #777; text-decoration: none; width: 50%; margin: 0 auto; box-shadow: inset 0 0 0 1px #eee; } ul.filter li, ul.portfolio-filter li { margin-bottom: -1px; } ul.portfolio-filter li { display: block; } ul.portfolio-filter li a:after { display: none; } ul.filter li:last-child a, ul.portfolio-filter li:last-child a { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } #team_grid, #portfolio_grid { margin-top: 25px; } /* CUSTOMER STORIES/LOGOS SECTION */ ul.customer-logos li { width: 33.333%; height: 175px; } .customer-box-wrapper hr { width: 95%; } ul.customer-logos li:hover .customer-logo { opacity: 1; } .customer-quote { display: none; } /* PORTFOLIO SECTION */ ul.portfolio-list li { width: 50%; } /* FOOTER SUBSCRIBE */ .subscribe-icon { margin-top: 0; margin-bottom: 59px; } .subscribe-section-content { text-align: center; } #footer-subscribe input[type="email"] { max-width: 500px; } /* MAIN FOOTER SECTION */ .footer-content { margin-bottom: 29px; } } @media (min-width: 481px) and (max-width: 568px) { /* OUR TEAM SECTION */ .team-info { top: 82%; padding: 14px 20px 20px; } .team-info h6 { margin-bottom: 23px; } .team-info small { font-size: 13px; } } @media (max-width: 480px) { /* FEATURETTES SECTION */ .content-tab-wrapper .nav > li > a { padding-left: 5px; padding-right: 5px; } .content-tab-wrapper .nav-tabs > li > a:hover, .content-tab-wrapper .nav-tabs > li.active > a, .content-tab-wrapper .nav-tabs > li.active > a:focus, .content-tab-wrapper .nav-tabs > li.active > a:hover { padding-left: 6px; padding-right: 6px; } /* PRICING & SECTION TABS */ .section-tab .nav > li > a { padding: 10px 30px; } .section-tab .nav > li { margin: 0 2px; } .play-btn { font-size: 60px; } .browser-mockup-wrapper .play-btn { left: 44%; } /* OUR TEAM SECTION*/ .team-info small br.visible-xs { display: none !important; } ul.team-social li a { padding: 6px 6px; font-size: 14px; } /* MAIN FOOTER SECTION */ ul.footer-nav li { padding-left: 5px; padding-right: 5px; } } @media (max-width: 320px) { /* BASIC STRUCTURE */ section { padding: 60px 0; } /* TYPOGRAPHY */ h1, .creative-layout .hero-content h1 { font-size: 30px; } h2 { font-size: 24px; } h3 { font-size: 20px; } /* COMPONENTS */ .notif-box p { line-height: 1.3em; font-size: 1em; } .notif-box a.notification-close { top: 20%; } /* HEADER & HERO SECTION */ .input-group-btn, .hero-subscribe-wrapper form .input-group input, .hero-subscribe-wrapper form .input-group .btn-subscribe { display: block; width: 100%; } .hero-subscribe-wrapper form .input-group input { -webkit-border-radius: 8px 8px 0 0 !important; -moz-border-radius: 8px 8px 0 0 !important; border-radius: 8px 8px 0 0 !important; text-align: center; } .hero-subscribe-wrapper form .input-group .btn-subscribe { -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; } .hero-form-wrapper { padding: 36px 15px 33px; margin-left: 5% !important; width: 90% !important; } .hero-form-wrapper p { font-size: 14px; line-height: 1.5em; } .inline-cta li { margin-left: 0; margin-right: 0; margin-bottom: 30px; width: 100%; } .creative-layout .inline-cta a.cta { display: block; width: 100%; } #hero .scroll-link { margin-top: 20px; } /* TOP CLIENT SECTION */ #top-client { padding-top: 37px; padding-bottom: 37px; } /* HOW IT WORKS SECTION */ .how-it-works-col { padding: 60px 0 3px; } ul.how-it-works-col li { margin-bottom: 8px; } /* OUR FEATURES SECTION */ .the-feature { margin-top: 0; margin-bottom: 22px !important; } /* FEATURETTES SECTION */ .two-blocks-col, .featurettes-quote { padding-left: 20px; padding-right: 20px; } .content-tab-wrapper .nav > li > a { font-size: 0; } .content-tab-wrapper .nav > li > a span[class^="icon-"] { font-size: 28px; } .content-tab-wrapper .nav > li > a { padding-left: 10px; padding-right: 10px; } .content-tab-wrapper .nav-tabs > li > a:hover, .content-tab-wrapper .nav-tabs > li.active > a, .content-tab-wrapper .nav-tabs > li.active > a:focus, .content-tab-wrapper .nav-tabs > li.active > a:hover { padding-left: 11px; padding-right: 11px; } .featurettes-quote { font-size: 20px; line-height: 1.5em; } /* PRICING & SECTION TABS */ ul.pricing > div { width: 83.33333333%; margin-left: 8.33333333%; } .section-tab .nav > li > a { font-size: 12px; padding: 10px 12px; } .panel-heading a { font-size: 14px; } .panel-heading a:after { display: none; } /* OUR TEAM SECTION */ .mobile-filter-select, ul.filter li a, ul.portfolio-filter li a, .team-item, .team-item-content img { width: 100%; } .team-item { margin-left: 0; } .team-info { padding: 14px 20px 20px; } .team-info h6 { margin-bottom: 33px; font-size: 18px; } .team-info small { font-size: 13px; } .team-info small br.visible-xs { display: block !important; } ul.team-social { margin-top: 27px; margin-bottom: 27px; } ul.team-social li a { padding: 8px 9px; font-size: 20px; } /* CUSTOMER STORIES/LOGOS SECTION */ ul.customer-logos li { width: 100%; } ul.customer-logos li.center-customer-logo { border: none; } .customer-box-wrapper hr { display: none; } /* PORTFOLIO SECTION */ #portfolio .container-full { padding-left: 15px; padding-right: 15px; } ul.portfolio-list li { width: 100%; } /* FOOTER SUBSCRIBE */ .input-group, #footer-subscribe input[type="email"], #footer-subscribe .btn-subscribe { display: block; width: 100%; } #footer-subscribe input[type="email"] { -webkit-border-radius: 8px 8px 0 0 !important; -moz-border-radius: 8px 8px 0 0 !important; border-radius: 8px 8px 0 0 !important; text-align: center; } #footer-subscribe .btn-subscribe { -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; } /* MAIN FOOTER SECTION */ #main-footer { padding: 20px 0 25px; } .footer-content { margin-bottom: 29px; } .copyright .language:before { display: none; } } /** * 5.0 APP CAROUSEL WHITE OVERLAY SETTING * ----------------------------------------------------------------------------- */ @media (max-width: 1600px) { /* APP CAROUSEL */ .app-carousel:before { right: 60%; } .app-carousel:after { left: 60%; } } @media (max-width: 1500px) { /* APP CAROUSEL */ .app-carousel:before { right: 61%; } .app-carousel:after { left: 61%; } } @media (max-width: 1335px) { /* APP CAROUSEL */ .app-carousel:before { right: 62%; } .app-carousel:after { left: 63%; } } @media (max-width: 1080px) { /* APP CAROUSEL */ .app-carousel:before { right: 66%; } .app-carousel:after { left: 66%; } } @media (max-width: 940px) { /* APP CAROUSEL */ .app-carousel:before { right: 68%; } .app-carousel:after { left: 68%; } } @media (max-width: 840px) { /* APP CAROUSEL */ .app-carousel:before { right: 71%; } .app-carousel:after { left: 71%; } } @media (max-width: 720px) { /* APP CAROUSEL */ .app-carousel:before { right: 74%; } .app-carousel:after { left: 74%; } } @media (max-width: 630px) { /* APP CAROUSEL */ .app-carousel:before { right: 77%; } .app-carousel:after { left: 78%; } } @media (max-width: 568px) { /* APP CAROUSEL */ .app-carousel:before, .app-carousel:after { display: none; } .slick-slide img { margin: 0 auto; } .phone-frame img { top: -21%; max-width: 349px; } } @media (max-width: 320px) { .slick-slide img { max-width: 220px; } .phone-frame img { max-width: 256px; } }
doc/site/develdoc/classEDEIprocess-members.html
antonmx/ctas
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>ctas: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.3 --> <script type="text/javascript"> function hasClass(ele,cls) { return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)')); } function addClass(ele,cls) { if (!this.hasClass(ele,cls)) ele.className += " "+cls; } function removeClass(ele,cls) { if (hasClass(ele,cls)) { var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)'); ele.className=ele.className.replace(reg,' '); } } function toggleVisibility(linkObj) { var base = linkObj.getAttribute('id'); var summary = document.getElementById(base + '-summary'); var content = document.getElementById(base + '-content'); var trigger = document.getElementById(base + '-trigger'); if ( hasClass(linkObj,'closed') ) { summary.style.display = 'none'; content.style.display = 'block'; trigger.src = 'open.png'; removeClass(linkObj,'closed'); addClass(linkObj,'opened'); } else if ( hasClass(linkObj,'opened') ) { summary.style.display = 'block'; content.style.display = 'none'; trigger.src = 'closed.png'; removeClass(linkObj,'opened'); addClass(linkObj,'closed'); } return false; } </script> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">ctas&#160;<span id="projectnumber">0.5.2</span></div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <h1>EDEIprocess Member List</h1> </div> </div> <div class="contents"> This is the complete list of members for <a class="el" href="classEDEIprocess.html">EDEIprocess</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a745d55d7f97f3aafa52998d49d9acde4a0ca15c00e66cb8d8eb71439dfad57bae">ABS</a> enum value</td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a0ee7ea8bd15cc065be6bc4bb4a08c161">acof</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a27cf3442a11ba3d9e9ca9f4137f61265">AL</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [mutable, private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a745d55d7f97f3aafa52998d49d9acde4">Component</a> enum name</td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#ga6222a7fc19bf117145380f89e64292c8">componentDesc</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#ga8516a2db50344f5d80f2a2fb8a870534">EDEIprocess</a>(const Path &amp;RCname, float _Gm, float _Gp, Interp _mpinter, bool _smooth, float _acof)</td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#gabc1c9c24e29e022479a8e74c8bc7e86a">extract</a>(float minus, float plus, Component comp) const </td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#gaa8f414bd247177bd9f58be27c716fab9">extract</a>(const blitz::Array&lt; float, N_rank &gt; &amp;minus, const blitz::Array&lt; float, N_rank &gt; &amp;plus, Component comp, blitz::Array&lt; float, N_rank &gt; &amp;out) const </td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a5261e1cab3a15f020b86594303f2c28c">function_size</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a5f7a6ba365d7b383a2b6c12a344230a2">Gm</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#aef4917e24c6b7a3af7b97a9b37c890b8">Gp</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#gafbe3ba880d64b341f6cbe684648479ec">loadRC</a>(const Path &amp;filename) const </td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#ga32645490331f1049ac7b8be12b72e9fd">modname</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a1de13d8e88dc94c8627098298bc87667">mpinter</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a8ed9fc30cd4798e0a90aac2c20e621ec">PM</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [mutable, private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#a745d55d7f97f3aafa52998d49d9acde4ab2db81707708c7fc95573b0ec104ae9f">REF</a> enum value</td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="group__edeiedei.html#gae6f313c662a444a4bf5516cf9f83dc8c">saveFD</a>(const Path &amp;filename) const </td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classEDEIprocess.html#aba287078b716c76c2d2276cec54a4bd3">smooth</a></td><td><a class="el" href="classEDEIprocess.html">EDEIprocess</a></td><td><code> [private]</code></td></tr> </table></div> <hr class="footer"/><address class="footer"><small>Generated on Fri Apr 8 2011 16:06:00 for ctas by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address> </body> </html>
src/3rdpart/qscintilla/doc/html-Qt4Qt5/functions_eval_q.html
iclosure/jframework
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>QScintilla: Class Members - Enumerator</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">QScintilla &#160;<span id="projectnumber">2.10.3</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li class="current"><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_eval.html#index_a"><span>a</span></a></li> <li><a href="functions_eval_b.html#index_b"><span>b</span></a></li> <li><a href="functions_eval_c.html#index_c"><span>c</span></a></li> <li><a href="functions_eval_d.html#index_d"><span>d</span></a></li> <li><a href="functions_eval_e.html#index_e"><span>e</span></a></li> <li><a href="functions_eval_f.html#index_f"><span>f</span></a></li> <li><a href="functions_eval_g.html#index_g"><span>g</span></a></li> <li><a href="functions_eval_h.html#index_h"><span>h</span></a></li> <li><a href="functions_eval_i.html#index_i"><span>i</span></a></li> <li><a href="functions_eval_j.html#index_j"><span>j</span></a></li> <li><a href="functions_eval_k.html#index_k"><span>k</span></a></li> <li><a href="functions_eval_l.html#index_l"><span>l</span></a></li> <li><a href="functions_eval_m.html#index_m"><span>m</span></a></li> <li><a href="functions_eval_n.html#index_n"><span>n</span></a></li> <li><a href="functions_eval_o.html#index_o"><span>o</span></a></li> <li><a href="functions_eval_p.html#index_p"><span>p</span></a></li> <li class="current"><a href="functions_eval_q.html#index_q"><span>q</span></a></li> <li><a href="functions_eval_r.html#index_r"><span>r</span></a></li> <li><a href="functions_eval_s.html#index_s"><span>s</span></a></li> <li><a href="functions_eval_t.html#index_t"><span>t</span></a></li> <li><a href="functions_eval_u.html#index_u"><span>u</span></a></li> <li><a href="functions_eval_v.html#index_v"><span>v</span></a></li> <li><a href="functions_eval_w.html#index_w"><span>w</span></a></li> <li><a href="functions_eval_x.html#index_x"><span>x</span></a></li> <li><a href="functions_eval_z.html#index_z"><span>z</span></a></li> </ul> </div> </div><!-- top --> <div class="contents"> &#160; <h3><a class="anchor" id="index_q"></a>- q -</h3><ul> <li>QuotedIdentifier : <a class="el" href="classQsciLexerSQL.html#a75a956e9d1a90b0c2244fad4dab3680fa5f3f93632cd25dfa0a0349f7aa0927a5">QsciLexerSQL</a> </li> <li>QuotedKeyword : <a class="el" href="classQsciLexerTCL.html#a31d3169f45645a9faf38c96cac327b08addadb2b0cf0671682752e80ba1650cce">QsciLexerTCL</a> </li> <li>QuotedOperator : <a class="el" href="classQsciLexerSQL.html#a75a956e9d1a90b0c2244fad4dab3680fa5777f32072b41fa90018fbeff82b3ef1">QsciLexerSQL</a> </li> <li>QuotedString : <a class="el" href="classQsciLexerTCL.html#a31d3169f45645a9faf38c96cac327b08a4212e6615aa13a138d3d41d4f82a35ec">QsciLexerTCL</a> </li> <li>QuotedStringQ : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a4eb6e937e8713d00368651dbeada3b74">QsciLexerPerl</a> </li> <li>QuotedStringQQ : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a93f9be9adc1bcc1289155cca445eb860">QsciLexerPerl</a> </li> <li>QuotedStringQQVar : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a3a4919b9d5dfefc405bd70d8f6ce780a">QsciLexerPerl</a> </li> <li>QuotedStringQR : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a7931aea4826aceb60ba2aab3fd7b5884">QsciLexerPerl</a> </li> <li>QuotedStringQRVar : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a5dd29ed0e2532a609155a9f2279cda6b">QsciLexerPerl</a> </li> <li>QuotedStringQW : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7ad9cf54861772d7a5cf696c4bb4be04cd">QsciLexerPerl</a> </li> <li>QuotedStringQX : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a500ce87c3501f0e8d86db52eefdc7b8e">QsciLexerPerl</a> </li> <li>QuotedStringQXVar : <a class="el" href="classQsciLexerPerl.html#aff1acc12bb52ca36a90e56e9e26196b7a4bd8b77cc8ca06d77281c7c146b7f9be">QsciLexerPerl</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
static/home.html
ungureanuvladvictor/jRooms
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jRooms</title> <link rel="stylesheet" href="./lib/bootstrap/bootstrap.css"/> <link rel="stylesheet" href="./css/style.css"/> </head> <body> <!-- Fixed navbar --> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">jRooms</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="active"><a id="homeLink" href="index.html">Home</a></li> <li class="hidden" id="adminLink"><a href="admin.html">Admin</a></li> <li><a href="faq.html">Issues?</a></li> <li><a href="about.html">About</a> </ul> <ul class="nav navbar-nav navbar-right"> <li><a class="text-info" id="loginInfo"></a></li> <li><a href="#" id="loginButton">Login</a></li> </ul> </div><!--/.nav-collapse --> </div> </nav> <script src="./lib/jquery/jquery.js"></script> <script src="./lib/jquery-cookie/jquery.cookie.js"></script> <script src="./lib/bootstrap/bootstrap.js"></script> <script src="./js/openjub.js"></script> <script src="./js/utils.js"></script> <script> if (!JUB.loggedIn) { window.location = 'index.html'; } window.addEventListener('JUB.LoginUpdated', function() { if (!JUB.loggedIn) { window.location = 'index.html'; } updateNav(); }); window.onload = function() { updateNav(); }; </script> </body> </html>
src/009-Наследование_и_каскадирование/018-CSS.css
MER-GROUP/HtmlAcademy
html, body { margin: 0; padding: 0; } body { width: 550px; height: 300px; font-size: 12px; font-family: Tahoma, Arial, sans-serif; } .profile { padding: 5px 10px; } .profile img { display: block; padding: 10px; border: 2px solid #34495e; border-radius: 8px; } .profile .photo { float: left; width: 152px; } .profile .info { float: left; width: 368px; margin-left: 10px; } .info h2 { margin: 0 !important; padding: 10px !important; font-weight: normal !important; font-size: 12px !important; color: #ffffff !important; background: #34495e !important; border-radius: 4px !important; } .fact { padding: 10px !important; background: white !important; } .fact:nth-child(odd) { background: #ecf0f1 !important; } .fact::after { content: ""; display: table; clear: both; } .fact .title { float: left !important; width: 120px !important; text-align: right !important; color: #7f8c8d !important; } .fact .value { margin-left: 140px !important; color: #34495e !important; } .albums { margin-top: 5px; } .albums img { float: left !important; margin-right: 5px !important; } .albums img:last-child { margin-right: 0 !important; } .button { display: block !important; height: 30px !important; margin: 5px 0 !important; line-height: 30px !important; text-align: center !important; color: #ffffff !important; border-radius: 4px !important; } .stroke { background: #3498db !important; } .feed { background: #2ecc71 !important; } .startle { background: #e74c3c !important; }
db/docs/ref/env/open.html
kenpeter/htdig
<! "@(#)open.so 10.2 (Sleepycat) 10/31/98"> <!Copyright 1997, 1998 by Sleepycat Software, Inc. All rights reserved.> <html> <body bgcolor=white> <head> <title>Berkeley DB Reference Guide: Environment</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btr ee,hash,hashing,transaction,transactions,locking,logging,access method,access me thods,java,C,C++"> </head> <h3>Berkeley DB Reference Guide: Environment</h3> <p> <h1 align=center>Opening databases within the environment</h1> <p> Once the environment has been created, the returned handle should be passed as an argument to the <a href="../../api_c/Db/open.html">db_open</a> call. This causes the database being opened to be opened within the environment. File naming and database operations will all be done as specified for the environment, e.g., if the <a href="../../api_c/DbEnv/appinit.html#DB_INIT_LOCK">DB_INIT_LOCK</a> flag was specified when the environment was created or joined, database operations will automatically perform all necessary locking operations for the application. <p> <a href="../../ref/env/create.html"><img src="../../images/prev.gif"></a> <a href="../../ref/toc.html"><img src="../../images/toc.gif"></a> <a href="../../ref/env/naming.html"><img src="../../images/next.gif"></a> </tt> </body> </html>
wp-content/themes/appflex/css/fontello-codes.css
longpg/appflex.mobi
.icon-download-alt:before { content: '\e800'; } /* '' */
boost/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html
geodynamics/gale
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket::send_buffer_size</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_socket.html" title="basic_socket"> <link rel="prev" href="reuse_address.html" title="basic_socket::reuse_address"> <link rel="next" href="send_low_watermark.html" title="basic_socket::send_low_watermark"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="reuse_address.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="send_low_watermark.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.basic_socket.send_buffer_size"></a><a class="link" href="send_buffer_size.html" title="basic_socket::send_buffer_size">basic_socket::send_buffer_size</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from socket_base.</em></span> </p> <p> <a class="indexterm" name="id1117905"></a> Socket option for the send buffer size of a socket. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_buffer_size</span><span class="special">;</span> </pre> <p> Implements the SOL_SOCKET/SO_SNDBUF socket option. </p> <a name="boost_asio.reference.basic_socket.send_buffer_size.examples"></a><h6> <a name="boost_asio.reference.basic_socket.send_buffer_size.examples-heading"></a> <a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket.send_buffer_size.examples">Examples</a> </h6> <p> Setting the option: </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">send_buffer_size</span> <span class="identifier">option</span><span class="special">(</span><span class="number">8192</span><span class="special">);</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">set_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span> </pre> <p> Getting the current option value: </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">send_buffer_size</span> <span class="identifier">option</span><span class="special">;</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span> <span class="keyword">int</span> <span class="identifier">size</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span> </pre> <a name="boost_asio.reference.basic_socket.send_buffer_size.requirements"></a><h6> <a name="boost_asio.reference.basic_socket.send_buffer_size.requirements-heading"></a> <a class="link" href="send_buffer_size.html#boost_asio.reference.basic_socket.send_buffer_size.requirements">Requirements</a> </h6> <p> <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_socket.hpp</code> </p> <p> <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2011 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="reuse_address.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="send_low_watermark.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
administrator/help/en-GB/screen.modules.html
joebushi/joomla
<!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" lang="en_US" xml:lang="en_US"> <head> <title>Module Manager</title> <link href="css/help.css" rel="stylesheet" type="text/css" /> <meta name="copyright" content="Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved." /> <meta name="license" content="GNU General Public License version 2 or later; see LICENSE.txt" /> </head> <body> <h1>Module Manager</h1> <p>The local copy of this help file is no longer maintained. Please use the <a href="http://help.joomla.org/index2.php?option=com_content&task=findkey&pop=1&keyref=screen.modules.15">online version</a>.</p> </body> </html>
wp-content/themes/couac/maquette/index.html
molotovcoop/Site-du-Couac
<!DOCTYPE html> <html lang="fr"> <head> <title>Le Couac</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="reset.css" type="text/css"> <link rel="stylesheet" href="grid.css" type="text/css"> <link rel="stylesheet" href="screen.css" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,400italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:800,400' rel='stylesheet' type='text/css'> <script type="text/javascript" charset="utf-8" src="respond.min.js"></script> <!--[if lt IE 9]> <script src="html5shiv.js"></script> <![endif]--> </head> <body> <div class="container_5"> <!-- Header --> <div class="head"> <div class="grid_3 logo"> <a href="#"><img src="logo.jpg"></a> </div> <div class="grid_2 alpha omega"> <div class="recherche"> <input type="text" value="Recherche" name="s" id="s" onfocus="this.value==this.defaultValue?this.value='':null"/> <!-- <input type="submit" id="searchsubmit" value=">" /> --> </div> <div class="clear"></div> <div class="menu"> <ul> <li><a href="#">Articles</a></li> <li><a href="#">Brèves</a></li> <li><a href="#">Contribuer</a></li> <li><a href="#">À propos</a></li> <li><a href="#">S'abonner</a></li> <li><a href="#">Contact</a></li> </ul> </div> </div> </div> </div> <div class="clear"></div> <div class="large nospace"> <!-- Plogues --> <div class="container_5"> <div class="grid_5 appel nospace"> <ul> <li><a href="#"><img src="soiree.png" alt="Soiree" /></a></li> <li><a href="#"><img src="soiree.png" alt="Soiree" /></a></li> <li><a href="#"><img src="soiree.png" alt="Soiree" /></a></li> </ul> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> <div class="container_5"> <!-- Article --> <article> <header> <div class="boite"> <div class="titre"> <h2>P-6 et profilage politique</h2> <h1><a href="#">Pour que le pire ne soit pas avenir</a></h1> </div> <div class="info"> <p>Isabelle Baez<br /> <span>16 mai 2013</span></p> </div> </div> <div class="grid_4 prefix_1"> <img src="photo1.png" alt="Photo" /> </div> </header> <div class="grid_3 prefix_1 suffix_1 corps"> <p>J’aimerais qu’on revienne aujourd’hui sur le côté positif du printemps 2012 parce qu’à ce moment-là on ne se doutait pas la chance qu’on avait.</p> <p>Quelques dates, quelques bonheurs à partager. Le 13 avril, notre première manif de nuit. On inaugurait une tradition qu’on n’osait alors même pas espérer! Combien d’arrestations à cette première manif ? Une. Une seule, mes chères souris! Avec un peu de chance, c’était un infiltré, peut-être même Sylvain qui se faisait les dents. <span><a href="#">lire la suite</a></span></p> </div> <div class="clear"></div> </article> </div> <div class="clear"></div> <div class="large breve"> <div class="container_5"> <div class="grid_1 titre"> <h1>Solidarité de première classe</h1> </div> <div class="grid_3 texte"> <p>En Alabama, plusieurs itinérants ont tenu à manifester leurs solidarité vis-à-vis les passagers du bateau de croisière Carnival Triumph, qui ont été obligés de vivre dans des conditions déplorables durant quelques jours.<br /> <span>MUSIRONIE</span></p> </div> <div class="grid_1 autre"> <a href="#">D'autres brèves »</a> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> <div class="container_5"> <!-- Article --> <article> <header> <div class="boite"> <div class="titre"> <h2>P-6 et profilage politique</h2> <h1><a href="#">Pour que le pire ne soit pas avenir</a></h1> </div> <div class="info"> <p>Isabelle Baez<br /> <span>16 mai 2013</span></p> </div> </div> <div class="grid_4 prefix_1"> <img src="photo1.png" alt="Photo" /> </div> </header> <div class="grid_3 prefix_1 suffix_1 corps"> <p>J’aimerais qu’on revienne aujourd’hui sur le côté positif du printemps 2012 parce qu’à ce moment-là on ne se doutait pas la chance qu’on avait.</p> <p>Quelques dates, quelques bonheurs à partager. Le 13 avril, notre première manif de nuit. On inaugurait une tradition qu’on n’osait alors même pas espérer! Combien d’arrestations à cette première manif ? Une. Une seule, mes chères souris! Avec un peu de chance, c’était un infiltré, peut-être même Sylvain qui se faisait les dents. <span><a href="#">lire la suite</a></span></p> </div> <div class="clear"></div> </article> </div> <div class="clear"></div> <div class="large breve"> <div class="container_5"> <div class="grid_1 titre"> <h1>Solidarité de première classe</h1> </div> <div class="grid_3 texte"> <p>En Alabama, plusieurs itinérants ont tenu à manifester leurs solidarité vis-à-vis les passagers du bateau de croisière Carnival Triumph, qui ont été obligés de vivre dans des conditions déplorables durant quelques jours.<br /> <span>MUSIRONIE</span></p> </div> <div class="grid_1 autre"> <a href="#">D'autres brèves »</a> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> <div class="container_5"> <!-- Article --> <article class="nophoto"> <header> <div class="boite"> <div class="titre"> <h2>P-6 et profilage politique</h2> <h1><a href="#">Pour que le pire ne soit pas avenir</a></h1> </div> <div class="info"> <p>Isabelle Baez<br /> <span>16 mai 2013</span></p> </div> </div> </header> <div class="grid_3 prefix_1 suffix_1 corps"> <p>J’aimerais qu’on revienne aujourd’hui sur le côté positif du printemps 2012 parce qu’à ce moment-là on ne se doutait pas la chance qu’on avait.</p> <p>Quelques dates, quelques bonheurs à partager. Le 13 avril, notre première manif de nuit. On inaugurait une tradition qu’on n’osait alors même pas espérer! Combien d’arrestations à cette première manif ? Une. Une seule, mes chères souris! Avec un peu de chance, c’était un infiltré, peut-être même Sylvain qui se faisait les dents. <span><a href="#">lire la suite</a></span></p> </div> <div class="clear"></div> </article> </div> <div class="clear"></div> <div class="footer large"> <ul> <li><a href="#">Articles</a></li> <li><a href="#">Brèves</a></li> <li><a href="#">Contribuer</a></li> <li><a href="#">À propos</a></li> <li><a href="#">S'abonner</a></li> <li><a href="#">Contact</a></li> </ul> <h2><a href="#">Le Couac</a></h2> </div> </body> </html>
build/code-browser/sites/all/modules/devel/devel.css.html
degetel-jlavialle/test
<!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> Mayflower Code Browser - Source Code </title> <link rel="stylesheet" type="text/css" href="../../../js/jquery.sidebar/css/codebrowser/sidebar.css" /> <link rel="stylesheet" type="text/css" href="../../../css/global.css" /> <link rel="stylesheet" type="text/css" href="../../../css/cruisecontrol.css" /> <link rel="stylesheet" type="text/css" href="../../../css/review.css" /> <script type="text/javascript" src="../../../js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="../../../js/jquery.sidebar/jquery-ui-1.7.2.custom.min.js"></script> <script type="text/javascript" src="../../../js/jquery.sidebar/jquery.sidebar.js"></script> <script type="text/javascript" src="../../../js/jquery.cluetip/lib/jquery.hoverIntent.js"></script> <script type="text/javascript" src="../../../js/jquery.cluetip/lib/jquery.bgiframe.min.js"></script> <script type="text/javascript" src="../../../js/jquery.cluetip/jquery.cluetip.min.js"></script> <script type="text/javascript" src="../../../js/review.js"></script> </head> <body class="codebrowser"> <div class="header"> <a href="./../../../index.html">Go back to index</a> | <a href="http://github.com/mayflowergmbh/PHP_CodeBrowser">PHP CodeBrowser</a> </div> <hr/> <div id="review"> <div class="filepath"> sites/all/modules/devel/devel.css </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html><body><div class="code"><ol class="code"><li id="line_1" class="odd"><span class="lineNumber">&nbsp;&nbsp;1&nbsp;</span>.dev-query,&nbsp;.dev-timer,&nbsp;.dev-memory-usage&nbsp;{<a name="line_1"></a></li> <li id="line_2" class="even"><span class="lineNumber">&nbsp;&nbsp;2&nbsp;</span>&nbsp;&nbsp;padding:&nbsp;1em;<a name="line_2"></a></li> <li id="line_3" class="odd"><span class="lineNumber">&nbsp;&nbsp;3&nbsp;</span>}<a name="line_3"></a></li> <li id="line_4" class="even"><span class="lineNumber">&nbsp;&nbsp;4&nbsp;</span><a name="line_4"></a></li> <li id="line_5" class="odd"><span class="lineNumber">&nbsp;&nbsp;5&nbsp;</span>.devel-obj-output&nbsp;.field&nbsp;{<a name="line_5"></a></li> <li id="line_6" class="even"><span class="lineNumber">&nbsp;&nbsp;6&nbsp;</span>&nbsp;&nbsp;color:&nbsp;red;<a name="line_6"></a></li> <li id="line_7" class="odd"><span class="lineNumber">&nbsp;&nbsp;7&nbsp;</span>}<a name="line_7"></a></li> <li id="line_8" class="even"><span class="lineNumber">&nbsp;&nbsp;8&nbsp;</span><a name="line_8"></a></li> <li id="line_9" class="odd"><span class="lineNumber">&nbsp;&nbsp;9&nbsp;</span>.devel-obj-output&nbsp;dd&nbsp;{<a name="line_9"></a></li> <li id="line_10" class="even"><span class="lineNumber">&nbsp;10&nbsp;</span>&nbsp;&nbsp;display:&nbsp;block;<a name="line_10"></a></li> <li id="line_11" class="odd"><span class="lineNumber">&nbsp;11&nbsp;</span>}<a name="line_11"></a></li> <li id="line_12" class="even"><span class="lineNumber">&nbsp;12&nbsp;</span><a name="line_12"></a></li> <li id="line_13" class="odd"><span class="lineNumber">&nbsp;13&nbsp;</span>/**<a name="line_13"></a></li> <li id="line_14" class="even"><span class="lineNumber">&nbsp;14&nbsp;</span>&nbsp;*&nbsp;Query&nbsp;summary<a name="line_14"></a></li> <li id="line_15" class="odd"><span class="lineNumber">&nbsp;15&nbsp;</span>&nbsp;*/<a name="line_15"></a></li> <li id="line_16" class="even"><span class="lineNumber">&nbsp;16&nbsp;</span>div.dev-query&nbsp;{<a name="line_16"></a></li> <li id="line_17" class="odd"><span class="lineNumber">&nbsp;17&nbsp;</span>&nbsp;&nbsp;font-size:11px;<a name="line_17"></a></li> <li id="line_18" class="even"><span class="lineNumber">&nbsp;18&nbsp;</span>&nbsp;&nbsp;background:#fff;<a name="line_18"></a></li> <li id="line_19" class="odd"><span class="lineNumber">&nbsp;19&nbsp;</span>&nbsp;&nbsp;border-top:3px&nbsp;solid&nbsp;#ccc;<a name="line_19"></a></li> <li id="line_20" class="even"><span class="lineNumber">&nbsp;20&nbsp;</span>&nbsp;&nbsp;color:#333;<a name="line_20"></a></li> <li id="line_21" class="odd"><span class="lineNumber">&nbsp;21&nbsp;</span>&nbsp;&nbsp;/*padding:.5em;*/<a name="line_21"></a></li> <li id="line_22" class="even"><span class="lineNumber">&nbsp;22&nbsp;</span>&nbsp;&nbsp;}<a name="line_22"></a></li> <li id="line_23" class="odd"><span class="lineNumber">&nbsp;23&nbsp;</span><a name="line_23"></a></li> <li id="line_24" class="even"><span class="lineNumber">&nbsp;24&nbsp;</span>div.dev-query&nbsp;.marker&nbsp;{<a name="line_24"></a></li> <li id="line_25" class="odd"><span class="lineNumber">&nbsp;25&nbsp;</span>&nbsp;&nbsp;color:&nbsp;#f00;<a name="line_25"></a></li> <li id="line_26" class="even"><span class="lineNumber">&nbsp;26&nbsp;</span>&nbsp;&nbsp;font-weight:&nbsp;bold;<a name="line_26"></a></li> <li id="line_27" class="odd"><span class="lineNumber">&nbsp;27&nbsp;</span>}<a name="line_27"></a></li> <li id="line_28" class="even"><span class="lineNumber">&nbsp;28&nbsp;</span><a name="line_28"></a></li> <li id="line_29" class="odd"><span class="lineNumber">&nbsp;29&nbsp;</span>/**<a name="line_29"></a></li> <li id="line_30" class="even"><span class="lineNumber">&nbsp;30&nbsp;</span>&nbsp;*&nbsp;Querylog<a name="line_30"></a></li> <li id="line_31" class="odd"><span class="lineNumber">&nbsp;31&nbsp;</span>&nbsp;*/<a name="line_31"></a></li> <li id="line_32" class="even"><span class="lineNumber">&nbsp;32&nbsp;</span>div.devel-querylog&nbsp;{<a name="line_32"></a></li> <li id="line_33" class="odd"><span class="lineNumber">&nbsp;33&nbsp;</span>&nbsp;&nbsp;color:#333;<a name="line_33"></a></li> <li id="line_34" class="even"><span class="lineNumber">&nbsp;34&nbsp;</span>&nbsp;&nbsp;border-bottom:1px&nbsp;solid&nbsp;#eee;<a name="line_34"></a></li> <li id="line_35" class="odd"><span class="lineNumber">&nbsp;35&nbsp;</span>&nbsp;&nbsp;font-size:11px;<a name="line_35"></a></li> <li id="line_36" class="even"><span class="lineNumber">&nbsp;36&nbsp;</span>&nbsp;&nbsp;line-height:100%;<a name="line_36"></a></li> <li id="line_37" class="odd"><span class="lineNumber">&nbsp;37&nbsp;</span>&nbsp;&nbsp;padding-left:30em;<a name="line_37"></a></li> <li id="line_38" class="even"><span class="lineNumber">&nbsp;38&nbsp;</span>&nbsp;&nbsp;padding-right:2em;<a name="line_38"></a></li> <li id="line_39" class="odd"><span class="lineNumber">&nbsp;39&nbsp;</span>&nbsp;&nbsp;position:relative;<a name="line_39"></a></li> <li id="line_40" class="even"><span class="lineNumber">&nbsp;40&nbsp;</span>&nbsp;&nbsp;overflow:hidden;<a name="line_40"></a></li> <li id="line_41" class="odd"><span class="lineNumber">&nbsp;41&nbsp;</span>&nbsp;&nbsp;}<a name="line_41"></a></li> <li id="line_42" class="even"><span class="lineNumber">&nbsp;42&nbsp;</span><a name="line_42"></a></li> <li id="line_43" class="odd"><span class="lineNumber">&nbsp;43&nbsp;</span>div.devel-querylog&nbsp;.marker&nbsp;{<a name="line_43"></a></li> <li id="line_44" class="even"><span class="lineNumber">&nbsp;44&nbsp;</span>&nbsp;&nbsp;color:&nbsp;#f00;<a name="line_44"></a></li> <li id="line_45" class="odd"><span class="lineNumber">&nbsp;45&nbsp;</span>&nbsp;&nbsp;font-weight:&nbsp;bold;<a name="line_45"></a></li> <li id="line_46" class="even"><span class="lineNumber">&nbsp;46&nbsp;</span>}<a name="line_46"></a></li> <li id="line_47" class="odd"><span class="lineNumber">&nbsp;47&nbsp;</span><a name="line_47"></a></li> <li id="line_48" class="even"><span class="lineNumber">&nbsp;48&nbsp;</span>div.devel-querylog-header&nbsp;{<a name="line_48"></a></li> <li id="line_49" class="odd"><span class="lineNumber">&nbsp;49&nbsp;</span>&nbsp;&nbsp;border-top:3px&nbsp;solid&nbsp;#ccc;<a name="line_49"></a></li> <li id="line_50" class="even"><span class="lineNumber">&nbsp;50&nbsp;</span>&nbsp;&nbsp;background:#fff;<a name="line_50"></a></li> <li id="line_51" class="odd"><span class="lineNumber">&nbsp;51&nbsp;</span>&nbsp;&nbsp;font-weight:bold;<a name="line_51"></a></li> <li id="line_52" class="even"><span class="lineNumber">&nbsp;52&nbsp;</span>&nbsp;&nbsp;}<a name="line_52"></a></li> <li id="line_53" class="odd"><span class="lineNumber">&nbsp;53&nbsp;</span><a name="line_53"></a></li> <li id="line_54" class="even"><span class="lineNumber">&nbsp;54&nbsp;</span>div.devel-querylog-even&nbsp;{<a name="line_54"></a></li> <li id="line_55" class="odd"><span class="lineNumber">&nbsp;55&nbsp;</span>&nbsp;&nbsp;background:#fff;<a name="line_55"></a></li> <li id="line_56" class="even"><span class="lineNumber">&nbsp;56&nbsp;</span>&nbsp;&nbsp;}<a name="line_56"></a></li> <li id="line_57" class="odd"><span class="lineNumber">&nbsp;57&nbsp;</span><a name="line_57"></a></li> <li id="line_58" class="even"><span class="lineNumber">&nbsp;58&nbsp;</span>div.devel-querylog-odd&nbsp;{<a name="line_58"></a></li> <li id="line_59" class="odd"><span class="lineNumber">&nbsp;59&nbsp;</span>&nbsp;&nbsp;background:#f8f8f8;<a name="line_59"></a></li> <li id="line_60" class="even"><span class="lineNumber">&nbsp;60&nbsp;</span>&nbsp;&nbsp;}<a name="line_60"></a></li> <li id="line_61" class="odd"><span class="lineNumber">&nbsp;61&nbsp;</span><a name="line_61"></a></li> <li id="line_62" class="even"><span class="lineNumber">&nbsp;62&nbsp;</span>div.devel-querylog&nbsp;div.cell&nbsp;{<a name="line_62"></a></li> <li id="line_63" class="odd"><span class="lineNumber">&nbsp;63&nbsp;</span>&nbsp;&nbsp;overflow:hidden;<a name="line_63"></a></li> <li id="line_64" class="even"><span class="lineNumber">&nbsp;64&nbsp;</span>&nbsp;&nbsp;padding:&nbsp;1em&nbsp;.5em;<a name="line_64"></a></li> <li id="line_65" class="odd"><span class="lineNumber">&nbsp;65&nbsp;</span>&nbsp;&nbsp;}<a name="line_65"></a></li> <li id="line_66" class="even"><span class="lineNumber">&nbsp;66&nbsp;</span><a name="line_66"></a></li> <li id="line_67" class="odd"><span class="lineNumber">&nbsp;67&nbsp;</span>&nbsp;&nbsp;div.devel-querylog&nbsp;div.cell-1&nbsp;{<a name="line_67"></a></li> <li id="line_68" class="even"><span class="lineNumber">&nbsp;68&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;position:absolute;<a name="line_68"></a></li> <li id="line_69" class="odd"><span class="lineNumber">&nbsp;69&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;left:0px;<a name="line_69"></a></li> <li id="line_70" class="even"><span class="lineNumber">&nbsp;70&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;width:4em;<a name="line_70"></a></li> <li id="line_71" class="odd"><span class="lineNumber">&nbsp;71&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;}<a name="line_71"></a></li> <li id="line_72" class="even"><span class="lineNumber">&nbsp;72&nbsp;</span><a name="line_72"></a></li> <li id="line_73" class="odd"><span class="lineNumber">&nbsp;73&nbsp;</span>&nbsp;&nbsp;div.devel-querylog&nbsp;div.cell-2&nbsp;{<a name="line_73"></a></li> <li id="line_74" class="even"><span class="lineNumber">&nbsp;74&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;position:absolute;<a name="line_74"></a></li> <li id="line_75" class="odd"><span class="lineNumber">&nbsp;75&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;left:4em;<a name="line_75"></a></li> <li id="line_76" class="even"><span class="lineNumber">&nbsp;76&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;width:3em;<a name="line_76"></a></li> <li id="line_77" class="odd"><span class="lineNumber">&nbsp;77&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;}<a name="line_77"></a></li> <li id="line_78" class="even"><span class="lineNumber">&nbsp;78&nbsp;</span><a name="line_78"></a></li> <li id="line_79" class="odd"><span class="lineNumber">&nbsp;79&nbsp;</span>&nbsp;&nbsp;div.devel-querylog&nbsp;div.cell-3&nbsp;{<a name="line_79"></a></li> <li id="line_80" class="even"><span class="lineNumber">&nbsp;80&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;position:absolute;<a name="line_80"></a></li> <li id="line_81" class="odd"><span class="lineNumber">&nbsp;81&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;left:6em;<a name="line_81"></a></li> <li id="line_82" class="even"><span class="lineNumber">&nbsp;82&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;width:19em;<a name="line_82"></a></li> <li id="line_83" class="odd"><span class="lineNumber">&nbsp;83&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;}<a name="line_83"></a></li> <li id="line_84" class="even"><span class="lineNumber">&nbsp;84&nbsp;</span><a name="line_84"></a></li> <li id="line_85" class="odd"><span class="lineNumber">&nbsp;85&nbsp;</span>&nbsp;&nbsp;div.devel-querylog&nbsp;div.cell-4&nbsp;{<a name="line_85"></a></li> <li id="line_86" class="even"><span class="lineNumber">&nbsp;86&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;position:absolute;<a name="line_86"></a></li> <li id="line_87" class="odd"><span class="lineNumber">&nbsp;87&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;left:26em;<a name="line_87"></a></li> <li id="line_88" class="even"><span class="lineNumber">&nbsp;88&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;width:4em;<a name="line_88"></a></li> <li id="line_89" class="odd"><span class="lineNumber">&nbsp;89&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;}<a name="line_89"></a></li> <li id="line_90" class="even"><span class="lineNumber">&nbsp;90&nbsp;</span><a name="line_90"></a></li> <li id="line_91" class="odd"><span class="lineNumber">&nbsp;91&nbsp;</span>&nbsp;&nbsp;div.devel-querylog-even&nbsp;div.cell-5,<a name="line_91"></a></li> <li id="line_92" class="even"><span class="lineNumber">&nbsp;92&nbsp;</span>&nbsp;&nbsp;div.devel-querylog-odd&nbsp;div.cell-5&nbsp;{<a name="line_92"></a></li> <li id="line_93" class="odd"><span class="lineNumber">&nbsp;93&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;/*max-height:18em;*/<a name="line_93"></a></li> <li id="line_94" class="even"><span class="lineNumber">&nbsp;94&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;font-family:&nbsp;'Andale&nbsp;Mono',&nbsp;monospace;<a name="line_94"></a></li> <li id="line_95" class="odd"><span class="lineNumber">&nbsp;95&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;}<a name="line_95"></a></li> <li id="line_96" class="even"><span class="lineNumber">&nbsp;96&nbsp;</span><a name="line_96"></a></li> <li id="line_97" class="odd"><span class="lineNumber">&nbsp;97&nbsp;</span>&nbsp;&nbsp;div.devel-querylog&nbsp;div.cell-6&nbsp;{<a name="line_97"></a></li> <li id="line_98" class="even"><span class="lineNumber">&nbsp;98&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;position:absolute;<a name="line_98"></a></li> <li id="line_99" class="odd"><span class="lineNumber">&nbsp;99&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;right:0em;<a name="line_99"></a></li> <li id="line_100" class="even"><span class="lineNumber">100&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;top:0em;<a name="line_100"></a></li> <li id="line_101" class="odd"><span class="lineNumber">101&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;/*width:9em;*/<a name="line_101"></a></li> <li id="line_102" class="even"><span class="lineNumber">102&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;}<a name="line_102"></a></li> <li id="line_103" class="odd"><span class="lineNumber">103&nbsp;</span><a name="line_103"></a></li> <li id="line_104" class="even"><span class="lineNumber">104&nbsp;</span><a name="line_104"></a></li> <li id="line_105" class="odd"><span class="lineNumber">105&nbsp;</span>/**<a name="line_105"></a></li> <li id="line_106" class="even"><span class="lineNumber">106&nbsp;</span>&nbsp;*&nbsp;Switch&nbsp;User&nbsp;block<a name="line_106"></a></li> <li id="line_107" class="odd"><span class="lineNumber">107&nbsp;</span>&nbsp;*/<a name="line_107"></a></li> <li id="line_108" class="even"><span class="lineNumber">108&nbsp;</span><a name="line_108"></a></li> <li id="line_109" class="odd"><span class="lineNumber">109&nbsp;</span>div#content&nbsp;div#block-devel-switch-user&nbsp;ul.links,<a name="line_109"></a></li> <li id="line_110" class="even"><span class="lineNumber">110&nbsp;</span>div#footer&nbsp;div#block-devel-switch-user&nbsp;ul.links&nbsp;{<a name="line_110"></a></li> <li id="line_111" class="odd"><span class="lineNumber">111&nbsp;</span>&nbsp;&nbsp;margin-left:&nbsp;0;<a name="line_111"></a></li> <li id="line_112" class="even"><span class="lineNumber">112&nbsp;</span>&nbsp;&nbsp;padding-left:&nbsp;0;<a name="line_112"></a></li> <li id="line_113" class="odd"><span class="lineNumber">113&nbsp;</span>}<a name="line_113"></a></li> <li id="line_114" class="even"><span class="lineNumber">114&nbsp;</span><a name="line_114"></a></li> <li id="line_115" class="odd"><span class="lineNumber">115&nbsp;</span>div#content&nbsp;div#block-devel-switch-user&nbsp;ul.links&nbsp;li,<a name="line_115"></a></li> <li id="line_116" class="even"><span class="lineNumber">116&nbsp;</span>div#footer&nbsp;div#block-devel-switch-user&nbsp;ul.links&nbsp;li&nbsp;{<a name="line_116"></a></li> <li id="line_117" class="odd"><span class="lineNumber">117&nbsp;</span>&nbsp;&nbsp;display:&nbsp;inline-block;<a name="line_117"></a></li> <li id="line_118" class="even"><span class="lineNumber">118&nbsp;</span>&nbsp;&nbsp;margin-left:&nbsp;0;<a name="line_118"></a></li> <li id="line_119" class="odd"><span class="lineNumber">119&nbsp;</span>&nbsp;&nbsp;margin-right:&nbsp;1.5em;<a name="line_119"></a></li> <li id="line_120" class="even"><span class="lineNumber">120&nbsp;</span>&nbsp;&nbsp;padding-right:&nbsp;0;<a name="line_120"></a></li> <li id="line_121" class="odd"><span class="lineNumber">121&nbsp;</span>}<a name="line_121"></a></li> <li id="line_122" class="even"><span class="lineNumber">122&nbsp;</span><a name="line_122"></a></li> <li id="line_123" class="odd"><span class="lineNumber">123&nbsp;</span>div#footer&nbsp;div#block-devel-switch-user&nbsp;ul.links&nbsp;li&nbsp;a&nbsp;{<a name="line_123"></a></li> <li id="line_124" class="even"><span class="lineNumber">124&nbsp;</span>&nbsp;&nbsp;margin:&nbsp;0;<a name="line_124"></a></li> <li id="line_125" class="odd"><span class="lineNumber">125&nbsp;</span>&nbsp;&nbsp;padding:&nbsp;0;<a name="line_125"></a></li> <li id="line_126" class="even"><span class="lineNumber">126&nbsp;</span>&nbsp;&nbsp;border:&nbsp;none;<a name="line_126"></a></li> <li id="line_127" class="odd"><span class="lineNumber">127&nbsp;</span>}<a name="line_127"></a></li> <li id="line_128" class="even"><span class="lineNumber">128&nbsp;</span><a name="line_128"></a></li> <li id="line_129" class="odd"><span class="lineNumber">129&nbsp;</span>div#content&nbsp;div#block-devel-switch-user&nbsp;div.form-item-username,<a name="line_129"></a></li> <li id="line_130" class="even"><span class="lineNumber">130&nbsp;</span>div#footer&nbsp;div#block-devel-switch-user&nbsp;div.form-item-username&nbsp;{<a name="line_130"></a></li> <li id="line_131" class="odd"><span class="lineNumber">131&nbsp;</span>&nbsp;&nbsp;float:&nbsp;left;<a name="line_131"></a></li> <li id="line_132" class="even"><span class="lineNumber">132&nbsp;</span>&nbsp;&nbsp;margin-right:&nbsp;2em;<a name="line_132"></a></li> <li id="line_133" class="odd"><span class="lineNumber">133&nbsp;</span>}<a name="line_133"></a></li> <li id="line_134" class="even"><span class="lineNumber">134&nbsp;</span><a name="line_134"></a></li> <li id="line_135" class="odd"><span class="lineNumber">135&nbsp;</span>div#content&nbsp;div#block-devel-switch-user&nbsp;#edit-submit,<a name="line_135"></a></li> <li id="line_136" class="even"><span class="lineNumber">136&nbsp;</span>div#footer&nbsp;div#block-devel-switch-user&nbsp;#edit-submit&nbsp;{<a name="line_136"></a></li> <li id="line_137" class="odd"><span class="lineNumber">137&nbsp;</span>&nbsp;&nbsp;margin-top:&nbsp;5px;<a name="line_137"></a></li> <li id="line_138" class="even"><span class="lineNumber">138&nbsp;</span>}<a name="line_138"></a></li></ol></div></body></html> </div> </body> </html>
spa.controls/Controls/ComboBox/ComboBox.html
bmitchenko/spa
<div class="input" tabindex="0" data-bind=" autofocus: autofocus, click: onInputClick, css: state, event: { keydown: onKeyDown, mouseover: onMouseEnter, mouseout: onMouseLeave }, hasFocus: inputHasFocus"> <div class="input-text" data-bind=" css: { 'empty' : selectedItem() == emptyItem }, event: { mousedown: function() { return false; }}, text: inputText"> </div> <button class="input-button" tabindex="-1" data-bind=" event: { mousedown: function() { return false; }}, enable: enabled"></button> </div> <div class="popup" tabindex="-1" data-bind=" hasFocus: popupHasFocus, visible: popupVisible"> <ul> <li class="popup-item" data-bind=" click: onEmptyItemClick, css: { 'active': activeItem() == emptyItem }, event: { mouseover: onEmptyItemHovered }, visible: emptyText() !== undefined"> <p class="item-text empty" data-bind="html: emptyItemText"></p> </li> <!-- ko if: $componentTemplateNodes != null && $componentTemplateNodes.length > 0 --> <!-- ko foreach: items --> <li class="popup-item" data-bind=" click: $parent.onItemClick, css: { 'active': $parent.activeItem() == $data }, event: { mouseover: $parent.onItemHovered }, template: { nodes: $componentTemplateNodes }"> </li> <!-- /ko --> <!-- /ko --> <!-- ko foreach: items --> <!-- ko if: $componentTemplateNodes == null || $componentTemplateNodes.length == 0 --> <li class="popup-item" data-bind=" click: $parent.onItemClick, css: { 'active': $parent.activeItem() == $data }, event: { mouseover: $parent.onItemHovered }, html: $parent.getItemText($data)"> </li> <!-- /ko --> <!-- /ko --> </ul> </div>
wp-content/plugins/event-calendar-wd/css/calendar.css
DrLeeroyPhD/sidekicks
/*blue*/ .ecwd_calendar_view_tabs ul li{ border-right: 1px solid #1B4650; border-left: 1px solid #87B5C0; } table.cal_blue.ecwd_calendar_container .day-without-date { background:#F9F9F9; } table.cal_blue.ecwd_calendar_container .day-without-date div { text-align:center; } table.cal_blue.ecwd_calendar_container .weekend { background: #EDEDED; } table.cal_blue.ecwd_calendar_container .normal-day-heading, table.cal_blue.ecwd_calendar_container .weekend-heading{ background: #FFFFFF !important; } .ecwd_calendar_view_tabs ul li a{ color: #fff; text-shadow: 0px 1px 1px #444444; background:#8e020d; } .ecwd_calendar_view_tabs ul li a:hover{ color: #fff; background:#620209; } .ecwd_calendar_view_tabs ul li.ecwd-selected-mode a{ background:#ffffff; border-bottom: 1px solid rgba(0,0,0,0.2); color:#8e020d; } .cal_blue.ecwd_calendar_container .view-buttons a { background:#647b9a; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7D9AC0", endColorstr="#647b9a"); background: -webkit-gradient(linear, left top, left bottom, from(#7D9AC0), to(#647b9a)); background: -moz-linear-gradient(top, #7D9AC0, #647b9a); border:1px solid #a5b9d3; color:#fdfefe; font-size: 1.3em; } .cal_blue.ecwd_calendar_container .view-buttons a.selected { background: #7D9AC0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#647b9a", endColorstr="#7D9AC0"); background: -webkit-gradient(linear, left top, left bottom, from(#647b9a), to(#7D9AC0)); background: -moz-linear-gradient(top, #647b9a, #7D9AC0); } .cal_blue.ecwd_calendar_container .calendar-heading { text-align:center; padding:4px 3px 3px; height:3.25em; color:#fdfefe; text-shadow: 0 1px 1px rgba(1,2,2,.3); } .cal_blue.full .calendar-heading span { font-size:2em; } .ecwd_calendar .metainfo,.event-organizers a, .event-venue a, .event-detalis span, .event-detalis a{ color: #010101; word-break: break-word; } table.cal_blue.ecwd_calendar_container select { background: #647b9a; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f5f9", endColorstr="#f3f5f9"); background: -webkit-gradient(linear, left top, left bottom, from(#7D9AC0), to(#647b9a)); background: -moz-linear-gradient(top, #7D9AC0, #647b9a); outline:none; text-shadow: 0 1px 1px rgba(1,2,2,.3); -webkit-box-shadow: 0 1px 2px rgba(1,2,2,.2); -moz-box-shadow: 0 1px 2px rgba(1,2,2,.2); box-shadow: 0 1px 2px rgba(1,2,2,.2); } .ecwd_calendar_view_tabs .filter-container ul{ background: #8e020d; } table.cal_blue.ecwd_calendar_container .current-day .open-details { background:#7D9AC0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7D9AC0", endColorstr="#718bad"); background: -webkit-gradient(linear, left top, left bottom, from(#7D9AC0), to(#718bad)); background: -moz-linear-gradient(top, #7D9AC0, #718bad); } table.cal_blue.ecwd_calendar_container .close-details { color: #262e3a; font-size: 0.6em; position: absolute; right: 7px; text-decoration: underline; top: 3px; } table.cal_blue.ecwd_calendar_container .open-details { border:4px solid #647b9a; -webkit-box-shadow: 2px 3px 8px rgba(1,2,2,.2); -moz-box-shadow: 2px 3px 8px rgba(1,2,2,.2); box-shadow: 2px 3px 8px rgba(1,2,2,.2); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding:5px 5px 10px 5px; } table.cal_blue.ecwd_calendar_container .current-day .day-number { color:#fdfefe; background:#8e020d; } @media only screen and (max-width: 768px){ .ecwd-page-full table.cal_blue.ecwd_calendar_container .has-events:after { background-color: #8e020d; } .ecwd_calendar.ecwd-page-full div.event-details { border-bottom: 1px solid #CCC; } } .ecwd-widget-mini .event-main-content.no-events{ padding: 8px 10px; border: 1px solid #D5DCE2; margin-bottom:1px !important; background: #F9F9F9; color: #676767; } .ecwd-widget-mini .event-container , .ecwd-widget-mini .ecwd_list .event-main-content { border: 1px solid #D5DCE2; margin-bottom: 1px; background: #F9F9F9; } .ecwd-widget-mini .event-container:last-child { border-bottom: 1px solid #D5DCE2 !important; } .ecwd_calendar.ecwd-widget-mini .ecwd-events-day-details li{ height: 100% !important; text-indent: 0; margin: 0 auto !important; border-radius: 0; border-bottom: 1px solid #CCC; background: #ffffff !important; padding:10px 0 !important; color: #676767 !important; } table.cal_blue.mini .current-day { color:#fdfefe; background:#8e020d; } table.cal_blue.mini td ul.events li { background-color: #8e020d; } .ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span:not(.weekday-block):not(.datenumber){ color:#ffffff; background:#585858; } .ecwd-poster-board .ecwd-poster-item .post-descr{ font-size:15px; } .ecwd-poster-board .ecwd-poster-item .ecwd-event-header h2 a{ color:#000000 } /*####################################*/ /*.ecwd-page-full, .ecwd-widget-mini{ overflow:hidden; }*/ .ecwd_calendar .filter-arrow-right, .ecwd_calendar .filter-arrow-left{ color: #fff; font-size: 23px; background:#8e020d; } .ecwd_calendar .ecwd_calendar_filters .filter-arrow-right, .ecwd_calendar .ecwd_calendar_filters .filter-arrow-left{ color: #8e020d; background:#fff; border: 1px solid #E5E4E4 !important; } .ecwd_calendar .filter-arrow-right{ border-left: 1px solid #87B5C0; border-right: 1px solid #87B5C0; } .ecwd_calendar .filter-arrow-left{ border-right: 1px solid #87B5C0; } .calendar-head .previous, .calendar-head .next{ font-size: 17px; } .calendar-head .current-month{ font-size:28px; border-left:1px solid #91CEDF; border-right:1px solid #235F71; } .calendar-head .current-month div{ font-size: 16px; line-height: 16px; } @media only screen and (max-width: 500px){ .calendar-head .current-month div { font-size: 13px; line-height: 24px; margin-top: -8px; } } .calendar-head .previous{ border-right:1px solid #235F71; } .calendar-head .next{ border-left:1px solid #91CEDF; } .ecwd_calendar td .day-number{ background:#E0E0E0; color:#5C5C5C; } /*############FILTERS##############*/ .ecwd-tag-container .ecwd-dropdown-menu>div:hover{ border: 1px solid #ddd !important; background: #F5F5F5; } @media only screen and (max-width: 500px){ .event_dropdown_cont{ border-top: 1px solid #D5DCE2; display:none; padding-top: 6px; } div.ecwd-week-date{ background:#8e020d; } } /*#############LIST,WEEK VIEW###############*/ .ecwd-day-date, .day-event-list .ecwd-week-date, .day4-event-list .ecwd-week-date, .week-event-list .ecwd-week-date{ background: #8e020d; } .ecwd_list .ecwd-list-date{ background: #8e020d; } ul.ecwd_list, ul.week-event-list, ul.day-event-list, ul.day4-event-list{ background: #f9f9f9; padding:0; margin:0; } .ecwd-pagination .page{ color: #fff; background: #8e020d; } .ecwd-search button,.ecwd-search button:hover { background: #8e020d; color: #ffffff; } .calendar-head a { color: #fff !important; } /********** CUSTOM STYLING **********/ .calendar-head{ background-color: #f45252; } .ecwd_calendar_view_tabs{ background-color: #8e020d; }
wp-content/themes/andrewyamamoto/layouts/content-sidebar.css
andrewyamamoto/andrewyamamoto
/* * Theme Name: andrewyamamoto * * Layout: Content-Sidebar * * Learn more: https://developer.wordpress.org/themes/basics/template-files/ */ .content-area { float: left; margin: 0 -25% 0 0; width: 100%; } .site-main { margin: 0 25% 0 0; } .site-content .widget-area { float: right; overflow: hidden; width: 25%; } .site-footer { clear: both; width: 100%; }
lang/german/original_mail_templates/create_account_mail.html
khadim-raath/gambioTest
<meta charset="UTF-8" /> <div style="height: 100%; margin: 0 !important; padding: 0 !important; max-width: 9000px !important; font-family: arial, verdana, sans-serif; background-color: #e5e5e5;"> <div style="margin-left: auto; margin-right: auto; width: 720px; padding-bottom: 5px; padding-top: 5px; font-size: 9pt; color: #999999; text-align: right;">&nbsp;</div> <div style="margin-left: auto; margin-right: auto; width: 630px; padding: 25px 45px 25px; background-color: white; font-size: 13px; margin-top: 15px; margin-bottom: 15px; display: block;"> <table align="center" border="0" cellpadding="4" cellspacing="0" width="100%"> <tbody> <tr> <td> {if $gm_logo_mail} <div style="overflow: hidden; margin-bottom: 25px; display: block; float: right;">{$gm_logo_mail}</div> {/if} </td> </tr> <tr> <td> <span style="font-family:arial,helvetica,sans-serif;"><span style="font-size: 13px;"> <strong>Sehr {if $GENDER == 'm'}geehrter Herr {elseif $GENDER == 'f'}geehrte Frau {else}geehrte(r) {/if}{$NAME}, </strong><br /> <br /> Sie haben soeben Ihr Kundenkonto erfolgreich erstellt. Als registrierter Kunde haben Sie folgende Vorteile in unserem Shop:<br /> <br /> <strong>- Kundenwarenkorb:</strong> Jeder Artikel bleibt registriert bis Sie zur Kasse gehen oder die Produkte aus dem Warenkorb entfernen.<br /> <strong>- Adressbuch:</strong> Wir k&ouml;nnen jetzt die Produkte zu der von Ihnen ausgesuchten Adresse senden. Der perfekte Weg ein Geburtstagsgeschenk zu versenden.<br /> <strong>- Vorherige Bestellungen:</strong> Sie k&ouml;nnen jederzeit Ihre vorherigen Bestellungen &uuml;berpr&uuml;fen.<br /> <strong>- Meinungen &uuml;ber Produkte:</strong> Teilen Sie Ihre Meinung zu unseren Produkten mit anderen Kunden.<br /> <br /> Falls Sie Fragen zu unserem Kunden-Service haben, wenden Sie sich bitte an {$content.MAIL_REPLY_ADDRESS}.<br /> Achtung: Diese E-Mail-Adresse wurde uns von einem Kunden bekannt gegeben. Falls Sie sich nicht angemeldet haben, senden Sie bitte eine E-Mail an {$content.MAIL_REPLY_ADDRESS}.<br /> <br /> {if $SEND_GIFT==true}<br /> Als kleines Willkommensgeschenk senden wir Ihnen einen Gutschein &uuml;ber: <strong>{$GIFT_AMMOUNT}</strong><br /> <br /> Ihr pers&ouml;nlicher Gutschein-Code lautet <strong>{$GIFT_CODE}</strong>. Sie k&ouml;nnen diese Gutschrift an der Kasse w&auml;hrend des Bestellvorganges verbuchen.<br /> <br /> Um den Gutschein einzul&ouml;sen klicken Sie bitte auf <a href="{$GIFT_LINK}">[Gutschein Einl&ouml;sen]</a>.<br /><br />{/if} {if $SEND_COUPON==true}Als kleines Willkommensgeschenk senden wir Ihnen einen Kupon.<br /> Kuponbeschreibung: <strong>{$COUPON_DESC}</strong><br /> Geben Sie einfach Ihren pers&ouml;nlichen Code {$COUPON_CODE} w&auml;hrend des Bezahlvorganges ein. {/if} </span></span> </td> </tr> </tbody> </table> <br /> &nbsp; </div> <div style="padding-bottom: 5px; padding-top: 5px; font-size: 9pt; color: #444444; font-family: arial; text-align: center;"> <br /><br /> <span style="font-size:13px;"><span style="font-family: verdana,geneva,sans-serif;">{$EMAIL_SIGNATURE_HTML}</span></span> <br /><br /> </div> </div>
JAVA/PowerSpy_javadoc/index-files/index-3.html
manuel-fede/PowerSpy
<!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_45) on Mon May 23 18:47:37 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>F-Index</title> <meta name="date" content="2016-05-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="F-Index"; } } 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="../powerspy/client/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-2.html">Prev Letter</a></li> <li><a href="index-4.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-3.html" target="_top">Frames</a></li> <li><a href="index-3.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="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">D</a>&nbsp;<a href="index-3.html">F</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">I</a>&nbsp;<a href="index-6.html">M</a>&nbsp;<a href="index-7.html">P</a>&nbsp;<a href="index-8.html">R</a>&nbsp;<a href="index-9.html">S</a>&nbsp;<a href="index-10.html">T</a>&nbsp;<a name="I:F"> <!-- --> </a> <h2 class="title">F</h2> <dl> <dt><a href="../powerspy/client/Frame.html" title="class in powerspy.client"><span class="typeNameLink">Frame</span></a> - Class in <a href="../powerspy/client/package-summary.html">powerspy.client</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../powerspy/client/Frame.html#Frame--">Frame()</a></span> - Constructor for class powerspy.client.<a href="../powerspy/client/Frame.html" title="class in powerspy.client">Frame</a></dt> <dd> <div class="block">Creates a new Frame for displaying the data sent from PowerSpy.</div> </dd> </dl> <a href="index-1.html">C</a>&nbsp;<a href="index-2.html">D</a>&nbsp;<a href="index-3.html">F</a>&nbsp;<a href="index-4.html">G</a>&nbsp;<a href="index-5.html">I</a>&nbsp;<a href="index-6.html">M</a>&nbsp;<a href="index-7.html">P</a>&nbsp;<a href="index-8.html">R</a>&nbsp;<a href="index-9.html">S</a>&nbsp;<a href="index-10.html">T</a>&nbsp;</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="../powerspy/client/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-2.html">Prev Letter</a></li> <li><a href="index-4.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-3.html" target="_top">Frames</a></li> <li><a href="index-3.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>
media/public/orange/tablesorter-master/docs/example-option-text-extraction.html
TwistedHardware/roshanRush
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jQuery plugin: Tablesorter 2.0 - Dealing with markup inside cells</title> <!-- jQuery --> <script src="js/jquery-latest.min.js"></script> <!-- Demo stuff --> <link rel="stylesheet" href="css/jq.css"> <link href="css/prettify.css" rel="stylesheet"> <script src="js/prettify.js"></script> <script src="js/docs.js"></script> <!-- Tablesorter: required --> <link rel="stylesheet" href="../css/theme.blue.css"> <script src="../js/jquery.tablesorter.js"></script> <script id="js">$(function() { // call the tablesorter plugin $("table").tablesorter({ theme : 'blue', /* // define an overall custom text extraction function textExtraction: function(node, table, cellIndex) { return $(node).text(); } */ // Define a custom text extraction function for each column // In this example, textExtraction 1-5 functions don't really need to // be defined, since they can also be obtained using `$(node).text()` textExtraction: { 0: function(node, table, cellIndex){ return $(node).find("strong").text(); }, 1: function(node, table, cellIndex){ return $(node).find("div").text(); }, 2: function(node, table, cellIndex){ return $(node).find("span").text(); }, 3: function(node, table, cellIndex){ return $(node).find("em").text(); }, 4: function(node, table, cellIndex){ return $(node).find("a").text(); }, '.date' : function(node, table, cellIndex){ return $(node).find("u").text(); } } }); });</script> </head> <body> <div id="banner"> <h1>table<strong>sorter</strong></h1> <h2>Dealing with markup inside cells</h2> <h3>Flexible client-side table sorting</h3> <a href="index.html">Back to documentation</a> </div> <div id="main"> <p class="tip"> <em>NOTE!</em> <ul> <li>In <span class="version updated">v2.17.0</span>, the <code>textExtraction</code> column can also be referenced by using a jQuery selector (e.g. class name or ID).</li> <li>The textExtraction function setting for each column was added in version 2.0.12 (not part of the original plugin).</li> <li>The "First Name" column is sorting by the contents of the &lt;strong&gt; tag (in red).</li> <li>Added "table" and "cellIndex" variables to the textExtraction function (v2.1.2).</li> </ul> </p> <h1>Demo</h1> <div id="demo"><table class="tablesorter"> <thead> <tr> <th>First Name</th> <th>Last Name</th> <th>Age</th> <th>Total</th> <th>Discount</th> <th class="date">Date</th> </tr> </thead> <tbody> <tr> <td>Mr. <strong>Peter</strong></td> <td><div>Parker</div></td> <td><span>28</span></td> <td><em>$9.99</em></td> <td><a href="#">20%</a></td> <td><u>Jul 6, 2006 8:14 AM</u></td> </tr> <tr> <td>Dr. <strong>John</strong></td> <td><div>Hood</div></td> <td><span>33</span></td> <td><em>$19.99</em></td> <td><a href="#">25%</a></td> <td><u>Dec 10, 2002 5:14 AM</u></td> </tr> <tr> <td>Rep <strong>Clark</strong></td> <td><div>Kent</div></td> <td><span>18</span></td> <td><em>$15.89</em></td> <td><a href="#">44%</a></td> <td><u>Jan 12, 2003 11:14 AM</u></td> </tr> <tr> <td>Rev <strong>Bruce</strong></td> <td><div>Almighty</div></td> <td><span>45</span></td> <td><em>$153.19</em></td> <td><a href="#">44%</a></td> <td><u>Jan 18, 2001 9:12 AM</u></td> </tr> <tr> <td>Capt <strong>Bruce</strong></td> <td><div>Evans</div></td> <td><span>22</span></td> <td><em>$13.19</em></td> <td><a href="#">11%</a></td> <td><u>Jan 18, 2007 9:12 AM</u></td> </tr> </tbody> </table></div> <h1>Javascript</h1> <div id="javascript"> <pre class="prettyprint lang-javascript"></pre> </div> <h1>HTML</h1> <div id="html"> <pre class="prettyprint lang-html"></pre> </div> <div class="next-up"> <hr /> Next up: <a href="example-apply-widget.html">Applying widgets &rsaquo;&rsaquo;</a> </div> </div> </body> </html>
app/index.html
C47D/icestudio
<!DOCTYPE html> <html> <head> <title>Icestudio</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- build:css styles/vendors.css --> <!-- bower:css --> <link rel="stylesheet" href="bower_components/joint/dist/joint.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="bower_components/select2/dist/css/select2.min.css"> <link rel="stylesheet" href="bower_components/alertify-js/build/css/alertify.min.css"> <link rel="stylesheet" href="bower_components/alertify-js/build/css/themes/default.min.css"> <!-- endbower --> <!-- endbuild --> <!-- build:css styles/main.css --> <link rel="stylesheet" href="styles/design.css"> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="styles/menu.css"> <!-- endbuild --> </head> <body ng-app="icestudio"> <div ng-view></div> <script> window.$ = window.JQuery = window.jQuery = require('jquery'); </script> <!-- build:js scripts/vendors.js --> <!-- bower:js --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/jquery-resize/jquery.ba-resize.min.js"></script> <script src="bower_components/underscore/underscore.js"></script> <script src="bower_components/backbone/backbone.js"></script> <script src="bower_components/lodash/lodash.js"></script> <script src="bower_components/joint/dist/joint.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script> <script src="bower_components/select2/dist/js/select2.full.js"></script> <script src="bower_components/ace-builds/src-min-noconflict/ace.js"></script> <script src="bower_components/ace-builds/src-min-noconflict/theme-chrome.js"></script> <script src="bower_components/ace-builds/src-min-noconflict/mode-verilog.js"></script> <script src="bower_components/async/dist/async.min.js"></script> <script src="bower_components/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script> <script src="bower_components/angular-gettext/dist/angular-gettext.min.js"></script> <script src="bower_components/alertify-js/build/alertify.js"></script> <!-- endbower --> <!-- endbuild --> <!-- build:js scripts/main.js --> <script src="scripts/app.js"></script> <script src="scripts/controllers/design.js"></script> <script src="scripts/controllers/main.js"></script> <script src="scripts/controllers/menu.js"></script> <script src="scripts/directives/menutree.js"></script> <script src="scripts/factories/joint.js"></script> <script src="scripts/factories/node.js"></script> <script src="scripts/factories/window.js"></script> <script src="scripts/graphics/joint.command.js"></script> <script src="scripts/graphics/joint.connectors.js"></script> <script src="scripts/graphics/joint.routers.js"></script> <script src="scripts/graphics/joint.selection.js"></script> <script src="scripts/graphics/joint.shapes.js"></script> <script src="scripts/services/blocks.js"></script> <script src="scripts/services/boards.js"></script> <script src="scripts/services/common.js"></script> <script src="scripts/services/compiler.js"></script> <script src="scripts/services/drivers.js"></script> <script src="scripts/services/graph.js"></script> <script src="scripts/services/profile.js"></script> <script src="scripts/services/project.js"></script> <script src="scripts/services/collections.js"></script> <script src="scripts/services/shortcuts.js"></script> <script src="scripts/services/tools.js"></script> <script src="scripts/services/utils.js"></script> <!-- endbuild --> </body> </html>
frontend/www/app/edit-account/edit-account.html
domma/tagged
<ion-view view-title="Complete your Profile"> <ion-content has-bouncing="false"> <div class="list card"> <div class="item item-avatar"> <img class="avatar" ng-src="{{app.profile.picture}}"> <h2 ng-bind="app.profile.name"></h4> </div> <div class="item item-body"> <label class="item item-input item-stacked-label"> <span class="input-label">Describe yourself</span> <textarea rows="6" placeholder="Tell something about yourself..."></textarea> </label> </div> <div class="item tabs tabs-secondary tabs-icon-left"> <a class="tab-item" ng-click="editAccount.updateProfile()"> <i class="icon ion-ios-checkmark"></i> Save Changes </a> <a class="tab-item" href="#/app/account"> <i class="icon ion-ios-close"></i> Cancel </a> </div> </ion-content> </ion-view>
doc/res/controls.html
mgregory22/tx81z-programmer
<html> <head> <title>TX81Z Programmer - Controls</title> <link rel="stylesheet" href="styles.css" type="text/css"> </head> <body> <img src="logo.gif"><p> <h2>Controls</h2> A control is a component in a GUI program that the user can interact with to enter data or manipulate the program in some way. For example, check boxes and scroll bars are controls. <p> Controls benefit both users and programmers. They benefit users because they make doing certain things the same across programs, so it makes learning how to use programs easier. For instance, a scroll bar works the same way in Microsoft Word as it does in Internet Explorer. Controls benefit programmers because they are already coded up and ready to be used in a program. The programmer can basically just drop it in, hook up with a little bit of code and it will work. It would be an absolute nightmare if the programmer had to hand code a control every time he wanted to allow some data entry. <p> Windows provides a number of standard controls that programmers can use in their programs, but programmers can also make their own controls, and I have created a few for the TX81Z Programmer. This section describes in detail the use of the various controls in the editor and the features they have. <p> Much of this information is basic Windows information, but surprisingly enough, there is no description of how to use the standard Windows controls anywhere in the Windows help file. They aren't even in the glossary. It seems that the only documentation for them exists on MSDN, which is Microsoft's website for programmers. Granted, they are pretty intuitive, but they are a lot more complex than they appear to be and many of them have features that can be easily overlooked, so I feel obligated to discuss the ones that are used in the TX81Z Programmer, since they are part of my program and I think programs should to be documented completely. Plus, it gives me the opportunity to discuss in-depth the modifications I have made to the standard Windows controls as well as the custom controls that I have made. <p> <h3>Standard Windows Controls</h3> <ul> <li><a href="buttons.html">Buttons</a> <p> <li><a href="comboboxes.html">Combo Boxes</a> <p> <li><a href="dialogs.html">Dialog Boxes</a> <p> <li><a href="listboxes.html">List Boxes</a> <p> <li><a href="menus.html">Menus</a> <p> <li><a href=scrollbars.html>Scroll Bars</a> <p> <li><a href=windows.html>Windows</a> </ul> <h3>Custom Controls In The TX81Z Programmer</h3> <ul> <li><a href=algctrl.html>Algorithm Control</a> <p> <li><a href=lcdctrl.html>LCD Controls</a> <p> <li><a href=rpanel.html>Radio Panel Controls</a> <p> <li><a href=remote_control.html>TX81Z Remote Control</a> <p> <li><a href=midi_keyboard.html>MIDI Keyboard Control</a> </ul> <p> I also wrote a section on <a href="keyboard_navigation.html">keyboard navigation</a>. </body> </html>
sites/all/libraries/yui/docs/datatype/datatype-xmlparse.html
artefactual-labs/trac
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example: Y.XML.parse()</title> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic"> <link rel="stylesheet" href="../../build/cssgrids/grids-min.css"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="../../build/yui/yui-min.js"></script> </head> <body> <!-- <a href="https://github.com/yui/yui3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> --> <div id="doc"> <div id="hd"> <h1><img src="http://yuilibrary.com/img/yui-logo.png"></h1> </div> <h1>Example: Y.XML.parse()</h1> <div class="yui3-g"> <div class="yui3-u-3-4"> <div id="main"> <div class="content"><style scoped> /* custom styles for this example */ #demo input, #demo label {display:block;} #demo fieldset {margin:1em;} #demo textarea {width:40em;height:8em;} </style> <div class="intro"> <p>The XML module of the DataType Utility allows you to take a string and convert it to an XML document.</p> </div> <div class="example yui3-skin-sam"> <form id="demo"> <fieldset> <label for="demo_input">String to parse:</label> <textarea type="text" id="demo_input" style="width:100%;"><myroot><item type='foo'><name>Abc</name><rank>1</rank></item><item type='bar'><name>Def</name><rank>2</rank></item><item type='bat'><name>Ghi</name><rank>3</rank></item></myroot></textarea> <br> <a href="#" id="demo_btn">Report nodeName and nodeType of parsed XML</a> </fieldset> </form> <div id="output"> Node Name: <span id="nodename"></span> <br> Node Type: <span id="nodetype"></span> </div> <script> YUI().use("node", "datatype-xml", function (Y) { Y.on("click", function(e){ e.preventDefault(); var input = Y.one("#demo_input").get("value"), output = Y.XML.parse(input); if(output === "") { output += "(Invalid value)" } Y.one("#nodename").set("text", output.nodeName); Y.one("#nodetype").set("text", output.nodeType); }, "#demo_btn"); }); </script> </div> <p>To convert a string to an XML document, simply call the <code>parse()</code> function of the Y.XML class:</p> <pre class="code prettyprint">YUI().use(&quot;datatype-xml&quot;, function(Y) { var output = Y.XML.parse(&quot;&lt;myroot&gt;&lt;item type=&#x27;foo&#x27;&gt;...&lt;&#x2F;item&gt;&lt;&#x2F;myroot&gt;&quot;); &#x2F;&#x2F; output is an XML document });</pre> <p>Full example source:</p> <pre class="code prettyprint">&lt;form id=&quot;demo&quot;&gt; &lt;fieldset&gt; &lt;label for=&quot;demo_input&quot;&gt;String to parse:&lt;&#x2F;label&gt; &lt;textarea type=&quot;text&quot; id=&quot;demo_input&quot; style=&quot;width:100%;&quot;&gt;&lt;myroot&gt;&lt;item type=&#x27;foo&#x27;&gt;&lt;name&gt;Abc&lt;&#x2F;name&gt;&lt;rank&gt;1&lt;&#x2F;rank&gt;&lt;&#x2F;item&gt;&lt;item type=&#x27;bar&#x27;&gt;&lt;name&gt;Def&lt;&#x2F;name&gt;&lt;rank&gt;2&lt;&#x2F;rank&gt;&lt;&#x2F;item&gt;&lt;item type=&#x27;bat&#x27;&gt;&lt;name&gt;Ghi&lt;&#x2F;name&gt;&lt;rank&gt;3&lt;&#x2F;rank&gt;&lt;&#x2F;item&gt;&lt;&#x2F;myroot&gt;&lt;&#x2F;textarea&gt; &lt;br&gt; &lt;a href=&quot;#&quot; id=&quot;demo_btn&quot;&gt;Report nodeName and nodeType of parsed XML&lt;&#x2F;a&gt; &lt;&#x2F;fieldset&gt; &lt;&#x2F;form&gt; &lt;div id=&quot;output&quot;&gt; Node Name: &lt;span id=&quot;nodename&quot;&gt;&lt;&#x2F;span&gt; &lt;br&gt; Node Type: &lt;span id=&quot;nodetype&quot;&gt;&lt;&#x2F;span&gt; &lt;&#x2F;div&gt; &lt;script&gt; YUI().use(&quot;node&quot;, &quot;datatype-xml&quot;, function (Y) { Y.on(&quot;click&quot;, function(e){ e.preventDefault(); var input = Y.one(&quot;#demo_input&quot;).get(&quot;value&quot;), output = Y.XML.parse(input); if(output === &quot;&quot;) { output += &quot;(Invalid value)&quot; } Y.one(&quot;#nodename&quot;).set(&quot;text&quot;, output.nodeName); Y.one(&quot;#nodetype&quot;).set(&quot;text&quot;, output.nodeType); }, &quot;#demo_btn&quot;); }); &lt;&#x2F;script&gt;</pre> </div> </div> </div> <div class="yui3-u-1-4"> <div class="sidebar"> <div class="sidebox"> <div class="hd"> <h2 class="no-toc">Examples</h2> </div> <div class="bd"> <ul class="examples"> <li data-description="Formatting dates into strings using pre-packaged language resource bundles."> <a href="datatype-dateformat-lang.html">Formatting Dates Using Language Resource Bundles</a> </li> <li data-description="Parsing data into dates."> <a href="datatype-dateparse.html">Y.Date.parse()</a> </li> <li data-description="Formatting numbers into strings."> <a href="datatype-numberformat.html">Y.Number.format()</a> </li> <li data-description="Parsing data into numbers."> <a href="datatype-numberparse.html">Y.Number.parse()</a> </li> <li data-description="Formatting XML documents into strings."> <a href="datatype-xmlformat.html">Y.XML.format()</a> </li> <li data-description="Parsing strings into XML documents."> <a href="datatype-xmlparse.html">Y.XML.parse()</a> </li> </ul> </div> </div> <div class="sidebox"> <div class="hd"> <h2 class="no-toc">Examples That Use This Component</h2> </div> <div class="bd"> <ul class="examples"> <li data-description="Using DataTable&#x27;s recordType attribute to create calculated, sortable columns."> <a href="../datatable/datatable-recordtype.html">Sortable generated columns</a> </li> </ul> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script> YUI.Env.Tests = { examples: [], project: '../assets', assets: '../assets/datatype', name: 'datatype-xmlparse', title: 'Y.XML.parse()', newWindow: '', auto: false }; YUI.Env.Tests.examples.push('datatype-dateformat-lang'); YUI.Env.Tests.examples.push('datatype-dateparse'); YUI.Env.Tests.examples.push('datatype-numberformat'); YUI.Env.Tests.examples.push('datatype-numberparse'); YUI.Env.Tests.examples.push('datatype-xmlformat'); YUI.Env.Tests.examples.push('datatype-xmlparse'); YUI.Env.Tests.examples.push('datatable-recordtype'); </script> <script src="../assets/yui/test-runner.js"></script> </body> </html>
wp-content/plugins/gravityforms/css/admin-icons.css
MinnPost/minnpost-wordpress
/* ---------------------------------------------------------------- admin-icons.css Gravity Forms Administration Icon Kit http: //www.gravityforms.com Gravity Forms is a Rocketgenius project copyright 2008-2021 Rocketgenius Inc. http: //www.rocketgenius.com this may not be re-distributed without the express written permission of the author. NOTE: DO NOT EDIT THIS FILE! THIS FILE IS REPLACED DURING AUTO UPGRADE AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. ---------------------------------------------------------------- */ /* Variables */ /* ----------------------------------------------------------------------------- * * Variables * * This file is just a clearing-house. * Make partials (start with an underscore) elsewhere for actual code. * * ----------------------------------------------------------------------------- */ /* Colors */ /* ----------------------------------------------------------------------------- * * Variables: Color * * ----------------------------------------------------------------------------- */ /* Box Shadows */ /* ----------------------------------------------------------------------------- * * Variables: Box Shadow * * ----------------------------------------------------------------------------- */ /* Font Icons */ /* stylelint-disable */ /* ----------------------------------------------------------------------------- * * Variables: Admin Icons (via IcoMoon) * * This file is generated using the `gulp icons` task. Do not edit it directly. * * ----------------------------------------------------------------------------- */ /* Heights */ /* ----------------------------------------------------------------------------- * * Variables: Height * * ----------------------------------------------------------------------------- */ /* Images */ /* ----------------------------------------------------------------------------- * * Variables: Images * * ----------------------------------------------------------------------------- */ /* Media Queries */ /* both on theme and in admin the point at which admin bar swaps desktop/mobile */ /* Transitions */ /* ----------------------------------------------------------------------------- * * Variables: Transitions * * ----------------------------------------------------------------------------- */ /* Typography */ /* ----------------------------------------------------------------------------- * * Variables: Typography * * ----------------------------------------------------------------------------- */ :root { /* Font Families */ /* Font Weights */ /* Font Sizes */ /* Line Heights */ } /* ----------------------------------------------------------------------------- * * Mixins * * This file is just a clearing-house. * Make partials (start with an underscore) elsewhere for actual code. * * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * * Mixins: Elements * * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * * Mixins: Icons * * ----------------------------------------------------------------------------- */ /* * Mixins: Inputs * Added to keep settings area in sync with components used elsewhere. * Not to be used more unless absolutely necessary. */ /* Icons */ /* stylelint-disable */ /* ----------------------------------------------------------------------------- * * Admin Font Icons (via IcoMoon) * * This file is generated using the `gulp icons` task. Do not edit it directly. * * ----------------------------------------------------------------------------- */ @font-face { font-family: 'gform-icons-admin'; src: url('../fonts/gform-icons-admin.woff2?yivdut') format('woff2'), url('../fonts/gform-icons-admin.ttf?yivdut') format('truetype'), url('../fonts/gform-icons-admin.woff?yivdut') format('woff'), url('../fonts/gform-icons-admin.svg?yivdut#gform-icons-admin') format('svg'); font-weight: normal; font-style: normal; font-display: block; } .gform-icon { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "gform-icons-admin" !important; speak: never; font-style: normal; font-weight: normal; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .gform-icon--zoho:before { content: "\e977"; } .gform-icon--zapier:before { content: "\e976"; } .gform-icon--webhooks:before { content: "\e975"; } .gform-icon--warning-amber:before { content: "\e973"; } .gform-icon--warning:before { content: "\e974"; } .gform-icon--vote:before { content: "\e972"; } .gform-icon--videopipe:before { content: "\e971"; } .gform-icon--verified:before { content: "\e970"; } .gform-icon--user:before { content: "\e97d"; } .gform-icon--upload:before { content: "\e96f"; } .gform-icon--twilio:before { content: "\e96e"; } .gform-icon--trello:before { content: "\e96d"; } .gform-icon--trash:before { content: "\e985"; } .gform-icon--total:before { content: "\e96c"; } .gform-icon--tools:before { content: "\e97f"; } .gform-icon--title:before { content: "\e96b"; } .gform-icon--time:before { content: "\e96a"; } .gform-icon--tags:before { content: "\e969"; } .gform-icon--survey:before { content: "\e968"; } .gform-icon--style:before { content: "\e967"; } .gform-icon--stripe:before { content: "\e966"; } .gform-icon--st-plus:before { content: "\e951"; } .gform-icon--st-circle:before { content: "\e94a"; } .gform-icon--square:before { content: "\e965"; } .gform-icon--slack:before { content: "\e964"; } .gform-icon--single-line-text:before { content: "\e963"; } .gform-icon--signature:before { content: "\e962"; } .gform-icon--shipping:before { content: "\e961"; } .gform-icon--settings:before { content: "\e986"; } .gform-icon--sendgrid:before { content: "\e960"; } .gform-icon--section:before { content: "\e95f"; } .gform-icon--search:before { content: "\e95e"; } .gform-icon--renew:before { content: "\e980"; } .gform-icon--recaptcha:before { content: "\e95d"; } .gform-icon--radio-button:before { content: "\e95c"; } .gform-icon--quiz:before { content: "\e95b"; } .gform-icon--question-mark:before { content: "\e97e"; } .gform-icon--question:before { content: "\e95a"; } .gform-icon--quantity:before { content: "\e901"; } .gform-icon--product:before { content: "\e959"; } .gform-icon--postmark:before { content: "\e958"; } .gform-icon--post-image:before { content: "\e956"; } .gform-icon--post-custom-field:before { content: "\e957"; } .gform-icon--polls:before { content: "\e953"; } .gform-icon--poll-alt:before { content: "\e954"; } .gform-icon--poll:before { content: "\e955"; } .gform-icon--pointer:before { content: "\e952"; } .gform-icon--plus-regular:before { content: "\e982"; } .gform-icon--place:before { content: "\e950"; } .gform-icon--phone:before { content: "\e94f"; } .gform-icon--paypal:before { content: "\e94e"; } .gform-icon--password1:before { content: "\e94d"; } .gform-icon--password:before { content: "\e97c"; } .gform-icon--paragraph-text:before { content: "\e94c"; } .gform-icon--page:before { content: "\e94b"; } .gform-icon--numbers-alt:before { content: "\e948"; } .gform-icon--numbers:before { content: "\e949"; } .gform-icon--notifications-active:before { content: "\e97b"; } .gform-icon--name-2:before { content: "\e97a"; } .gform-icon--name:before { content: "\e947"; } .gform-icon--multi-select:before { content: "\e946"; } .gform-icon--monetization-on:before { content: "\e945"; } .gform-icon--mollie:before { content: "\e944"; } .gform-icon--misc:before { content: "\e943"; } .gform-icon--minus-regular:before { content: "\e981"; } .gform-icon--minus:before { content: "\e942"; } .gform-icon--merge-tag:before { content: "\e941"; } .gform-icon--mailgun:before { content: "\e940"; } .gform-icon--mailchimp:before { content: "\e93f"; } .gform-icon--mail:before { content: "\e93e"; } .gform-icon--mad-mimi:before { content: "\e93d"; } .gform-icon--list:before { content: "\e93c"; } .gform-icon--link:before { content: "\e93b"; } .gform-icon--jetsloth:before { content: "\e93a"; } .gform-icon--info-outline:before { content: "\e988"; } .gform-icon--info:before { content: "\e98d"; } .gform-icon--icontact:before { content: "\e937"; } .gform-icon--hubspot:before { content: "\e936"; } .gform-icon--html-code:before { content: "\e935"; } .gform-icon--how-to-reg:before { content: "\e934"; } .gform-icon--hidden:before { content: "\e933"; } .gform-icon--helpscout:before { content: "\e932"; } .gform-icon--help:before { content: "\e939"; } .gform-icon--gravity-pdf:before { content: "\e930"; } .gform-icon--gravity-logo:before { content: "\e92f"; } .gform-icon--get-response:before { content: "\e92e"; } .gform-icon--freshbooks:before { content: "\e92d"; } .gform-icon--format-quote1:before { content: "\e92c"; } .gform-icon--format-quote:before { content: "\e900"; } .gform-icon--for-gravity:before { content: "\e92b"; } .gform-icon--flag-alt:before { content: "\e92a"; } .gform-icon--flag:before { content: "\e929"; } .gform-icon--excerpt:before { content: "\e928"; } .gform-icon--entries:before { content: "\e927"; } .gform-icon--emma:before { content: "\e926"; } .gform-icon--embed:before { content: "\e925"; } .gform-icon--email-octopus:before { content: "\e924"; } .gform-icon--ellipsis:before { content: "\e923"; } .gform-icon--duplicate:before { content: "\e922"; } .gform-icon--dropdown:before { content: "\e921"; } .gform-icon--dropbox:before { content: "\e920"; } .gform-icon--drag-indicator:before { content: "\e91e"; } .gform-icon--drag:before { content: "\e91f"; } .gform-icon--dollar:before { content: "\e91d"; } .gform-icon--design:before { content: "\e979"; } .gform-icon--delete:before { content: "\e91c"; } .gform-icon--date:before { content: "\e91b"; } .gform-icon--credit-card:before { content: "\e978"; } .gform-icon--create:before { content: "\e919"; } .gform-icon--coupon-alt:before { content: "\e918"; } .gform-icon--coupon:before { content: "\e917"; } .gform-icon--constant-contact:before { content: "\e916"; } .gform-icon--consent:before { content: "\e915"; } .gform-icon--confirmations:before { content: "\e987"; } .gform-icon--color-pallet:before { content: "\e914"; } .gform-icon--cog:before { content: "\e913"; } .gform-icon--clever-reach:before { content: "\e912"; } .gform-icon--circle-star:before { content: "\e98c"; } .gform-icon--circle-notice:before { content: "\e98e"; } .gform-icon--circle-delete:before { content: "\e98a"; } .gform-icon--circle-close:before { content: "\e938"; } .gform-icon--circle-check:before { content: "\e931"; } .gform-icon--circle-arrow-down:before { content: "\e989"; } .gform-icon--chevron:before { content: "\e911"; } .gform-icon--check-box:before { content: "\e910"; } .gform-icon--check:before { content: "\e983"; } .gform-icon--chained-selects:before { content: "\e91a"; } .gform-icon--category:before { content: "\e90f"; } .gform-icon--capsule:before { content: "\e90e"; } .gform-icon--campaign-monitor:before { content: "\e90d"; } .gform-icon--campaign:before { content: "\e984"; } .gform-icon--breeze:before { content: "\e90c"; } .gform-icon--body:before { content: "\e90b"; } .gform-icon--back:before { content: "\e90a"; } .gform-icon--aweber:before { content: "\e909"; } .gform-icon--authorize-dot-net:before { content: "\e908"; } .gform-icon--api:before { content: "\e907"; } .gform-icon--analytics:before { content: "\e906"; } .gform-icon--akismet:before { content: "\e98b"; } .gform-icon--agile-crm:before { content: "\e905"; } .gform-icon--advanced-post-creation:before { content: "\e904"; } .gform-icon--active-campaign:before { content: "\e903"; } .gform-icon--accessibility:before { content: "\e902"; } .gform-icon--floppy-disk:before { content: "\e98f"; } /* ----------------------------------------------------------------------------- * * Admin Stacked Font Icons * * A place to house multi color stacked icons. The base gform-st-icon class is * engineered with duotone icons in mind, but more layers may come * * ----------------------------------------------------------------------------- */ .gform-admin .gform-st-icon { align-items: center; display: inline-flex; flex-basis: 1.25rem; flex-grow: 0; flex-shrink: 0; font-family: "gform-icons-admin" !important; font-size: 1.125rem; font-style: normal; font-feature-settings: normal; font-variant: normal; font-weight: normal; height: 1.25rem; justify-content: center; position: relative; text-transform: none; vertical-align: top; width: 1.25rem } .gform-admin .gform-st-icon::before, .gform-admin .gform-st-icon::after { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; speak: none; white-space: normal; width: 100%; } /* ----------------------------------------------------------------------------- * * Duotone +/- icons in circle and focus ring. * * Commonly used in areas of the admin/theme were rows of choices are added * or deleted by the user. Make the element that receives these classes the * size you want if it needs to deviate from the default and then simply adjust * the font-size of the after element to scale the icon. * * Designed to be used on a button. * * ----------------------------------------------------------------------------- */ .gform-admin .gform-st-icon--circle-plus, .gform-admin .gform-st-icon--circle-minus { background: #fff; border: 0; border-radius: 50%; box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411); cursor: pointer; flex-basis: 1.125rem; height: 1.125rem; line-height: 1.188rem; outline: none; padding: 0; text-align: center; transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out; width: 1.125rem } .gform-admin .gform-st-icon--circle-plus::before, .gform-admin .gform-st-icon--circle-minus::before { border: 0.0625rem solid #c3c5db; border-radius: 50%; content: ""; height: 1.125rem; left: 0; position: absolute; top: 0; transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out; width: 1.125rem; } .gform-admin .gform-st-icon--circle-plus::after, .gform-admin .gform-st-icon--circle-minus::after { color: #3e7da6; font-size: 0.55rem; height: auto; position: relative; width: auto; } .gform-admin .gform-st-icon--circle-plus:hover, .gform-admin .gform-st-icon--circle-plus:focus, .gform-admin .gform-st-icon--circle-minus:hover, .gform-admin .gform-st-icon--circle-minus:focus { box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0796) } .gform-admin .gform-st-icon--circle-plus:hover::before, .gform-admin .gform-st-icon--circle-plus:focus::before, .gform-admin .gform-st-icon--circle-minus:hover::before, .gform-admin .gform-st-icon--circle-minus:focus::before { border-color: #3e7da6; box-shadow: 0 0 0 1px #bed8ed; } .gform-admin .gform-st-icon--circle-plus::after { content: "\e951"; } .gform-admin .gform-st-icon--circle-minus::after { content: "\e942"; } .gf_browser_chrome .gform-st-icon--circle-plus::after, .gf_browser_chrome .gform-st-icon--circle-minus::after { height: 100%; margin-left: 0.03125rem; } /*# sourceMappingURL=admin-icons.css.map */
wp-content/themes/crimsonsky/style.ie7.css
yannliang/blog-cielyann
/* begin Box, Sheet */ .cs-Sheet-tl { clip: rect(auto 25px 25px auto); } .cs-Sheet-tr { clip: rect(auto auto 25px 25px); } .cs-Sheet-bl { clip: rect(25px 25px auto auto); } .cs-Sheet-br { clip: rect(25px auto auto 25px); } .cs-Sheet-tc { clip: rect(auto auto 25px auto); } .cs-Sheet-bc { clip: rect(25px auto auto auto); } .cs-Sheet-cr { clip: rect(auto auto auto 25px); } .cs-Sheet-cl { clip: rect(auto 25px auto auto); } /* end Box, Sheet */ /* begin MenuItem */ .cs-menu a .r { clip: rect(auto auto auto 406px); } /* end MenuItem */ /* begin Box, Block */ .cs-Block-tl { clip: rect(auto 11px 11px auto); } .cs-Block-tr { clip: rect(auto auto 11px 11px); } .cs-Block-bl { clip: rect(11px 11px auto auto); } .cs-Block-br { clip: rect(11px auto auto 11px); } .cs-Block-tc { clip: rect(auto auto 11px auto); } .cs-Block-bc { clip: rect(11px auto auto auto); } .cs-Block-cr { clip: rect(auto auto auto 11px); } .cs-Block-cl { clip: rect(auto 11px auto auto); } /* end Box, Block */ /* begin PostContent */ .cs-PostContent { height:1%; } /* end PostContent */ /* begin Button */ .cs-button-wrapper .r { clip: rect(auto auto auto 400px); } /* end Button */
src/web/app/pages-session/session-submission-page/session-submission-page.component.html
amarlearning/teammates
<div class="bg-light" *ngIf="moderatedPerson"> <div class="col-12 text-center text-break"> <h5>You are moderating responses for <span *ngIf="intent === Intent.STUDENT_SUBMISSION">student</span> <span *ngIf="intent === Intent.INSTRUCTOR_SUBMISSION">instructor</span> {{ personName }} ({{ moderatedPerson }}) <button type="button" class="btn btn-link" *ngIf="!isModerationHintExpanded" (click)="isModerationHintExpanded = true">[More]</button> <button type="button" class="btn btn-link" *ngIf="isModerationHintExpanded" (click)="isModerationHintExpanded = false">[Less]</button> </h5> <div *ngIf="isModerationHintExpanded" class="text-left"> <p> The page below resembles the submission page as seen by the respondent {{ personName }} ({{ moderatedPerson }}). You can use it to moderate responses submitted by the respondent or submit responses on behalf of the respondent. </p> <p> Note that due to visibility settings, questions that are not supposed to show responses to instructors (i.e you) are not shown in the page below. </p> </div> </div> </div> <div class="bg-light" *ngIf="previewAsPerson"> <div class="col-12 text-center text-break"> <h4>Previewing Session as <span *ngIf="intent === Intent.STUDENT_SUBMISSION">student</span> <span *ngIf="intent === Intent.INSTRUCTOR_SUBMISSION">instructor</span> {{ personName }} ({{ previewAsPerson }}) </h4> </div> </div> <div class="row" *ngIf="regKey"> <div class="col-12"> <div class="alert alert-primary" role="alert"> <div *ngIf="loggedInUser"> You are submitting feedback as <mark><b>{{ personName }}</b></mark>. If you wish to link your Google account ({{ loggedInUser }}) with this user, <a href="#" (click)="joinCourseForUnregisteredStudent(); $event.preventDefault()">click here</a>. </div> <div *ngIf="!loggedInUser"> You are submitting feedback as <mark><b>{{ personName }}</b></mark>. You may submit feedback for sessions that are currently open and view results without logging in. To access other features you need to <a href="#" (click)="joinCourseForUnregisteredStudent(); $event.preventDefault()">login using a Google account</a> (optional). </div> </div> </div> </div> <div class="row" *ngIf="feedbackSessionSubmissionStatus === FeedbackSessionSubmissionStatus.OPEN"> <div class="col-12"> <div class="alert alert-primary" role="alert"> <i class="fas fa-exclamation-circle"></i> Note that you can use the Submit button to save responses already entered, and continue to answer remaining questions after that. You may also edit your submission any number of times before the closing time of this session. </div> </div> </div> <div class="card card-plain" *tmIsLoading="isFeedbackSessionLoading"> <div class="card-body"> <br/> <div class="row text-center"> <div class="col-md-3"><b>Course ID:</b></div> <div id="course-id" class="col-md-6">{{ courseId }}</div> </div> <br/> <div class="row text-center"> <div class="col-md-3"><b>Session:</b></div> <div id="fs-name" class="col-md-6">{{ feedbackSessionName }}</div> </div> <br/> <div class="row text-center"> <div class="col-md-3"><b>Opening time:</b></div> <div id="opening-time" class="col-md-6">{{ formattedSessionOpeningTime }}</div> </div> <br/> <div class="row text-center"> <div class="col-md-3"><b>Closing time:</b></div> <div id="closing-time" class="col-md-6">{{ formattedSessionClosingTime }}</div> </div> <br/> <div class="row text-center"> <div class="col-md-3"><b>Instructions:</b></div> <div id="instructions" class="col-md-6" [innerHTML]="feedbackSessionInstructions | safeHtml"></div> </div> <br/> </div> </div> <tm-loading-retry [shouldShowRetry]="hasFeedbackSessionQuestionsLoadingFailed" [message]="'Failed to load questions'" (retryEvent)="retryLoadingFeedbackSessionQuestions()"> <div *tmIsLoading="isFeedbackSessionQuestionsLoading || isFeedbackSessionQuestionResponsesLoading"> <tm-question-submission-form *ngFor="let questionSubmissionForm of questionSubmissionForms; let i = index; trackBy: trackQuestionSubmissionFormByFn" [attr.id]="questionSubmissionForm.feedbackQuestionId" [(formModel)]="questionSubmissionForms[i]" [formMode]="getQuestionSubmissionFormMode(questionSubmissionForm)" [isDisabled]="isSubmissionFormsDisabled && !this.previewAsPerson" (deleteCommentEvent)="deleteParticipantComment(i, $event)" ></tm-question-submission-form> <br/> <div class="row" *ngIf="!hasAnyResponseToSubmit"> <div class="col-12 text-center"> <div class="alert alert-info" role="alert"> There are no questions for you to answer here! </div> </div> </div> <div class="row" *ngIf="hasAnyResponseToSubmit"> <div class="col-12 text-center"> <label><input id="confirmation-email-checkbox" type="checkbox" [(ngModel)]="shouldSendConfirmationEmail" [disabled]="isSubmissionFormsDisabled"> Send me a confirmation email</label> </div> <div class="col-12 text-center"> <button id="btn-submit" type="submit" class="btn btn-success" ngbTooltip="You can save your responses at any time and come back later to continue." (click)="saveFeedbackResponses()" [disabled]="isSavingResponses || isSubmissionFormsDisabled" ><tm-ajax-loading *ngIf="isSavingResponses"></tm-ajax-loading>&nbsp;Submit Feedback</button> </div> </div> </div> </tm-loading-retry>
docs/org/paces/Stata/Matrices/package-summary.html
wbuchanan/StataJavaUtilities
<!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_102) on Thu Jul 27 09:16:47 EDT 2017 --> <title>org.paces.Stata.Matrices</title> <meta name="date" content="2017-07-27"> <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="org.paces.Stata.Matrices"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/paces/Stata/DataTypes/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/paces/Stata/MetaData/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/paces/Stata/Matrices/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;org.paces.Stata.Matrices</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="../../../../org/paces/Stata/Matrices/MataMatrix.html" title="class in org.paces.Stata.Matrices">MataMatrix</a></td> <td class="colLast"> <div class="block">Class used to construct POJO representation of Mata Matrix.</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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/paces/Stata/DataTypes/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/paces/Stata/MetaData/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/paces/Stata/Matrices/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>